Jessica B. Hamrick

Results 47 issues of Jessica B. Hamrick

There should be a button to download grades (via `nbgrader export`) through the formgrader.

enhancement

You should be able to upload submission files to the formgrader and then extract them with `nbgrader zip_collect`, through the formgrader interface.

enhancement

Instructors should be able to run `nbgrader validate` and `nbgrader validate --invert` from the formgrader.

enhancement

It would be nice if there was an easy way for instructors to query: * Which students haven't submitted a particular assignments * Which students haven't submitted a particular notebook...

enhancement

We should think more carefully about which extensions are available by default. One option is to disable the Assignment List (which requires the exchange to be properly setup) and the...

enhancement
documentation
good first issue
maintenance

Currently it's a bit sparse: https://nbgrader.readthedocs.io/en/stable/contributor_guide/installation_developer.html#installing-firefox-headless-webdriver

documentation
good first issue

Currently, you can use `nbgrader list` to remove released assignments: * `nbgrader list --remove` removes released assignments * `nbgrader list --remove --inbound` removes submitted assignments * `nbgrader list --remove --cached`...

enhancement

It's not obvious from the installation page that there are manual steps needed to setup the exchange, so we should link to this documentation from that page. See #820 cc...

documentation
good first issue

Currently, if there are multiple courses in the database, when you do things like query the assignments, all assignments from all courses will be returned. The current course id should...

enhancement

Currently there are no integration tests for generating/release feedback in the formgrader, but it would be great to have some.

maintenance