From 35d9d45b89bfddc470444247fa84cd5fa7413cef Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 9 Sep 2021 12:10:33 +0100 Subject: [PATCH] . --- rapids/templates/rapids/exam_scores.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rapids/templates/rapids/exam_scores.html b/rapids/templates/rapids/exam_scores.html index 9c4255bf..41d3f092 100644 --- a/rapids/templates/rapids/exam_scores.html +++ b/rapids/templates/rapids/exam_scores.html @@ -28,11 +28,13 @@ Candidate ID Score + Normalised Score {% for user, value in user_answers_marks.items %} {{user}} {{user_scores|get_item:user}} + {{value}} {% endfor %}