For a multiple choice question, my impression is that getChoiceValue() returns whether or not the option is selected. Is there a function to instead return the text value of the chocie? For example if I have choices “East”, “West”, “North”, “South”, and I did fn(2), it would return “West”?
Solved
Equivalent of getChocieValue but for the choice text?
Best answer by nroot
Ah, figured it out. In case someone else needs:
this.getQuestionInfo().Choices[1].Text
Replace “1” with the choiceId of whatever choice you need the text from.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

