From 917edf875f0d37d9bcd30e41726781113b607796 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 11 Mar 2021 13:03:28 +0000 Subject: [PATCH] . --- generic/views.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/generic/views.py b/generic/views.py index bf0e0a71..ce65b383 100644 --- a/generic/views.py +++ b/generic/views.py @@ -332,12 +332,12 @@ class ExamViews(View, LoginRequiredMixin): "json_creation_time": creation_time } - if self.question_type == "long": - h = {} - #for question in exam.exam_questions.all(): - # h[question.pk] = question.json_creation_time.isoformat() - # h[question.pk] = "TEST" - json["multi_question_json"] = h + #if self.question_type == "long": + # h = {} + # #for question in exam.exam_questions.all(): + # # h[question.pk] = question.json_creation_time.isoformat() + # # h[question.pk] = "TEST" + # json["multi_question_json"] = h active_exams["exams"].append( json ) if json == False: