RPQuestionType enum
Values
- None → const RPQuestionType
- Scale → const RPQuestionType
- SingleChoice → const RPQuestionType
- MultipleChoice → const RPQuestionType
- Decimal → const RPQuestionType
- Integer → const RPQuestionType
- Boolean → const RPQuestionType
- Text → const RPQuestionType
- TimeOfDay → const RPQuestionType
- DateAndTime → const RPQuestionType
- Date → const RPQuestionType
- Duration → const RPQuestionType
- ImageChoice → const RPQuestionType
- Double → const RPQuestionType
- Form → const RPQuestionType
-
The AnswerFormat used by RPFormStep.
It's only for indication that the step is not an RPQuestionStep but a Form Step which includes multiple items. RPFormStep knows automatically that this is it's QuestionType. There's no need of specifying it.
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<
RPQuestionType> - A constant List of the values in this enum, in order of their declaration.