Way to replace the word "Item" with another word (e.g. Vendor) for Pick Group Rank Question | XM Community
Skip to main content
Solved

Way to replace the word "Item" with another word (e.g. Vendor) for Pick Group Rank Question

  • September 18, 2018
  • 2 replies
  • 103 views

Community members, Is there an easy way to replace the word "Item" above a list of choices to another more descriptive word for a Pick Group Rank question? Would like to be able to do this on a per question basis.

Thanks as always!

Best answer by Anonymous

Hello @Tom_R ,

jQuery(".Items h2:eq(0)").text("Vendor");
Use the above code in js(onLoad) of the question
View original

2 replies

  • 0 replies
  • Answer
  • September 18, 2018
Hello @Tom_R ,

jQuery(".Items h2:eq(0)").text("Vendor");
Use the above code in js(onLoad) of the question

  • Author
  • 15 replies
  • September 18, 2018
Thank you Shashi!

Leave a Reply