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