From 076462a44dafc8b4e76f7fc7bba2a4ac597acc29 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 11 Mar 2021 13:02:45 +0000 Subject: [PATCH] . --- generic/views.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/generic/views.py b/generic/views.py index 931b7956..bf0e0a71 100644 --- a/generic/views.py +++ b/generic/views.py @@ -334,9 +334,9 @@ class ExamViews(View, LoginRequiredMixin): 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" + #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 )