{% 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 %}Status | {% if can_edit %}Stats | {% 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 %}{% 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 %}
Note: currently only works with registered users