DVar AnswerChoice(Int32 inQuesIdx, Int32 inChoiceIdx)
Description
Relevent mainly for single choice grid and numeric choice grid questions. Returnes a DVar value type, of the index (in a single choice grid) or the text (in a numeric grid) of the answer coded for inChoiceIdx in inQuesIdx.
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Index of Question |
inChoiceIdx | Int32 | Index of Topic |
Return Type
DVar
Comments
Please sign in to leave a comment.