Merge pull request #9646 from edx/muhhshoaib/SOL-1171-return-display-string-from-backbone-view

SOL-1171
This commit is contained in:
chrisndodge
2015-09-08 14:09:06 -04:00

View File

@@ -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: "<a href='" + exam_url_path + "'>"+gtLtEscape(exam_display_name)+"</a>"}) %>
<%= 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: "<a href='" + exam_url_path + "'>"+gtLtEscape(exam_display_name)+"</a>", exam_type: (!_.isUndefined(arguments[0].exam_type)) ? exam_type : gettext('timed')}) %>
<span id="turn_in_exam_id" class="pull-right">
<span id="turn_in_exam_id">
<% if(attempt_status !== 'ready_to_submit') {%>