--- loncom/interface/statistics/lonstudentassessment.pm 2006/05/01 19:29:13 1.138 +++ loncom/interface/statistics/lonstudentassessment.pm 2006/05/05 20:03:43 1.139 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentassessment.pm,v 1.138 2006/05/01 19:29:13 albertel Exp $ +# $Id: lonstudentassessment.pm,v 1.139 2006/05/05 20:03:43 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -147,6 +147,7 @@ sub BuildStudentAssessmentPage { 'chartoutputmode' => 'scalar', 'chartoutputdata' => 'scalar', 'Section' => 'array', + 'Groups' => 'array', 'StudentData' => 'array', 'Maps' => 'array'); &Apache::loncommon::store_course_settings('chart',\%Saveable_Parameters); @@ -319,6 +320,7 @@ sub CreateInterface { $Str .= ''."\n"; $Str .= ''; $Str .= ''; + $Str .= ''; $Str .= ''; $Str .= ''; $Str .= ''; @@ -333,6 +335,8 @@ sub CreateInterface { $Str .= '
'.&mt('Sections').''.&mt('Groups').''.&mt('Student Data').''.&mt('Enrollment Status').''.&mt('Sequences and Folders').'
'."\n"; $Str .= &Apache::lonstatistics::SectionSelect('Section','multiple',5); $Str .= ''; + $Str .= &Apache::lonstatistics::GroupSelect('Group','multiple',5); + $Str .= ''; $Str .= &Apache::lonstatistics::StudentDataSelect('StudentData','multiple', 5,undef); $Str .= ''."\n";