--- loncom/html/adm/help/tex/Formula_Response_Example.tex 2002/08/29 18:26:28 1.4 +++ loncom/html/adm/help/tex/Formula_Response_Example.tex 2012/10/12 13:26:55 1.6 @@ -2,15 +2,13 @@ A very simple formula response problem: -In the \textbf{Script}, place the following: - -\begin{lyxcode} +\begin{itemize}\item In the \textbf{Script}, place the following: +\end{itemize} \$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 \$slope and y-intercept \$yint, what is y equal to?''