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

raeburn raeburn at source.lon-capa.org
Fri May 11 23:17:44 EDT 2012


raeburn		Sat May 12 03:17:44 2012 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface/statistics	lonproblemstatistics.pm 
  Log:
  - For 2.11
    - Reverse changes for 1.119 - they require "3.0" grading interface.
  
  
Index: loncom/interface/statistics/lonproblemstatistics.pm
diff -u loncom/interface/statistics/lonproblemstatistics.pm:1.122 loncom/interface/statistics/lonproblemstatistics.pm:1.122.2.1
--- loncom/interface/statistics/lonproblemstatistics.pm:1.122	Thu May  3 11:21:33 2012
+++ loncom/interface/statistics/lonproblemstatistics.pm	Sat May 12 03:17:43 2012
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonproblemstatistics.pm,v 1.122 2012/05/03 11:21:33 goltermann Exp $
+# $Id: lonproblemstatistics.pm,v 1.122.2.1 2012/05/12 03:17:43 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -52,7 +52,6 @@
 use strict;
 use Apache::lonnet;
 use Apache::loncommon();
-use Apache::lonquickgrades();
 use Apache::lonhtmlcommon;
 use Apache::loncoursedata;
 use Apache::lonstatistics;
@@ -699,7 +698,6 @@
     # Finally let the user know we are here
     $r->print(&Apache::lonhtmlcommon::breadcrumbs('Overall Problem Statistics',
                                                 'Statistics_Overall_Key'));
-    &Apache::lonquickgrades::startGradeScreen($r,'statistics');
 
     my $interface = &CreateInterface($r);
     $r->print($interface);




More information about the LON-CAPA-cvs mailing list