From 1b861b9d812def52036c5ef0c02ad6949d8e0cdc Mon Sep 17 00:00:00 2001 From: Muhammad Shoaib Date: Mon, 7 Sep 2015 17:54:47 +0500 Subject: [PATCH] SOL-1171 passed the display string to the underscore template so that the word "proctored" is not hard coded in the underscore file. updated the git tag for proctoring repo --- 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 1d5f12f477..4cb40f4b0c 100644 --- a/lms/templates/courseware/proctored-exam-status.underscore +++ b/lms/templates/courseware/proctored-exam-status.underscore @@ -6,7 +6,7 @@ .replace(/>/g, '>') } %> - <%= interpolate_text('You are taking "{exam_link}" as a proctored exam. The timer on the right shows the time remaining in the exam.', {exam_link: ""+gtLtEscape(exam_display_name)+""}) %> + <%= interpolate_text('You are taking "{exam_link}" as a {exam_type} exam. The timer on the right shows the time remaining in the exam.', {exam_link: ""+gtLtEscape(exam_display_name)+"", exam_type: (!_.isUndefined(arguments[0].exam_type)) ? exam_type : gettext('timed')}) %> <% if(attempt_status !== 'ready_to_submit') {%>