Skip to content
On this page

Choice

Represents a single-choice selection from a list of options

Data Structure

json
{
  "linkId": "<string>",
  "text": "<string>",
  "repeats": "<boolean>",
  "required": "<boolean>",
  "type": "open-choice",
  "answerValueSet": "<string>"
}

Demo

TBD