Int32 NumOfSelectedChoices(Int32 inQuesIdx)
Description
Returns the number of answers selected in Multi-Selection questions
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Target Question Index |
Return Type
Int32
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);
Comments
Please sign in to leave a comment.