void stgSetAnswer(int inQIdx, DVar inValues)
Description
Will set the answer in the question mentioned
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQIdx | Int32 | Index of the Question |
inValues | DVar | the value to set |
Return Type
void
Example
"stgSetAnswer(2, 1)" will set the answer 1 in question index 2
Comments
Please sign in to leave a comment.