Proctoring subsystem for Open edX


Keywords
Django, edx
License
AGPL-3.0
Install
pip install edx-proctoring==4.16.1

Documentation

edx-proctoring

PyPI Python CI Codecov Supported Python versions License

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

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

Developing

See the developer guide for configuration, devstack and sandbox setup, and other developer concerns.

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.

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.