This commit is contained in:
Ross
2021-09-12 10:14:12 +01:00
parent 18c82411b0
commit 152ba84315
+1 -1
View File
@@ -802,7 +802,7 @@ def mark_question_overview(request, exam_id, sk):
unmarked_count = user_answers.filter(score=CidUserAnswer.ScoreOptions.UNMARKED).count()
if exam.double_mark:
marker_unmarked_count = question.get
marker_unmarked_count = question.get_unmarked_answer_count(exam.pk, marker=request.user)
return render(
request,
"longs/mark_question_double_overview.html",