This commit is contained in:
Ross
2021-08-01 10:24:29 +01:00
parent ee32bec0bf
commit 01f00fc9c4
3 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -409,7 +409,7 @@ class ExamViews(View, LoginRequiredMixin):
for question in exam.exam_questions.all():
# Generate json if needed
if question.json_creation_time is None:
question.get_json(question.pk)
question.get_question_json()
h[question.pk] = question.question_json_id
obj["multi_question_json"] = h
active_exams["exams"].append( obj )