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

bowersj2 lon-capa-cvs@mail.lon-capa.org
Sun, 22 Jan 2006 04:10:05 -0000


bowersj2		Sat Jan 21 23:10:05 2006 EDT

  Modified files:              
    /loncom/interface/statistics	lonproblemanalysis.pm 
  Log:
  Pending implementation of the "Detailed Problem Analysis" output into
  CSV and Excel, remove the selection box for Excel & CSV so we aren't 
  promising what we can't deliver.
  
  
Index: loncom/interface/statistics/lonproblemanalysis.pm
diff -u loncom/interface/statistics/lonproblemanalysis.pm:1.122 loncom/interface/statistics/lonproblemanalysis.pm:1.123
--- loncom/interface/statistics/lonproblemanalysis.pm:1.122	Mon Nov  7 17:09:00 2005
+++ loncom/interface/statistics/lonproblemanalysis.pm	Sat Jan 21 23:10:04 2006
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonproblemanalysis.pm,v 1.122 2005/11/07 22:09:00 albertel Exp $
+# $Id: lonproblemanalysis.pm,v 1.123 2006/01/22 04:10:04 bowersj2 Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -97,8 +97,11 @@
             $r->print($html.(' 'x5));
         }
         #
-        $r->print(&Apache::lonstathelpers::submission_report_form
-                                                      ('problem_analysis'));
+
+        # This is commented out pending actual implementation of 
+        # CSV and Excel output.
+        #$r->print(&Apache::lonstathelpers::submission_report_form
+        #                                              ('problem_analysis'));
         #
         $r->print('<hr />');
         $r->rflush();