Solved
In a matrix question, I want a line break between "Strongly agree" and "5" but not for mobile
Mobile display should be
1-Strongly disagree
2
3
4
5-Strongly agree
While desktop looks like this (across the page) with the text centered above the numbers:
Strongly disagree Strongly agree
1 2 3 4 5
If I add a <br> code between "disagree" and "1" it looks good for desktop but bad for mobile.
Best answer by AnthonyR
You could set this up with survey flow and piped text.
In the flow add an embedded data element, i'll call mine `break` and set the value by default to <br/>
Then, before the question, add a branch that checks if the device type is mobile. If it is, set `break`'s value to a space, or some other delimiting character of your choice.
Finally in your question, where you want the break or other delimiter add the piped embedded data value `${e://Field/break}`
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.


The script you asked about isn't something we give away, but contact me by private message if you still have an interest in it. It has lots of configurable features.