Proctoring subsystem for Open edX
Project description
This is the exam proctoring subsystem for the Open edX platform.
Overview
Proctored exams are exams with time limits that learners complete while online proctoring software monitors their computers and behavior for activity that might be evidence of cheating. This Python library provides the proctoring implementation used by Open edX.
Documentation
For authoring documentation, see Including Proctored Exams In Your Course.
Installation
To install edx-proctoring:
mkvirtualenv edx-proctoring make install
To run the tests:
make test-all
For a full list of Make targets:
make help
Configuration
In order to use edx-proctoring, you must obtain an account (and secret configuration - see below) with SoftwareSecure, which provides the proctoring review services that edx-proctoring integrates with.
You will need to turn on the ENABLE_SPECIAL_EXAMS in lms.env.json and cms.env.json FEATURES dictionary:
"FEATURES": { : "ENABLE_SPECIAL_EXAMS": true, : }
Also in your lms.env.json and cms.env.json file please add the following:
"PROCTORING_SETTINGS": { "LINK_URLS": { "contact_us": "{add link here}", "faq": "{add link here}", "online_proctoring_rules": "{add link here}", "tech_requirements": "{add link here}" } },
In your lms.auth.json file, please add the following secure information:
"PROCTORING_BACKENDS": { "software_secure": { "crypto_key": "{add SoftwareSecure crypto key here}", "exam_register_endpoint": "{add enpoint to SoftwareSecure}", "exam_sponsor": "{add SoftwareSecure sponsor}", "organization": "{add SoftwareSecure organization}", "secret_key": "{add SoftwareSecure secret key}", "secret_key_id": "{add SoftwareSecure secret key id}", "software_download_url": "{add SoftwareSecure download url}" }, 'DEFAULT': 'software_secure' },
You will need to restart services after these configuration changes for them to take effect.
License
The code in this repository is licensed under the AGPL 3.0 unless otherwise noted.
Please see LICENSE.txt for details.
How To Contribute
Contributions are very welcome.
Please read How To Contribute for details.
Even though they were written with edx-platform in mind, the guidelines should be followed for Open edX code in general.
Reporting Security Issues
Please do not report security issues in public. Please email security@edx.org.
Getting Help
Have a question about this repository, or about Open edX in general? Please refer to this list of resources if you need any assistance.
We don’t maintain a detailed changelog. For details of changes, please see the GitHub commit history.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file edx-proctoring-1.5.0rc4.tar.gz
.
File metadata
- Download URL: edx-proctoring-1.5.0rc4.tar.gz
- Upload date:
- Size: 511.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d33b6ff5fc27e503c21f5b53abc0ceff1d38d32da244d010b383cbd01d5a3b2 |
|
MD5 | c1024ef110076ece85ad1f0112c22960 |
|
BLAKE2b-256 | d61bf7e7a4d220baaf07517b5337292c24571828b184ba7b1b3aae3675594f3b |
Provenance
File details
Details for the file edx_proctoring-1.5.0rc4-py2.py3-none-any.whl
.
File metadata
- Download URL: edx_proctoring-1.5.0rc4-py2.py3-none-any.whl
- Upload date:
- Size: 748.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5510f742e3fc708e8de58b40fd0184b3c870325f7cecb3172c8b9edd5cbdba7b |
|
MD5 | 3cb90c912654210e12b3b25a7827bd67 |
|
BLAKE2b-256 | 7fb7e4dafb6fc8bae4648a9aee6f81a243b4dde7d59584291aa4b09011f4fafd |