I’m having trouble extracting the selected choices in slide questions.
For multiple choice questions, I was able to use this.getSelectedChoices in addOnPageSubmit. However, using the same thing for slider questions gives me the value of 4 regardless of what values I choose in preview. I tried getChoiceValue too, but it return null regardless of what I choose.
My goal is to compare the selected answer with my correct answer, which determines what happens next in the survey for this participant.
Has anyone dealt with this before?