--- loncom/interface/statistics/lonproblemstatistics.pm 2004/03/29 19:41:24 1.76 +++ loncom/interface/statistics/lonproblemstatistics.pm 2004/03/29 19:45:55 1.77 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonproblemstatistics.pm,v 1.76 2004/03/29 19:41:24 matthew Exp $ +# $Id: lonproblemstatistics.pm,v 1.77 2004/03/29 19:45:55 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -186,7 +186,7 @@ my @Fields = ( sortable => 'yes', graphable => 'yes', long_title => 'Number of Students able to Solve', - selectable => 'no', + selectable => 'yes', selected => 'yes', }, { name => 'num_override', @@ -369,7 +369,8 @@ sub BuildProblemStatisticsPage { 'statsoutputmode' => 'scalar', 'Section' => 'array', 'StudentData' => 'array', - 'Maps' => 'array'); + 'Maps' => 'array', + 'fieldselections'=> 'array'); &Apache::loncommon::store_course_settings('statistics', \%Saveable_Parameters); &Apache::loncommon::restore_course_settings('statistics',