.
This commit is contained in:
+1
-1
@@ -746,7 +746,7 @@ class ExamViews(View, LoginRequiredMixin):
|
|||||||
question_unmarked_map = []
|
question_unmarked_map = []
|
||||||
for q in questions:
|
for q in questions:
|
||||||
question_unmarked_map.append(
|
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(
|
return render(
|
||||||
|
|||||||
Reference in New Issue
Block a user