IUserAccessiableResetSortAnswers Method |
Cancels the Randomization defined for the Answers of that quetion. for example if the Randomize Answers is globally defnied for this question but on a certain condition
in an interview you want to ignore it you can use ResetSortAnswers(CurrQues).
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax void ResetSortAnswers(
int inQuesIdx
)
Parameters
- inQuesIdx
- Type: SystemInt32
the question index
Return Value
Type:
void
Examples
ResetSortAnswers(CurrQues); will restore the answers order to the original order in this question in the interview
See Also