]> git.parisson.com Git - django_quiz.git/commit
finalised essay question type, added it to admin and readme, adjusted
authorTom Walker <tomwalker0472@gmail.com>
Sun, 27 Jul 2014 13:15:58 +0000 (14:15 +0100)
committerTom Walker <tomwalker0472@gmail.com>
Sun, 27 Jul 2014 13:15:58 +0000 (14:15 +0100)
commit7700b480d94302a3345e9a2aa29cf9274007b6be
tree054acf2b3a80a3637e354ee5025378ce392c1662
parentdfc1b2742a0e81990a9127cc2141751171a6be6e
finalised essay question type, added it to admin and readme, adjusted
sitting detail view to allow a marker to decide whether a question is
correct, added supporting methods to the sitting model
README.md
essay/admin.py
essay/models.py
essay/views.py
quiz/forms.py
quiz/models.py
quiz/templates/quiz/sitting_detail.html
quiz/tests.py
quiz/views.py