Suppressing the blue rank # symbol/number for a Pick Group question | XM Community
Skip to main content
First of all, this is a great forum and we appreciate all the input. When we are usng the drag / group question where we don't care about rank order, we'd like to suppress the blue background / white font rank symbol. We don't want to mistakenly assume the response options need to be in a certain order. (We have other cases in the same survey where we don't want to suppress the symbol)



Any suggestions greatly appreciated!



Tom
Here is the demo url:

https://qimpl.az1.qualtrics.com/jfe/preview/SV_3QQJbk8XeJg1iW9?Q_SurveyVersionID=current&Q_CHL=preview



You will have to add below JavaScript code onReady section of JavaScript



var QID = this.questionId;

jQuery("#" + QID + " .rank").hide();
@Mohammed_Lokhandwala_Ugam Thank you!
Great, BTW you have tagged another Mohammed 🙂

Leave a Reply