API Docs for: 2.0.20133.2
Show:

ui.survey.Question Class

Module: UI Survey
Parent Module: UI

Represents a single question within a survey flight

Properties

category

String

The category of this question.

high

Number

High value for this question if it is a range.

id

Number

Unique ID for this question.

isRequired

Boolean

True if a response is required for this question. Otherwise false.

low

Number

Low value for this question if it is a range.

maxLength

Number

Maximum length for the question response.

name

String

Question friendly name

questionText

String

Text displayed with this question.

randomize

Boolean

Set to true if the response options are provided in a random order.

responseOptions

ui.survey.ResponseOption[]

Possible options for the response if there are precanned responses.

type

String

The type of question being asked.