Hi all,
I would like my matrix questions to show up in the same format on desktop view as they do in the mobile version. I have tried previous solutions posted in the community (e.g.,https://community.qualtrics.com/XMcommunity/discussion/1525/how-can-we-apply-the-mobile-layout-of-matrix-question-to-the-web-one), and dragging the options to the far right does not consistently work for all Matrix questions. Please let me know if there is a way to do this consistently across all Matrix-type questions, perhaps with custom code?
Thanks in advance!
We have an option called 'Mobile Friendly' within Matrix question which makes your question to be displayed in different format. By disabling this, you can achieve to display matrix question similar at both desktop and mobile.
Hope this helps!
Shokouh,
You might be interested in the forceAccordion function.
Try this: You should find the class under mobile view through inspect element and then u can add the same class using below jquery code and can see the Mobile view in desktop as well.
#replace selector name
#replace class name
setTimeoff(function(){jQuery("selector name").addClass("class name");},50)
https://community.qualtrics.com/XMcommunity/discussion/comment/54400#Comment_54400Even if the errors in that code are corrected, it doesn't work properly. It is a lot more complicated than adding a class name.
TomG might be you are right. Since Qualtrics engine has applied lot of changes. I did that few years back and it was working.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.