--- loncom/homework/grades.pm 2003/02/27 21:05:58 1.68 +++ loncom/homework/grades.pm 2003/02/27 22:39:11 1.69 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.68 2003/02/27 21:05:58 ng Exp $ +# $Id: grades.pm,v 1.69 2003/02/27 22:39:11 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2540,7 +2540,9 @@ sub displayPage { $studentTable.=' '. &Apache::loncommon::get_student_answers($symbx{$_},$uname,$udom,$ENV{'request.course.id'}).''; - my $subresult=&Apache::lonnet::ssi($request->uri, + my (undef,undef,$requesturl)=split(/___/,$symbx{$_}); + $requesturl=&Apache::lonnet::clutter($requesturl); + my $subresult=&Apache::lonnet::ssi($requesturl, ('grade_target' => 'analyze'), ('grade_domain' => $udom), ('grade_user' => $uname),