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
e6cb0693
Commit
e6cb0693
authored
Aug 05, 2015
by
Chris Dodge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update error page content
parent
98c6bf37
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
57 additions
and
25 deletions
+57
-25
edx_proctoring/templates/proctoring/seq_proctored_exam_error.html
+54
-4
edx_proctoring/templates/proctoring/seq_proctored_exam_submitted.html
+1
-10
edx_proctoring/templates/proctoring/seq_proctored_exam_verified.html
+1
-10
edx_proctoring/tests/test_api.py
+1
-1
No files found.
edx_proctoring/templates/proctoring/seq_proctored_exam_error.html
View file @
e6cb0693
{% load i18n %}
{% load i18n %}
<div
class=
"sequence proctored-exam error"
>
<div
class=
"failure sequence proctored-exam"
data-exam-id=
"{{exam_id}}"
>
<div
class=
"gated-sequence"
>
<h3>
{% trans "Your exam has been marked as failed due to an error." %}
{% blocktrans %}
</div>
Your proctoring session is in error
{% endblocktrans %}
</h3>
<h4>
{% blocktrans %}
Your Proctoring Session review:
<b
class=
"failure"
>
Failed
</b>
{% endblocktrans %}
</h4>
<p>
{% blocktrans %}
It appears that your proctoring session has been shut down while you were taking this
exam. This invalidates your proctored exam and you will not be eligible for course
credit.
{% endblocktrans %}
</p>
<hr>
<p>
{% blocktrans %}
Please see
<a
href=
"{{progress_page_url}}"
>
your progress in this course
</a>
for your general course credit worthiness.
{% endblocktrans %}
</p>
</div>
<div
class=
"footer-sequence border-b-0 padding-b-0"
>
<span>
{% trans "Can I contest this review?" %}
</span>
<p
class=
"proctored-exam-option"
>
{% blocktrans %}
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.
Aenean massa.
{% endblocktrans %}
</p>
<a
href=
"#"
class=
"contest-review"
>
Contest this review
</a>
<hr
class=
"clearfix"
>
<span>
{% trans "Is there anything I can do to make up/replace this session?" %}
</span>
<p
class=
"proctored-exam-option"
>
{% blocktrans %}
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.
Aenean massa.
{% endblocktrans %}
</p>
<hr
class=
"clearfix"
>
<span>
{% trans "See Also" %}
</span>
<p>
{% blocktrans %}
<a
class=
"footer-link"
href=
"#"
>
Frequently asked questions about proctoring and earning college credit.
</a>
{% endblocktrans %}
</p>
</div>
</div>
edx_proctoring/templates/proctoring/seq_proctored_exam_submitted.html
View file @
e6cb0693
...
@@ -26,13 +26,4 @@
...
@@ -26,13 +26,4 @@
{% endblocktrans %}
{% endblocktrans %}
</p>
</p>
</div>
</div>
<div
class=
"footer-sequence border-b-0 padding-b-0"
>
{% include 'proctoring/seq_proctored_exam_footer.html' %}
<span>
{% trans "See Also" %}
</span>
<p>
{% blocktrans %}
<a
class=
"footer-link"
href=
"#"
>
Frequently asked questions about proctoring and earning college credit.
</a>
{% endblocktrans %}
</p>
</div>
edx_proctoring/templates/proctoring/seq_proctored_exam_verified.html
View file @
e6cb0693
...
@@ -26,13 +26,4 @@
...
@@ -26,13 +26,4 @@
{% endblocktrans %}
{% endblocktrans %}
</p>
</p>
</div>
</div>
<div
class=
"footer-sequence border-b-0 padding-b-0"
>
{% include 'proctoring/seq_proctored_exam_footer.html' %}
<span>
{% trans "See Also" %}
</span>
<p>
{% blocktrans %}
<a
class=
"footer-link"
href=
"#"
>
Frequently asked questions about proctoring and earning college credit.
</a>
{% endblocktrans %}
</p>
</div>
edx_proctoring/tests/test_api.py
View file @
e6cb0693
...
@@ -92,7 +92,7 @@ class ProctoredExamApiTests(LoggedInTestCase):
...
@@ -92,7 +92,7 @@ class ProctoredExamApiTests(LoggedInTestCase):
self
.
start_an_exam_msg
=
'Would you like to take
%
s as a proctored exam?'
self
.
start_an_exam_msg
=
'Would you like to take
%
s as a proctored exam?'
self
.
timed_exam_msg
=
'
%
s is a Timed Exam'
self
.
timed_exam_msg
=
'
%
s is a Timed Exam'
self
.
exam_time_expired_msg
=
'You did not complete the exam in the allotted time'
self
.
exam_time_expired_msg
=
'You did not complete the exam in the allotted time'
self
.
exam_time_error_msg
=
'Your
exam has been marked as failed due to an error.
'
self
.
exam_time_error_msg
=
'Your
proctoring session is in error
'
self
.
chose_proctored_exam_msg
=
'You have chosen to take
%
s as a proctored exam'
self
.
chose_proctored_exam_msg
=
'You have chosen to take
%
s as a proctored exam'
self
.
proctored_exam_completed_msg
=
'This is the end of your proctored exam'
self
.
proctored_exam_completed_msg
=
'This is the end of your proctored exam'
self
.
proctored_exam_submitted_msg
=
'You have submitted this proctored exam for review'
self
.
proctored_exam_submitted_msg
=
'You have submitted this proctored exam for review'
...
...
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