--- loncom/homework/optionresponse.pm 2002/01/11 16:32:29 1.30 +++ loncom/homework/optionresponse.pm 2002/01/17 12:23:31 1.31 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # option list style responses # -# $Id: optionresponse.pm,v 1.30 2002/01/11 16:32:29 matthew Exp $ +# $Id: optionresponse.pm,v 1.31 2002/01/17 12:23:31 harris41 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -30,7 +30,7 @@ package Apache::optionresponse; use strict; use Apache::response; -sub BEGIN { +BEGIN { &Apache::lonxml::register('Apache::optionresponse',('optionresponse')); }