]> git.parisson.com Git - django_quiz.git/commit
worked through views, template tags and templates for true/false question type. Works...
authorTom Walker <tomwalker0472@gmail.com>
Tue, 17 Jun 2014 21:15:55 +0000 (22:15 +0100)
committerTom Walker <tomwalker0472@gmail.com>
Tue, 17 Jun 2014 21:15:55 +0000 (22:15 +0100)
commitc9665a459e21e47b43845025bf1e8df3cdfe5040
tree402d28658b05839d95af1fce76067bae8303fb0f
parent612cf115be96be450941307d1b8c81e520ad6edc
worked through views, template tags and templates for true/false question type. Works so far
multichoice/models.py
quiz/models.py
quiz/templatetags/quiz_tags.py
quiz/views.py
templates/quiz/answers_for_mc_question.html [new file with mode: 0644]
templates/quiz/answers_for_question.html
templates/quiz/answers_for_tf_question.html [new file with mode: 0644]
templates/quiz/question.html
true_false/models.py