From a49f64a990403d60aa365248380e79708d31f37f Mon Sep 17 00:00:00 2001 From: Matt Hughes Date: Wed, 6 Feb 2019 15:27:06 -0500 Subject: [PATCH] LMS copy changes to support using proctortrack's onboarding exams rather than using practice exams JIRA:EDUCATOR-3960 --- lms/templates/courseware/proctored-exam-status.underscore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/courseware/proctored-exam-status.underscore b/lms/templates/courseware/proctored-exam-status.underscore index 6f223b3c7f..af2666982d 100644 --- a/lms/templates/courseware/proctored-exam-status.underscore +++ b/lms/templates/courseware/proctored-exam-status.underscore @@ -8,7 +8,7 @@ %>
<% // xss-lint: disable=underscore-not-escaped %> - <%= interpolate_text('You are taking "{exam_link}" as a {exam_type} exam. ', {exam_link: ""+gtLtEscape(exam_display_name)+"", exam_type: (!_.isUndefined(arguments[0].exam_type)) ? exam_type : gettext('timed')}) %> + <%= interpolate_text('You are taking "{exam_link}" as {exam_type}. ', {exam_link: ""+gtLtEscape(exam_display_name)+"", exam_type: (!_.isUndefined(arguments[0].exam_type)) ? exam_type : gettext('a timed exam')}) %> <%- 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".') %>