[LON-CAPA-cvs] cvs: loncom /interface/statistics lonproblemstatistics.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Wed, 28 Jan 2004 14:38:40 -0000
matthew Wed Jan 28 09:38:40 2004 EDT
Modified files:
/loncom/interface/statistics lonproblemstatistics.pm
Log:
Added help link to Statistics_Overall_Key.tex.
Index: loncom/interface/statistics/lonproblemstatistics.pm
diff -u loncom/interface/statistics/lonproblemstatistics.pm:1.63 loncom/interface/statistics/lonproblemstatistics.pm:1.64
--- loncom/interface/statistics/lonproblemstatistics.pm:1.63 Tue Dec 9 16:14:23 2003
+++ loncom/interface/statistics/lonproblemstatistics.pm Wed Jan 28 09:38:40 2004
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonproblemstatistics.pm,v 1.63 2003/12/09 21:14:23 matthew Exp $
+# $Id: lonproblemstatistics.pm,v 1.64 2004/01/28 14:38:40 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -208,6 +208,9 @@
sub CreateInterface {
my $Str = '';
+ $Str .= '<h2>Overall Problem Statistics'.
+ &Apache::loncommon::help_open_topic('Statistics_Overall_Key').
+ '</h2>'."\n";
$Str .= '<table cellspacing="5">'."\n";
$Str .= '<tr>';
$Str .= '<td align="center"><b>'.&mt('Sections').'</b></td>';