Age | Commit message (Collapse) | Author |
|
|
|
Some users seem to submit unicode characters (bah!), this changeset
deals with these gracefully.
|
|
Adds simple support for multiple choice questions that are also
auto-checked. Many fixes to the templates and useful feature additions.
This changes the database.
|
|
Adding error and marks field to each answer. Adding a new comment field
to the question paper and also a profile field for convenience.
Changing the views, templates and dump scripts to use the models rather
than Python code. This cleans things up a lot more. The user data
logged and printed is also way more comprehensive, paving the way for
easy online grading as well in the next phase of changes.
|
|
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.
|