void stgAnswer(int inQIdx)
Description
returns the answer that was chosen in the question index
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQIdx | Int32 | Index of the Question |
Return Type
void
Example
"stgAnswer(2)" will return the answer chosen in question 2
Comments
Please sign in to leave a comment.