.
This commit is contained in:
+1
-1
@@ -358,7 +358,7 @@ class Exam(ExamBase):
|
|||||||
|
|
||||||
normal = []
|
normal = []
|
||||||
abnormal = []
|
abnormal = []
|
||||||
for q in question:
|
for q in questions:
|
||||||
if q.normal:
|
if q.normal:
|
||||||
normal.append(q)
|
normal.append(q)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user