2.0 Feedback object

Optional feedback text to present to the user after answering a practice question. Note that feedback may be both negative and positive. Different feedback may be defined for each question depending on whether the answer was correct or not.

The feedback text may optionally be marked up.

Example

{
  "title": "Feedback",
  "message": {
    "text": "Excellent! Well done!",
    "markup": [ ]
  }
}

Fields

Field Type Description
title
required
String The title of this feedback section.
message
optional
XOR with media field
2.0 MarkupText The feedback text, optionally marked up.

Note: either a message or a media object is required, not both.
media
optional
XOR with message field
2.0 Media An optional media object.

Note: either a message or a media object is required, not both.