void stgShowQuestion(int inQIdx, bool inShow)
Description
Will hide/show a specific 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 question |
Return Type
void
Example
"stgShowQuestion(2, false)" will hide question index 2
Comments
Please sign in to leave a comment.