For that version, you will need to use a script something like this:
Sample survey attached:
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
// The answer code to place in the last position
var fixedCode = '3';
// Identify this question
var q1ID = {QID};
var thisQuestion = $('#question'+q1ID);
// Move the "fixed" row to the end
$('.answers-list', thisQuestion).append($('div[id^="javatbd"][id$="X'+q1ID+fixedCode+'"]', thisQuestion));
});
</script>
Sample survey attached: