Autoscroll page for Pick, group, rank question | XM Community
Question

Autoscroll page for Pick, group, rank question

  • 26 October 2018
  • 1 reply
  • 12 views

Hello,
I have a Pick, group, rank question that has about 20 items. It's extremely difficult to drag the item to the box because the page doesn't scroll down when you move the item. Stacking items is not an option because participants need to see all the items at once....
I think adding the CSS code is the only way but I don't know how
I found an answer here with using the jQuery but I'm really lost... Would anyone please help? How do I build the code? how to I append it?
Thank you!

1 reply

Badge +6
Hello @do1n

Below code will increase height of box. replace "QID470" with question ID and adjust 350px to increase height of the box
jQuery(".groupsContainerTd div>div,#QID470group0").css("min-height","350px")

Leave a Reply