[LON-CAPA-cvs] cvs: loncom /homework essayresponse.pm

jms lon-capa-cvs-allow@mail.lon-capa.org
Fri, 07 Nov 2008 18:58:06 -0000


jms		Fri Nov  7 18:58:06 2008 EDT

  Modified files:              
    /loncom/homework	essayresponse.pm 
  Log:
  POD Comments added to headers of Web Modules
  
Index: loncom/homework/essayresponse.pm
diff -u loncom/homework/essayresponse.pm:1.88 loncom/homework/essayresponse.pm:1.89
--- loncom/homework/essayresponse.pm:1.88	Thu Aug 28 00:14:42 2008
+++ loncom/homework/essayresponse.pm	Fri Nov  7 18:58:06 2008
@@ -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();