jupyter / nbgrader

A system for assigning and grading notebooks
https://nbgrader.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.3k stars 317 forks source link

Check marking schemes for attachments to prevent leakage #1783

Closed tuncbkose closed 1 year ago

tuncbkose commented 1 year ago

Fixes https://github.com/jupyter/nbgrader/issues/1782. ~The problem of adding images to marking schemes remains unsolved.~

github-actions[bot] commented 1 year ago

Binder :point_left: Launch a Binder on branch _AaltoSciComp/nbgrader/attachmentleakage

tuncbkose commented 1 year ago

Not sure why the docs have failed

brichet commented 1 year ago

Not sure why the docs have failed

Seems to be related to sphinx_rtd_theme not compatible with Sphinx>=7. I'm testing it locally and I'll fix it. I don't know why this only happened yesterday.

EDIT: I opened https://github.com/jupyter/nbgrader/pull/1791

brichet commented 1 year ago

Failures are not related.

Thanks @tuncbkose