{% load i18n %}

{% blocktrans %} {{ display_name }} is a Timed Exam ({{total_time}}) {% endblocktrans %}

{% trans "This exam has a time limit associated with it." %} {% trans "In order to successfully pass this exam you will have to answer the following questions and problems in the time allotted." %} {% trans "Once you proceed, you'll start both the exam and the "%} {{total_time|lower}} {% trans " given to you." %}

{% blocktrans %} I'm ready! Start this timed exam. {% endblocktrans %}
{% include 'proctoring/seq_timed_exam_footer.html' %}