Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

Create a likert scale but move the "not applicable" option to the right

More
10 years 3 weeks ago #140989 by ting
I have find the info in this page, but it can not work in the version 2.5.
www.limesurvey.org/forum/can-i-do-this-w...-option-to-the-right
Is it possible to create for version 2.5?
The topic has been locked.
More
10 years 3 weeks ago - 10 years 3 weeks ago #141030 by tpartner
Set up your survey to use JavaScript and place the following script in the source of the array question:
Code:
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { $('#question{QID}').addClass('detached-last-item'); }); </script>

Add something like this to the end of template.css:
Code:
.detached-last-item td.answer-item:last-child { border-left: 25px solid #FFFFFF; } @media only screen and (max-width: 801px) { .detached-last-item td.answer-item:last-child { border-left: 0 none; border-top: 25px solid #FFFFFF; } .detached-last-item .array1 td.answer-item:last-child { border-top-color: #ECF0F1; } }




Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Last edit: 10 years 3 weeks ago by tpartner.
The topic has been locked.
Moderators: tpartnerholch

Lime-years ahead

Online-surveys for every purse and purpose