Click or drag to resize
Askia

QuestionType Enumeration

Enumeration of the question type

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public enum QuestionType
Members
  Member nameValueDescription
Chapter0 Question chapter
Single1 Question expecting a single selectable response
Multiple2 Question expecting multiple selectable responses
Numeric3 Question expecting a numeric response
Open4 Question expecting an open text response
DateTime5 Question expecting a date and/or a time as a response
LoopGrid6 Question loop representing a grid
LoopIteration7 Question loop allowing the user to select the loop item at each iteration
LoopSelection8 Question loop allowing the user to select all loop items before the loop start
LoopNumber9 Question loop defined by a number of iteration
Bundle10 Custom question bundle used to group miscellaneous other questions
BundleGrid11 Question bundle used to group a grid loop with its internal questions
BundleSemiOpen12 Question bundle used to group a closed question with an open ended one
TriggerStart100 System question triggered at the beginning of the interview
TriggerEnd101 System question triggered at the end of the interview
TriggerAll102 System question triggered at each question during the interview
See Also