Side by side question | XM Community
Skip to main content

Side by side question

  • January 14, 2023
  • 5 replies
  • 121 views

dipeshsingh
Level 2 ●●
Forum|alt.badge.img+12

Hi All,
I want to create a question where respondent can single select 1 option from multiple categories. I used Side by side functionality for this. However, There is too much horizontal scrolling. Can we make this question in a vertical way?
Please refer below snapshot of what I have programmed.
TIA.

image.png


5 replies

Deepak
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+46
  • 1555 replies
  • January 14, 2023

https://community.qualtrics.com/XMcommunity/discussion/23561/side-by-side-questionSBS question doesn't have a mobile-friendly option; hence, this issue always appears. I recommend creating multiple matrix questions as they have an accordion mode on mobile or just multiple choice question type for mobile-friendly experience.
Hope it helps!


dipeshsingh
Level 2 ●●
Forum|alt.badge.img+12
  • Author
  • Level 2 ●●
  • 61 replies
  • January 14, 2023

Deepak
Using multiple matrix question on a same page is the last option I was thinking. Reason is I may have to keep question IDs enabled for this survey. So there will a visible QID between groups. Maybe I can display:none them using some JS.
BTW Thank you for reverting.


Deepak
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+46
  • 1555 replies
  • January 14, 2023

https://community.qualtrics.com/XMcommunity/discussion/comment/54060#Comment_54060Yes, you can always hide the question ids by using the hide function for the export tag.
jQuery('#'+this.questionId).find('label.ExportTag').hide();
Hope it helps!


dipeshsingh
Level 2 ●●
Forum|alt.badge.img+12
  • Author
  • Level 2 ●●
  • 61 replies
  • January 14, 2023

Thanks Deepak 😊


Deepak
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+46
  • 1555 replies
  • January 15, 2023

JoseS
Can you help here, as dipeshsingh isn't able to accept the answer.