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

raeburn raeburn at source.lon-capa.org
Fri May 11 23:07:47 EDT 2012


raeburn		Sat May 12 03:07:47 2012 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface/statistics	loncorrectproblemplot.pm 
  Log:
  - For 2.11
    - reverse changes in 1.25 - "3.0" grading interface.
  
  
Index: loncom/interface/statistics/loncorrectproblemplot.pm
diff -u loncom/interface/statistics/loncorrectproblemplot.pm:1.28 loncom/interface/statistics/loncorrectproblemplot.pm:1.28.2.1
--- loncom/interface/statistics/loncorrectproblemplot.pm:1.28	Mon May  7 10:12:42 2012
+++ loncom/interface/statistics/loncorrectproblemplot.pm	Sat May 12 03:07:46 2012
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: loncorrectproblemplot.pm,v 1.28 2012/05/07 10:12:42 goltermann Exp $
+# $Id: loncorrectproblemplot.pm,v 1.28.2.1 2012/05/12 03:07:46 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -31,7 +31,6 @@
 use Apache::lonnet;
 use Apache::loncommon();
 use Apache::lonhtmlcommon();
-use Apache::lonquickgrades();
 use Apache::loncoursedata();
 use Apache::lonstatistics;
 use Apache::lonstathelpers;
@@ -70,7 +69,6 @@
     &Apache::lonstatistics::PrepareClasslist();    
     
     $r->print(&Apache::lonhtmlcommon::breadcrumbs('Correct Problems Plot'));
-    &Apache::lonquickgrades::startGradeScreen($r,'statistics');
     #
     $r->print(&CreateInterface());
     #




More information about the LON-CAPA-cvs mailing list