[LON-CAPA-cvs] cvs: loncom /interface lonstatistics.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Thu, 23 Oct 2003 15:12:45 -0000
matthew Thu Oct 23 11:12:45 2003 EDT
Modified files:
/loncom/interface lonstatistics.pm
Log:
Removed chart from statistics menu.
Index: loncom/interface/lonstatistics.pm
diff -u loncom/interface/lonstatistics.pm:1.87 loncom/interface/lonstatistics.pm:1.88
--- loncom/interface/lonstatistics.pm:1.87 Tue Oct 21 16:24:52 2003
+++ loncom/interface/lonstatistics.pm Thu Oct 23 11:12:45 2003
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonstatistics.pm,v 1.87 2003/10/21 20:24:52 matthew Exp $
+# $Id: lonstatistics.pm,v 1.88 2003/10/23 15:12:45 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1048,11 +1048,11 @@
short_description =>
&mt('Detailed statistics and graphs of student performance on problems.'),
},
- { internal_name => 'student_assessment',
- name => &mt('Problem Status Chart'),
- short_description =>
- &mt('Brief view of each students performance in course.'),
- },
+# { internal_name => 'student_assessment',
+# name => &mt('Problem Status Chart'),
+# short_description =>
+# &mt('Brief view of each students performance in course.'),
+# },
# 'percentage' => 'Correct-problems Plot',
# 'activitylog' => 'Activity Log',
);