--- loncom/homework/loncapagrade.pm 2008/11/10 13:43:43 1.5 +++ loncom/homework/loncapagrade.pm 2008/11/20 15:19:15 1.6 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # external style responses # -# $Id: loncapagrade.pm,v 1.5 2008/11/10 13:43:43 jms Exp $ +# $Id: loncapagrade.pm,v 1.6 2008/11/20 15:19:15 jms Exp $ # # Copyright Michigan State University Board of Trustees # @@ -28,25 +28,6 @@ # 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; use strict; @@ -118,3 +99,42 @@ sub end_message { 1; __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 + +