Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-09 | Moved all the apps to testapp folder | parth | |
2011-11-21 | ENH: 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-21 | Deactivate old quiz instead of deleting. | Prabhu Ramachandran | |
When loading a new exam we don't delete the old quiz. | |||
2011-11-19 | Changed load_questions to load_exam | Prabhu 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. |