]> git.parisson.com Git - django_quiz.git/commit
starting on new field in Sitting model to store all user answers in a sitting. This...
authortomwalker <tomwalker0472@gmail.com>
Thu, 24 Jul 2014 20:49:59 +0000 (21:49 +0100)
committertomwalker <tomwalker0472@gmail.com>
Thu, 24 Jul 2014 20:49:59 +0000 (21:49 +0100)
commite7d9d3c423f3a8b80baae030ad90d6cd4ac940b0
treebf4de1d38e5ba417204e4715f789adbf21df855c
parentb3524a64943dcd45ce6f2744c86123964d72d95e
starting on new field in Sitting model to store all user answers in a sitting. This is necessary for essay type questions as they will need to be manually marked.
quiz/models.py
quiz/templates/question.html
quiz/tests.py
quiz/views.py