--- loncom/homework/radiobuttonresponse.pm 2002/09/26 21:40:24 1.52 +++ 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.52 2002/09/26 21:40:24 albertel Exp $ +# $Id: radiobuttonresponse.pm,v 1.53 2002/09/26 21:45:53 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -448,7 +448,7 @@ 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','top','bottom'],$token); }