MultipleChoiceValue Properties
The MultipleChoiceValue type exposes the following members.
Properties

  NameDescription
Public propertyChoices
An array of choices selected from the Multiple Choice variable.
Public propertyIsAnswered
Indicates if the value is answered.
Public propertyType
Indicates the value type.
Public propertyUserModifiable
Indicates whether the value should be modifiable by an end user in the interview UI (default is true).
Public propertyValue
Indicates the value.
Back to Top
See Also