diff --git a/sbas/views.py b/sbas/views.py index 81458014..55d3df9f 100644 --- a/sbas/views.py +++ b/sbas/views.py @@ -265,7 +265,7 @@ def exam_finish(request, pk, cid): "exam": exam, "question_answer_tuples": question_answer_tuples, "answer_count": len(answers), - "exam_length": len(exam), + "exam_length": len(questions), }, )