IUserAccessiableRandomizeAnswers Method (Int32) |
Releveant mainly for single choice and multiple selection questions.
Display the answers of question inQuesIdx in a randomized order.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax void RandomizeAnswers(
int inQuesIdx
)
Parameters
- inQuesIdx
- Type: SystemInt32
question index
Return Value
Type:
void
Examples
RandomizeAnswers(QRef(3)), will display the answers of question index 3 in a randomized order on screen.
See Also