From 50b27d3585ffd855769f008145ea4128c328f519 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 8 Sep 2021 15:58:21 +0100 Subject: [PATCH] . --- rapids/templates/rapids/exam_scores.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rapids/templates/rapids/exam_scores.html b/rapids/templates/rapids/exam_scores.html index 675a814d..a3367547 100644 --- a/rapids/templates/rapids/exam_scores.html +++ b/rapids/templates/rapids/exam_scores.html @@ -51,7 +51,13 @@ {% for question in questions %} - Question {{forloop.counter}} + Question {{forloop.counter}} + {% if question.normal %} + [Normal] + {% else %} + [Abnormal] + {% endif %} + {% for ans, score in by_question|get_item:question %} {{ans}} {% endfor %}