2.1.1 Evaluation object
An evaluation of a practice answer given by a user. The evaluation indicates whether the answer was correct, and includes a detailed overview of what was correct or incorrect.
Example
{
"result": "INCORRECT",
"termEvaluations": [ {
"value": "look out",
"result": "INCORRECT"
}, {
"value": "Look out!",
"result": "MISSED"
} ]
}
Fields
Field | Type | Description |
---|---|---|
result required |
String | The overall result of the evaluation:
|
termEvaluations required |
List of 2.1.1 TermEvaluation objects | An evaluation for each provided and missed answer (term). |
timing optional |
String | If the question has an answer time limit, this field is the evaluation of the timing of the submitted answer:
INCORRECT , even if the answer was correct. |
Last updated on