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?
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.