void stgFilterTopicsByTopics(int inTargetQues, bool inShow, int inSourceQues, int[]inValues)
Description
Filter the topics of the target question by the topics of the source question by their matching values
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 |
inValues | Int32 [] | Specific values to trigger the filtering in the source topics |
Return Type
void
Example
"stgFilterTopicsByTopics(4, true, 3, 1)" filter the topics of Question index 4 by the topics in question index 3 which chose the answer 1
Comments
Please sign in to leave a comment.