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
44a17b99
Commit
44a17b99
authored
Sep 21, 2015
by
Chris Dodge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
better define reviewer notes for the ASU course
parent
bbd7266a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
edx_proctoring/backends/software_secure.py
+6
-1
No files found.
edx_proctoring/backends/software_secure.py
View file @
44a17b99
...
@@ -298,7 +298,12 @@ class SoftwareSecureBackendProvider(ProctoringBackendProvider):
...
@@ -298,7 +298,12 @@ class SoftwareSecureBackendProvider(ProctoringBackendProvider):
"organization"
:
self
.
organization
,
"organization"
:
self
.
organization
,
"duration"
:
time_limit_mins
,
"duration"
:
time_limit_mins
,
"reviewedExam"
:
not
is_sample_attempt
,
"reviewedExam"
:
not
is_sample_attempt
,
"reviewerNotes"
:
'Closed Book'
,
# NOTE: we will have to allow these notes to be authorable in Studio
# and then we will pull this from the exam database model
"reviewerNotes"
:
(
'Closed Book; Allow users to take notes on paper during the exam; '
'Allow users to use a hand-held calculator during the exam'
),
"examPassword"
:
self
.
_encrypt_password
(
self
.
crypto_key
,
attempt_code
),
"examPassword"
:
self
.
_encrypt_password
(
self
.
crypto_key
,
attempt_code
),
"examSponsor"
:
self
.
exam_sponsor
,
"examSponsor"
:
self
.
exam_sponsor
,
"examName"
:
exam
[
'exam_name'
],
"examName"
:
exam
[
'exam_name'
],
...
...
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