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
aa703a40
Commit
aa703a40
authored
Aug 07, 2015
by
Chris Dodge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
de-edXify text
parent
7dd6f768
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
edx_proctoring/callbacks.py
+2
-0
edx_proctoring/templates/proctoring/proctoring_launch_callback.html
+1
-1
edx_proctoring/templates/proctoring/seq_proctored_exam_submitted.html
+1
-1
No files found.
edx_proctoring/callbacks.py
View file @
aa703a40
...
...
@@ -4,6 +4,7 @@ Various callback paths that support callbacks from SoftwareSecure
import
logging
from
django.template
import
Context
,
loader
from
django.conf
import
settings
from
django.http
import
HttpResponse
import
pytz
from
datetime
import
datetime
...
...
@@ -60,6 +61,7 @@ def start_exam_callback(request, attempt_code): # pylint: disable=unused-argume
template
.
render
(
Context
({
'exam_attempt_status_url'
:
poll_url
,
'platform_name'
:
settings
.
PLATFORM_NAME
,
})
)
)
...
...
edx_proctoring/templates/proctoring/proctoring_launch_callback.html
View file @
aa703a40
...
...
@@ -172,7 +172,7 @@
</div>
<h5>
{% blocktrans %}
Return to the
edX
course window to start your exam. When you have finished your exam and
Return to the
{{platform_name}}
course window to start your exam. When you have finished your exam and
have marked it as complete, you can close this window to end the proctoring session
and upload your proctoring session data for review."
{% endblocktrans %}
...
...
edx_proctoring/templates/proctoring/seq_proctored_exam_submitted.html
View file @
aa703a40
...
...
@@ -16,7 +16,7 @@
{% blocktrans %}
Proctoring session results are usually available 24-48 hours after you submit your exam.
If you have questions about the status of your session review
after that time, contact
<a
href=
"https://www.edx.org/contact-us"
>
edX
</a>
Support.
after that time, contact
<a
href=
"https://www.edx.org/contact-us"
>
{{platform_name}}
</a>
Support.
{% endblocktrans %}
</p>
<hr>
...
...
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