DVar AnswerChoiceSelection(int inQuesIdx, int inTopicIdx, int inChoiceIdx)
Description
Relevant for multiple selection grid questions. Returns the index of the answer that was chosen in a specific choice order in the specific topic
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inTopicIdx | Int32 | Topic Index |
inChoiceIdx | Int32 | Choice order Index |
Return Type
DVar
Example
AnswerChoiceSelection(QRef(1),4,2) - the following code will return the index of the second answer that was selected in topic index 4 in question index 1
Comments
Please sign in to leave a comment.