.
This commit is contained in:
+1
-1
@@ -419,7 +419,7 @@ class ExamViews(View, LoginRequiredMixin):
|
||||
questions = exam.exam_questions.all()
|
||||
|
||||
|
||||
# Long cases require some special info
|
||||
# Handle exams that require double marking
|
||||
try:
|
||||
if exam.double_mark:
|
||||
question_unmarked_map = []
|
||||
|
||||
Reference in New Issue
Block a user