This commit is contained in:
Ross
2022-03-01 22:16:29 +00:00
parent 4c457f7fd8
commit 475a39cef9
+1 -1
View File
@@ -746,7 +746,7 @@ class ExamViews(View, LoginRequiredMixin):
question_unmarked_map = []
for q in questions:
question_unmarked_map.append(
(q, int(q.get_unmarked_user_answer_count(exam_pk=exam.pk), 0))
(q, int(q.get_unmarked_user_answer_count(exam_pk=exam.pk)), 1)
)
return render(