Diff for /loncom/homework/essayresponse.pm between versions 1.88 and 1.89

version 1.88, 2008/08/28 00:14:42 version 1.89, 2008/11/07 18:58:06
Line 26 Line 26
 # http://www.lon-capa.org/  # 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;  package Apache::essayresponse;
 use strict;  use strict;
 use Apache::lonxml();  use Apache::lonxml();

Removed from v.1.88  
changed lines
  Added in v.1.89


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>