update_grade
Modify student grades in Eduframe by updating grade values, scores, or adding comments to existing grade records.
Instructions
Update a grade
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the grade to update | |
| grade | No | The grade awarded (at least one of grade and score is required) | |
| score | No | The score awarded (at least one of grade and score is required) | |
| gradeable_id | No | Unique model identifier of the gradeable (enrollment / ...) | |
| gradeable_type | No | Model type of the gradeable (enrollment / ...) | |
| comment | No | Additional comment about the grade | |
| enrollment_id | No | Unique identifier of the enrollment |