associate_rubric
Associate an existing rubric with one or more assignments to reuse the same grading criteria across them.
Instructions
Associate an existing rubric with one or more assignments. This is how you reuse a rubric across multiple assignments. Use list_rubrics to find the rubric_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | Canvas course ID | |
| rubric_id | Yes | Rubric ID to associate | |
| hide_points | No | Hide all point values on the rubric (Canvas UI: 'Remove points from rubric'). Useful for non-scoring rubrics. | |
| assignment_ids | Yes | List of assignment IDs to associate the rubric with | |
| use_for_grading | No | Whether to use this rubric for grading (default: true) | |
| hide_score_total | No | Hide the total score in the student/grader view of the rubric | |
| hide_outcome_results | No | Don't post outcome results from this rubric to the Learning Mastery Gradebook. Use when a rubric criterion is outcome-linked but you don't want this assignment to count toward mastery. |