MCAssessment > MCChoice > MCFeedback
Class: Chunk OboNode Full Name: ObojoboDraft.Chunks.MCAssessment.MCFeedbackThis represents the contents of the feedback of a multiple choice answer choice. It is functionally identical to an MCAnswer, but displays below a MCAssessment after the question has been answered
Properties
None
Supported Trigger Types
Action Type | Description |
---|---|
onMount | Fired when a node is added to the DOM |
onUnmount | Fired when a node is removed from the DOM |
Required Children
One or more of the following Chunks: ActionButton, Break, Code, Figure, Heading, HTML, IFrame, List, Materia, MathEquation, Table, Text, YouTube .
Variables Registered
None
Example
JSON
{
"type": "ObojoboDraft.Chunks.MCAssessment.MCFeedback",
"id": "...",
"children": [
{
"type": "ObojoboDraft.Chunks.Text",
"id": "...",
"content": {
"textGroup": [
{
"text": {
"value": "Example Feedback"
}
}
]
}
}
]
}
XML (With OboHTML)
<MCFeedback>
<p>Example Feedback</p>
</MCFeedback>