The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December. Read our blog post for more info about this change.
Found this content helpful? Log in or sign up to leave a like!
A teacher of ours requested the ability to sort a gradebook by section. She likes to filter to all sections, but wishes she could sort the resulting list by section (All of period 1 students, then all of period 2 below that, etc.). Unfortunately, that option doesn't exist. Could it be added?
this is interesting I looked a little into it(very little <2mins)
I can display the sections in the first column which means that I should have everything that I need to sort
I don't have time to look at this today but I will drop back in for an update
hopefully I can piggyback on the StudentColumnHeaders...tsonSortByLoginId: () => {,
gradebook.setSortRowsBySetting(columnId, 'login_id', direction)
}
Thanks for looking at it. Interested to see what you discover!
First major roadblock here is actually students w/multiple sections... how should little "Bobby Tables" be treated if he is in 'period 2' and 'period 3'. I understand in your environment under perfect circumstances that doesn't happen. If I clone the row it cause greater load on the grade book module & can create inconsistencies. If I do not clone what is there to represent the student in multiple sections, for instance just selecting the first section alphanumerically, then it is wrong.... This is more than likely why this information is behind a filter and not a sort: one-to-many problem that I did not initially see in the <2 minute probe...
Outside of your organization
there are others that have 400 kiddos in a course and their grade books already take time to load
w/cloning the rows would theoretically double or triple...
TLDR: kids have/ can have multiple sections
sorting would become cumbersome and costly
Conclusion from me at least.....This is not something I am going to pursue because it could cause issues for others that would degrade the integrity of the grade book
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in