Hello all,
I need to add atext entry box as one of the answer choices so that the respondent can add any comments if they have in addition to choosing one of the 6 multiple choices.
So to sum up, I need to create a multiple choice question with a text box as one of the answer choices.
Solved
Adding "Text entry " to a multiple choice queston? (Not to one of the answer choices)
Best answer by TomG
https://community.qualtrics.com/XMcommunity/discussion/comment/39774#Comment_39774You can hide the separator with JS. Add this to the comment question JS:
Qualtrics.SurveyEngine.addOnReady(function() {
jQuery("#"+this.questionId).prev(".Separator").hide();
});
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

I hope that helps!