2.1.1 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 |
|---|---|---|
titlerequired |
String | A title for the feedback section. |
messageoptional XOR with media field |
2.1.1 MarkupText | The feedback text, optionally marked up. Note: either a message or a media object is required, not both. |
mediaoptional XOR with message field |
2.1.1 Media | An optional media object. Note: either a message or a media object is required, not both. |
ttsoptional |
2.1.1 Tts object | Optional information to allow in-player text-to-speech conversion. |
Last updated on