--- loncom/interface/statistics/lonproblemanalysis.pm 2003/10/08 19:20:47 1.27 +++ loncom/interface/statistics/lonproblemanalysis.pm 2003/10/09 22:10:02 1.28 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonproblemanalysis.pm,v 1.27 2003/10/08 19:20:47 matthew Exp $ +# $Id: lonproblemanalysis.pm,v 1.28 2003/10/09 22:10:02 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -39,6 +39,9 @@ sub BuildProblemAnalysisPage { my ($r,$c)=@_; $r->print('
'.&mt('Sections').' | '; $Str .= ''.&mt('Enrollment Status').' | '; $Str .= ''.&mt('Sequences and Folders').' | '; + $Str .= ''.&mt('Analyze By').' | '; $Str .= '|
'."\n"; $Str .= &Apache::lonstatistics::SectionSelect('Section','multiple',5); - $Str .= ' | '; + $Str .= ' | '; + # + $Str .= ''; $Str .= &Apache::lonhtmlcommon::StatusOptions(undef,undef,5); - $Str .= ' | '; + $Str .= ' | '; + # + $Str .= ''; my $only_seq_with_assessments = sub { my $s=shift; if ($s->{'num_assess'} < 1) { @@ -292,7 +293,22 @@ sub CreateInterface { }; $Str .= &Apache::lonstatistics::MapSelect('Maps','multiple,all',5, $only_seq_with_assessments); - $Str .= ' | '; + $Str .=''; + $Str .=''; + $Str .= ' | '; + # + $Str .= ''."\n"; $Str .= '