[LON-CAPA-cvs] cvs: loncom /homework radiobuttonresponse.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 26 Sep 2002 21:40:24 -0000
albertel Thu Sep 26 17:40:24 2002 EDT
Modified files:
/loncom/homework radiobuttonresponse.pm
Log:
- location attribute shown/hidden better
Index: loncom/homework/radiobuttonresponse.pm
diff -u loncom/homework/radiobuttonresponse.pm:1.51 loncom/homework/radiobuttonresponse.pm:1.52
--- loncom/homework/radiobuttonresponse.pm:1.51 Thu Sep 26 16:45:00 2002
+++ loncom/homework/radiobuttonresponse.pm Thu Sep 26 17:40:24 2002
@@ -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 @@
$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') {