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()