This commit is contained in:
Ross
2021-08-02 10:28:39 +01:00
parent cf7890371c
commit cb86073e15
+1 -1
View File
@@ -404,7 +404,7 @@ class ExamViews(View, LoginRequiredMixin):
"type": self.question_type, "type": self.question_type,
"eid": "{}/{}".format(self.question_type, exam.pk), "eid": "{}/{}".format(self.question_type, exam.pk),
"json_creation_time": creation_time, "json_creation_time": creation_time,
"exam_json_id": exam.exam_json_id "exam_json_id": exam.exam_json_id,
"exam_active": exam.active "exam_active": exam.active
} }