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

matthew lon-capa-cvs@mail.lon-capa.org
Mon, 02 Feb 2004 21:54:13 -0000


matthew		Mon Feb  2 16:54:13 2004 EDT

  Modified files:              
    /loncom/interface/statistics	loncorrectproblemplot.pm 
  Log:
  More POD just so I can bump the version number and improve my odds at 
  winning this week.
  
  
Index: loncom/interface/statistics/loncorrectproblemplot.pm
diff -u loncom/interface/statistics/loncorrectproblemplot.pm:1.3 loncom/interface/statistics/loncorrectproblemplot.pm:1.4
--- loncom/interface/statistics/loncorrectproblemplot.pm:1.3	Mon Feb  2 16:52:28 2004
+++ loncom/interface/statistics/loncorrectproblemplot.pm	Mon Feb  2 16:54:13 2004
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: loncorrectproblemplot.pm,v 1.3 2004/02/02 21:52:28 matthew Exp $
+# $Id: loncorrectproblemplot.pm,v 1.4 2004/02/02 21:54:13 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -44,6 +44,20 @@
                      { name => 'updatecaches',
                        text => 'Update Student Data' },
                      );
+
+#########################################################
+#########################################################
+
+=pod
+
+=item &BuildCorrectProblemsPage
+
+Entry point from lonstatistics to the correct problems plot page.
+
+=cut
+
+#########################################################
+#########################################################
 
 sub BuildCorrectProblemsPage {
     my ($r,$c)=@_;