SubQuestion

QuestionId

Question id to which question text belongs


Type integer
Additional info

Required for update

ParentQuestionId

Id of the parent question


Type integer
Additional info

Required

QuestionStrings

List of question text and language code for all the applicable languages to the survey


Type Collection of QuestionString
Additional info

Required

DisplayLogicTypeId

Enum value of disply logic type applicable to sub question


DisplayLogic

Display logic of secondary question.


Type string
DisplayOrder

Display order of the answer choice


Type integer
Additional info

Required for update

DataLabel

Data label of the sub question


Type string
Additional info

Should be unique in a survey for each sub question

IsOther

Flag if the sub question is other


Type boolean
GroupId

Group id to which sub question belongs


Type integer
Additional info

Required for update if applicable

IsFixedPosition

Flag if the position of sub question is fixed


Type boolean
IsNotApplicable

Flag if the sub question is of type not applicable


Type boolean

Related Methods

Early access feature - Retrieve a question from a survey by its id.

Early access feature - Creates a question in a survey.

Early access feature - Updates a question in a survey.