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

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

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