void stgFilterAnswersByAnswers(int inTargetQues, bool inShow, int inSourceQues)
Description
Filter the answers of the target question by the answers of the source question
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inTargetQues | Int32 | Index of the target Question |
inShow | bool | True/False to show/hide the topic |
inSourceQues | Int32 | Question index to filter from |
Return Type
void
Example
"stgFilterAnswersByAnswers(4, true, 2)" filter the answers of Question index 4 by the answers of question 2
Comments
Please sign in to leave a comment.