diff --git a/longs/models.py b/longs/models.py index bbcb648e..d88d3c9b 100644 --- a/longs/models.py +++ b/longs/models.py @@ -619,6 +619,7 @@ class Exam(ExamBase): "exam_mode": True, "exam_order": exam_order, "questions": exam_questions, + "based": based, #"question_requests": exam_questions, }