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

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

  • October 12, 2020
  • 1 reply
  • 49 views

Forum|alt.badge.img+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

Tom_1842
Level 8 ●●●●●●●●
Forum|alt.badge.img+28
  • Level 8 ●●●●●●●●
  • November 14, 2022

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;
}