.
This commit is contained in:
+1
-1
@@ -671,7 +671,7 @@ def mark(request, exam_pk, sk, unmarked_exam_answers_only=True, review=False):
|
|||||||
unmarked_user_answers = []
|
unmarked_user_answers = []
|
||||||
# this could be improved
|
# this could be improved
|
||||||
if question.normal:
|
if question.normal:
|
||||||
incorrect_answers = question.get_user_answers()
|
incorrect_answers = question.get_user_answers(exam_pk=exam_pk)
|
||||||
if "" in incorrect_answers:
|
if "" in incorrect_answers:
|
||||||
incorrect_answers.remove("")
|
incorrect_answers.remove("")
|
||||||
if "normal" in incorrect_answers:
|
if "normal" in incorrect_answers:
|
||||||
|
|||||||
Reference in New Issue
Block a user