--- loncom/interface/statistics/lonstudentassessment.pm 2004/03/31 19:34:10 1.99 +++ loncom/interface/statistics/lonstudentassessment.pm 2004/04/01 18:49:39 1.100 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentassessment.pm,v 1.99 2004/03/31 19:34:10 matthew Exp $ +# $Id: lonstudentassessment.pm,v 1.100 2004/04/01 18:49:39 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -153,6 +153,8 @@ sub BuildStudentAssessmentPage { # $single_student_mode = 0; $single_student_mode = 1 if ($ENV{'form.SelectedStudent'}); + &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'}, + ['selectstudent']); if ($ENV{'form.selectstudent'}) { &Apache::lonstatistics::DisplayClasslist($r); return;