This commit is contained in:
Ross
2021-10-16 16:36:55 +01:00
parent 359f7b73b3
commit 0c4551ba90
+2 -2
View File
@@ -701,8 +701,8 @@ def mark(request, exam_pk, sk, unmarked_exam_answers_only=True, review=False):
mark = "half-correct"
elif marked_ans.status == Answer.MarkOptions.INCORRECT:
mark = "incorrect"
else:
unmarked_answers_bool = True
if mark == "unmarked":
unmarked_answers_bool = True
review_user_answers.append((ans, mark))