Annotation of loncom/html/adm/help/tex/Authoring_FormulaResponse.tex, revision 1.2

1.1       damieng     1: \label{Authoring_FormulaResponse}\index{formularesponse}
                      2: 
                      3: \textbf{formularesponse} asks the student to type in a formula as an answer.
                      4: It needs an internal \textbf{textline} for the the response to go in.
                      5: The answer can be specified with the \textbf{answer} attribute or with an \textbf{answergroup}.
                      6: 
                      7: Possible attributes are:
                      8: \begin{itemize}
                      9: \item \textbf{answer}\index{answer}: specifies the correct answer.
                     10: It can use variables calculated/defined in the problem's Perl script block,
                     11: allowing the answer to be determined dynamically.
                     12: \item \textbf{samples}\index{samples}: optional, sample points. See \ref{Formula_Response_Sampling}.
                     13: \item \textbf{preprocess}: optional, pre-process Perl subroutine
                     14: \end{itemize}
1.2     ! damieng    15: 
        !            16: Hints can be specified with \textbf{formulahint}.

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