From a8d396b1c60473d83a62d83eb5a03cb755721b4d Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 26 Jun 2021 12:21:35 +0100 Subject: [PATCH] . --- longs/models.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/longs/models.py b/longs/models.py index bd8fed69..bbcb648e 100644 --- a/longs/models.py +++ b/longs/models.py @@ -629,7 +629,9 @@ class Exam(ExamBase): if self.time_limit: exam_json["exam_time"] = self.time_limit - return "TEST" + exam_json["HELLO"] = "WORLD" + + return exam_json class CidUserAnswer(models.Model): """User answers by candidate"""