bool AppendOpenEndedTextChoiceIter(int inQuesIdx, int inTopic, int inIter, String inText)
Description
Appends a text to an existing answer text of a topic in an open ended grid under a specific loop iteration, and sets the new text as the answer choice of that topic.
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inTopic | Int32 | Topic Index |
inIter | Int32 | Iteration Index |
inText | String | Text to append |
Return Type
bool
Overloads
List of overloads for this function
bool AppendOpenEndedTextChoiceIter(int inQuesIdx, int inTopic, String inIter, String inText)
Parameters for overloads:
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inTopic | Int32 | Topic index |
inIter | String | Iterations Indexes (Nested Loops) |
inText | String | Text to append |
Comments
Please sign in to leave a comment.