I am trying to create a simple, one-row likert scale question that looks like this:
Reading advice here, I've figured out that I can do this by creating a single-row matrix question and adding this Javascript code:
Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#"+this.questionId+" .c1").hide();
});
The problem is that this code only seems to work in I enable "Mobile friendly" mode. And, while this question looks great on desktop, with mobile friendly on, it looks like this on mobile:
The labels are gone, and now the question doesn't make any sense.
If I turn off mobile-friendly mode, for some reason, Qualtrics is adding a weird white space on the left side like this:
What's going on with this?
How can I get rid of this weird white space?
Page 1 / 1
The first anwer column is actually c4. Try hiding c1, c2, and c3.
Brilliant! Thank you!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.