Obojobo

Obojobo

  • Authors
  • Developers
  • GitHub

› Developers Section Topics

Getting Started

  • OboNode Structure
  • Text Content Conventions
  • Triggers and Actions

Misc Dev Topics

  • Obojobo Glossary
  • Question Selection Algorithm
  • Range Strings

Events Reference

  • Caliper Event Reference
  • Obojobo Event Reference

OboNode & Content Block Reference

  • ActionButton
  • Assessment
  • Assessment > rubric
  • Assessment > rubric > mod
  • Assessment > scoreAction
  • Break
  • Code
  • Content
  • Figure
  • Heading
  • HTML
  • IFrame
  • List
  • List > listStyle
  • List > listStyle > indent
  • Materia
  • MathEquation
  • MCAssessment
  • MCAssessment > MCChoice
  • MCAssessment > MCChoice > MCAnswer
  • MCAssessment > MCChoice > MCFeedback
  • Module
  • NumericAssessment
  • NumericAssessment > NumericChoice
  • NumericAssessment > NumericChoice > NumericAnswer
  • NumericAssessment > NumericChoice > NumericFeedback
  • Page
  • Question
  • QuestionBank
  • Table
  • Table > gridTextGroup
  • Text
  • textGroup
  • textGroup > textItem
  • textGroup > textItem > styleableText
  • textGroup > textItem > styleableText > styleList
  • trigger
  • trigger > action
  • YouTube

NumericAssessment > NumericChoice > NumericFeedback

Class: Chunk OboNode  Full Name: ObojoboDraft.Chunks.NumericAssessment.NumericFeedback

This 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>
  • Properties
  • Supported Trigger Types
  • Required Children
  • Variables Registered
  • Example
    • JSON
    • XML (With OboHTML)
Visit Obojobo on GitHub
Obojobo
Obojobo™ ©2021 University of Central Florida