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