This commit is contained in:
Ross
2020-12-14 14:26:47 +00:00
parent f65fa3c65f
commit 748d9f3ef6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -595,7 +595,7 @@ def exam_scores_cid(request, pk):
ans = s.answer
answer_score = s.get_answer_score()
if answer_score == "unmarked":
unmarked.add((q, exam.get_question_index(q))
unmarked.add(exam.get_question_index(q))
user_answers[cid].append(ans)
user_answers_marks[cid].append(answer_score)
user_answers_and_marks[cid].append((ans, answer_score))