From 1b738d0edb583044bd8625d8f5d9fa0121f3cfea Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 18 Apr 2021 13:03:37 +0100 Subject: [PATCH] . --- longs/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/longs/models.py b/longs/models.py index 68705735..82a6644e 100644 --- a/longs/models.py +++ b/longs/models.py @@ -563,8 +563,8 @@ class Exam(ExamBase): n = 1 for q in questions: + exam_order.append(q.id) if based: - exam_order.append(q.id) exam_questions[q.id] = q.json_creation_time.isoformat()