.
This commit is contained in:
+1
-1
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user