--- loncom/homework/radiobuttonresponse.pm 2002/01/11 16:32:29 1.35 +++ loncom/homework/radiobuttonresponse.pm 2002/01/25 16:11:37 1.37 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # mutliple choice style responses # -# $Id: radiobuttonresponse.pm,v 1.35 2002/01/11 16:32:29 matthew Exp $ +# $Id: radiobuttonresponse.pm,v 1.37 2002/01/25 16:11:37 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -30,7 +30,7 @@ package Apache::radiobuttonresponse; use strict; -sub BEGIN { +BEGIN { &Apache::lonxml::register('Apache::radiobuttonresponse',('radiobuttonresponse')); } @@ -50,7 +50,7 @@ sub start_radiobuttonresponse { ." ".&Apache::edit::end_row() .&Apache::edit::start_spanning_row(); - $result.=&Apache::edit::text_arg('Max Number Of Foils:','max',$token,'4'). + $result.=&Apache::edit::text_arg('Max Number Of Shown Foils:','max',$token,'4'). &Apache::edit::end_row().&Apache::edit::start_spanning_row()."\n"; } elsif ($target eq 'modified') { my $constructtag=&Apache::edit::get_new_args($token,$parstack,