<script type="text/javascript">
$(document).ready(function () {
var move_element = "SQ012";
/* Please do NOT change the lines below */
var move_element = "javatbd{SGQ}" + move_element;
$("#" + move_element).insertAfter("#question{QID} .answers-list .answer-item:last-child");
});
</script>
I have this code that helps me keep at the bottom one subquestion while others are randomized. I want to have 2 subquestions at the bottom not to move when others are randomized. How can I edit this code to achieve what I want?