void FilterAnswersByAnswers (Int32 inTargetQuesIdx, Int32[] inSourceIndices)
Description
Hides or shows the answers in Multiple Selection,Single choice,Rating and Single Choice Grid (inTargetQuesIdx) that are selected in Multiple Selection, Single choice, Rating, Single Choice Grid and Single 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 FilterAnswersByAnswers (Int32 inTargetQuesIdx, bool inShow, Int32[] inSourceIndices)
void FilterAnswersByAnswers (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.