Click or drag to resize
IUserAccessiableRotateAnswers Method
This function display the answers in some rotation order.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
void RotateAnswers(
	int inQuesIdx
)

Parameters

inQuesIdx
Type: SystemInt32
the question index

Return Value

Type: 
void
Examples
Question index 4 is a single choice question with these answers in this given order: A, B, C, D, E. RotateAnswers(QRef(4)) will display the answers in a possible rotation order, such as: D, E, A, B, C
See Also