IUserAccessiableNumOfSelectedChoicesIter Method (Int32, Int32) |
Returns the number of answers selected in Multi-Selection questions placed in a loop, within a given iteration.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax int NumOfSelectedChoicesIter(
int inQuesIdx,
int inIter
)
Parameters
- inQuesIdx
- Type: SystemInt32
Target Question Index - inIter
- Type: SystemInt32
the relevant iteration
Return Value
Type:
Int32 an Integer
Examples If I have a multi-selection indexed 22 question within a loop,and I would like to get the number of answers selected in iteration 3 for
example, I can use it like this: NumOfSelectedChoices(22,3);
See Also