[Documentation:InstructorUI] Remove Print Lab#771
Merged
Conversation
bmcutler
pushed a commit
to Submitty/Submitty
that referenced
this pull request
Jul 17, 2026
### Why is this Change Important & Necessary? Partially addresses #13030 ### What is the New Behavior? The print lab checkpoint feature has been removed. As we discussed in meetings, it is not used very much if at all, and it is better to remove the feature than to have to continue maintaining it. ### What steps should a reviewer take to reproduce or test the bug or new feature? Sign in as instructor on main and create a new Checkpoint gradeable. Each section header should have a PRINT button in it, and clicking it should send you to a new page with a table of all students in that section (unless it's the null section, then the table will appear empty). Now checkout this PR's branch, and on the same page you should see no PRINT buttons. ### Automated Testing & Documentation A documentation PR should be made to update the image used on the Checkpoint Grading doc page, as that image contains a print button (although it is never mentioned in text). EDIT: see this documentation PR Submitty/submitty.github.io#771
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why is this Change Important & Necessary?
Partially addresses Submitty/Submitty#13051
What is the New Behavior?
The print lab checkpoint feature has been removed. As we discussed in meetings, it is not used very much if at all, and it is better to remove the feature than to have to continue maintaining it. This PR updated the image on the Checkpoint Gradeable page so that the removed print button is no longer shown.
This PR also adds some wording fixes for grammar, typos, etc. to the Checkpoint Gradeable page.