<%- gettext('Set as a Special Exam') %>

<%- gettext('Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.') %>

<% if (enable_proctored_exam) { %>

<%- gettext('Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.') %>

<% var supports_onboarding = xblockInfo.get('supports_onboarding'); %> <% if (supports_onboarding) { %>

<%- gettext("Use Onboarding to introduce learners to proctoring, verify their identity, and create an onboarding profile. Learners must complete the onboarding profile step prior to taking a proctored exam. Profile reviews take 2+ business days.") %>

<% } else { %>

<%- gettext("Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.") %>

<% } %> <% } %>

<%- gettext('Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.') %>

<% var show_review_rules = xblockInfo.get('show_review_rules'); %> <% if (show_review_rules) { %>