Show questions in grid | XM Community
Skip to main content

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!

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.


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!


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


Leave a Reply