{% extends exam.app_name|add:'/exams.html' %} {% block content %}
| Candidate ID | Score | {% if exam.app_name == "longs" or exam.app_name == "rapids" %}Normalised Score | {% endif %}|
|---|---|---|---|
| {{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 %}
| Candidate | {% for cid in cids %} {% comment %}{{cid}} | {% endcomment %}{% if cid|slice:":1" == "u" %} {% else %} {% endif %} {{cids_user_id_map|get_item:cid}} | {% endfor %}
|---|---|---|
| Question {{forloop.counter}} {% if question.normal %} [N] {% else %} [A] {% endif %} | {% for cid in cids %} {% with by_question|get_item:question|get_item:cid as ans_score %}{{ans_score.0}} | {% endwith %} {% endfor %}|
| Score: | {% for cid in cids %}{{user_scores|get_item:cid}} | {% endfor %}
Note: currently only works with registered users