string SelectedAnswerChoiceText(int inQuesIdx, int inChoiceIdx)
Description
Returns the text of the answer coded for inChoiceIdx in inQuesIdx.
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int | Question Index |
inChoiceIdx | Int | Topic index |
Return Type
string
Examples
SelectedAnswerChoiceText(QRef(3),5), will return the text of the answer coded for topic index 5 in question index 3.
Comments
Please sign in to leave a comment.