--- loncom/homework/radiobuttonresponse.pm 2008/12/11 02:16:46 1.140 +++ loncom/homework/radiobuttonresponse.pm 2008/12/11 03:25:45 1.141 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # mutliple choice style responses # -# $Id: radiobuttonresponse.pm,v 1.140 2008/12/11 02:16:46 raeburn Exp $ +# $Id: radiobuttonresponse.pm,v 1.141 2008/12/11 03:25:45 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -78,10 +78,10 @@ sub start_radiobuttonresponse { .&Apache::edit::start_spanning_row(); $result.= &Apache::edit::text_arg('Max Number Of Shown Foils:','max', - $token,'4'). + $token,'4').' 'x 3 . &Apache::edit::select_arg('Randomize Foil Order:','randomize', - ['yes','no'],$token). - &Apache::edit::select_arg('Display Direction','direction', + ['yes','no'],$token).' 'x 3 . + &Apache::edit::select_arg('Display Direction:','direction', ['vertical','horizontal'],$token). &Apache::edit::end_row(). &Apache::edit::start_spanning_row()."\n";