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