Skip to content
This repository was archived by the owner on Mar 12, 2021. It is now read-only.

ExtensionEngineArchive/edx-submissions

 
 

Repository files navigation

Part of edX code.

Travis build status

Coverage badge

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:

pip install -r test-requirements.txt
tox # to run only a single environment, do e.g. tox -e django18

To use a Django shell to test commands:

pip install -r django-requirements.txt
pip install -r requirements.txt
pip install -r test-requirements.txt
./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.

Even though it was 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 [email protected]

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.

About

API for creating submissions and scores

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.4%
  • HTML 0.6%