--- loncom/homework/radiobuttonresponse.pm 2005/06/22 12:03:23 1.102 +++ loncom/homework/radiobuttonresponse.pm 2005/06/27 21:51:29 1.103 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # mutliple choice style responses # -# $Id: radiobuttonresponse.pm,v 1.102 2005/06/22 12:03:23 albertel Exp $ +# $Id: radiobuttonresponse.pm,v 1.103 2005/06/27 21:51:29 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -60,12 +60,14 @@ sub start_radiobuttonresponse { $token,'4'). &Apache::edit::select_arg('Randomize Foil Order','randomize', ['yes','no'],$token). + &Apache::edit::select_arg('Display Direction','direction', + ['vertical','horizontal'],$token). &Apache::edit::end_row(). &Apache::edit::start_spanning_row()."\n"; } elsif ($target eq 'modified') { my $constructtag=&Apache::edit::get_new_args($token,$parstack, $safeeval,'max', - 'randomize'); + 'randomize','direction'); if ($constructtag) { $result = &Apache::edit::rebuild_tag($token); } } elsif ($target eq 'tex') { my $type=&Apache::lonxml::get_param('TeXtype',$parstack,$safeeval,