Hi!
I wish to remove the ranking of items within a group when using the drag-and-drop question (from the Pick, group, and Rank question type). In other words, I don't want any number at all to precede the items listed by participants. Does anyone know how to remove this function?
Thanks in advance!
Sofia
Solved
How to remove ranking from drag-and-drop question type
Best answer by rondev
Use the below code in the JS OnReady function of PGR question:
jQuery("#"+this.questionId+" .rank").hide();
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
