From 08666856ddd3fa143a405711bfa05c2839938150 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 16 Oct 2021 09:38:07 +0100 Subject: [PATCH] . --- rapids/templates/rapids/mark.html | 2 +- rapids/views.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/rapids/templates/rapids/mark.html b/rapids/templates/rapids/mark.html index 01730128..8d269846 100644 --- a/rapids/templates/rapids/mark.html +++ b/rapids/templates/rapids/mark.html @@ -35,7 +35,7 @@ Region: {{ question.get_regions }}, Abnormalities: {{ question.get_abnormalities {% if not question.normal %} Click each answer to toggle through marks awarded (as per colour)
{% if exam_answers_only %} - Showing exam answers only (view all) + Showing exam answers only (view all) {% else %} Showing all answers {% endif %} diff --git a/rapids/views.py b/rapids/views.py index 9e4fde0b..d9f0ee44 100755 --- a/rapids/views.py +++ b/rapids/views.py @@ -723,6 +723,7 @@ def mark(request, pk, sk, exam_answers_only=True): "exam": exam, "form": form, "question": question, + "question_number": n, "question_details": question_details, "user_answers": unmarked_user_answers, "correct_answers": correct_answers,