Skip to content

Google Classroom - Hide Submissions Section by panderson

Details

Authorpanderson

License© 2024, Phil Anderson

CategoryGoogle Classroom

Created

Updated

Size430 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide the student submissions in the Student Work section of assignment pages.

Notes

Handy if you have students submitting multiple files. This prevents the need to scroll down to get to the rubric for every student when grading on the Student Work page.

Source code

/* ==UserStyle==
@name       Classroom - Hide Submissions Section
@version    20240605.15.04
@namespace  ?
==/UserStyle== */

@-moz-document regexp("https://classroom.google.com/c/.*/submissions/.*") {

.sVNOQ {
    display: none;
}
/* Visual indicator that this style is active */
.IXZwKf:before {
    content: "Student Submissions Hidden";
    font-size: 2em;
    color: #ff94fd;
    margin-right: auto;
    margin-left: 0;
}

}

Reviews

No reviews yet.