bool AppendOpenEndedText(int inQuesIdx, String inText)
Description
Appends a text to an existing answer text of an open ended question, and set the new text as the answer in this question.
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inText | String | Text to append |
Return Type
bool
Comments
Please sign in to leave a comment.