SetAnswerWithAdditionalTexts

bool SetAnswerWithAdditionalTexts(int inQuesIdx, params AnswerWithAdditionalText[] inValues)

Description

Sets multiple answers with multiple additional texts. Use CreateAnswerWithAdditional() to create AnswerWithAdditionalText objects, Relevant for Multiple Selection questions with multiple "other (specify)" answers.

Parameters

The following is a list of parameters the functions receives 

Parameter Type Description
inQuesIdx Int The question index 
inValue AnswerWithAdditionalText[] The indexes to set, built as AnswerWithAdditionalText objects


Return Type

bool

Example

SetAnswerWithAdditionalTexts(QRef(2), CreateAnswerWithAdditional(2, ""), CreateAnswerWithAdditional(3, "Text to answer c"), CreateAnswerWithAdditional(5, "Text to answer e"))
will set answers 2, 3, and 5 in question 2, along with the "Text to answer c" as the additional text to answer 3 and the "Text to answer e" as the additional text to answer 5.

Was this article helpful?
1 out of 1 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.