Diff for /loncom/html/adm/help/tex/Formula_Response_Example.tex between versions 1.6 and 1.7

version 1.6, 2012/10/12 13:26:55 version 1.7, 2013/07/05 18:30:40
Line 4  A very simple formula response problem: Line 4  A very simple formula response problem:
   
 \begin{itemize}\item In the \textbf{Script}, place the following:  \begin{itemize}\item In the \textbf{Script}, place the following:
 \end{itemize}  \end{itemize}
 \$slope~=~\&random(-5.0,5.0,.5);  \begin{lyxcode}
   \$slope~=~\&random(-5.0,5.0,.5);\\
 \$yint~~=~\&random(-5.0,5.0,.5);  \$yint~~=~\&random(-5.0,5.0,.5);\\
   \$answer~=~{}"\$slope{*}x~+~(\$yint)";
 \$answer~=~{}``\$slope{*}x~+~(\$yint)'';  \end{lyxcode}
 \begin{itemize}  \begin{itemize}
 \item In the \textbf{Text Block}, place the following: {}``For a line with slope  \item In the \textbf{Text Block}, place the following: {}``For a line with slope
 \$slope and y-intercept \$yint, what is y equal to?''  \$slope and y-intercept \$yint, what is y equal to?''

Removed from v.1.6  
changed lines
  Added in v.1.7


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