--- loncom/homework/radiobuttonresponse.pm	2002/09/26 20:45:00	1.51
+++ loncom/homework/radiobuttonresponse.pm	2002/09/26 21:40:24	1.52
@@ -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.52 2002/09/26 21:40:24 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -450,7 +450,7 @@ sub start_foil {
 					     $safeeval,'-3');
     if ($randomize eq 'yes') {
       $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') {