Rubric Used in Assignment Not Found in the Parent Course
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2024
06:31 AM
I'm using the Canvas API to pull data for a specific course. When I retrieve the assignments using the endpoint "/api/v1/courses/:course_id/assignments"
, one of the assignments has a rubric_id
associated with it.
However, when I try to fetch the rubric details using the endpoint "/api/v1/courses/:course_id/rubrics/:id"
, I'm unable to find that rubric in the course.
Has anyone experienced this before? How can a rubric be linked to an assignment in a course if it doesn't seem to exist within that course's or account rubrics?