Diff for /loncom/homework/loncapagrade.pm between versions 1.5 and 1.6

version 1.5, 2008/11/10 13:43:43 version 1.6, 2008/11/20 15:19:15
Line 28 Line 28
 # 1/26 Guy  # 1/26 Guy
   
   
 =pod  
   
 =head1 NAME  
   
 Apache::loncapagrade  
   
 =head1 SYNOPSIS  
   
 Handler to evaluate externally graded responses.  
   
 This is part of the LearningOnline Network with CAPA project  
 described at http://www.lon-capa.org.  
   
 =head2 notes  
   
 results of parse end up in here:  
 undef(%Apache::loncapagrade::results);  
   
 =cut  
   
 package Apache::loncapagrade;  package Apache::loncapagrade;
 use strict;  use strict;
Line 118  sub end_message { Line 99  sub end_message {
 1;  1;
 __END__  __END__
   
   =pod
   
   =head1 NAME
   
   Apache::loncapagrade
   
   =head1 SYNOPSIS
   
   Handler to evaluate externally graded responses.
   
   This is part of the LearningOnline Network with CAPA project
   described at http://www.lon-capa.org.
   
   =head1 SUBROUTINES
   
   =over
   
   =item start_loncapagrade()
   
   =item end_loncapagrade()
   
   =item start_awarddetail()
   
   =item end_awarddetail()
   
   =item start_message()
   
   =item end_message()
   
   =back
   
   =head2 notes
   
   results of parse end up in here:
   undef(%Apache::loncapagrade::results);
   
   =cut
   
   

Removed from v.1.5  
changed lines
  Added in v.1.6


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