From d36c68d8adccecc82e24a8ba275a59b9c88ac074 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 29 Jul 2021 19:38:59 +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 db13f1fc..ed644ece 100644 --- a/sbas/views.py +++ b/sbas/views.py @@ -106,7 +106,7 @@ def exam_scores_cid(request, pk): by_question[q].append(("", 0)) continue - ans = s.get_answers() + ans = s.get_answer() answer_score = s.get_score() user_answers[cid].append(ans)