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
Comments
Please sign in to leave a comment.