{% load i18n %}

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

{% trans "This exam has a time limit associated with it." %} {% trans "To pass this exam, you must complete the problems in the time allowed." %} {% trans "After you select " %} {% trans "I am ready to start this timed exam," %} {% trans "you will have "%} {{total_time|lower}} {% trans " to complete and submit the exam." %}

{% if not hide_extra_time_footer %} {% include 'timed_exam/footer.html' %} {% endif %}