From 1e0d905aa16957ac6f14a6f1308162663f32d062 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 16 Oct 2021 17:15:13 +0100 Subject: [PATCH] . --- rapids/templates/rapids/exam_scores.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/rapids/templates/rapids/exam_scores.html b/rapids/templates/rapids/exam_scores.html index 9fbd4844..671d6a3a 100644 --- a/rapids/templates/rapids/exam_scores.html +++ b/rapids/templates/rapids/exam_scores.html @@ -54,15 +54,16 @@ {% for question in questions %} Question {{forloop.counter}} - {% if question.normal %} - [N] - {% else %} - [A] - {% endif %} - - {% for ans, score in by_question|get_item:question %} - {{ans}} - {% endfor %} + + {% if question.normal %} + [N] + {% else %} + [A] + {% endif %} + + {% for ans, score in by_question|get_item:question %} + {{ans}} + {% endfor %} {% endfor %}