Split "Items" column in 2 for Pick Group Rank | XM Community
Skip to main content
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
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

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.