Skip to content

H1ppx/GradingAutomation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Grading Automation

An assistive Latex exam program
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

Exams, quizzes, assessments, etc. are all unavoidable parts of the current education system. My high school heavily used the Scantron devices to deliver multiple choice tests. Scantron forms only allow for multiple choice and I often ended track of marks on the paper due to separate test forms and answer forms. Inspired by the College Board's written AP assessments, this project hopes to deliver a quick and user-friendly application.

Here's how:

  • By completing the prompts from the Command-Line Interface, you will be able to create a latex supported assessment without the need to format it
  • Using OpenCV and OCR, all relevant student marks on the assessment will be digitized and able to be graded manually or automatically

Of course, no exam format will serve all user preferences since your needs may be different. So I'll be continuing development in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue.

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • Python (Tested on 3.7)
sudo apt-get install python3
sudo apt-get install python3-dev
  • Pip
sudo apt-get install python3-pip

Installation

// TODO

Usage

// TODO

For more examples, please refer to the Documentation

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the Apache v2.0 License . See LICENSE for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages