{% extends app_name|add:'/base.html' %} {% load partials %} {% partialdef exam-list %}
This page shows all the examinations within the collection "{{collection.name}}".
{% else %}This page shows the currently active examinations (that you have access to manage).
{% endif %}Exams that are active will be available for candidates to take.
Once candidates have completed the exam (or submitted 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).