Please help us help you and fill where relevant: Your LimeSurvey version: Version 3.28.52 Own server or LimeSurvey hosting: Survey theme/template:
==================
Hi! Sorry in advance if there is an obvious solution I'm missing or if this has been previously answered.
I'm trying to implement a question on my survey that has two sliders (via Multiple Numerical Input and subquestions). Right now, they're both from a range from -50 to 50, and everything works great. However, I'd like to make it so that one is from -50 to 50 and the other is 0 to 100. Is this possible to do in Limesurvey within a question? The survey is presented question by question.
Let me know if there's more information that would be useful.
Thanks!
Hi,
an easy way to achieve this:
Use two questions.
Merge them with css-classes "no-bottom" in the first question and "no-question" in the second question.
Here the two classes which you may add to the "custom.css" of your extended theme.