This commit is contained in:
Ross
2021-10-18 17:39:05 +01:00
parent 5778ced67b
commit 12d709a546
+1 -1
View File
@@ -383,7 +383,7 @@ class Exam(ExamBase):
"cached": False,
"exam_type": "anatomy",
"exam_name": self.name,
"exam_mode": True,
"exam_mode": self.exam_mode,
"exam_order": exam_order,
"questions": exam_questions,
}