From ee12c3799daaa2ef14dcf0bc5323254dcfe879f4 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 31 Jul 2021 10:37:59 +0100 Subject: [PATCH] . --- longs/models.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/longs/models.py b/longs/models.py index 1f030da7..a2e3df1d 100644 --- a/longs/models.py +++ b/longs/models.py @@ -580,6 +580,9 @@ class Exam(ExamBase): exam_order.append(q.id) if based: + + if q.json_creation_time is None: + q.get_json(q.pk) exam_questions[q.id] = q.json_creation_time.isoformat() else: