This is the exam proctoring subsystem for the Open edX platform.
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.
For authoring documentation, see Including Proctored Exams In Your Course.
To install edx-proctoring:
mkvirtualenv edx-proctoring
make install
If you want to run tests, first setup requirements. Note that JS tests require Node 10, nvm install v10 if you are on a different version so that gulp is installed for v10:
nvm install v10
make requirements-test
Run tests:
make test
Run just python tests:
make test-python
Run just JS tests:
make test-js
For a full list of Make targets:
make help
See the developer guide for configuration, devstack and sandbox setup, and other developer concerns.
The code in this repository is licensed under the AGPL 3.0 unless otherwise noted.
Please see LICENSE.txt
for details.
Contributions are very welcome.
Please read How To Contribute for details.
Please do not report security issues in public. Please email security@openedx.org.
Have a question about this repository, or about Open edX in general? Please refer to this list of resources if you need any assistance.