Age | Commit message (Collapse) | Author |
|
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.
|
|
Adding institute/department/position fields, prettifying form with some
help text. Also prettified monitor and user data. Updated commands to
show/dump new fields.
|
|
|
|
Also cleaned up the dumping code to use templates.
|
|
Abstracted out the data generation functions in views.py so they may be
reused.
|
|
When loading a new exam we don't delete the old quiz.
|
|
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.
|
|
This lets us load questions using Python syntax which is rather
convenient.
|
|
Changing the command ./manage.py load_questions to load_questions_xml.
|
|
Added manage command to load questions from XML file. Updated README
and including a simple set of sample questions for testing.
|