Skip to content
On this page

Group

Represents a group of related questions or subgroups

Data Structure

json
{
  "linkId": "<string>",
  "text": "<string>",
  "type": "group",
  "item": [
    // Grouped items
  ]
}

Demo

TBD