stgSetAnswerVisible

void stgSetAnswerVisible(int inQIdx, bool inShow, int inAnswerIdx)

Description

Will show/hide a specific answer in a question

Parameters

The following is a list of parameters the functions receives 

Parameter Type Description
inQIdx Int32 Index of the Question
inShow bool True/False to show/hide the topic
inAnswerIdx Int32 Index of the answer

 

Return Type

void

Example

"stgSetAnswerVisible(2, true, 1)" will show Answer 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.