This commit is contained in:
Ross
2021-08-01 09:18:57 +01:00
parent 3067e41ff9
commit 64737ee341
6 changed files with 131 additions and 1 deletions
+1 -1
View File
@@ -400,7 +400,7 @@ class ExamViews(View, LoginRequiredMixin):
"url": url,
"type": self.question_type,
"eid": "{}/{}".format(self.question_type, exam.pk),
"json_creation_time": creation_time
"json_creation_time": creation_time,
"json_creation_id": exam.creation_id
}