type property
The type of choice question.
Required. Possible string values are:
- "CHOICE_TYPE_UNSPECIFIED" : Default value. Unused.
- "RADIO" : Radio buttons: All choices are shown to the user, who can only pick one of them.
- "CHECKBOX" : Checkboxes: All choices are shown to the user, who can pick any number of them.
- "DROP_DOWN" : Drop-down menu: The choices are only shown to the user on demand, otherwise only the current choice is shown. Only one option can be chosen.
Implementation
core.String? type;