Create yelow line (contour) around stars scale | XM Community
Question

Create yelow line (contour) around stars scale

  • 13 March 2024
  • 2 replies
  • 14 views

Badge +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

Userlevel 6
Badge +27

Try this code:

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

 

Badge +1

Hi! 

Unfortunatelly it didn’t work :(

Leave a Reply