Click or drag to resize
IUserAccessiableNumOfSelectedChoices Method
Returns the number of answers selected in Multi-Selection questions.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
int NumOfSelectedChoices(
	int inQuesIdx
)

Parameters

inQuesIdx
Type: SystemInt32
Target Question Index

Return Value

Type: Int32
An 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