Skip to content
This repository has been archived by the owner on Jun 22, 2018. It is now read-only.
/ minigrade Public archive

A lightweight automatic grading system for CS courses.

License

Notifications You must be signed in to change notification settings

wbthomason/minigrade

Repository files navigation

minigrade

A lightweight automatic grading system for CS courses. Usage: The main grading workflow happens in grade_stream in minigrade.py. It's a generator, and so (should) stream results back to the user as they come in. To run the server for debugging, run "python minigrade.py" with Python 2.x. It will bind to 9080 by default. If you change the port, or are trying to run it on a different server, you'll need to update the relevant information in the "audience" portion of login(). To actually run the server for use, run "python tornados.py", again with Python 2.x.

About

A lightweight automatic grading system for CS courses.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published