This commit is contained in:
Ross
2021-10-16 10:02:42 +01:00
parent 7f0dc23eb0
commit f65b7ee87e
+1 -1
View File
@@ -581,7 +581,7 @@ def mark(request, exam_pk, sk, exam_answers_only=True):
exam = get_object_or_404(Exam, pk=exam_pk)
mark_url = "rapids:mark"
if exam_answers_only:
if not exam_answers_only:
mark_url = "rapids:mark_all"
questions = exam.exam_questions.all()