Show questions in grid | XM Community
Skip to main content
Question

Show questions in grid

  • October 5, 2020
  • 3 replies
  • 89 views

Hi,
As of right now, I have a long list of multiple choice questions that appear single file despite not taking up the whole width of the screen. Would it be possible to show maybe 3 or so questions per row?

Thanks!

3 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • October 5, 2020

You would need to write JavaScript to arrange the questions into a grid and make it responsive to different screen widths.
Instead, you should consider making the choices horizontal so each question takes up more width and less vertical space.


  • Author
  • October 5, 2020

Thanks for the response!
My questions are pictures with a drop-down select, so the real constraint on vertical space are the pictures themselves. I'll look into the javascript, though, (and if you have any examples/links, that would be amazing) thanks!


TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • October 5, 2020

Another alternative would be a side-by-side question with drop-downs. However, side-by-side questions aren't mobile friendly.