Click or drag to resize
IUserAccessiableNumOfSelectedChoicesChoice Method
Relevant for multiple selection grid questions. Returns the amount of the answers that were selected in a specific topic

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

Parameters

inQuesIdx
Type: SystemInt32
The selected question index
inTopic
Type: SystemInt32

Return Value

Type: Int32
amount of answers that were selected
Examples
For the commend: NumOfSelectedChoicesChoice(QRef(1),4) - the following code will return the amount of answers that were selected in topic number 4.
See Also