Click or drag to resize
Askia

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
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
ChapterInLoop11 Question of type Chapter in a loop
SingleInLoop12 Question of type Single in a loop
MultipleInLoop13 Question of type Multiple in a loop
NumericInLoop14 Question of type Numeric in a loop
OpenInLoop15 Question of type Open in a loop
DateTimeInLoop16 Question of type DateTime in a loop
BundleGrid17 Question bundle used to group a grid loop with its internal questions
BundleSemiOpen18 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