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

<% if (specialExamLockedIn && !isSpecialExam) { %>

<%- gettext("This subsection was released to learners as a special exam, but was reverted back to a basic exam. You may not configure it as a special exam now. Contact edX Support for assistance.") %>

<% } %> <% if (specialExamLockedIn && isSpecialExam) { %>

<%- gettext("This special exam has been released to learners. You may not convert it to another type of special exam. You may revert this subsection back to being a basic exam by selecting 'None', but you will NOT be able to configure it as a special exam in the future.") %>

<% } %>

<%- 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 (enableProctoredExams) { %>

<%- 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) { %>