Diff for /loncom/homework/essayresponse.pm between versions 1.91 and 1.92

version 1.91, 2008/11/16 02:46:25 version 1.92, 2008/11/20 14:37:37
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.  
   
 =cut  
   
 package Apache::essayresponse;  package Apache::essayresponse;
 use strict;  use strict;
 use Apache::lonxml();  use Apache::lonxml();
Line 415  sub check_collaborators { Line 400  sub check_collaborators {
   
 1;  1;
 __END__  __END__
   
   
   =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.
   
   =head1 SUBROUTINES
   
   =over 
   
   =item start_essayresponse()
   
   =item end_essayresponse()
   
   =item format_prior_response()
   
   =item file_submission()
   
   =item delete_form_items()
   
   =item check_collaborators()
   
   =back
   
   =cut
   

Removed from v.1.91  
changed lines
  Added in v.1.92


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