Pick, Group and Rank with two tables with items and one group | XM Community
Skip to main content
Solved

Pick, Group and Rank with two tables with items and one group

  • March 22, 2022
  • 2 replies
  • 36 views

Forum|alt.badge.img+1

Hey everyone,
is it somehow possible to create Pick, Group and Rank questions with two tables with items to choose from and drop it into one goup? Basically, I want to provide two lists with two different categories from which the respondent can choose several items from and put it in one group.
Your time and effort is very much appreciated!

Best answer by TomG

You can use JS to split the items into groups. Add divs to hold the the two groups, then loop through the items and append them to the appropriate group div.

2 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • Answer
  • March 22, 2022

You can use JS to split the items into groups. Add divs to hold the the two groups, then loop through the items and append them to the appropriate group div.


Forum|alt.badge.img+1
  • April 26, 2022

Hi TomG,
I don't have any java programming knowledge and I would like to split the singular list in a Pick, Group, Rank into two so it is easier for my respondents to fill the survey. With one half of the list on the left side and the other list on the right. I already have your code (thank you again) for renaming items and moving the list to the right. Could you please share the code to do this?