int GetAnswerChoiceIdx(int inQuesIdx, string inAnswerText)
Description
Returns the answer index according to the matching answer text given.
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inAnswerText | string | Answer text (label) |
Return Type
Int32
Comments
Please sign in to leave a comment.