.
This commit is contained in:
+1
-1
@@ -369,7 +369,7 @@ class ExamViews(View, LoginRequiredMixin):
|
||||
|
||||
question_unmarked_map = []
|
||||
for q in questions:
|
||||
question_unmarked_map.append((q, int(q.get_unmarked_answer_count())))
|
||||
question_unmarked_map.append((q, q.get_unmarked_answer_count()))
|
||||
|
||||
# TODO: fix showing unmarked answer count from other exams...
|
||||
return render(
|
||||
|
||||
Reference in New Issue
Block a user