--- loncom/homework/externalresponse.pm 2008/11/10 13:18:19 1.14 +++ loncom/homework/externalresponse.pm 2008/11/20 14:37:37 1.15 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # external style responses # -# $Id: externalresponse.pm,v 1.14 2008/11/10 13:18:19 jms Exp $ +# $Id: externalresponse.pm,v 1.15 2008/11/20 14:37:37 jms Exp $ # # Copyright Michigan State University Board of Trustees # @@ -26,21 +26,7 @@ # http://www.lon-capa.org/ # -=pod -=head1 NAME - -Apache::externalresponse.pm - -=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. - - -=cut package Apache::externalresponse; use strict; @@ -54,7 +40,7 @@ BEGIN { =pod -=head1 FIXME +=head1 FIXME (start_externalresponse) send of response params and their current values (form good enough? what parameters to send?) Need to get returned message displayed @@ -165,3 +151,29 @@ sub format_prior_response { __END__ +=pod + +=head1 NAME + +Apache::externalresponse.pm + +=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_externalresponse() + +=item end_externalresponse() + +=item format_prior_response() + +=back + +=cut \ No newline at end of file