{% load i18n %}

{% blocktrans %} Would you like to take {{ display_name }} as a Proctored Exam? {% endblocktrans %}

{% blocktrans %} Since you're enrolled in this course as a verified student, you have the option to take this exam with online proctoring. Online proctoring is one requirement towards being eligible for credit. {% endblocktrans %}

{% trans "Yes, take this as a proctored exam (and be eligible for credit)" %}

{% blocktrans %} You will need to download and install {{platform_name}} approved software for the online proctoring of your exam. After successful installation, you will be guided through setting up your proctored session and begin the exam immediately afterwards.

{% endblocktrans %}
{% trans "No, take this as an open exam (and not be eligible for credit)" %}

{% blocktrans %} You may proceed and begin the exam at your leisure, but you will not be able to apply for college credit upon completing the exam or this course in general. {% endblocktrans %}

{% include 'proctoring/seq_proctored_exam_footer.html' %}