I'm trying to build a dashboard to monitor class grades using the Google Classroom API.
When I create an assignment through the website, I have the option to give it a "Grade Category" which affects how it is weighted in the final grade. For example, I can create (in Course Settings) a Homework category that counts 20% toward the final grade or a Quizzes category that counts 30% toward the final grade and so on.
I've been using the python API and can download most everything I need so far except this "Grade Category", which means I can't compute their grades in my dashboard or do things like drop the lowest grade or similar actions. I figured there would be a field like "gradeCategory" but I can't find it anywhere.
Anyone else run across this?