summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-08ENH: Command to load questions from XML file.Prabhu Ramachandran
Added manage command to load questions from XML file. Updated README and including a simple set of sample questions for testing.
2011-11-08BUG: Fixing various issuesPrabhu Ramachandran
- Modified the question model to use description instead of question. - Once a user completes the exam it would not allow another one to start. - Improved the error messages displayed on errors. - If there is a mistake, it doesn't wipe out the old attempt so student can modify what they submitted last.
2011-11-08BUG: "exam/complete/" was not logging out.Prabhu Ramachandran
2011-11-08DOC: Example question in README.Prabhu Ramachandran
2011-11-08Adding git ignore.Prabhu Ramachandran
2011-11-08Making settings directory independent.Prabhu Ramachandran
2011-11-08Adding readme.Prabhu Ramachandran
2011-11-08Updating timezone to India.Prabhu Ramachandran
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.