Skip to content

abduld/bux-grader-framework

 
 

Repository files navigation

BU edX External Grader Framework

A simple framework for creating specialized external graders for your edX course.

See the demo course repository for an example course configuration. See the [configuration repository](configuration repository) for a more automated way to set up your grader environment.

Prerequisites

Contributing

Pull requests are welcome!

Pull down this repository and use pip to install development requirements:

$ git clone git@github.com:bu-ist/bux-grader-framework
$ pip install -r requirements.txt

Documentation

Follow pep257!

Package documentation lives in the docs directory and can be built in a variety of formats using sphinx.

cd docs
make html

The build directory (docs/_build) is excluded from VCS.

Tests

All unit tests live in the tests directory and can be run using nose.

$ nosetests

Coding Style

Follow pep8!

Run flake8 before you commit to make sure there aren't any violations:

$ flake8

About

An edX external grader framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%