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