void FilterTopicsByTopics (Int32 inTargetQuesIdx, Int32 inSourceIdx, Int32[] inValues)
Description
Hides or shows the topics in Matrix, Single Choice Grid, Stopper and Counter (inTargetQuesIdx) that their mathcing (by index) topic in Single Choice Grid, Matrix and Counter (inSourceIdx) has one of the values in (inValues)
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inTargetQuesIdx | Int32 | Target question Index |
inSourceIdx | Int32 | Source Question Index (if more than one separate by comma) |
inValues | Int32[] | Specific values to trigger the filtering in the source topics |
Return Type
Void
Overloads
List of overloads for this function
void FilterTopicsByTopics (Int32 inTargetQuesIdx, bool inShow, Int32 inSourceIdx, Int32[] inValues)
void FilterTopicsByTopics (Int32 inTargetQuesIdx, bool inShow, bool inReset, Int32 inSourceIdx, Int32[] inValues)
Parameters for overloads:
Parameter | Type | Description |
---|---|---|
inTargetQuesIdx | Int32 | Target question Index |
inSourceIdx | Int32 | Source Question Index (if more than one separate by comma) |
inValues | Int32[] | Specific values to trigger the filtering in the source topics |
inShow | bool | Boolean when 'true' will show answers, when 'false' will hide answers |
inReset | bool | Boolean when ‘true’ will re-set previous filtering, ‘false’ will not re-set |
Comments
Please sign in to leave a comment.