Commit 9be0eb61 by Muhammad Shoaib

working on the text changes.

parent 5191dffc
...@@ -131,7 +131,7 @@ var edx = edx || {}; ...@@ -131,7 +131,7 @@ var edx = edx || {};
event.preventDefault(); event.preventDefault();
// confirm the user's intent // confirm the user's intent
if (!confirm(gettext('Are you sure you wish to remove this student\'s exam attempt?'))) { if (!confirm(gettext('Are you sure you want to remove this student\'s exam attempt?'))) {
return; return;
} }
var $target = $(event.currentTarget); var $target = $(event.currentTarget);
......
...@@ -96,11 +96,9 @@ var edx = edx || {}; ...@@ -96,11 +96,9 @@ var edx = edx || {};
return this; return this;
}, },
unloadMessage: function () { unloadMessage: function () {
return gettext("As you are currently taking a proctored exam,\n" + return gettext("Are you sure you want to leave this page? \n" +
"you should not be navigation away from the exam.\n" + "To pass your proctored exam you must submit your \n" +
"This may be considered as a violation of the \n" + "responses within the time limit and also pass the online proctoring review.\n");
"proctored exam and you may be disqualified for \n" +
"credit eligibility in this course.\n");
}, },
updateRemainingTime: function (self) { updateRemainingTime: function (self) {
self.timerTick ++; self.timerTick ++;
......
<span class="tip"> <%- gettext("Add Allowance for User: ") %> <span class="tip"> <%- gettext("Add Allowance") %>
<span> <span>
<a id="add-allowance" href="#" class="add blue-button">+ <%- gettext("Add Allowance") %></a> <a id="add-allowance" href="#" class="add blue-button">+ <%- gettext("Add Allowance") %></a>
</span> </span>
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
</h3> </h3>
<p> <p>
{% blocktrans %} {% blocktrans %}
Since you're enrolled in this course as a verified student, you have the option to take this exam with As a verified learner in this course, you have the option of taking this exam with online proctoring.
online proctoring. Online proctoring is one requirement towards being eligible for credit. To be eligible to earn credit for this course, you must take and pass the proctoring review for this exam.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<div class="gated-sequence"> <div class="gated-sequence">
......
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