summaryrefslogtreecommitdiff
path: root/exam/urls.py
AgeCommit message (Collapse)Author
2011-12-09Moved all the apps to testapp folderparth
2011-11-25ENH: Adding a convenient grading interface.Prabhu Ramachandran
With this, you can grade a student's answer paper and give comments for each quiz paper they attempt. Also added a link to this grading interface to the user_data view.
2011-11-21ENH: Better monitor reporting and user_data infoPrabhu Ramachandran
This checkin adds the following: - /exam/monitor displays all available quizzes. - /exam/monitor/quiz_id displays results for the specified quiz. - /exam/user_data/username displays the users data including answers. - A link is provided in monitor output to see user data. - More monitor data like number of attempts. - The monitor and user data are only shown for a user who is authenticated and is staff.
2011-11-10ENH: created user registration and loginNishanth Amuluru
2011-11-10ENH: Adding a monitor page to see resultsPrabhu Ramachandran
Adds a simple /exam/monitor page that displays current quiz results.
2011-11-09ENH: Saving answers and added quit page/button.Prabhu Ramachandran
Cleaned up the models so the answers submitted are all saved. Also added a quit button to each question page so a user can easily quit the exam in order that another may start.
2011-11-08NEW: First cut of exam app.Prabhu Ramachandran
This application allows us to create questions via the admin interface. The questions are proper programming questions and one enters test cases for each question. The user logs in and submits the answer which is checked. The app is rather simple now but does work.