{% load i18n %}

{% blocktrans %} Important {% endblocktrans %}

{% blocktrans %} • You have {{ total_time }} to complete this exam.
• You cannot stop the timer after you start the exam.
• If time expires before you click End My Exam, your submitted answers will be graded. For all question types, you must click Submit to submit your answers. {% 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 %}
{% include 'proctored_exam/footer.html' %}