AutoGrader icon indicating copy to clipboard operation
AutoGrader copied to clipboard

A Python based AutoGrader for Python Assignments.

Results 5 AutoGrader issues
Sort by recently updated
recently updated
newest added

Bootstrap3 is missing from requirements.txt. Python 3.8.1 is used, with virtualenv. After installing requirements, bootstrap is missing when trying to run any command. Solution is easy, simply run the command...

Been thinking that we can make the autograder demo look very good by adding some simple reports. Some that come to mind are: 1. Course report that has assignments on...

We need to show a late days used to the students on their course dashboard. Following fields should be sufficient. ``` Date Days Used Assignment ```

Create a set of utility functions which can be used in `run.py` and tests. This is aimed to clean up the code that is in these files and to ensure...

This is not completed yet. Work in progress.