{% load i18n %}

{% blocktrans %} 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 %} {% if software_download_url %} {% endif %} {% else %}

{% blocktrans %} Step 1 {% endblocktrans %}

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

{% blocktrans %} Step 2 {% endblocktrans %}

{% blocktrans %} Start your system check now. A new window will open for this step and you will verify your identity. {% endblocktrans %}

{% blocktrans %} Make sure you: {% endblocktrans %}

{% if software_download_url %} {% endif %}

{% blocktrans %} Step 3 {% endblocktrans %}

{% blocktrans %} For security and exam integrity reasons, we ask you to sign in to your edX account. Then we will direct you to the RPNow proctoring experience. {% endblocktrans %}

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