{% extends exam.app_name|add:'/exams.html' %} {% block content %}
| Candidate ID | Score | Normalised Score | |
|---|---|---|---|
| {{cids_user_id_map|get_item:cid}} | {% else %}{{cid}} | {% endif %}{{user_scores|get_item:cid}} | {{user_scores_normalised|get_item:cid}} |
| Candidate | {% for cid in cids %} {% comment %}{{cid}} | {% endcomment %}{{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