IUserAccessiableFilterAnswersByAnswers Method (Int32, Boolean, Boolean, Int32) |
Hides or shows the answer in Multiple Selection,Single choice,Rating and Single Choice Grid (inTargetQuesIdx) that are selected in Multiple Selection, Single choice, Rating and Single Choice Grid
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax void FilterAnswersByAnswers(
int inTargetQuesIdx,
bool inShow,
bool inReset,
params int[] inSourceIndices
)
Parameters
- inTargetQuesIdx
- Type: SystemInt32
Target Question index - inShow
- Type: SystemBoolean
‘true’ for showing answers selected, ‘false’ for showing answers not selected - inReset
- Type: SystemBoolean
‘true’ for re-setting previous filtering, ‘false’ for not re-setting - inSourceIndices
- Type: SystemInt32
Source Question Index, if more than one, separate with a comma
Remarks Assumes that the Target question's topic list is the same as the source question's answer list
Examples See Also