string TopicAdditionalTextIter(int inQuesIdx, Int inTopicIndex, string inIter)
Description
Returns the additional text entered for the "Other (Specify)" topic in the specific iterations string
Relevant for Single/Multi Choice Grids when using nested loops
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inTopicIndex | Int | Topic Index |
inIter | strign | the iteration index |
Return Type
string
Examples
Question index 2 is under loop chapter B which is under loop chapter A. Topic index 5 in this question is defined as an "Other (specify)" topic.
TopicAdditionalTextIter(QRef(2),5, CreateMultiIterationsString(3, 1)) will return the additional text entered in the topic's text box, under iteration 3 of loop A and under iteration 1 in loop B topic 5.
Comments
Please sign in to leave a comment.