--- loncom/homework/radiobuttonresponse.pm 2002/01/11 16:32:29 1.35 +++ loncom/homework/radiobuttonresponse.pm 2002/01/17 12:23:31 1.36 @@ -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.36 2002/01/17 12:23:31 harris41 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')); }