Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-17 | ENH: Added a Quiz model and time based papers | Prabhu Ramachandran | |
Added a model called Quiz which allows the admin to define a quiz on a date which can be active or deactivated. Users can take a quiz if one is active and are given a fixed duration to complete the quiz. They may login as many times as needed to finish it but the total time is logged. Javascript code updates a timer on the page. | |||
2011-11-08 | NEW: 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. |