Returns the number of possible answers for a GM Survey question. Deprecated; default UI uses the constant MAX_SURVEY_ANSWERS instead.


See also GM Survey functions.

Signature:

numAnswers = GMSurveyNumAnswers(questionIndex)

Arguments:

  • questionIndex - Index of a survey question (between 1 and MAX_SURVEY_QUESTIONS) (number)

Returns:

  • numAnswers - Number of multiple-choice answers to present for the question (number)
This function is deprecated and is no longer in use