void stgAnswerChoice(int inQIdx, int inTopicIdx)
Description
will return the answer chosen in the specified topic and question
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 |
Return Type
void
Example
"stgAnswerChoice(3, 5)" returns the answer chosen for Topic 5 in Question 3
Comments
Please sign in to leave a comment.