GetAnswersChoice

int[] GetAnswersChoice(int inQuesIdx, int inTopicIdx)

Description

Returns an array of the answers indexes selected for a topic in a multiple selection grid question

Parameters

The following is a list of parameters the functions receives 

Parameter Type Description
inQuesIdx Int32 Question Index
inTopicIdx Int32 Topic Index

Return Type

Int[]

Overloads

List of overloads for this function

int[] GetAnswersChoice(int inQuesIdx, int inTopicIdx, bool inRandom)
int[] GetAnswersChoice(int inQuesIdx, int inTopicIdx, int inMaxSize, bool inRandom)

Parameters for overloads:

Parameter Type Description
inQuesIdx Int32 Question Index
inTopicIdx Int32 Topic 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

 

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.