summaryrefslogtreecommitdiff
path: root/exam/management
AgeCommit message (Collapse)Author
2011-11-21Slightly prettier output.Prabhu Ramachandran
2011-11-21ENH: Showing login and IP details of users.Prabhu Ramachandran
Also cleaned up the dumping code to use templates.
2011-11-21ENH: Adding dump_user_data, results2csv commandsPrabhu Ramachandran
Abstracted out the data generation functions in views.py so they may be reused.
2011-11-21Deactivate old quiz instead of deleting.Prabhu Ramachandran
When loading a new exam we don't delete the old quiz.
2011-11-19Changed load_questions to load_examPrabhu Ramachandran
Added option to define quizzes in the file we load from. Also fixed bug in import for the xmlrpc_clients.py and changed the verbose name for Quiz objects.
2011-11-19Adding load_questions to load from Python code.Prabhu Ramachandran
This lets us load questions using Python syntax which is rather convenient.
2011-11-19Moving load_questions to load_questions_xmlPrabhu Ramachandran
Changing the command ./manage.py load_questions to load_questions_xml.
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.