Quantcast
Channel: Topics in Category: Can I do this with LimeSurvey? - LimeSurvey forums
Viewing all articles
Browse latest Browse all 17529

Multiple Choice Question Type - Moving the Other subquestion - by: kwalker

$
0
0
Thanks everyone for your help!

If you want to modify the original script from Dr. Minke, I think this should work:

<script type='text/javascript'>
$(document).ready(function() {

var move_element="other";
var place_before="8";

var place_before=("javatbd{SGQ}"+place_before);
var move_element="javatbd{SGQ}"+move_element;
var parent_before=$("#"+place_before).parent();

$("#"+move_element).parent().insertBefore(parent_before);

});
</script>

Viewing all articles
Browse latest Browse all 17529

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>