How do I check the list of assignments assigned to a specific student?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As an Instructor, I've posted the assignments and assigned them to students based on mastery. Not all assignments are provided to all students.
I'm confused about the grades page (individual view) because it shows all the assignments that I've posted even though I haven't assigned them to that specific student.
Is there any possibility that I can check only the assignments assigned under the specific student's name, rather than seeing all assignments under that student's name?
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @NITI2022!
I took a look at some different options but it wouldn't be possible from the Canvas interface. It will always show assignments that are not assigned to them, they will just be grayed out.
You can, however, use API to return a list of assignments for a student in a course. This documentation goes over it - https://canvas.instructure.com/doc/api/assignments.html#method.assignments_api.user_index
To make it easily consumable, you can use a browser extension for JSON formatting. Myself and a lot of others use this one for Chrome.