Skip to content

Survey Component

Travis Tidwell edited this page Jul 5, 2017 · 3 revisions

JSON Schema

The JSON Schema definition for this component is defined as follows.

Core Properties

This component uses the core properties defined within the Common Parameters section.

Specific Properties

Property Description Value Required Default
questions An array of question objects An array of question objects, where each question object contains the following properties.
  • label - The label of the question.
  • value - The value of this question used to store the value of this component.
true []
values An array of value objects Array of value objects, where each item in the array has the following properties.
  • label - The label to show for this value
  • value - The value of this radio input
true []
Clone this wiki locally