Int32 NumOfSelectedChoicesChoice(Int32 inQuesIdx, Int32 inTopic)
Description
Relevant for multiple selection grid questions. Returns the amount of the answers that were selected in a specific topic
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inTopic | Int32 | The topic index |
Return Type
Int32
Examples
For the commend: NumOfSelectedChoicesChoice(QRef(1),4) - the following code will return the amount of answers that were selected in topic number 4.
Comments
Please sign in to leave a comment.