The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December. Read our blog post for more info about this change.
Found this content helpful? Log in or sign up to leave a like!
I am after the replacement of the Muted property from the old gradebook.
I want to know if an assignment contains unposted scores. Is there a way to get this without involving GraphQL API?
One suggestion to resolve this is using the gradebook export CSV, which separate out assignment group into four columns (Current Score, Unposted Current Score, Final Score and Unposted Final Score)
https://community.canvaslms.com/t5/Instructor-Guide/How-do-I-export-grades-in-the-Gradebook/ta-p/809
But for assignments, it only has one column, would be great if we can separate into post and unposted column.
I found a similar question from 2018 which confirms that muting cannot be changed via the API. Also, in looking through the REST API docs, the `assignment[muted]` property is gone. Looks like GraphQL might be the only way now.
Thank you for your reply. Concept of Muted has been replaced by Grade Posting Policy in the new grade book. Assignment.Muted property has been deprecated and likely wont have a replacement as new developments are focused on GraphQL. Assignment.Muted still exist in GraphQL, not sure if it's there to stay, But Submission.Posted seems to be the answer to my original question.
GraphQL is the trend but REST API still has its use especially in term of creating and updating data.
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in