2.1.1 AnswerResponse object
An answer response is returned on submitting an answer.
Example
{
"notifications": [ ],
"proficiency": {
"overall": 84
},
"evaluation": {
"result": "INCORRECT",
"termEvaluations": [ {
"value": "akimboh",
"markup": [ {
"type": "strikethrough",
"offset": 6,
"length": 1
} ],
"result": "INCORRECT"
}, {
"value": "akimbo",
"result": "MISSED"
} ]
}
}
Fields
Field | Type | Description |
---|---|---|
proficiency optional |
2.1.1 Proficiency | The proficiency of the practiced drill(s). Only applies to drills. |
progress optional |
Float | The progress of a test. Only applies to tests. |
evaluation optional |
2.1.1 Evaluation | The evaluation of the provided answer. |
feedback optional |
2.1.1 Feedback | A message giving feedback on the provided answer. |
notifications optional |
List of 2.1.1 Notification objects | Notifications can be reported back by the platform to notify the client of information that is relevant to the provided answer. |
objectiveEvaluations optional |
List of 2.1.1 ObjectiveEvaluation objects | An optional collection of objective evaluations. |
Last updated on