bool stgContainsChoice(int inQIdx, int inTopicIdx, int inAnswer)
Description
Checks if the answer was chosen in the topic specified
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQIdx | Int32 | Index of the Question |
inTopicIdx | Int32 | Index of the topic |
inAnswer | Int32 | Index of the Answer |
Return Type
void
Example
"stgContainsChoice(3, 2, 1)" will return true if answer 1 was chosen in topic 2 for question index 3
Comments
Please sign in to leave a comment.