From 04a48e63ed149ee8727bafdd675fba3f726039c0 Mon Sep 17 00:00:00 2001 From: tomwalker Date: Thu, 24 Jul 2014 15:40:37 +0100 Subject: [PATCH] template changed to show quiz score as percentage rather than score --- quiz/templates/quiz/sitting_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quiz/templates/quiz/sitting_list.html b/quiz/templates/quiz/sitting_list.html index 6711e15..d540753 100644 --- a/quiz/templates/quiz/sitting_list.html +++ b/quiz/templates/quiz/sitting_list.html @@ -32,7 +32,7 @@ {{ sitting.user }} {{ sitting.quiz }} - {{ sitting.get_current_score }} + {{ sitting.get_percent_correct }} View details -- 2.39.5