--- mod/choice/lib.php Fri Oct 25 20:04:18 2013 +++ mod/choice/lib.php Wed Oct 30 17:55:05 2013 @@ -54,8 +54,8 @@ /** @global array $CHOICE_DISPLAY */ global $CHOICE_DISPLAY; -$CHOICE_DISPLAY = array (CHOICE_DISPLAY_HORIZONTAL => get_string('displayhorizontal', 'choice'), - CHOICE_DISPLAY_VERTICAL => get_string('displayvertical','choice')); +$CHOICE_DISPLAY = array (CHOICE_DISPLAY_VERTICAL => get_string('displayvertical','choice'), + CHOICE_DISPLAY_HORIZONTAL => get_string('displayhorizontal', 'choice')); /// Standard functions /////////////////////////////////////////////////////////