From 1020194101fc44929ac43c5d9569f930449afdb8 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 18 Dec 2021 20:19:02 +0000 Subject: [PATCH] . --- anatomy/templates/anatomy/exam_scores_new.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/anatomy/templates/anatomy/exam_scores_new.html b/anatomy/templates/anatomy/exam_scores_new.html index bd9fd93b..39bf45b6 100644 --- a/anatomy/templates/anatomy/exam_scores_new.html +++ b/anatomy/templates/anatomy/exam_scores_new.html @@ -1,16 +1,16 @@ -{% extends 'rapids/exams.html' %} +{% extends 'anatomy/exams.html' %} {% block content %}
{{plot|safe}}
-
+

{{ exam.name }}

- User answer scores are cached, if you update or change an answer you will need to refresh the scores. + User answer scores are cached, if you update or change an answer you will need to refresh the scores. {% if unmarked %} @@ -47,7 +47,7 @@ Candidate {% for cid in cids %} - {% comment %} {{cid}} {% endcomment %} + {% comment %} {{cid}} {% endcomment %} {{cid}} {% endfor %} @@ -55,7 +55,7 @@ {% for question in questions %} - Question {{forloop.counter}} + Question {{forloop.counter}} {% if question.normal %} [N] {% else %} @@ -63,7 +63,7 @@ {% endif %} {% for cid in cids %} - {{ans_by_question|get_item:question|get_item:cid}} + {{ans_by_question|get_item:question|get_item:cid}} {% endfor %} {% endfor %}