From 12d709a546f556307a29d80d417648574903af0f Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 18 Oct 2021 17:39:05 +0100 Subject: [PATCH] . --- anatomy/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anatomy/models.py b/anatomy/models.py index f8e9af02..5edbcfaf 100644 --- a/anatomy/models.py +++ b/anatomy/models.py @@ -383,7 +383,7 @@ class Exam(ExamBase): "cached": False, "exam_type": "anatomy", "exam_name": self.name, - "exam_mode": True, + "exam_mode": self.exam_mode, "exam_order": exam_order, "questions": exam_questions, }