commit_assessment
Store a learner's raw answer and assessment evidence to update mastery state and spaced review scheduling.
Instructions
Commit assessment evidence and update learner state server-side.
raw_answer and assessor_type are mandatory: the original learner response is stored for audit and never discarded. mastery_probability is computed by the runtime, not supplied by the caller.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transfer | No | ||
| attempt_id | Yes | ||
| confidence | No | ||
| raw_answer | Yes | ||
| request_id | No | ||
| application | No | ||
| correctness | No | ||
| assessor_type | No | model | |
| hint_dependency | No | ||
| reasoning_quality | No | ||
| assessor_confidence | No | ||
| expected_state_version | No | ||
| conceptual_understanding | No |