bool AnsweredChoice(int inQuesIdx, int inChoiceIdx)
Description
Determines if a specific topic was answered or not in a grid question.
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inChoiceIdx | Int32 | Topic Index |
Return Type
bool
Comments
Please sign in to leave a comment.