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

textGroup

Class: Content Block

A group of one or more lines of text. Being a Content Block, they differ from Text chunks because textGroups are used as content for many OboNode types.

Learn more about using text in Text Content Conventions

Properties

An array of one or more textItems.

Required Children

None

Variables Registered

None

Example

JSON

"textGroup": [
  {
    "text": {
      "value": "I've seen things you people wouldn't believe"
    }
  },
  {
    "text": {
      "value": "Attack ships on fire off the shoulder of Orion."
    }
  }
]

OboXML

<textGroup>
  <t>I've seen things you people wouldn't believe</t>
  <t>Attack ships on fire off the shoulder of Orion.</t>
</textGroup>
  • Properties
  • Required Children
  • Variables Registered
  • Example
    • JSON
    • OboXML
Visit Obojobo on GitHub
Obojobo
Obojobo™ ©2021 University of Central Florida