I use Tony's script to fix a number of sub-questions to the bottom of a multi-choice question.
Script:
Code:
<script type="text/javascript" charset="utf-8">
$(document).ready(function(){// Identify this questionvar qID ={QID};var thisQuestion = $('#question'+qID);// Define the sub-question codes to be placed lastvar lastItems =['SQ006','SQ007','SQ008'];// Loop through those sub-question codes
$.each(lastItems,function(i, val){// Move that item to the end of the list// Multi-choice questionif($(thisQuestion).hasClass('multiple-opt')){
$('.question-item[id$=X'+qID+val+']', thisQuestion).parent().appendTo($('.subquestion-list', thisQuestion));}// Array questionif($(thisQuestion).hasClass('array-flexible-row')){
$('.answers-list[id$=X'+qID+val+']', thisQuestion).appendTo($('table.subquestion-list', thisQuestion));}});});</script>
Works - nearly - fine.
Up to a screen width of 838 pixel. (see screenshot 1106)
But at a screen width of 837 the layout changes to (see screenshot 1107)
Is there any idea how to repair this?
Thanks in advance
Joffm
LS Version 2.67.3+170728
sample attached
Volunteers are not paid.
Not because they are worthless, but because they are priceless