How do I show the ranking of a Rank/Order question on load | XM Community
Question

How do I show the ranking of a Rank/Order question on load

  • 12 October 2020
  • 1 reply
  • 33 views

Badge +2

By Default the Rank/Order question loads a list without the rank numbers. Is there a way to display the numbers on load?
I've seen an example of how to keep them hidden but nothing to display or show them.
jQuery(".rank").hide();
Thanks - Jon


1 reply

Userlevel 7
Badge +27

Hi there, if you still need, this can be put in place by adding the below CSS to the Style section of the survey's Look & Feel:
.Skin .RO .DND ul.NotEdited .rank {
    visibility: visible !important;
}

Leave a Reply