Sorting on student and assignment lists #601
|
Is it possible to sort on the last name of the student? It appears that it's sorting on their first name which doesn't match most gradebooks which makes it a little more confusing to transcribe grades. Also, is it possible to add the first and last names to the grade download CSV? |
Answered by
rongxin-liu
Aug 14, 2026
Replies: 2 comments 5 replies
|
Does each entry in your roster contain a first name and a last name? |
3 replies
|
Would it be possible to add the same sort option to the assignment submission page, and filter by section? Section may already be there, my only course that's submitted anything doesn't have sections so I might just be missing it. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So re-importing the same student won't create a duplicate; they're deduped by GitHub username (the web app skips them and shows a "duplicate" count in the import summary).
We just shipped an update for the app to include first/last names in the exported CSV file as well as adding the options to sort by first/last names.