From 669a8dc8c07b70229c350f500a4a7bb524c4ac1f Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 29 Jul 2021 22:15:53 +0100 Subject: [PATCH] . --- sbas/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbas/views.py b/sbas/views.py index 444d6505..da2512d5 100644 --- a/sbas/views.py +++ b/sbas/views.py @@ -253,7 +253,7 @@ def exam_finish(request, pk, cid): for q in questions: if q in answer_question_map and answer_question_map[q].answer: question_answer_tuples.append((q, answer_question_map[q])) - ++answer_count + answer_count += 1 else: question_answer_tuples.append((q, None))