Insert image in MaxDiff Question using MaxDiff Template | XM Community
Skip to main content

Hi everyone,
I have a question that goes like this: "Assuming the price and options for the device and contracts you were just shown; Choose your most and least preferred options for purchasing."
I would like to add an image in the question (not in the response options), but the module for the MaxDiff doesn't have a rich content editor option. Is there any way to do this? I just want to show the price option in the question and not on a question before if I can.
I did read how to possibly do something like this using HTML, but I don't know how or where to put that code: https://www.w3schools.com/js/js_htmldom_html.asp

I was able to test an image in the legend tag, and it works to display above when I edit the html. How do I make the html be javascript or CSS so I can put it into Qualtrics?
http://cdn.orkin.com/images/rodents/deer-mouse-illustration_360x244.jpg"> class="QuestionText BorderColor">(1/9) Assuming the price and options for the device and contracts you were just shown; Choose your most and least preferred options for purchasing.


Ok I think I got it figured out:
.MaxDiff label.QuestionText.BorderColor:before {
  content: '';
  display: block;
  height: 44vh;
  width: 100%;
    background: url("http//google.com");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


Based on the thread gsheppard, it looks like you got it done yourself! 💪 Thank you for following up and providing a solution! 🙂💪


Leave a Reply