How to remove images from piped text in next question | XM Community
Skip to main content

Hi! I have multiple question Q1 with images to support correct answers. In the next question I use piped text from Q1 of selected answers in question body and it adds these images in the question body next to the text! It looks very unpleasant- in case of several answers - the question text became weird.
How to remove images from piped text and keep only text choices?

Try adding this JS (untested) to the next question:
Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#"+this.questionId+" .QuestionText img").hide();
});


Thanks a lot! It works perfectly!


Leave a Reply