<% function gtLtEscape(str) { return String(str) .replace(//g, '>') } %>
<%= 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')}) %> <%- gettext('To receive credit for problems, you must select "Submit" for each problem before you select "End My Exam".') %>
<% if(attempt_status !== 'ready_to_submit') {%> <% } %>