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
edx
edx-proctoring
Commits
53b3e7f0
Commit
53b3e7f0
authored
Dec 15, 2016
by
Andy Armstrong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update messaging to mention MicroMasters
TNL-6113
parent
992a9095
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
edx_proctoring/templates/proctored_exam/entrance.html
+1
-1
edx_proctoring/tests/test_student_view.py
+4
-4
No files found.
edx_proctoring/templates/proctored_exam/entrance.html
View file @
53b3e7f0
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
</h3>
</h3>
<p>
<p>
{% blocktrans %}
{% blocktrans %}
To be eligible
to earn credit for this course, you must take and
pass the proctoring review for this exam.
To be eligible
for course credit or for a MicroMasters credential, you must
pass the proctoring review for this exam.
{% endblocktrans %}
{% endblocktrans %}
</p>
</p>
<button
class=
"gated-sequence start-timed-exam action-primary"
data-ajax-url=
"{{enter_exam_endpoint}}"
data-exam-id=
"{{exam_id}}"
data-attempt-proctored=
true
data-start-immediately=
false
>
<button
class=
"gated-sequence start-timed-exam action-primary"
data-ajax-url=
"{{enter_exam_endpoint}}"
data-exam-id=
"{{exam_id}}"
data-attempt-proctored=
true
data-start-immediately=
false
>
...
...
edx_proctoring/tests/test_student_view.py
View file @
53b3e7f0
...
@@ -229,16 +229,16 @@ class ProctoredExamStudentViewTests(ProctoredExamTestCase):
...
@@ -229,16 +229,16 @@ class ProctoredExamStudentViewTests(ProctoredExamTestCase):
(
'reverification'
,
None
,
'The following prerequisites are in a <strong>pending</strong> state'
,
True
),
(
'reverification'
,
None
,
'The following prerequisites are in a <strong>pending</strong> state'
,
True
),
(
'reverification'
,
'pending'
,
'The following prerequisites are in a <strong>pending</strong> state'
,
True
),
(
'reverification'
,
'pending'
,
'The following prerequisites are in a <strong>pending</strong> state'
,
True
),
(
'reverification'
,
'failed'
,
'You did not satisfy the following prerequisites'
,
True
),
(
'reverification'
,
'failed'
,
'You did not satisfy the following prerequisites'
,
True
),
(
'reverification'
,
'satisfied'
,
'To be eligible
to earn credit for this course
'
,
False
),
(
'reverification'
,
'satisfied'
,
'To be eligible
for course credit
'
,
False
),
(
'reverification'
,
'declined'
,
None
,
False
),
(
'reverification'
,
'declined'
,
None
,
False
),
(
'proctored_exam'
,
None
,
'The following prerequisites are in a <strong>pending</strong> state'
,
True
),
(
'proctored_exam'
,
None
,
'The following prerequisites are in a <strong>pending</strong> state'
,
True
),
(
'proctored_exam'
,
'pending'
,
'The following prerequisites are in a <strong>pending</strong> state'
,
True
),
(
'proctored_exam'
,
'pending'
,
'The following prerequisites are in a <strong>pending</strong> state'
,
True
),
(
'proctored_exam'
,
'failed'
,
'You did not satisfy the following prerequisites'
,
True
),
(
'proctored_exam'
,
'failed'
,
'You did not satisfy the following prerequisites'
,
True
),
(
'proctored_exam'
,
'satisfied'
,
'To be eligible
to earn credit for this course
'
,
False
),
(
'proctored_exam'
,
'satisfied'
,
'To be eligible
for course credit
'
,
False
),
(
'proctored_exam'
,
'declined'
,
None
,
False
),
(
'proctored_exam'
,
'declined'
,
None
,
False
),
(
'grade'
,
'failed'
,
'To be eligible
to earn credit for this course
'
,
False
),
(
'grade'
,
'failed'
,
'To be eligible
for course credit
'
,
False
),
# this is nonsense, but let's double check it
# this is nonsense, but let's double check it
(
'grade'
,
'declined'
,
'To be eligible
to earn credit for this course
'
,
False
),
(
'grade'
,
'declined'
,
'To be eligible
for course credit
'
,
False
),
)
)
@ddt.unpack
@ddt.unpack
def
test_prereq_scenarios
(
self
,
namespace
,
req_status
,
expected_content
,
should_see_prereq
):
def
test_prereq_scenarios
(
self
,
namespace
,
req_status
,
expected_content
,
should_see_prereq
):
...
...
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