Commit aad96d77 by Chris Dodge

more carol edits

parent 3a371753
...@@ -6,9 +6,9 @@ describe('ProctoredExamView', function () { ...@@ -6,9 +6,9 @@ describe('ProctoredExamView', function () {
'<div class="proctored_exam_status">' + '<div class="proctored_exam_status">' +
'<script type="text/template" id="proctored-exam-status-tpl">' + '<script type="text/template" id="proctored-exam-status-tpl">' +
'<div class="exam-timer">' + '<div class="exam-timer">' +
'<%- gettext("You are taking") %>' + '<%- gettext("You are taking \"") %>' +
'<a href="<%= exam_url_path %>"> <%= exam_display_name %> </a>' + '<a href="<%= exam_url_path %>"> <%= exam_display_name %> </a>' +
'<%- gettext(" exam as a proctored exam. Good Luck!") %>' + '<%- gettext("\" as a proctored exam. The timer on the right shows the time remaining in the exam") %>' +
'<span id="time_remaining_id" class="pull-right"> <b> </b> </span> </div>' + '<span id="time_remaining_id" class="pull-right"> <b> </b> </span> </div>' +
'</script>'+ '</script>'+
'</div>' '</div>'
......
...@@ -18,9 +18,10 @@ ...@@ -18,9 +18,10 @@
</h3> </h3>
<p> <p>
{% blocktrans %} {% blocktrans %}
Your proctored and timed exam is now ready. Once you start, <strong>you will have {{total_time}} to When you start your exam you will have {{total_time}} to complete it. You cannot stop the timer once you start.
complete the exam and cannot stop the timer</strong>. If you did not active complete the exam, at the {% endblocktrans %}
end of that period your exam will close and proctoring session will be reviewed. {% blocktrans %}
If the allotted time expires before you mark your exam as ended, the answers you have completed up to that point are submitted for grading, and your proctoring session is uploaded for review.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<div> <div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment