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