# of users using New Gradebook
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2019
08:52 AM
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
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2019
07:04 AM
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
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.