Authoring app for e2xgrader


License
MIT
Install
pip install e2xauthoring==0.2.2

Documentation

e2xauthoring

PyPi License Docs

e2xauthoring is an add-on for e2xgrader that adds functionality for authoring assignments. e2xauthoring streamlines assignment creation for nbgrader by utilizing reusable components known as tasks and templates. Please refer to the documenation for further information.

Screenshots

Create a task from question presets: new_task


Creating a worksheet from tasks and a template: new_worksheet

Requirements

  • e2xcore

Install

The add-on is automatically installed alongside e2xgrader. To install it yourself, execute:

pip install e2xauthoring

Uninstall

To uninstall, execute:

pip uninstall e2xauthoring