stgSetAnswerChoice

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

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.