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

2 replies

mattyb513
Level 4 ●●●●
Forum|alt.badge.img+6
  • Level 4 ●●●●
  • 163 replies
  • Answer
  • July 26, 2018
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

Forum|alt.badge.img+1
  • 2 replies
  • March 22, 2022

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