{% load i18n %}

{% blocktrans %} Follow these instructions {% endblocktrans %}

{% blocktrans %} • When you start your exam you will have {{ total_time }} to complete it.
• You cannot stop the timer once you start.
• If time expires before you finish your exam, your completed answers will be submitted for review.
• If you have not taken a proctored exam before using {{ platform_name }} please read the exam rules and guidelines first. Reading these will ensure you don't accidentally violate any of the proctored exam rules. {% endblocktrans %} {% blocktrans %} Read the {{ platform_name }} Online Proctoring Rules for Learners {% endblocktrans %}

{% if exam_review_policy %}

{% blocktrans %} Additional Exam Rules {% endblocktrans %}

{% blocktrans %} In addition to the general exam rules above, the following additions or exceptions apply to this exam:

{{ exam_review_policy }}
{% endblocktrans %}

{% endif %}
{% include 'proctored_exam/footer.html' %}