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