--- loncom/homework/externalresponse.pm 2014/12/06 17:46:40 1.28 +++ loncom/homework/externalresponse.pm 2014/12/06 20:08:16 1.29 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # external style responses # -# $Id: externalresponse.pm,v 1.28 2014/12/06 17:46:40 raeburn Exp $ +# $Id: externalresponse.pm,v 1.29 2014/12/06 20:08:16 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -173,7 +173,9 @@ sub end_externalresponse { } my $uploadedflag=0; my $totalsize=0; - my %info; + my %info = ( + 'is_submit' => $is_submit, + ); my $url = &Apache::lonxml::get_param('url',$parstack,$safeeval); if ($url =~ m{^https?://([^/]+)/}) { use Socket;