stgFilterTopicsByTopics

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

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.