From 5c0e0c42787be75eb021a21f4b14bd2d9f38a125 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 11 Mar 2021 13:00:58 +0000 Subject: [PATCH] . --- generic/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/views.py b/generic/views.py index 2e39cbc7..ea8bfcba 100644 --- a/generic/views.py +++ b/generic/views.py @@ -336,7 +336,7 @@ class ExamViews(View, LoginRequiredMixin): h = {} for question in exam.exam_questions.all(): h[question.pk] = question.json_creation_time.isoformat() - json["multi_question_json"] = h + json["multi_question_json"] = "TEST" active_exams["exams"].append( json ) if json == False: