- Posts: 173
- Thank you received: 27
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
<table> <tr> <td>Definitely Would</td> <td>Probably Would</td> <td>Might / Might Not</td> <td>Probably Not</td> <td>Definitely Not</td> </tr> <td class="slider-cell" colspan="5"></td> </tr> </table>
<script type="text/javascript" data-author="Tony Partner"> $(document).on('ready pjax:scriptcomplete',function(){ // Identify this question var thisQuestion = $('#question{QID}'); // Move the slider $('.question-text tr:eq(1) td:eq(0)', thisQuestion).append($('.slider-container', thisQuestion)); }); </script>
<style type="text/css" data-author="Tony Partner"> #question{QID} .answer-container, #question{QID} .tooltip { display: none !important; } #question{QID} .question-text table { margin: 20px auto; width: 95%; max-width: 800px; border-collapse: collapse; } #question{QID} .question-text td { padding: 5px 10px; text-align: center; background-color: #FFFFFF; border: 1px solid #E7E7E7; } #question{QID} .question-text td.slider-cell { padding: 15px 10px; } </style>
Please Log in to join the conversation.
Please Log in to join the conversation.
And this one is included (but we don't have triangle) : f062 in www.limesurvey.org/manual/Question_type_...dle_unicode_shape.29Edit - The slider doesn't have to look like this I am just interested in how it can be inserted into a table .. the standard slider layout is fine
Please Log in to join the conversation.