From 3b80aff2acac072b4489f9e07bc77ad4b1815d6e Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 8 Sep 2021 16:03:57 +0100 Subject: [PATCH] . --- rapids/templates/rapids/exam_scores.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rapids/templates/rapids/exam_scores.html b/rapids/templates/rapids/exam_scores.html index a3367547..9c4255bf 100644 --- a/rapids/templates/rapids/exam_scores.html +++ b/rapids/templates/rapids/exam_scores.html @@ -53,9 +53,9 @@ Question {{forloop.counter}} {% if question.normal %} - [Normal] + [N] {% else %} - [Abnormal] + [A] {% endif %} {% for ans, score in by_question|get_item:question %}