.
This commit is contained in:
+1
-1
@@ -683,7 +683,7 @@ def mark(request, exam_pk, sk, unmarked_exam_answers_only=True, review=False):
|
||||
unmarked_user_answers = question.get_unmarked_user_answers()
|
||||
|
||||
|
||||
if not unmarked_exam_answers_only or review:
|
||||
if review or not unmarked_exam_answers_only:
|
||||
correct_answers = question.answers.filter(status=Answer.MarkOptions.CORRECT)
|
||||
half_mark_answers = question.answers.filter(status=Answer.MarkOptions.HALF_MARK)
|
||||
incorrect_answers = question.answers.filter(status=Answer.MarkOptions.INCORRECT)
|
||||
|
||||
Reference in New Issue
Block a user