string ChoiceAdditionalAnswerText(int inQuesIdx, int inTopicIndex, String inAnswerIdentifier)
Description
Returns the additional text entered for the "Other (Specify)" answer selected for a topic
Relevant for Single/Multi selection Grid type questions.
Parameters
The following is a list of parameters the functions receivesÂ
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inTopicIndex | Int32 | Topic Index |
inAnswerIdentifier | String | Answer Index |
Return Type
string
Comments
Please sign in to leave a comment.