--- loncom/html/adm/help/tex/Formula_Response_Example.tex 2005/02/18 20:35:23 1.5 +++ loncom/html/adm/help/tex/Formula_Response_Example.tex 2013/07/05 18:30:40 1.7 @@ -5,11 +5,9 @@ A very simple formula response problem: \begin{itemize}\item In the \textbf{Script}, place the following: \end{itemize} \begin{lyxcode} -\$slope~=~\&random(-5.0,5.0,.5); - -\$yint~~=~\&random(-5.0,5.0,.5); - -\$answer~=~{}``\$slope{*}x~+~(\$yint)''; +\$slope~=~\&random(-5.0,5.0,.5);\\ +\$yint~~=~\&random(-5.0,5.0,.5);\\ +\$answer~=~{}"\$slope{*}x~+~(\$yint)"; \end{lyxcode} \begin{itemize} \item In the \textbf{Text Block}, place the following: {}``For a line with slope