Diff for /loncom/homework/externalresponse.pm between versions 1.14 and 1.15

version 1.14, 2008/11/10 13:18:19 version 1.15, 2008/11/20 14:37:37
Line 26 Line 26
 # http://www.lon-capa.org/  # 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;  package Apache::externalresponse;
 use strict;  use strict;
Line 54  BEGIN { Line 40  BEGIN {
   
 =pod  =pod
   
 =head1 FIXME  =head1 FIXME (start_externalresponse)
   
 send of response params and their current values (form good enough? what parameters to send?)  send of response params and their current values (form good enough? what parameters to send?)
 Need to get returned message displayed  Need to get returned message displayed
Line 165  sub format_prior_response { Line 151  sub format_prior_response {
 __END__  __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
   

Removed from v.1.14  
changed lines
  Added in v.1.15


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