2.0 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.0 Proficiency object 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.0 Evaluation object The evaluation of the provided answer.
feedback
optional
2.0 Feedback object A message giving feedback on the provided answer.
notifications
optional
List of 2.0 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.0 ObjectiveEvaluation objects An optional collection of objective evaluations.