Found this content helpful? Log in or sign up to leave a like!

Simple numerical grades in gradebook

Jump to solution
ddemanty
Community Member

I'm trying to configure the gradebooks for my courses to sum up the grades from the constituent assignments without showing a percentage or letter grade. 

Something like:

Student       Assignment 1     Assignment 2     Assignment 3… Total of Assignments

John                      13                     16                            10                          39

Mary                       9                     12                              0                          21

Sam                       16                     11                             14                          41

 

Is this scheme possible within Canvas? I've tried several gradebook features, but nothing I've tried thus far has given me the results I'm looking for.  

Labels (1)
1 Solution
Gabriel33
Community Participant

If that "Total of Assignments" column is the Assignment Group grade, that does not seem to be possible in the Instructor's gradebook.

But:

  • In the instructor's gradebook view, you can see the total points by clicking in the cell (which suggests a userscript could be used to swap the tooltip with the cell value):
    image.png

  • In the student's gradebook view, they see their total points in the third column:
    image.png

Check also Solved: [ARCHIVED] Showing Assignment Group Totals by Poin... - Instructure Community - 178162

 

View solution in original post