From 585ac0285a159f90dc450988b45ab5f106585f09 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 16 Oct 2021 17:06:19 +0100 Subject: [PATCH] . --- rapids/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapids/views.py b/rapids/views.py index 24fbb693..327db326 100755 --- a/rapids/views.py +++ b/rapids/views.py @@ -671,7 +671,7 @@ def mark(request, exam_pk, sk, unmarked_exam_answers_only=True, review=False): unmarked_user_answers = [] # this could be improved if question.normal: - incorrect_answers = question.get_user_answers() + incorrect_answers = question.get_user_answers(exam_pk=exam_pk) if "" in incorrect_answers: incorrect_answers.remove("") if "normal" in incorrect_answers: