Skip to content

An xblock that fetches serialized student answers from a remote host and grades them

License

Notifications You must be signed in to change notification settings

drhodes/remoxblock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work in progress!

remoxblock is an xblock that fetches serialized student answers from a remote host and grades it against staff defined answers on the edx platform.

image

Testing

  1. 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

Docs

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

File server for grading Jupyterhub

About

An xblock that fetches serialized student answers from a remote host and grades them

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published