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
Page 1 / 1
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
```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
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.