bool AppendOpenEndedTextChoice(int inQuesIdx, int inTopic, String inText)
Description
Appends a text to an existing answer text of a topic in an open ended grid question, 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 |
inText | String | Text to append |
Return Type
bool
Comments
Please sign in to leave a comment.