Split "Items" column in 2 for Pick Group Rank | XM Community
Solved

Split "Items" column in 2 for Pick Group Rank

  • 28 June 2018
  • 2 replies
  • 141 views

I would like to have 2 columns of items to pick from.
Does anyone know how to do this? Do I need to write a javacode?
Thanks
icon

Best answer by mattyb513 26 July 2018, 18:39

View original

2 replies

Userlevel 6
Badge +6
Try this:

```javascript
var qid = this.questionId;
jQuery('#' + qid + ' .NotSelected').css({
display: 'inline-block',
width: '40%'
});
```

Example: https://qualtricssfi.az1.qualtrics.com/jfe/preview/SV_5ulfeT85DKtngfX?Q_SurveyVersionID=current&Q_CHL=preview
Badge +1

https://community.qualtrics.com/XMcommunity/discussion/comment/4161#Comment_4161Can you help me out with that? It doesn't seem to work for me...
Also it would be very nice if I could label the two columns.

Leave a Reply