This commit is contained in:
Ross
2021-03-11 12:53:49 +00:00
parent 6b4a3f7479
commit e23374678e
+1 -1
View File
@@ -334,7 +334,7 @@ class ExamViews(View, LoginRequiredMixin):
if self.question_type == "long":
h = {}
for question in exam.questions.all():
for question in exam.exam_questions.all():
h[question.pk] = question.json_creation_time
json["multi_question_json"] = h
active_exams["exams"].append( json )