{% load i18n %}

{% blocktrans %} Important {% endblocktrans %}

{% blocktrans %} • You have {{ total_time }} to complete this exam.
• Once you start the exam, you cannot stop the timer.
• For all question types, you must click "submit" to complete your answer.
• If time expires before you click "End My Exam", only your submitted answers will be graded. {% endblocktrans %}

{% blocktrans %} Proctored Exam Rules {% endblocktrans %}

{% blocktrans %} You must adhere to the following rules while you complete this exam. If you violate these rules, you will receive a score of 0 on the exam, and you will not be eligible for academic course credit.
{% endblocktrans %} {% blocktrans %} {{ platform_name }} Rules for Online Proctored Exams {% endblocktrans %}

{% if exam_review_policy %}

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

{% blocktrans %} The following additional rules apply to this exam. These rules take precedence over the Rules for Online Proctored Exams.

{{ exam_review_policy }}
{% endblocktrans %}

{% endif %}
{% trans "Start my exam" as start_exam %}
{% include 'proctored_exam/error_modal.html' %} {% include 'proctored_exam/footer.html' %}