edx-submissions
API for creating submissions and scores.
Overview
submissions
is a Django app that defines a common interface for creating submissions and scores.
Getting Started
To install the submissions
app:
python setup.py install
To run the test suite:
make test_requirements
tox # to run only a single environment, do e.g. tox -e py35-django22-drf39
To use a Django shell to test commands:
make dev_requirements
./manage.py migrate
./manage.py shell --settings=settings
>>> from submissions.serializers import StudentItemSerializer
>>> <other commands...>
License
The code in this repository is licensed under version 3 of the AGPL 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@openedx.org
Mailing List and IRC Channel
You can discuss this code on the edx-code Google Group or in the
edx-code
IRC channel on Freenode.