int[] GetAnswers(int inQuesIdx)
Description
Returns an array of the selected answers indexes in a multiple selection question
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
Return Type
Int[]
Overloads
List of overloads for this function
int[] GetAnswers(int inQuesIdx, bool inRandom)
int[] GetAnswers(int inQuesIdx, int inMaxSize, bool inRandom)
Parameters for overloads:
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inRandom | bool | 'true' to get the selected answers in a random order, or 'false' otherwise. |
inMaxSize | Int32 | An integer specifying the max amount of selected answers to get |
Comments
Please sign in to leave a comment.