File:  [LON-CAPA] / loncom / html / adm / help / tex / Function_Plot_Response_Rule_Set.tex
Revision 1.4: download - view: text, annotated - select for diffs
Thu Dec 1 19:15:34 2011 UTC (12 years, 7 months ago) by www
Branches: MAIN
CVS tags: version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0, HEAD, BZ4492-merge, BZ4492-feature_horizontal_radioresponse
Work on FPR documentation

\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.

\begin{itemize}
\item ``Graph Rule" - Used to evaluate graph problems.
\item ``Vector Rule" - Used to test whether vectors are in the right place, pointed in the right direction, and have the correct length.
\item ``Vector Sum Rule" - Used to test the sum of a set of vectors.
\item ``Custom Rule" - Used to create rules that the other rules can't do. (Advanced)
\end{itemize}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>