--- loncom/interface/statistics/lonproblemanalysis.pm 2005/11/07 22:09:00 1.122 +++ loncom/interface/statistics/lonproblemanalysis.pm 2006/01/22 04:10:04 1.123 @@ -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 @@ sub BuildProblemAnalysisPage { $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('
'); $r->rflush();