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
f2082f88
Commit
f2082f88
authored
Jul 02, 2015
by
Muhammad Shoaib
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PHX-47 added the html for the proctored exam instruction template
parent
923f51b1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
48 additions
and
12 deletions
+48
-12
edx_proctoring/api.py
+1
-0
edx_proctoring/templates/proctoring/seq_proctored_exam_entrance.html
+8
-2
edx_proctoring/templates/proctoring/seq_proctored_exam_footer.html
+0
-8
edx_proctoring/templates/proctoring/seq_proctored_exam_instructions.html
+39
-2
No files found.
edx_proctoring/api.py
View file @
f2082f88
...
@@ -303,6 +303,7 @@ def get_student_view(user_id, course_id, content_id, context):
...
@@ -303,6 +303,7 @@ def get_student_view(user_id, course_id, content_id, context):
student_view_template
=
'proctoring/seq_proctored_exam_entrance.html'
student_view_template
=
'proctoring/seq_proctored_exam_entrance.html'
else
:
else
:
student_view_template
=
'proctoring/seq_proctored_exam_instructions.html'
student_view_template
=
'proctoring/seq_proctored_exam_instructions.html'
context
.
update
({
'exam_code'
:
'@asDASD@E2313213SDASD213123423WEWA'
})
else
:
else
:
student_view_template
=
'proctoring/seq_timed_exam_entrance.html'
student_view_template
=
'proctoring/seq_timed_exam_entrance.html'
elif
has_finished_exam
:
elif
has_finished_exam
:
...
...
edx_proctoring/templates/proctoring/seq_proctored_exam_entrance.html
View file @
f2082f88
{% load i18n %}
{% load i18n %}
<div
class=
"sequence"
data-exam-id=
"{{exam_id}}"
>
</div>
<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 %}
...
@@ -40,6 +38,14 @@
...
@@ -40,6 +38,14 @@
<i
class=
"fa fa-arrow-circle-right start-timed-exam"
data-ajax-url=
"{{enter_exam_endpoint}}"
data-exam-id=
"{{exam_id}}"
data-attempt-proctored=
false
></i>
<i
class=
"fa fa-arrow-circle-right start-timed-exam"
data-ajax-url=
"{{enter_exam_endpoint}}"
data-exam-id=
"{{exam_id}}"
data-attempt-proctored=
false
></i>
</div>
</div>
</div>
</div>
<div
class=
"footer-sequence"
>
<h4>
{% trans "Why i am seeing these options?" %}
</h4>
<p>
{% blocktrans %}
Text to be added here.
{% endblocktrans %}
</p>
</div>
{% include 'proctoring/seq_proctored_exam_footer.html' %}
{% include 'proctoring/seq_proctored_exam_footer.html' %}
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
...
...
edx_proctoring/templates/proctoring/seq_proctored_exam_footer.html
View file @
f2082f88
{% load i18n %}
{% load i18n %}
<div
class=
"footer-sequence"
>
<h4>
{% trans "Why i am seeing these options?" %}
</h4>
<p>
{% blocktrans %}
Text to be added here.
{% endblocktrans %}
</p>
</div>
<div
class=
"faq-proctoring-exam"
>
<div
class=
"faq-proctoring-exam"
>
<h4>
{% trans "See Also" %}
</h4>
<h4>
{% trans "See Also" %}
</h4>
<p>
<p>
...
...
edx_proctoring/templates/proctoring/seq_proctored_exam_instructions.html
View file @
f2082f88
{% load i18n %}
{% load i18n %}
<div
class=
"sequence"
data-exam-id=
"{{exam_id}}"
>
<div
class=
"sequence proctored-exam instructions"
data-exam-id=
"{{exam_id}}"
>
How to launch the proctored exam content goes here
<h3>
{% blocktrans %}
Awaiting Proctoring Installation
&
Set Up
{% endblocktrans %}
</h3>
<p>
{% blocktrans %}
you have chosen to take {{display_name}} as a proctored exam. You should be redirected to a new window
with installation and setup instructions. You can also
<a
href=
"#"
>
open the installation
</a>
{% endblocktrans %}
</p>
<div
class=
"exam-code"
>
<h3>
{% blocktrans %}
Here is your unique exam code. You'll be asked for it during the setup.
{% endblocktrans %}
</h3>
<h1>
{{exam_code}}
</h1>
<p>
{% blocktrans %}
Please do not share this code. It can only be used once and it tied to your edX Account.
{% endblocktrans %}
</p>
</div>
</div>
</div>
<div
class=
"footer-sequence border-b-0 padding-b-0"
>
<span>
{% trans "Note: Once you complete your installation and set up, your timed exam will begin." %}
</span>
<p>
{% blocktrans %}
Please be prepared to start the exam and follow all the guidelines of an edX proctored exam.
{% endblocktrans %}
</p>
<p
class=
"new"
>
{% blocktrans %}
Don't want to take this as a proctored exam?
<a
href=
"#"
>
Take this as an open exam instead.
</a>
{% endblocktrans %}
</p>
</div>
{% include 'proctoring/seq_proctored_exam_footer.html' %}
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