]> git.parisson.com Git - django_quiz.git/commit
added Essay question to admin, changed templates so they dont show
authorTom Walker <tomwalker0472@gmail.com>
Fri, 25 Jul 2014 22:23:13 +0000 (23:23 +0100)
committerTom Walker <tomwalker0472@gmail.com>
Fri, 25 Jul 2014 22:23:13 +0000 (23:23 +0100)
commit712f11df006e8100aeea8bbe771ba0c136732f5e
tree5a27e6961a49bd7b33d208f24c1a6ab7ebd3c6ec
parentefc67eb64e55631c58fa28a45a8b89f98694688d
added Essay question to admin, changed templates so they dont show
previous question if it was an essay question since it is not marked
automatically, updated sitting_detail view to show the answers that the
user gave for each question. next up - allow teacher to mark questions
in this view, resulting in updated score etc
essay/models.py
essay/tests.py
quiz/admin.py
quiz/models.py
quiz/templates/correct_answer.html
quiz/templates/question.html
quiz/templates/quiz/sitting_detail.html
quiz/templates/result.html
quiz/tests.py
quiz/views.py