--- loncom/interface/statistics/lonstudentassessment.pm 2003/06/11 16:19:39 1.58 +++ loncom/interface/statistics/lonstudentassessment.pm 2003/06/16 15:54:58 1.59 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentassessment.pm,v 1.58 2003/06/11 16:19:39 matthew Exp $ +# $Id: lonstudentassessment.pm,v 1.59 2003/06/16 15:54:58 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -140,6 +140,10 @@ sub BuildStudentAssessmentPage { my ($r,$c)=@_; undef($Statistics); $single_student_mode = 1 if ($ENV{'form.SelectedStudent'}); + if ($ENV{'form.selectstudent'}) { + &Apache::lonstatistics::DisplayClasslist($r); + return; + } # # Print out the HTML headers for the interface # This also parses the output mode selector @@ -326,7 +330,12 @@ sub CreateInterface { $Str .= ''."\n"; $Str .= ''."\n"; $Str .= ''; - $Str .= ' 'x8; + $Str .= ' 'x5; + $Str .= ''; + $Str .= ' 'x5; + $Str .= ''; + $Str .= ' 'x5; return $Str; }