How to have multiple group columns in a "pick, group, and rank" question type | XM Community
Solved

How to have multiple group columns in a "pick, group, and rank" question type

  • 4 July 2019
  • 5 replies
  • 113 views

Hi everyone, I would greatly appreciate your help in relation to this issue.

I want to include a "pick, group, and rank" question type in my survey, but instead of only having two groups columns as in the image below, I would like to have more than two columns. Would anyone know how to do this?

!

Thank you very much and all the best

Dario
icon

Best answer by TomG 4 July 2019, 21:08

View original

5 replies

Userlevel 7
Badge +27
DarioKrpan11,

When you set Columns to Yes Qualtrics will put groups in as many columns as it has room for in the survey theme. You can use CSS or JavaScript to adjust the widths of the items column, the groups or the theme to fit more groups across the available space.
Thank you very much for your response, I tried and I managed to do it.

Hi DarioKrpan11, I am working through a similar thing - do you have any pointers of how I might be able to do this?

Thanks!

Badge

Hi, does anyone know how to do this? I really need my drag-and-drop boxes arranged horizontally but I have no idea how.

Badge

I was able to do it by inserting the following lines in the CSS field:

.Skin #SkinContent {
    width: 90vw;
  }

Leave a Reply