Review a free-text answer. When all answers are reviewed, the attempt is finalized.
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id |
string (uuid) | yes | The answer ID |
Request body
Required.
application/json
feedbackstringisCorrectboolean · requiredpointsAwardedinteger
{
"feedback": "Good answer, but could be more detailed.",
"isCorrect": true,
"pointsAwarded": 1
}
Responses
| Status | Description |
|---|---|
| 204 | Answer reviewed successfully |
| 400 | The attempt does not need review |
| 404 | The answer was not found |