Enum QuestionType
The type of input expected for a structured question.
public enum QuestionType
Fields
Confirm = 1Yes/no confirmation.
MultiSelect = 3Multiple choices from a list of options.
Number = 4Numeric input.
SingleSelect = 2Single choice from a list of options.
Text = 0Free-text string input.