Assignments Grade Report downloaded .xlsx file doesn't include students when students have permission "Same site level permissions for all groups inside the site"
GENERAL
TESTING
GENERAL
TESTING
Description
Activity
Show:
Andrea Schmidt April 30, 2023 at 9:25 PM
Seeing the same behavior on 24/23, but if only the instructor and TA have that permission, the file is populated with students. Is there a use case where students should have that permission set?
Austin June 18, 2021 at 3:03 PMEdited
GradeSheetExporter.java gets the list of students with
List<String> allowAddAnySubmissionUsers = assignmentService.allowAddAnySubmissionUsers(refToCheck);
which allowAddAnySubmissionUsers() filters out users by
// get the roles which are allowed for submission but not for all_site control
Details
Details
Priority
Affects versions
Components
Assignee
Unassigned
UnassignedReporter
Austin
AustinCreated June 18, 2021 at 3:00 PM
Updated April 30, 2023 at 9:25 PM
Perhaps it's not meant to give students the permission, "Same site level permissions for all groups inside the site"? but after downloading the Grade Report xlsx file, the file doesn't include any student rows.