IUserAccessiableRotateTopics Method |
This function display the topics of a question in some rotation order.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax void RotateTopics(
int inQuesIdx
)
Parameters
- inQuesIdx
- Type: SystemInt32
the question index
Return Value
Type:
void
Examples
Question index 4 is a single choice grid question with these topics in this given order: A, B, C, D, E.
RotateTopics(QRef(4)) will display the topics in a possible rotation order, such as: D, E, A, B, C
See Also