void FilterAnswersByTopics (Int32 inTargetQuesIdx, Int32 inSourceIdx, Int32[] inValues)
Description
Hides or shows the answers in Multiple Selection,Single choice,Rating, Single Choice Grid and Single Choice Grid (inTargetQuesIdx) that their mathcing (by index) topic in (inSourceIdx) of type Single Choice Grid, Single Choice Grid Matrix and Counter (Not including Single choiceGrid) 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 FilterAnswersByTopics (Int32 inTargetQuesIdx, bool inShow, Int32 inSourceIdx, Int32[] inValues)
void FilterAnswersByTopics (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.