summaryrefslogtreecommitdiff
path: root/exam/management/commands/load_exam.py
AgeCommit message (Collapse)Author
2011-12-09Moved all the apps to testapp folderparth
2011-11-21ENH: Added an active attribute to Questions.Prabhu Ramachandran
This allows us to enable/disable questions in a question paper. Only questions that are active are used to create a question paper. I've also modified the load_exam/load_questions_xml to deactivate rather than delete old questions.
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.