This commit is contained in:
Ross
2021-03-02 20:49:40 +00:00
parent c661a5c9c5
commit b28d786299
+1 -1
View File
@@ -358,7 +358,7 @@ class Exam(ExamBase):
normal = []
abnormal = []
for q in question:
for q in questions:
if q.normal:
normal.append(q)
else: