[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Function_Plot_Response_Evaluation_Rule.tex Function_Plot_Response_Rule_Set.tex doc/help author.manual.texxml

www www at source.lon-capa.org
Fri Nov 25 11:26:37 EST 2011


www		Fri Nov 25 16:26:37 2011 EDT

  Modified files:              
    /doc/help	author.manual.texxml 
    /loncom/html/adm/help/tex	
                             	Function_Plot_Response_Evaluation_Rule.tex 
                             	Function_Plot_Response_Rule_Set.tex 
  Log:
  Documentation for Function Plot Response
  
  
Index: doc/help/author.manual.texxml
diff -u doc/help/author.manual.texxml:1.13 doc/help/author.manual.texxml:1.14
--- doc/help/author.manual.texxml:1.13	Wed May 30 15:37:48 2007
+++ doc/help/author.manual.texxml	Fri Nov 25 16:26:32 2011
@@ -83,6 +83,20 @@
                 <subsection name="Custom Response Problems">
                         <file name="Custom_Response_Problems.tex"/>
                         </subsection>
+                <subsection name="Function Plot Response Problems">
+                        <subssubsection name="Introduction">
+                            <file name="Function_Plot_Response_Question.tex" />
+                        </subsubsection>
+                        <subsubsection name="Elements">
+                            <file name="Function_Plot_Response_Elements.tex" />
+                            <file name="Function_Plot_Response_Spline.tex" />
+                            <file name="Function_Plot_Response_Background_Plot.tex" />
+                        </subsubsection>
+                        <subsubsection name="Rules">
+                            <file name="Function_Plot_Response_Rule_Set.tex" />
+                            <file name="Function_Plot_Response_Evaluation_Rule.tex" />
+                        </subsubsection>
+                </subsection>
 		<subsection name="Creating a String Response Problem">
 			<file name="String_Response_Problem_Creation.tex"/>
 			</subsection>
Index: loncom/html/adm/help/tex/Function_Plot_Response_Evaluation_Rule.tex
diff -u loncom/html/adm/help/tex/Function_Plot_Response_Evaluation_Rule.tex:1.3 loncom/html/adm/help/tex/Function_Plot_Response_Evaluation_Rule.tex:1.4
--- loncom/html/adm/help/tex/Function_Plot_Response_Evaluation_Rule.tex:1.3	Fri Oct 14 00:40:28 2011
+++ loncom/html/adm/help/tex/Function_Plot_Response_Evaluation_Rule.tex	Fri Nov 25 16:26:36 2011
@@ -18,6 +18,6 @@
 
 ``Value'' - See above.  It is also possible to choose 'not defined', in the event the answer should not have a value for the given domain. Within the value argument, the function itself can be evaluated using \&fpr\_f(), its derivative using \&fpr\_dfdx(), and its second derivative using \&fpr\_d2fdx2(). The value of a previously defined label can be retrieved using the function \&fpr\_val(), e.g., \&fpr\_val('positive'). Previous defined values from script blocks can be retrieved as normal variables, e.g., \$x.
 
-``Percent error'' - This allows for a margin of error in the y-direction.  For instance, if the rule requires that the derivative be equal to 5, the server will accept values close enough to 5 that are within the percent error defined here. Note: Choosing 10\% would not mean that the answer is correct as long as it is within the range 4.5-5.5.  Instead, the percent corresponds to the total size of the graph.  For the function itself, the 'percent error' is multiplied by the ymax-ymin; for the first derivative, it's multiplied by (ymax-ymin)/(xmax-xmin); for the second derivative, it's multiplied by (ymax-ymin)/(xmax-xmin)^2; and for the integral, it's multiplied by (ymax-ymin)*(xmax-xmin).
+``Percent error'' - This allows for a margin of error in the y-direction.  For instance, if the rule requires that the derivative be equal to 5, the server will accept values close enough to 5 that are within the percent error defined here. Note: Choosing 10\% would not mean that the answer is correct as long as it is within the range 4.5-5.5.  Instead, the percent corresponds to the total size of the graph.  For the function itself, the 'percent error' is multiplied by the ymax-ymin; for the first derivative, it's multiplied by (ymax-ymin)/(xmax-xmin); for the second derivative, it's multiplied by (ymax-ymin)/(xmax-xmin)$^2$; and for the integral, it's multiplied by (ymax-ymin)*(xmax-xmin).
 
 
Index: loncom/html/adm/help/tex/Function_Plot_Response_Rule_Set.tex
diff -u loncom/html/adm/help/tex/Function_Plot_Response_Rule_Set.tex:1.2 loncom/html/adm/help/tex/Function_Plot_Response_Rule_Set.tex:1.3
--- loncom/html/adm/help/tex/Function_Plot_Response_Rule_Set.tex:1.2	Fri Nov 25 15:49:29 2011
+++ loncom/html/adm/help/tex/Function_Plot_Response_Rule_Set.tex	Fri Nov 25 16:26:36 2011
@@ -3,7 +3,7 @@
 
 The figure shows some examples of rules.
 
-\includegraphics[width=0.9\paperwidth]{FPRexamples}
+\includegraphics[width=0.8\paperwidth]{FPRexamples}
 
 \begin{enumerate}
 




More information about the LON-CAPA-cvs mailing list