ResetSortAnswers

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

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.