Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-proctoring
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
edx-proctoring
Commits
9be0eb61
Commit
9be0eb61
authored
Aug 07, 2015
by
Muhammad Shoaib
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
working on the text changes.
parent
5191dffc
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
9 deletions
+7
-9
edx_proctoring/static/proctoring/js/views/proctored_exam_attempt_view.js
+1
-1
edx_proctoring/static/proctoring/js/views/proctored_exam_view.js
+3
-5
edx_proctoring/static/proctoring/templates/course_allowances.underscore
+1
-1
edx_proctoring/templates/proctoring/seq_proctored_exam_entrance.html
+2
-2
No files found.
edx_proctoring/static/proctoring/js/views/proctored_exam_attempt_view.js
View file @
9be0eb61
...
...
@@ -131,7 +131,7 @@ var edx = edx || {};
event
.
preventDefault
();
// confirm the user's intent
if
(
!
confirm
(
gettext
(
'Are you sure you w
ish
to remove this student
\'
s exam attempt?'
)))
{
if
(
!
confirm
(
gettext
(
'Are you sure you w
ant
to remove this student
\'
s exam attempt?'
)))
{
return
;
}
var
$target
=
$
(
event
.
currentTarget
);
...
...
edx_proctoring/static/proctoring/js/views/proctored_exam_view.js
View file @
9be0eb61
...
...
@@ -96,11 +96,9 @@ var edx = edx || {};
return
this
;
},
unloadMessage
:
function
()
{
return
gettext
(
"As you are currently taking a proctored exam,
\
n"
+
"you should not be navigation away from the exam.
\
n"
+
"This may be considered as a violation of the
\
n"
+
"proctored exam and you may be disqualified for
\
n"
+
"credit eligibility in this course.
\
n"
);
return
gettext
(
"Are you sure you want to leave this page?
\
n"
+
"To pass your proctored exam you must submit your
\
n"
+
"responses within the time limit and also pass the online proctoring review.
\
n"
);
},
updateRemainingTime
:
function
(
self
)
{
self
.
timerTick
++
;
...
...
edx_proctoring/static/proctoring/templates/course_allowances.underscore
View file @
9be0eb61
<span class="tip"> <%- gettext("Add Allowance
for User:
") %>
<span class="tip"> <%- gettext("Add Allowance") %>
<span>
<a id="add-allowance" href="#" class="add blue-button">+ <%- gettext("Add Allowance") %></a>
</span>
...
...
edx_proctoring/templates/proctoring/seq_proctored_exam_entrance.html
View file @
9be0eb61
...
...
@@ -7,8 +7,8 @@
</h3>
<p>
{% blocktrans %}
Since you're enrolled in this course as a verified student, you have the option to take this exam with
online proctoring. Online proctoring is one requirement towards being eligible for credit
.
As a verified learner in this course, you have the option of taking this exam with online proctoring.
To be eligible to earn credit for this course, you must take and pass the proctoring review for this exam
.
{% endblocktrans %}
</p>
<div
class=
"gated-sequence"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment