This commit is contained in:
Ross
2021-02-08 12:00:01 +00:00
parent 6586599c46
commit 15961ee986
+1 -1
View File
@@ -336,7 +336,7 @@ class Exam(ExamBase):
exam_json = { exam_json = {
"eid": "long/{}".format(exam.id), "eid": "long/{}".format(self.id),
"cached": False, "cached": False,
"exam_type": "long", "exam_type": "long",
"exam_name": self.name, "exam_name": self.name,