void stgSetAnswerChoice(int inQIdx, int inTopicIdx, Dvar inValue)
Description
Will set the topic chosen with the value
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 |
inValue | Dvar | The value you would like to set |
Return Type
void
Example
"stgSetAnswerChoice(2, 2, 1)" will set topic 2 with the value 1 in question index 2
Comments
Please sign in to leave a comment.