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
ab60d148
Commit
ab60d148
authored
Jul 22, 2015
by
Afzal Wali
Committed by
Chris Dodge
Jul 22, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Suggestions for master.
parent
b617dc4a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
README.md
+1
-1
edx_proctoring/callbacks.py
+1
-1
edx_proctoring/templates/proctoring/seq_timed_exam_expired.html
+6
-4
No files found.
README.md
View file @
ab60d148
...
@@ -2,6 +2,6 @@ edx-proctoring [: # pylint: disable=unused-argume
...
@@ -25,7 +25,7 @@ def start_exam_callback(request, attempt_code): # pylint: disable=unused-argume
attempt
=
get_exam_attempt_by_code
(
attempt_code
)
attempt
=
get_exam_attempt_by_code
(
attempt_code
)
if
not
attempt
:
if
not
attempt
:
return
HttpResponse
(
return
HttpResponse
(
content
=
'
That exam code is not valid
'
,
content
=
'
You have entered an exam code that is not valid.
'
,
status
=
404
status
=
404
)
)
...
...
edx_proctoring/templates/proctoring/seq_timed_exam_expired.html
View file @
ab60d148
...
@@ -7,15 +7,17 @@
...
@@ -7,15 +7,17 @@
</h3>
</h3>
<p>
<p>
{% blocktrans %}
{% blocktrans %}
Since you did not submit your exam before the time allotted expired, your work cannot be
You are not eligible to receive credit for this exam because you did not submit
considered as an exam that is eligible for credit. Any work you've completed may still be counted for
your exam responses before time expired. Other work that you have completed in this
partial credit towards your grade.
course contributes to your final grade. See the
<a
href=
"{{progress_page_url}}"
>
Progress page
</a>
for your current grade in the course.
{% endblocktrans %}
{% endblocktrans %}
</p>
</p>
<div
class=
"proctored-exam-message"
>
<div
class=
"proctored-exam-message"
>
<p>
<p>
{% blocktrans %}
{% blocktrans %}
Please see
<a
href=
"{{progress_page_url}}"
>
your progress in this course
</a>
for your general course credit worthiness.
Other work that you have completed in this course contributes to your final grade.
See the
<a
href=
"{{progress_page_url}}"
>
Progress page
</a>
for your current grade in the course.
{% endblocktrans %}
{% endblocktrans %}
</p>
</p>
</div>
</div>
...
...
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