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

1.1     ! damieng     1: \label{Authoring_StringResponse}\index{stringresponse}
        !             2: 
        !             3: \textbf{stringresponse} queries for a string without any initial constraint.
        !             4: 
        !             5: Possible attributes are:
        !             6: \begin{itemize}
        !             7:   \item \textbf{answer}: the correct answer, either a perl list or scalar
        !             8:   \item \textbf{type}: specifies how the string is checked (like the CAPA styles). Possible values are:
        !             9:     \begin{description}
        !            10:       \item[cs]: case sensitive, order important
        !            11:       \item[ci]: case insensitive, order important
        !            12:       \item[mc]: case insensitive, order unimportant
        !            13:       \item[re]: regular expression
        !            14:     \end{description}
        !            15:   \item \textbf{answerdisplay}: string to display for answer
        !            16:   \item \textbf{preprocess}: pre-process Perl subroutine
        !            17: \end{itemize}

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