--- loncom/homework/lonhomework.pm 2003/06/20 14:45:19 1.136 +++ loncom/homework/lonhomework.pm 2003/06/30 20:10:01 1.137 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Homework handler # -# $Id: lonhomework.pm,v 1.136 2003/06/20 14:45:19 bowersj2 Exp $ +# $Id: lonhomework.pm,v 1.137 2003/06/30 20:10:01 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -50,7 +50,7 @@ use Apache::essayresponse(); use Apache::externalresponse(); use Apache::rankresponse(); use Apache::matchresponse(); -#use Apache::chemresponse(); +use Apache::chemresponse(); use Apache::Constants qw(:common); use HTML::Entities(); use Apache::loncommon();