[LON-CAPA-cvs] cvs: loncom /html/adm/help/png FPRexamples.png /html/adm/help/tex Function_Plot_Response_Rule_Set.tex doc/loncapafiles loncapafiles.lpml

www www at source.lon-capa.org
Fri Nov 25 10:49:30 EST 2011


www		Fri Nov 25 15:49:30 2011 EDT

  Added files:                 
    /loncom/html/adm/help/png	FPRexamples.png 

  Modified files:              
    /doc/loncapafiles	loncapafiles.lpml 
    /loncom/html/adm/help/tex	Function_Plot_Response_Rule_Set.tex 
  Log:
  Rule examples
  
  
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.769 doc/loncapafiles/loncapafiles.lpml:1.770
--- doc/loncapafiles/loncapafiles.lpml:1.769	Sun Nov  6 00:41:53 2011
+++ doc/loncapafiles/loncapafiles.lpml	Fri Nov 25 15:49:19 2011
@@ -2,7 +2,7 @@
  "http://lpml.sourceforge.net/DTD/lpml.dtd">
 <!-- loncapafiles.lpml -->
 
-<!-- $Id: loncapafiles.lpml,v 1.769 2011/11/06 00:41:53 raeburn Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.770 2011/11/25 15:49:19 www Exp $ -->
 
 <!--
 
@@ -2661,6 +2661,7 @@
 fdbk.gif;
 feedback.gif;
 formulaResponse.gif;
+FPRexamples.gif;
 fromfile.gif;
 grds.gif;
 grps.gif;
@@ -2808,6 +2809,7 @@
 fdbk.eps;
 feedback.eps;
 formulaResponse.eps;
+FPRexamples.eps;
 fromfile.eps;
 grds.eps;
 grps.eps;
@@ -7108,6 +7110,7 @@
 folder-new.png;
 folder-new-22x22.png;
 format-justify-fill.png;
+FPRexamples.png;
 fromfile.png;
 grade_PageFolder.png;
 grade_students.png;
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.1 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.1	Fri Jan 14 01:56:37 2011
+++ loncom/html/adm/help/tex/Function_Plot_Response_Rule_Set.tex	Fri Nov 25 15:49:29 2011
@@ -1,3 +1,24 @@
 \label{Function_Plot_Response_Rule_Set}
 This is where the rules are defined.  These rules will determine whether or not an entered answer is correct or not.  If there are no rules, any answer will be deemed correct.  If there is more than one rule, when an answer is submitted, the server will analyze them in order until one of them is broken (of course, if it's a correct answer, it will go through all of them and return a green box).  In such an event, any subsequent rules will be ignored.  If conditional hints related to these rules are added, only the first broken rule's hint will be shown, even if all rules are broken.
 
+The figure shows some examples of rules.
+
+\includegraphics[width=0.9\paperwidth]{FPRexamples}
+
+\begin{enumerate}
+
+\item Checks that the derivative at $x=3$ is negative.
+
+\item Checks that the second derivative at $x=$\$time1 is $0$.
+
+\item Checks that the value of the function $>7$ from ``Start of Graph" to $x=5$.
+
+\item Checks that the function is $0$ from $x=0$ until the function is no longer $0$, labeling this new point `notzero'.
+
+\item Checks that the first derivative is positive between the point `notzero' and the end of the graph.
+
+\item Checks to see that the value of the function at $x=4$ is the same as the value of the function at \$time2. The Value here is \&fpr\_f(\$time2).
+
+\item Checks that the value of the function at point `notzero' is equal to the value of the function at $x=$ \$time3.  The Value here is \&fpr\_f(\&fpr\_val(`notzero')).
+
+\end{enumerate}




More information about the LON-CAPA-cvs mailing list