File:  [LON-CAPA] / loncom / html / adm / help / tex / Function_Plot_Response_Rule_Set.tex
Revision 1.5: download - view: text, annotated - select for diffs
Sat Aug 20 17:48:11 2016 UTC (7 years, 10 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_X, version_2_11_5, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, HEAD
- Use LaTeX-style single and double quotes.

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