From e39835cb78180a282c8b6d53251ca00429408742 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 29 Jul 2021 19:39:40 +0100 Subject: [PATCH] . --- sbas/views.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sbas/views.py b/sbas/views.py index ed644ece..e97f28fe 100644 --- a/sbas/views.py +++ b/sbas/views.py @@ -113,9 +113,7 @@ def exam_scores_cid(request, pk): user_answers_marks[cid].append(answer_score) user_answers_and_marks[cid].append((ans, answer_score)) - zipped_ans_scores = zip(ans, answer_score) - - by_question[q].append(zipped_ans_scores) + by_question[q].append((ans, answer_score)) user_scores = {} for user in user_answers_marks: