2

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?

Matt Bellis
  • 289
  • 2
  • 10

1 Answers1

1
ziganotschka
  • 25,866
  • 2
  • 16
  • 33
  • 1
    Thanks for these links. This is all what I'm actually using right now, but none of this has the information about "Grade Category". I can retrieve what the grades are, but there's nothing in there about the "Category", nor what the course settings are for how grades are weighted for the final course grade. – Matt Bellis May 13 '20 at 13:22
  • 1
    Unfortunately this has not been implemented so far. There are several relevant feature requests, I suggest you to mark the [main one](https://issuetracker.google.com/123557207) with a "star" to increase visibility and hope for soon implementation. – ziganotschka May 13 '20 at 14:16
  • I need this feature of Grade Category also ! Thanks for your question @MattBellis – HamzDiou Nov 26 '20 at 08:53