Hi experts!
I have this challenge, where I would like to view both Labels and scale points in the mobile survey (smartphone version) of a matrix question.
Attached is a screenshot with drawings of what I would like to have.
Thanks...
Solved
Labels and scale points in the mobile survey (smartphone version)
Best answer by TomG
A slicker solution is to leave your labels in place AND add the labels to the scale points inside a span with a class. For example:
1 - Strongly disagree
Add this css:
.mfLabel { display:none; }
.mobile .mfLabel { display:inline; }
It will look like this:
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.