From 65a14e58c6c7e1c72728bc46daf20b6eea81186a Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 12 Mar 2021 10:40:44 +0000 Subject: [PATCH] . --- longs/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/longs/models.py b/longs/models.py index 74962d94..ca7472c7 100644 --- a/longs/models.py +++ b/longs/models.py @@ -533,7 +533,7 @@ class Exam(ExamBase): for q in questions: exam_order.append(q.id) - exam_questions[q.id] = n + exam_questions[q.id] = q.json_creation_time.isoformat() continue