Register for InstructureCon25 • Passes include access to all sessions, the expo hall, entertainment and networking events, meals, and extraterrestrial encounters.
Found this content helpful? Log in or sign up to leave a like!
Is it possible to hide an assignment from students, while also allowing grade entry? If so, can this be done programmatically via the API? I found that by not assigning a due date, the assignment does not appear in the student's To-Do, but setting a grade adds it to their Feedback feed.
Solved! Go to Solution.
Hi @matt2,
I do not have an answer for you about the API, assignments, and post_manually but according to Re: Can Assignment's "post_manually" be made edita... - Instructure Community - 608113 in 2024, it is considered to be read-only.
You can however use the GraphQL API.
-Doug
No, this is not possible. When students submit an assignment or quiz, you cannot unpublish and grade it simultaneously. This would be a good feature for Canvas to add, though.
It would also be helpful if we could programmatically set the posting policy for an assignment. There is a post_manually property on assignments in the API, but no parameter exists for setting that at creation or modification time.
Hi @matt2,
I do not have an answer for you about the API, assignments, and post_manually but according to Re: Can Assignment's "post_manually" be made edita... - Instructure Community - 608113 in 2024, it is considered to be read-only.
You can however use the GraphQL API.
-Doug
@dbrace thanks for the heads-up on the GraphQL topic! That may solve the problem I'm working on. It also makes me wonder whether there are other read-only fields that can be manipulated in GraphQL?
Thanks!
To interact with Panda Bot in the Instructure Community, you need to sign up or log in:
Sign In