add simple packet test

This commit is contained in:
Ross
2023-02-20 10:48:28 +00:00
parent 1a4083dbc7
commit 0eacd83446
2 changed files with 28 additions and 4 deletions
+1 -1
View File
@@ -715,7 +715,7 @@ class Exam(ExamBase):
"cached": False,
"exam_type": "long",
"exam_name": self.name,
"exam_mode": True,
"exam_mode": self.exam_mode,
"exam_order": exam_order,
"questions": exam_questions,
"based": based,