# of users using New Gradebook

Jump to solution
vrichter
Community Contributor

As the New Gradebook default date approaches, I'm curious to know how many teachers have opted into using the New Gradebook which I implemented as a feature option this fall.  Short of manually checking 700 sections, is there a way to report on where/if it is being used?  Thanks, Vi

Labels (3)
1 Solution
James
Community Champion

You can iterate through the list of courses and pull out the information with the List enabled features API endpoint. This returns an array of enabled features and you're looking for the value "new_gradebook".

The API call looks like GET /api/v1/courses/xxx/features/enabled

View solution in original post