[LON-CAPA-cvs] cvs: loncom /interface/statistics lonproblemstatistics.pm

matthew lon-capa-cvs@mail.lon-capa.org
Mon, 29 Mar 2004 19:45:55 -0000


matthew		Mon Mar 29 14:45:55 2004 EDT

  Modified files:              
    /loncom/interface/statistics	lonproblemstatistics.pm 
  Log:
  Fixed bug with "#YES" not appearing in selection box (and thus always being
  output) and made field selections a remembered course environment value.
  
  
Index: loncom/interface/statistics/lonproblemstatistics.pm
diff -u loncom/interface/statistics/lonproblemstatistics.pm:1.76 loncom/interface/statistics/lonproblemstatistics.pm:1.77
--- loncom/interface/statistics/lonproblemstatistics.pm:1.76	Mon Mar 29 14:41:24 2004
+++ loncom/interface/statistics/lonproblemstatistics.pm	Mon Mar 29 14:45:55 2004
@@ -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 @@
              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 @@
                                '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',