[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface/statistics lonsurveyreports.pm
raeburn
raeburn at source.lon-capa.org
Fri May 11 23:59:53 EDT 2012
raeburn Sat May 12 03:59:53 2012 EDT
Modified files: (Branch: version_2_11_X)
/loncom/interface/statistics lonsurveyreports.pm
Log:
- For 2.11
- Reverse changes in 1.25 - they require "3.0" grading interface.
Index: loncom/interface/statistics/lonsurveyreports.pm
diff -u loncom/interface/statistics/lonsurveyreports.pm:1.26 loncom/interface/statistics/lonsurveyreports.pm:1.26.4.1
--- loncom/interface/statistics/lonsurveyreports.pm:1.26 Wed Dec 21 21:25:51 2011
+++ loncom/interface/statistics/lonsurveyreports.pm Sat May 12 03:59:53 2012
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonsurveyreports.pm,v 1.26 2011/12/21 21:25:51 www Exp $
+# $Id: lonsurveyreports.pm,v 1.26.4.1 2012/05/12 03:59:53 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -30,7 +30,6 @@
use Apache::lonnet;
use Apache::loncommon();
use Apache::lonhtmlcommon();
-use Apache::lonquickgrades();
use Apache::loncoursedata();
use Apache::lonstatistics;
use Apache::lonlocal;
@@ -69,7 +68,6 @@
#
&Apache::lonstatistics::PrepareClasslist();
$r->print(&Apache::lonhtmlcommon::breadcrumbs('Student Submission Reports'));
- &Apache::lonquickgrades::startGradeScreen($r,'statistics');
#
$r->print(&CreateInterface());
More information about the LON-CAPA-cvs
mailing list