Int32[] GetQuestionAnswersRandomOrder(Int32 inQuesIndex)
Description
Returns an array of the answers indexes in the random order they were displayed (when answers are randomized through UI)
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.