{% extends exam.app_name|add:'/exams.html' %} {% block content %}

{{ exam }}

{% if missing_cids or missing_users %}
This exam has candidates / users with unsubmitted results {% if missing_cids %} {% endif %} {% if missing_users %} {% endif %}
{% endif %} {% if unmarked %} {% endif %}
{% if can_edit %}
{% csrf_token %}
{% endif %}
Loading...
Loading statistics...
{% 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 %} {% if exam.app_name == "longs" or exam.app_name == "rapids" %} {% endif %} {% if can_edit %} {% endif %} {% endfor %}
Candidate ID ScoreNormalised ScoreStatusStats
{{cids_user_id_map|get_item:cid}}{{cid}} {{user_scores|get_item:cid}}{{user_scores_normalised|get_item:cid}} {% if pass_status|get_item:cid == 'Pass' %} Pass {% else %} Fail {% endif %} {% include "generic/partials/_candidate_stats_checkbox.html" with cid=cid is_excluded=excluded_map|get_item:cid exam=exam %}
Answers as a table
Loading...
Loading answers table...
{% block breakdown %}{% endblock breakdown %}
Email results User results emailed: {{exam.exam_results_emailed|default:"Never"}}

Note: currently only works with registered users

{% endblock %} {% block js %} {% endblock %}