--- loncom/homework/response.pm 2004/02/27 17:18:32 1.92 +++ loncom/homework/response.pm 2004/03/08 22:59:12 1.93 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # various response type definitons response definition # -# $Id: response.pm,v 1.92 2004/02/27 17:18:32 albertel Exp $ +# $Id: response.pm,v 1.93 2004/03/08 22:59:12 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -28,6 +28,7 @@ package Apache::response; use strict; +use Apache::lonlocal; BEGIN { &Apache::lonxml::register('Apache::response',('responseparam','parameter','dataresponse'));