string SelectedAnswerCode(int inQuesIdx)
Description
Returns the coding text of the answer coded in inQuesIdx.
Relevant for single choice questions.
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int | Question Index |
Return Type
string
Examples
SelectedAnswerCode(QRef(4))
will return the coding text of the answer coded in question index 4.
Comments
Please sign in to leave a comment.