--- loncom/interface/statistics/longradinganalysis.pm 2006/05/01 19:29:13 1.4 +++ loncom/interface/statistics/longradinganalysis.pm 2006/05/05 20:03:43 1.5 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: longradinganalysis.pm,v 1.4 2006/05/01 19:29:13 albertel Exp $ +# $Id: longradinganalysis.pm,v 1.5 2006/05/05 20:03:43 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -55,6 +55,7 @@ sub build_grading_analysis_page { # my %saveable_parameters = ('Status' => 'scalar', 'Section' => 'array', + 'Group' => 'array', ); &Apache::loncommon::store_course_settings('grading_analysis', \%saveable_parameters); @@ -68,7 +69,7 @@ sub build_grading_analysis_page { my @students = @Apache::lonstatistics::Students; # if (@students < 1 && exists($env{'form.firstrun'})) { - $r->print('
'.&mt('Sections').' | '; + $str .= ''.&mt('Groups').' | '; $str .= ''.&mt('Enrollment Status').' | '; $str .= ''.&mt('Output as [_1]',$output_selector).' | '; $str .= ''."\n"; + $str .= &Apache::lonstatistics::GroupSelect('Group','multiple',5); + $str .= ' | '; + # $str .= ''; $str .= &Apache::lonhtmlcommon::StatusOptions(undef,undef,5); $str .= ' | ';