{% load i18n %}

{% blocktrans %} Follow these steps to set up and start your proctored exam. {% endblocktrans %}

{% if backend_instructions %}

{% blocktrans %} Note: As part of the proctored exam setup, you will be asked to verify your identity. Before you begin, make sure you are on a computer with a webcam, and that you have a valid form of photo identification such as a driver’s license or passport. {% endblocktrans %}

    {% for instruction in backend_instructions %}
  1. {{instruction|safe}}
  2. {% endfor %}
{% if provider_tech_support_email and provider_tech_support_phone %}

{% blocktrans %} If you have issues relating to proctoring, you can contact {{ provider_name }} technical support by emailing {{ provider_tech_support_email }} or by calling {{ provider_tech_support_phone }}. {% endblocktrans %}

{% endif %} {% else %}

{% blocktrans %} 1. Copy this unique exam code. You will be prompted to paste this code later before you start the exam. {% endblocktrans %}

{{exam_code}}

{% blocktrans %} Select the exam code, then copy it using Command+C (Mac) or Control+C (Windows). {% endblocktrans %}

{% blocktrans %} 2. Follow the link below to set up proctoring. {% endblocktrans %}

{% trans "Start System Check" %}

{% blocktrans %} A new window will open. You will run a system check before downloading the proctoring application. {% endblocktrans %}

{% blocktrans %} You will be asked to verify your identity as part of the proctoring exam set up. Make sure you are on a computer with a webcam, and that you have valid photo identification such as a driver's license or passport, before you continue. {% endblocktrans %}

{% blocktrans %} 3. When you have finished setting up proctoring, start the exam. {% endblocktrans %}

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