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

Examinations

{% if collection %}

Collection: {{collection.name}}

{% endif %}
Help

This page shows the currently active examinations (that you have access to manage).

Exams that are active will be available for candidates to take.

Once candidates have completed the exam (or subimitted some answers) they will immediately be able to view their answers on the platoform. They will not be able to see the correct answers (or their scores) until the exams results have been published.

A users submitted answers will remain available to the user until the exam is archived. Once an exam is archived the user will no longer be able to view their submitted answers.

Supervisors will have access to all exam results (including archived exams) for which they have access (when "results supervisor visible" is set to true or the user has shared their results).

Active exams:
Inactive exams:
{% if view_all %} Hide archived {% else %} View all {% endif %}
{% include 'exam_overview_js.html' %} {% endblock %}