]> git.parisson.com Git - django_quiz.git/commit
made quiz.progress.list_all_cat_scores a property, changed quiz.progress.update_score...
authortomwalker <tomwalker0472@gmail.com>
Mon, 4 Aug 2014 19:39:45 +0000 (20:39 +0100)
committertomwalker <tomwalker0472@gmail.com>
Mon, 4 Aug 2014 19:39:45 +0000 (20:39 +0100)
commitbacc13fd57796936a69302873c0618c70f9cd0c8
tree05e6a1b47ffc94a705a617bb7ba6bd7f7d8320c0
parentb2f7a2e6a315e8441890cb67f2d4e3e6e2389265
made quiz.progress.list_all_cat_scores a property, changed quiz.progress.update_score use a question rather than a category as its calling arguement. This is to allow easier integration of tracking subcategory scores (which has not been implemented yet)
quiz/models.py
quiz/tests.py
quiz/views.py