Part of edX code.
API for creating submissions and scores.
submissions
is a Django app that defines a common interface for creating submissions and scores.
To install the submissions
app:
python setup.py install
To run the test suite:
python manage.py test
The code in this repository is licensed under version 3 of the AGPL unless otherwise noted.
Please see LICENSE.txt
for details.
Contributions are very welcome.
Please read How To Contribute for details.
Even though it was written with edx-platform
in mind, the guidelines
should be followed for Open edX code in general.
Please do not report security issues in public. Please email security@edx.org
You can discuss this code on the edx-code Google Group or in the
edx-code
IRC channel on Freenode.