Update Mark Scheme
markScheme_updateUpdate an existing mark scheme by its ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique identifier for the mark scheme to update | |
| content | No | The full mark scheme content text (level descriptors, caps, guidance, etc.) | |
| mark_points | No | Array of mark points | |
| points_total | No | Total number of points for the mark scheme | |
| marking_method | No | How to mark: deterministic (MCQ), point_based, or level_of_response |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updated | Yes | Names of the fields written by this call. | |
| question_id | Yes | ||
| points_total | Yes | ||
| mark_scheme_id | Yes | ||
| mark_point_count | Yes |