Skip to content
Snippets Groups Projects
To learn more about this project, read the wiki.
README.rst 1.08 KiB

Grady - will correct you!

The intention of this tool is to simplify the exam correcting process at the University of Goettingen. It is deployed as a Django web application.

TODO

  • improve ace editor usability
  • provide one time passwords for student accounts
  • use postgresql
  • fix seen
  • versioning for feedback
  • implement better capabilities for the reviewer (optional)

Overview

Grady has three basic functions for the tree types of users

  • Reviewers can
    • edit feedback that has been provided by tutors
    • mark feedback as final if it should not be modified (only final feedback is shown to students)
    • delete feedback (submission will be reassigned)
  • Tutors can
    • request a submission that they have to correct and submit feedback for
    • deleted their own feedback
    • review feedback of other tutors
    • they do not see which student submitted the solution
  • Students can
    • review their final feedback and score in the post exam review

An overview over the database can be found in the docs folder.