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

version 1.4, 2007/09/11 19:07:01 version 1.5, 2008/11/10 13:43:43
Line 26 Line 26
 # http://www.lon-capa.org/  # http://www.lon-capa.org/
 #  #
 # 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;
   

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


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