- Posts: 10251
- Thank you received: 3647
Ask the community, share ideas, and connect with other LimeSurvey users!
You have Show "No answer" enabled which screws up the workaround. Change this line:...but I cannot move to a specific value...
var lastVal = Number($('option:last', el).val());
var lastVal = Number($('option[value!=""]:last', el).val());
I think you may be better off using two questions (a radio followed by a multi-numeric) and conditions to only display the multi-numeric if the radio is "Yes".Also in my case I would actually like the first scale to be "regular" tick the option that is applicable style and the second scale to look like a slider scale in the range of 0-100.