Solved
Split "Items" column in 2 for Pick Group Rank
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
Best answer by mattyb513
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
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.