{% extends 'atlas/exams.html' %} {% block content %}
{{plot|safe}}
{% if unmarked %} {% endif %}

Stats

Candidates: {{cids|length}}
Max score: {{max_score}}
Mean: {{mean}}, Median {{median}}, Mode {{mode}}
{% comment %} {% endcomment %} {% comment %} {% for user, value in user_answers_marks.items %} {% endcomment %} {% for cid in cids %} {% comment %} {% endcomment %} {% endfor %}
Candidate ID ScoreNormalised Score
{{cid}} {{user_scores|get_item:cid}}{{user_scores_normalised|get_item:user}}

Answers as a table

{% for cid in cids %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% endfor %} {% for question in questions %} {% comment %} {% for cid in cids %} {% endfor %} {% endcomment %} {% for cid in cids %} {% with by_question|get_item:question|get_item:cid as ans_score %} {% endwith %} {% endfor %} {% endfor %} {% for cid in cids %} {% endfor %}
Candidate{{cid}}{{cid}}{{cid}}
Question {{forloop.counter}} {{ans_by_question|get_item:question|get_item:cid}}{{ans_score.1}}
Score:{{user_scores|get_item:cid}}
{% endblock %}