string ChoiceAdditionalAnswerTextIter(int inQuesIdx, int inTopicIndex, String inAnswerIdentifier, int inIter)
Description
Returns the additional text entered for the "Other (Specify)" answer selected for a topic in a specific iteration.
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 |
inIter | Int32 | Iteration Index |
Return Type
string
Overloads
List of overloads for this function
string ChoiceAdditionalAnswerTextIter(int inQuesIdx, int inTopicIndex, String inAnswerIdentifier, string inIter)
Parameters for overloads:
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inTopicIndex | Int32 | Topic Index |
inAnswerIdentifier | String | Answer Index |
inIter | string | Iterations Indexes (Nested Loops) |
Comments
Please sign in to leave a comment.