LMS copy changes to support using proctortrack's onboarding exams

rather than using practice exams

JIRA:EDUCATOR-3960
This commit is contained in:
Matt Hughes
2019-02-06 15:27:06 -05:00
parent 150618cf9a
commit a49f64a990

View File

@@ -8,7 +8,7 @@
%>
<div class='exam-text js-exam-text' data-show-long="true">
<% // xss-lint: disable=underscore-not-escaped %>
<%= interpolate_text('You are taking "{exam_link}" as a {exam_type} exam. ', {exam_link: "<a href='" + exam_url_path + "'>"+gtLtEscape(exam_display_name)+"</a>", exam_type: (!_.isUndefined(arguments[0].exam_type)) ? exam_type : gettext('timed')}) %>
<%= interpolate_text('You are taking "{exam_link}" as {exam_type}. ', {exam_link: "<a href='" + exam_url_path + "'>"+gtLtEscape(exam_display_name)+"</a>", exam_type: (!_.isUndefined(arguments[0].exam_type)) ? exam_type : gettext('a timed exam')}) %>
<span class="js-exam-additional-text" aria-hidden="false">
<%- gettext('The timer on the right shows the time remaining in the exam.') %>
<%- gettext('To receive credit for problems, you must select "Submit" for each problem before you select "End My Exam".') %>