python canvasapi to get assignment group grades
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2021
04:41 PM
i'm trying to pull grades for students using the python canvasapi. using get_enrollments, i can get the course grade, but i'd like to get the students' grades for each assignment group. for example, i have assignment groups for midterm1, midterm2, final, and programming assignments. is that available through Enrollment, or should i be looking somewhere else?