This commit is contained in:
Ross
2021-08-02 12:26:47 +01:00
parent cf148a01f3
commit 9f2adf7c9c
+1
View File
@@ -332,6 +332,7 @@ class ExamViews(View, LoginRequiredMixin):
questions = exam.exam_questions.all()
# TODO: fix showing unmarked answer count from other exams...
return render(
request, "{}/mark_overview.html".format(self.app_name), {"exam": exam, "questions": questions}
)