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

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

  • 18 September 2018
  • 2 replies
  • 38 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!
icon

Best answer by Anonymous 18 September 2018, 18:08

View original

2 replies

Hello @Tom_R ,

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

Leave a Reply