Get Mark Result by Answer ID
markResult_getRetrieve the marking result for a specific answer by its ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answer_id | Yes | The unique identifier for the answer to retrieve the marking result for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answer_id | Yes | ||
| marked_at | Yes | ISO-8601 timestamp the mark was recorded. | |
| mark_points | Yes | Per-mark-point decisions (point_based questions); [] otherwise. | |
| mark_scheme | Yes | ||
| total_score | Yes | ||
| llm_reasoning | Yes | ||
| feedback_summary | Yes | ||
| max_possible_score | Yes |