RPChoiceAnswerStyle enum
Available types for RPChoiceAnswerFormat
Values
- SingleChoice → const RPChoiceAnswerStyle
-
The participant allowed to choose only a single option from the given set
- MultipleChoice → const RPChoiceAnswerStyle
-
The participant allowed only to choose multiple option from the given set
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
RPChoiceAnswerStyle> - A constant List of the values in this enum, in order of their declaration.