pip install -r requirements.txt
cd gradingsuite
python manage.py migrate
python manage.py createsuperuser
- Log in to the admin ui (at http://whereveriam.com/admin)
- Create an assignment
- Give it a name for users
- Add a path to where all the student submission folders are
- Take note of its id
- To give the new assignment a rubric from a json file, run
python manage.py rubricfromfile [path_to_json] [assignment_id]
- [prereg: give an assignment a rubric] To populate submissions for an assignment, select it in the admin tool and click the dropdown above and select populate submissions.