diff --git a/generic/templates/generic/exam_scores_base.html b/generic/templates/generic/exam_scores_base.html index 6506bd7f..b527ba8f 100644 --- a/generic/templates/generic/exam_scores_base.html +++ b/generic/templates/generic/exam_scores_base.html @@ -78,52 +78,52 @@
- - - - - {% if exam.app_name == "longs" or exam.app_name == "rapids" %} - - {% endif %} - - {% if can_edit %} - - {% endif %} - - {% for cid in cids %} - - {% if cid|slice:":1" == "u" %} - - {% else %} - - {% endif %} - - +
Candidate IDScoreNormalised ScoreStatusStats
{{cids_user_id_map|get_item:cid}}{{cid}} - - - - {{user_scores|get_item:cid}}
+ + + {% if exam.app_name == "longs" or exam.app_name == "rapids" %} - + {% endif %} - + {% if can_edit %} - + {% endif %} - {% endfor %} -
Candidate IDScore{{user_scores_normalised|get_item:cid}}Normalised Score - {% if pass_status|get_item:cid == 'Pass' %} - Pass - {% else %} - Fail - {% endif %} - Status - {% include "generic/partials/_candidate_stats_checkbox.html" with cid=cid is_excluded=excluded_map|get_item:cid exam=exam %} - Stats
+ {% for cid in cids %} + + {% if cid|slice:":1" == "u" %} + {{cids_user_id_map|get_item:cid}} + {% else %} + {{cid}} + + + + + {% endif %} + {{user_scores|get_item:cid}} + + {% if exam.app_name == "longs" or exam.app_name == "rapids" %} + {{user_scores_normalised|get_item:cid}} + {% endif %} + + {% if pass_status|get_item:cid == 'Pass' %} + Pass + {% else %} + Fail + {% endif %} + + {% if can_edit %} + + {% include "generic/partials/_candidate_stats_checkbox.html" with cid=cid is_excluded=excluded_map|get_item:cid exam=exam %} + + {% endif %} + + {% endfor %} +
@@ -148,10 +148,10 @@ {% block breakdown %}{% endblock breakdown %} -
+
Email results User results emailed: {{exam.exam_results_emailed|default:"Never"}}