create_grade
Add grades and scores to student records in Eduframe. Specify grade, score, gradeable ID, and type to update academic performance data.
Instructions
Create a grade
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grade | Yes | The grade awarded (at least one of grade and score is required) | |
| score | Yes | The score awarded (at least one of grade and score is required) | |
| gradeable_id | Yes | Unique model identifier of the gradeable (enrollment / ...) | |
| gradeable_type | Yes | Model type of the gradeable (enrollment / ...) | |
| comment | No | Additional comment about the grade |