summaryrefslogtreecommitdiff
path: root/yaksh/models.py
AgeCommit message (Collapse)Author
2016-03-02Course module implementedprathamesh
Moderator can now create courses. Under his courses he can create quizzes. Students can enroll for the course. Moderator can approve or reject enrollment request of the student. Student can view quizzes only for the enrolled course.
2016-02-25Question Statistics for a quiz per attempt.prathamesh
Shows the number of appearance of a question versus number of times the question was answered correctly
2016-02-16Marks are updated at each submit.prathamesh
Shows status of the user test to the moderator
2016-01-15Change model name associated with concurrent loginankitjavalkar
2016-01-15Allow single user session active at any given timeankitjavalkar
2015-09-15Remove testapp dir, remove reference to testapp in paths, filesankitjavalkar