bool stgContains(int inQIdx, int inAnswer)
Description
Will return true/false if the answer was chosen in the question
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQIdx | Int32 | Index of the Question |
inAnswer | Int32 | Index of the answer |
Return Type
bool
Example
"stgContains(2, 1)" will return true if answer 1 was chosen in question index 2
Comments
Please sign in to leave a comment.