POST
/api/v1/study/explain_backs/:id/responses
Submit an explain-back response
Submits a student’s answer to a question and returns the grade. Provide either a recorded audio file (multipart — we transcribe it) or a typed transcript.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
audio |
file | one of | Recorded answer (multipart/form-data); sniffed and transcribed |
transcript |
string | one of | Typed answer (use instead of audio) |
Returns
The grade: band (correct/partial/incorrect), score (0–1), reason, the scored transcript, point-by-point points, strengths, the rubric key_points, and the model_answer.