.
This commit is contained in:
+1
-1
@@ -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), 1))
|
||||
(q, int(q.get_unmarked_user_answer_count(exam_pk=exam.pk), 0))
|
||||
)
|
||||
|
||||
return render(
|
||||
|
||||
Reference in New Issue
Block a user