| QuestionRotationType Enumeration |
Enumeration of the question rotation type
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax public enum QuestionRotationType
Public Enumeration QuestionRotationType
public enum class QuestionRotationType
Members
| Member name | Value | Description |
---|
| None | 0 |
No rotation
|
| Random | 1 |
Randomly rotated responses
|
| Circular | 2 |
Responses shifted at each interview
|
| Inverted | 3 |
Inverted responses order
|
| Alphabetical | 4 |
Responses sorted alphabetically
|
See Also