Create yelow line (contour) around stars scale | XM Community
Skip to main content
Question

Create yelow line (contour) around stars scale

  • March 13, 2024
  • 2 replies
  • 24 views

Forum|alt.badge.img+1

Hello community.

I need some help with an issue. Can I create a contour/ draw a yellow line around my stars scale?

Today Qualtrics doesn’t have it. I need it to be like this. Is there a code that can help me with that?

 

Thanks in advance.

 

 

2 replies

Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+34
  • Level 8 ●●●●●●●●
  • 654 replies
  • March 13, 2024

Try this code:

jQuery("#"+this.questionId+" .Stars tbody tr").css("border-bottom","1px solid #d9d9d9");

 


Forum|alt.badge.img+1
  • Author
  • Level 1 ●
  • 8 replies
  • March 14, 2024

Hi! 

Unfortunatelly it didn’t work :(