--- loncom/html/adm/help/tex/Numerical_Response_Simple_Example.tex 2005/02/15 14:55:39 1.3 +++ loncom/html/adm/help/tex/Numerical_Response_Simple_Example.tex 2013/08/27 18:54:18 1.4 @@ -20,13 +20,13 @@ with a \textbf{\$}. In the \textbf{Scrip before you use them. Put this program into the \textbf{Script} field of the Numerical Response: -\begin{lyxcode} +\begin{verbatim} \$variable~=~3; -\end{lyxcode} +\end{verbatim} This creates a variable named \textbf{variable} and assigns it the value of {}``3''. That's one statement. \end{itemize} Variable names are \emph{case sensitive}, must start with a letter, and can only consist of letters, numbers, and underscores. Variable names can be -as long as you want. +as long as you want.