Returns text of multiple-choice question answers in a GM survey
See also GM Survey functions.
Signature:
answerText = GMSurveyAnswer(questionIndex, answerIndex)
Arguments:
questionIndex- Index of a survey question (between 1 andMAX_SURVEY_QUESTIONS) (number)answerIndex- Index of one of the question's answers (between 1 andMAX_SURVEY_ANSWERS) (number)
Returns:
answerText- Text of the answer choice (string)