File:  [LON-CAPA] / loncom / html / adm / help / tex / Formula_Response_Example.tex
Revision 1.4: download - view: text, annotated - select for diffs
Thu Aug 29 18:26:28 2002 UTC (21 years, 10 months ago) by bowersj2
Branches: MAIN
CVS tags: version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_X, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0, version_1_1_3, version_1_1_2, version_1_1_1, version_1_1_0, version_1_0_99_3, version_1_0_99_2, version_1_0_99_1, version_1_0_99, version_1_0_3, version_1_0_2, version_1_0_1, version_1_0_0, version_0_99_5, version_0_99_4, version_0_99_3, version_0_99_2, version_0_99_1, version_0_99_0, version_0_6_2, version_0_6, conference_2003, HEAD
Two minor changes to the docs.

    1: \label{Formula_Response_Example}
    2: 
    3: A very simple formula response problem: 
    4: 
    5: In the \textbf{Script}, place the following:
    6: 
    7: \begin{lyxcode}
    8: \$slope~=~\&random(-5.0,5.0,.5);
    9: 
   10: \$yint~~=~\&random(-5.0,5.0,.5);
   11: 
   12: \$answer~=~{}``\$slope{*}x~+~(\$yint)'';
   13: \end{lyxcode}
   14: \begin{itemize}
   15: \item In the \textbf{Text Block}, place the following: {}``For a line with slope
   16: \$slope and y-intercept \$yint, what is y equal to?''
   17: \item In the \textbf{Answer}, place the following: \$answer
   18: \item Set the Tolerance to .000001.
   19: \item Set the \textbf{Sample Points} to x@0;1;2;3 .\end{itemize}
   20: 

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