Click or drag to resize
IUserAccessiableNumOfSelectedChoicesChoiceIter Method (Int32, Int32, Int32)
Relevant for multiple selection grid questions. Returns the amount of the answers that were selected in a specific topic and in a specific iteration

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

Parameters

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

Return Value

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