--- loncom/homework/externalresponse.pm 2002/01/30 17:30:06 1.1 +++ loncom/homework/externalresponse.pm 2002/09/23 07:07:02 1.2 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # external style responses # -# $Id: externalresponse.pm,v 1.1 2002/01/30 17:30:06 albertel Exp $ +# $Id: externalresponse.pm,v 1.2 2002/09/23 07:07:02 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -60,7 +60,7 @@ sub end_externalresponse { $form{'LONCAPA_student_response'}=$response; $form{'LONCAPA_correct_answer'}=$answer; $form{'LONCAPA_language'}= - &Apache::lonnet::metadata($ENV{'RQUEST_URI'},'language'); + &Apache::lonnet::metadata($ENV{'REQUEST_URI'},'language'); &Apache::lonxml::debug("Asking $url, with:"); &Apache::lonhomework::showhash(%form); my $ua = LWP::UserAgent->new;