Int32[] GetQuestionsRandomOrder(Int32 inQuesIndex)
Description
Returns an array of the questions indexes in the random order they were displayed (when chapter's questions are randomized through UI). The function can get any question index from all the questions that are under that same chapter.
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIndex | Int32 | Question Index |
Return Type
Int32[]
Comments
Please sign in to leave a comment.