NumericAssessment > NumericChoice > NumericFeedback
Class: Chunk OboNode Full Name: ObojoboDraft.Chunks.NumericAssessment.NumericFeedbackThis represents the contents of the feedback of a numeric answer choice.
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.NumericAssessment.NumericFeedback",
"id": "...",
"children": [
{
"type": "ObojoboDraft.Chunks.Text",
"id": "...",
"content": {
"textGroup": [
{
"text": {
"value": "Example Feedback"
}
}
]
}
}
]
}
XML (With OboHTML)
<NumericFeedback>
<p>Example Feedback</p>
</NumericFeedback>