Rubric Used in Assignment in one Course seems to be created in some other Course
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 attempt to fetch the rubric details using the endpoint "/api/v1/courses/:course_id/rubrics/:id"
, I find that the rubric exists, but its context_id
indicates it is associated with a different course, not the current one.
Additionally, when I list all rubrics for this course using the endpoint "/api/v1/courses/:course_id/rubrics/"
, this particular rubric does not appear in the list.
Has anyone experienced this issue before? How can a rubric be linked to an assignment in one course if it seems to be associated with a different course? Any guidance on how to resolve or further investigate this would be greatly appreciated!