There are many ways to set up star rating questions from the SurveyMonkey UI, including using different objects/emojis (stars, smileys, etc.). There is also the option to use labels, which is sometimes not necessary since a respondent will usually understand if they are giving something 1 to 5 stars. When labels aren't used, we have to pass through the choice_position variable as the response option, since they currently come through the API as an empty string (i.e., "").
There are many ways to set up star rating questions from the SurveyMonkey UI, including using different objects/emojis (stars, smileys, etc.). There is also the option to use labels, which is sometimes not necessary since a respondent will usually understand if they are giving something 1 to 5 stars. When labels aren't used, we have to pass through the
choice_position
variable as the response option, since they currently come through the API as an empty string (i.e.,""
).