FilterAnswersByAnswers

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

 

Was this article helpful?
0 out of 1 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.