| QuestionTypeForDefaultControl Enumeration |
Enumeration of the question type for the default controls
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax public enum QuestionTypeForDefaultControl
Public Enumeration QuestionTypeForDefaultControl
public enum class QuestionTypeForDefaultControl
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
|
| ChapterInLoop | 11 |
Question of type Chapter in a loop
|
| SingleInLoop | 12 |
Question of type Single in a loop
|
| MultipleInLoop | 13 |
Question of type Multiple in a loop
|
| NumericInLoop | 14 |
Question of type Numeric in a loop
|
| OpenInLoop | 15 |
Question of type Open in a loop
|
| DateTimeInLoop | 16 |
Question of type DateTime in a loop
|
| BundleGrid | 17 |
Question bundle used to group a grid loop with its
internal questions
|
| BundleSemiOpen | 18 |
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