--- loncom/homework/essayresponse.pm 2008/08/28 00:14:42 1.88 +++ loncom/homework/essayresponse.pm 2008/11/07 18:58:06 1.89 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # essay (ungraded) style responses # -# $Id: essayresponse.pm,v 1.88 2008/08/28 00:14:42 raeburn Exp $ +# $Id: essayresponse.pm,v 1.89 2008/11/07 18:58:06 jms Exp $ # # Copyright Michigan State University Board of Trustees # @@ -26,6 +26,23 @@ # http://www.lon-capa.org/ # +=pod + +=head1 NAME + +Apache::easyresponse + +=head1 SYNOPSIS + +Handler to evaluate essay (ungraded) style responses. + +This is part of the LearningOnline Network with CAPA project +described at http://www.lon-capa.org. + +=head2 Subroutines + +=cut + package Apache::essayresponse; use strict; use Apache::lonxml();