Image labels in datasets | XM Community
Skip to main content
Solved

Image labels in datasets

  • November 16, 2017
  • 3 replies
  • 97 views

RachelTHREE
Level 2 ●●
Forum|alt.badge.img+2
I use brand images in my surveys as rows but have issues with the recoded names consistently showing up in my datasets. I don’t want to include the text for the brand next to or below the brand image in the row itself. How do I make it so that I can sort out which brands I’m looking at in my dataset?

Best answer by AnthonyR

The way I handle this is to add a hidden div in all the answer options that includes the brand name: `<img src="Brand Image URL"><div style="display:none;">Brand Name</div>`

3 replies

AnthonyR
Level 4 ●●●●
Forum|alt.badge.img+7
  • Level 4 ●●●●
  • 308 replies
  • Answer
  • November 16, 2017
The way I handle this is to add a hidden div in all the answer options that includes the brand name: `<img src="Brand Image URL"><div style="display:none;">Brand Name</div>`

RachelTHREE
Level 2 ●●
Forum|alt.badge.img+2
  • Author
  • Level 2 ●●
  • 80 replies
  • November 27, 2017
@AnthonyR Thanks so much! Have you ever had issues with these not pulling through the data? Or do they consistently work?

AnthonyR
Level 4 ●●●●
Forum|alt.badge.img+7
  • Level 4 ●●●●
  • 308 replies
  • November 27, 2017
@RachelTHREE I haven't had an issue as of yet!