- Posts: 13
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Set the question to "mandatory". That's all.Every question should be answered with one option from the first scale and one from the second scale.
I have defined my minimum and maximum answers to be 2.
Add this to the source of the question:The only thing that I don't seem to be able to do is finding a way to hide the progress bar of the slider, so that only the slider handle is showing. Is there a solution to that?
<style type="text/css"> #question{QID} .slider .tooltip { display: none !important; } </style>
<style type="text/css"> #question{QID} .slider .slider-selection { background: transparent none !important; box-shadow: none; } </style>