This commit is contained in:
Ross
2021-03-19 11:20:41 +00:00
parent bb38124f67
commit 7f12766585
+1 -1
View File
@@ -406,7 +406,7 @@ class Exam(ExamBase):
"cached": False,
"exam_type": "rapid",
"exam_name": self.name,
"exam_mode": True,
"exam_mode": self.exam_mode,
"exam_order": exam_order,
"questions": exam_questions,
}