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
b372f8fb
Commit
b372f8fb
authored
Sep 10, 2015
by
Chris Dodge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
address content feedback
parent
65441547
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
+11
-1
edx_proctoring/templates/proctored_exam/entrance.html
+11
-1
No files found.
edx_proctoring/templates/proctored_exam/entrance.html
View file @
b372f8fb
...
@@ -5,6 +5,11 @@
...
@@ -5,6 +5,11 @@
This exam is proctored.
This exam is proctored.
{% endblocktrans %}
{% endblocktrans %}
</h3>
</h3>
<p>
{% blocktrans %}
To be eligible to earn credit for this course, you must take and pass the proctoring review for this exam.
{% endblocktrans %}
</p>
<button
class=
"gated-sequence start-timed-exam"
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"
data-ajax-url=
"{{enter_exam_endpoint}}"
data-exam-id=
"{{exam_id}}"
data-attempt-proctored=
true
data-start-immediately=
false
>
<a>
<a>
{% trans "Continue to my proctored exam. I want to be eligible for credit." %}
{% trans "Continue to my proctored exam. I want to be eligible for credit." %}
...
@@ -19,9 +24,14 @@
...
@@ -19,9 +24,14 @@
</button>
</button>
<button
class=
"gated-sequence start-timed-exam"
data-attempt-proctored=
false
>
<button
class=
"gated-sequence start-timed-exam"
data-attempt-proctored=
false
>
<a>
<a>
{% trans "Take this exam without proctoring.
I am not interested in academic credit.
" %}
{% trans "Take this exam without proctoring." %}
</a>
</a>
<i
class=
"fa fa-arrow-circle-right"
></i>
<i
class=
"fa fa-arrow-circle-right"
></i>
<p>
{% blocktrans %}
I am not interested in academic credit.
{% endblocktrans %}
</p>
</button>
</button>
</div>
</div>
<div
class=
"proctored-exam-skip-confirm-wrapper hidden"
>
<div
class=
"proctored-exam-skip-confirm-wrapper hidden"
>
...
...
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