Int32 NumOfSelectedChoicesIter(Int32 inQuesIdx, Int32 inIter)
Description
Returns the number of answers selected in Multi-Selection questions placed in a loop, within a given iteration.
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inIter | Int32 | Iteration index |
Return Type
Int32
Examples
If I have a multi-selection indexed 22 question within a loop,and I would like to get the number of answers selected in iteration 3 for example, I can use it like this: NumOfSelectedChoicesIter(22,3);
Comments
Please sign in to leave a comment.