We use the horizontal view in Multiple Choice for desktop. On mobile view the spaces between the response fields are too big. Therefore we want to use the standard vertical view for the mobile version. It looks much better.
This is the desktop view (Multiple choice horizontal):
this is the mobile view (Multiple choice horizontal):
We want to have it like this (Multiple choice vertical + JS for the centered labeling):
How can we achieve horizontal for desktop and vertical for mobile at the same time?
Matrix is not an option, even though we hide the statement with JS (jQuery("#"+this.questionId+" .c1").hide();); it doesn’t work when changing languages (only first option shown) and the table collapses.