diff --git a/rapids/views.py b/rapids/views.py index 8cc24221..686306e8 100755 --- a/rapids/views.py +++ b/rapids/views.py @@ -676,7 +676,7 @@ def mark(request, exam_pk, sk, unmarked_exam_answers_only=True, review=False): incorrect_answers.remove("normal") else: if review: - unmarked_user_answers = question.get_user_answers(exam_pk=exam_pk) + unmarked_user_answers = question.get_user_answers(exam_pk=exam_pk, include_normal=False) elif unmarked_exam_answers_only: unmarked_user_answers = question.get_unmarked_user_answers(exam_pk=exam_pk) else: