I have instructor privileges in Canvas and I'm looking for a way to query every quiz grade from certain students in my class. I'm just getting started with the Canvas API, so any advice or direction would be great. Ultimately, I want to be able to make a call and get output similar to this:
Student 1: Quiz 1 (90) Quiz 2 (90) Quiz 3 (80)
I have a course with thousands of students, and searching through them all on Canvas is super slow, so I'd like to be able to make a quick API call when I'm meeting with a student.