get all grades for a course

Jump to solution
m_ortiz
Community Member

Hi all

I am trying to get all the grades for a module using the canvasapi in python. I have a section where I can get the top, bottom and mean grades for each assignment.

course = canvas.get_course(14602) #id of the course
print(course.get_course_level_assignment_data())

 

What call should I type to get all the grades (linked to student names) for each assignment in my course?

Thanks

0 Likes
1 Solution
thovey
Instructure Alumni
Instructure Alumni

@m_ortiz 

View solution in original post

0 Likes