grade_with_rubric
Grades a student submission against an assignment rubric by applying criterion scores and optional comments.
Instructions
Grade a submission using a rubric already associated with the assignment. criterion_scores: {criterion_id: points, ...} — get criterion_ids from get_rubric. criterion_comments: optional {criterion_id: comment text, ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | ||
| user_id | Yes | ||
| assignment_id | Yes | ||
| criterion_scores | Yes | ||
| course_identifier | Yes | ||
| criterion_comments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |