--- loncom/homework/radiobuttonresponse.pm 2002/09/26 20:45:00 1.51 +++ loncom/homework/radiobuttonresponse.pm 2002/09/26 21:45:53 1.53 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # mutliple choice style responses # -# $Id: radiobuttonresponse.pm,v 1.51 2002/09/26 20:45:00 albertel Exp $ +# $Id: radiobuttonresponse.pm,v 1.53 2002/09/26 21:45:53 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -448,9 +448,9 @@ sub start_foil { ['unused','true','false'],$token); my $randomize=&Apache::lonxml::get_param('randomize',$parstack, $safeeval,'-3'); - if ($randomize eq 'yes') { + if ($randomize ne 'no') { $result.=&Apache::edit::select_arg('Location:','location', - ['random','bottom','top'],$token); + ['random','top','bottom'],$token); } $result.=&Apache::edit::end_row().&Apache::edit::start_spanning_row(); } elsif ($target eq 'modified') {