Set your format to "Items - Best - Worst (Stacked)," then add this script to the MaxDiff:
<script>
$(document).ready(function(){
var tbody = $('#[% QuestionName() %]_div .inner_table > tbody');
$(tbody).prepend($(tbody).children(':nth-child(2)'))
})
</script>