[LON-CAPA-cvs] cvs: loncom /homework inputtags.pm /html/adm/help/tex Receipt.tex doc/loncapafiles loncapafiles.lpml

www lon-capa-cvs@mail.lon-capa.org
Tue, 15 Jul 2003 21:26:23 -0000


www		Tue Jul 15 17:26:23 2003 EDT

  Added files:                 
    /loncom/html/adm/help/tex	Receipt.tex 

  Modified files:              
    /doc/loncapafiles	loncapafiles.lpml 
    /loncom/homework	inputtags.pm 
  Log:
  Help on Receipts
  
  
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.265 doc/loncapafiles/loncapafiles.lpml:1.266
--- doc/loncapafiles/loncapafiles.lpml:1.265	Tue Jul 15 16:02:02 2003
+++ doc/loncapafiles/loncapafiles.lpml	Tue Jul 15 17:26:23 2003
@@ -2,7 +2,7 @@
  "http://lpml.sourceforge.net/DTD/lpml.dtd">
 <!-- loncapafiles.lpml -->
 
-<!-- $Id: loncapafiles.lpml,v 1.265 2003/07/15 20:02:02 bowersj2 Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.266 2003/07/15 21:26:23 www Exp $ -->
 
 <!--
 
@@ -2041,6 +2041,7 @@
 Radio_Response_Problems.tex;
 Radio_Response_Randomization.tex;
 Ranking_Problems.tex;
+Receipt.tex;
 Resource_Types.tex;
 Script_Functions.tex;
 Script_Tutorial_Intro.tex;
Index: loncom/homework/inputtags.pm
diff -u loncom/homework/inputtags.pm:1.108 loncom/homework/inputtags.pm:1.109
--- loncom/homework/inputtags.pm:1.108	Tue Jul 15 17:12:01 2003
+++ loncom/homework/inputtags.pm	Tue Jul 15 17:26:23 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # input  definitons
 #
-# $Id: inputtags.pm,v 1.108 2003/07/15 21:12:01 www Exp $
+# $Id: inputtags.pm,v 1.109 2003/07/15 21:26:23 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -346,7 +346,8 @@
           unless ($ENV{'course.'.
 			   $ENV{'request.course.id'}.
 			   '.disable_receipt_display'} eq 'yes') { 
-	      $message.='<br />Your receipt is '.&Apache::lonnet::receipt;
+	      $message.='<br />Your receipt is '.&Apache::lonnet::receipt().
+		  &Apache::loncommon::help_open_topic('Receipt');
 	  }
       }
       $bgcolor=$possiblecolors{'correct'};
@@ -367,7 +368,8 @@
           unless ($ENV{'course.'.
 			   $ENV{'request.course.id'}.
 			   '.disable_receipt_display'} eq 'yes') { 
-              $message.='<br />Your receipt is '.&Apache::lonnet::receipt;
+              $message.='<br />Your receipt is '.&Apache::lonnet::receipt().
+		  &Apache::loncommon::help_open_topic('Receipt');
 	  }
 	  $bgcolor=$possiblecolors{'correct'};
 	  $button=0;

Index: loncom/html/adm/help/tex/Receipt.tex
+++ loncom/html/adm/help/tex/Receipt.tex
\label{Receipt}
LON-CAPA stores all answers submitted for a problem, and keeps track of which
problems you attempted, and which problems you solved.

However, some users feel more comfortable if they have can keep additional
records on their own. The \textbf{receipt\index{receipt}} is offered as a 
unique proof that you have solved a certain problem. It is recommended to 
write down this number in your records.