Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add grader preprocessor for cell deletion #213

Closed
florian-jaeger opened this issue Mar 13, 2024 · 0 comments · Fixed by #214
Closed

Add grader preprocessor for cell deletion #213

florian-jaeger opened this issue Mar 13, 2024 · 0 comments · Fixed by #214
Assignees
Labels
enhancement New feature or request service Issue related to grader-service

Comments

@florian-jaeger
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently users can theoretically delete cell metadata to delete read only cells in JupyterLab.
Additionally, VSCode, which can also be used to edit notebooks, completely ignores cell metadata and it is therefore easy to delete cells.
This can break the grading of a submission, as the required cell will not be in the notebook.

Describe the solution you'd like
We should add a preprocessor, that detects missing cells and adds them to the notebook during grading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request service Issue related to grader-service
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants