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.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax 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:
Int32amount 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