I have a question where we ask respondents which programs they are a member of. All of the respondents are members of a specific program. How can I make sure that the specific program is selected for those respondents who forgot to select it?
For example:
Q1 has A, B and C programs as answer options.
All respondents are actual members of the C program.
Respondent only selected A and clicked on Next.
Before moving to the new question, I need to add C as a selection for Q1
Thanks.
Solved
Automatically selecting an answer option even if it wasn't selected by the respondent
Best answer by TomG
You are making it more complicated than needed. If you want to always select the choice with recode 2, then:
Qualtrics.SurveyEngine.addOnPageSubmit(function() {
this.setChoiceValueByRecodeValue(2,true);
});
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
