Is there a way to show a new response option to a multiple choice question only after the respondent has tried to skip the question and has seen the "request response" message?
For example, imagine the question "If you had to pick, what is your favorite fruit?", with the response options of "Apple", "Orange", and "Banana". I'd want to reveal a fourth option of "I don't like any of these fruits" if the respondent tries to skip the question.
My sense is this might be possible with some Javascript but I'm not entirely sure. Thanks in advance for any help!
The simplest solution is to duplicate the question with the additional option. Then you can create a branch, skip, OR display logic so that only participants that did not answer the first version of the question are shown the second version.
While javascript is a great tool, it should only be used when needed to ensure qualtrics included functions run smoothly.
https://community.qualtrics.com/XMcommunity/discussion/comment/43363#Comment_43363Thanks for your reply. I have a fairly long survey where the client wants this feature for every question, so I was hoping to avoid programming each question twice. But I can certainly use that approach if there is no good alternative.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.