| QuestionType Enumeration |
Enumeration of the question type
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax Public Enumeration QuestionType
public enum class QuestionType
Members
| Member name | Value | Description |
---|
| Chapter | 0 |
Question chapter
|
| Single | 1 |
Question expecting a single selectable response
|
| Multiple | 2 |
Question expecting multiple selectable responses
|
| Numeric | 3 |
Question expecting a numeric response
|
| Open | 4 |
Question expecting an open text response
|
| DateTime | 5 |
Question expecting a date and/or a time as a response
|
| LoopGrid | 6 |
Question loop representing a grid
|
| LoopIteration | 7 |
Question loop allowing the user to select the loop item
at each iteration
|
| LoopSelection | 8 |
Question loop allowing the user to select all loop items
before the loop start
|
| LoopNumber | 9 |
Question loop defined by a number of iteration
|
| Bundle | 10 |
Custom question bundle used to group miscellaneous
other questions
|
| BundleGrid | 11 |
Question bundle used to group a grid loop with its
internal questions
|
| BundleSemiOpen | 12 |
Question bundle used to group a closed question
with an open ended one
|
| TriggerStart | 100 |
System question triggered at the beginning of the interview
|
| TriggerEnd | 101 |
System question triggered at the end of the interview
|
| TriggerAll | 102 |
System question triggered at each question during the interview
|
See Also