-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
On MyUCSC, it's possible to enter final grades for a course by submitting a .csv file keyed on student ID (referred to as "SIS ID" in Canvas). In particular, the format MyUCSC needs is:
- File name must start with the 5-digit class number.
- The file must contain one header row and it must include one column named ID (the students' IDs as listed on the class and grade rosters) and one column named Grade. All other columns found in your file will be ignored.
- Use CSV (Comma delimited) (.csv) or Text (Tab delimited) (.txt) files.
If student IDs were included in the gradebook export, it'd be really easy to create this file.
(I realize you want to leave out all the unhelpful garbage in the gradebook, but this one additional column would be really useful!)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo