Jessica B. Hamrick
Jessica B. Hamrick
There should be a button to download grades (via `nbgrader export`) through the formgrader.
You should be able to upload submission files to the formgrader and then extract them with `nbgrader zip_collect`, through the formgrader interface.
Instructors should be able to run `nbgrader validate` and `nbgrader validate --invert` from the formgrader.
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...
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...
Currently it's a bit sparse: https://nbgrader.readthedocs.io/en/stable/contributor_guide/installation_developer.html#installing-firefox-headless-webdriver
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`...
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...
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...
Currently there are no integration tests for generating/release feedback in the formgrader, but it would be great to have some.