Annotation of loncom/html/adm/help/tex/Authoring_CustomResponse.tex, revision 1.1

1.1     ! damieng     1: \label{Authoring_CustomResponse}\index{customresponse}
        !             2: 
        !             3: \textbf{customresponse} queries for text without any constraint (any character is allowed). A script analyzes the answer to grade it automatically.
        !             4: \\ \\
        !             5: Possible attributes are:
        !             6: \begin{itemize}
        !             7: \item \textbf{answerdisplay}: string to display for answer
        !             8: \end{itemize}
        !             9: 
        !            10: The \textbf{answer} element inside, with the Perl code used for grading, can have the following attribute:
        !            11: \begin{itemize}
        !            12: \item \textbf{type}: should be \texttt{loncapa/perl}
        !            13: \end{itemize}
        !            14: 
        !            15: Hints can be specified with \textbf{customhint}.

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