IUserAccessiableNumOfSelectedChoices Method |
Returns the number of answers selected in Multi-Selection questions.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax int NumOfSelectedChoices(
int inQuesIdx
)
Parameters
- inQuesIdx
- Type: SystemInt32
Target Question Index
Return Value
Type:
Int32An integer
Examples If I have a multi-selection indexed 22 question and
I would like to get the number of answers selected
I can use it like this: NumOfSelectedChoices(22);
See Also