This commit is contained in:
Ross
2021-07-29 19:38:59 +01:00
parent 8964f2d37e
commit d36c68d8ad
+1 -1
View File
@@ -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)