Hello,
I am trying to pipe text from a multiple choice question with multiple answers allowed, but there is one item that I don't want to display ("I have reasons that are not captured in this list") because that item leads to a text entry box and I have already piped text from the box. It looks something like this:
Is there a way to specify which items, if chosen, can be displayed in the piped text? Thanks!
Solved
Piped Text Customization
Best answer by TomG
I think the easiest approach is to put the statement you don't want visible in a span with a class then hide it in the follow-up question.
In your original question the choice text is:
I have reasons that are not captured in this list:
JS for the follow-up question:
Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#"+this.questionId+" .hidePipe").hide();
});
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
