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