From 7544dd6104d8ef8539bdf5a2d598baa983582db7 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 9 Apr 2022 11:05:32 +0100 Subject: [PATCH] . --- atlas/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/views.py b/atlas/views.py index 887bce78..0ffe0425 100755 --- a/atlas/views.py +++ b/atlas/views.py @@ -1459,7 +1459,7 @@ def collection_scores_cid(request, pk): user_answers_marks[cid].append(answer_score) user_answers_and_marks[cid].append((ans, answer_score)) - by_question[q][cid] = (ans, answer_score, ans.feedback) + by_question[q][cid] = (ans, answer_score, s.feedback) user_scores = {} user_scores_normalised = {}