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 %}