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
e26a47ac
Commit
e26a47ac
authored
Oct 05, 2015
by
Chris Dodge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more text changes
parent
948c750c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
edx_proctoring/templates/proctored_exam/entrance.html
+1
-1
edx_proctoring/templates/proctored_exam/failed-prerequisites.html
+7
-2
edx_proctoring/templates/proctored_exam/pending-prerequisites.html
+1
-1
No files found.
edx_proctoring/templates/proctored_exam/entrance.html
View file @
e26a47ac
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div
class=
"sequence proctored-exam entrance"
data-exam-id=
"{{exam_id}}"
>
<div
class=
"sequence proctored-exam entrance"
data-exam-id=
"{{exam_id}}"
>
<h3>
<h3>
{% blocktrans %}
{% blocktrans %}
This exam is proctored
.
This exam is proctored
{% endblocktrans %}
{% endblocktrans %}
</h3>
</h3>
<p>
<p>
...
...
edx_proctoring/templates/proctored_exam/failed-prerequisites.html
View file @
e26a47ac
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div
class=
"failure sequence proctored-exam entrance"
data-exam-id=
"{{exam_id}}"
>
<div
class=
"failure sequence proctored-exam entrance"
data-exam-id=
"{{exam_id}}"
>
<h3>
<h3>
{% blocktrans %}
{% blocktrans %}
This exam is proctored
.
This exam is proctored
{% endblocktrans %}
{% endblocktrans %}
</h3>
</h3>
<p>
<p>
...
@@ -39,10 +39,15 @@
...
@@ -39,10 +39,15 @@
<i
class=
"fa fa-arrow-circle-right"
></i>
<i
class=
"fa fa-arrow-circle-right"
></i>
<p>
<p>
{% blocktrans %}
{% blocktrans %}
I
am not interested in
academic credit.
I
understand that I am not eligible for
academic credit.
{% endblocktrans %}
{% endblocktrans %}
</p>
</p>
</button>
</button>
<p>
{% blocktrans %}
If you have questions about the status of your requirements for course credit, contact {{ platform_name }} Support.
{% endblocktrans %}
</p>
</div>
</div>
{% include 'proctored_exam/confirm-decline.html' %}
{% include 'proctored_exam/confirm-decline.html' %}
{% include 'proctored_exam/footer.html' %}
{% include 'proctored_exam/footer.html' %}
edx_proctoring/templates/proctored_exam/pending-prerequisites.html
View file @
e26a47ac
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div
class=
"warning sequence proctored-exam entrance"
data-exam-id=
"{{exam_id}}"
>
<div
class=
"warning sequence proctored-exam entrance"
data-exam-id=
"{{exam_id}}"
>
<h3>
<h3>
{% blocktrans %}
{% blocktrans %}
This exam is proctored
.
This exam is proctored
{% endblocktrans %}
{% endblocktrans %}
</h3>
</h3>
<p>
<p>
...
...
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