- Posts: 32
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
<script type="text/javascript" data-author="Tony Partner"> $(document).on('ready pjax:scriptcomplete',function(){ // Identify this question var thisQuestion = $('#question{QID}'); var filterQuestion = $(thisQuestion).nextAll('.multiple-opt:eq(0)'); // Hide the filter question $(filterQuestion).hide(); // Move the checkbox rows $('li.answer-item.numeric-item', thisQuestion).each(function(i) { $(this).after($('li.answer-item:eq(0)', filterQuestion)); }); // Some clean-up styles $('li.numeric-item', thisQuestion).css({ 'margin-bottom': 0, 'min-height': 0 }) $('li.checkbox-item *', thisQuestion).removeClass('col-auto'); $('li.checkbox-item', thisQuestion).removeClass('mb-1').css({ 'margin-bottom': '50px', 'text-align': 'center' }) }); </script>
Please Log in to join the conversation.
Please Log in to join the conversation.
However, I think the slider is really nice,
Please Log in to join the conversation.
I find that the horizontal slider works well on smaller screens as there should never be a reqirement to scroll horizontally....as the slider often isn't as user friendly on touch screens...
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
It does work for me in LS 6.5.2.Hey TP, seems like it doesn't work with 6.x? Or do I have to do anything for activation? I can select the question type, but nothing happens. Using Fruity 23.
Please Log in to join the conversation.
Please Log in to join the conversation.