void FilterTopicsByAnswers (Int32 inTargetQuesIdx, Int32[] inSourceIndices)
Description
Hides or shows the topics in Matrix, Single Choice Grid, Stopper and Counter (inTargetQuesIdx) that their matching (by index) answers are selected in Multiple Selection, Single choice, Rating, Single Choice Grid and Multiple Choice Grid
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inTargetQuesIdx | Int32 | Target question Index |
inSourceIndices | Int32[] | Source Question Index (if more than one separate by comma) |
Return Type
Void
Overloads
List of overloads for this function
void FilterTopicsByAnswers (Int32 inTargetQuesIdx, bool inShow, Int32[] inSourceIndices)
void FilterTopicsByAnswers (Int32 inTargetQuesIdx, bool inShow, bool inReset, Int32[] inSourceIndices)
Parameters for overloads:
Parameter | Type | Description |
---|---|---|
inTargetQuesIdx | Int32 | Target question Index |
inSourceIndices | Int32[] | Source Question Index (if more than one separate by comma) |
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.