jupyter / nbgrader

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

Integrating nbgrader with a plagiarism checker? #1837

Open Merna-Atef opened 11 months ago

Merna-Atef commented 11 months ago

Is there a way to integrate nbgrader with MOSS for plagiarism checking?

Operating system

Windows 11

nbgrader --version

0.8.1

jupyter notebook --version

6.4.12

perllaghu commented 6 months ago

NBGrader does not currently have any mechanism for integrating the autograde step with additional plugins.

The closest you'd get is to create the original [source] notebook with some kind of integration

... and probably have a test to ensure that whatever that integration was, was run.