void ResetSortAnswers(int inQuesIdx)
Description
Cancels the Randomization defined for the Answers of that question. for example if the Randomize Answers is globally defined for this question but on a certain condition
in an interview you want to ignore it you can use ResetSortAnswers(CurrQues).
Parameters
The following is a list of parameters the functions receivesÂ
Parameter | Type | Description |
---|---|---|
inQuesIdx | int | Question index |
Return Type
void
Example
ResetSortAnswers(CurrQues); will restore the answers order to the original order in this question in the interview
Comments
Please sign in to leave a comment.