.
This commit is contained in:
+1
-1
@@ -334,7 +334,7 @@ class ExamViews(View, LoginRequiredMixin):
|
|||||||
|
|
||||||
if self.question_type == "long":
|
if self.question_type == "long":
|
||||||
h = {}
|
h = {}
|
||||||
for question in exam.questions.all():
|
for question in exam.exam_questions.all():
|
||||||
h[question.pk] = question.json_creation_time
|
h[question.pk] = question.json_creation_time
|
||||||
json["multi_question_json"] = h
|
json["multi_question_json"] = h
|
||||||
active_exams["exams"].append( json )
|
active_exams["exams"].append( json )
|
||||||
|
|||||||
Reference in New Issue
Block a user