remoxblock is an xblock that fetches serialized student answers from a remote host and grades it against staff defined answers on the edx platform.
- activate a virtualenv
If you don't have a virtualenv, it's easy to set one up.
$ virtualenv venv
$ source venv/bin/activate
Then install the xblock
$ pip install remoxblock $ make test
For anyone who wants to hack on this project
Setting up development
For staff who wants to use remoxblock in a course (not ready yet)
Configuring remoxblock in Studio