Diff for /loncom/html/adm/help/tex/Authoring_StringResponse.tex between versions 1.1 and 1.2

version 1.1, 2017/01/23 20:29:42 version 1.2, 2017/01/24 19:26:27
Line 5 Line 5
 Possible attributes are:  Possible attributes are:
 \begin{itemize}  \begin{itemize}
   \item \textbf{answer}: the correct answer, either a perl list or scalar    \item \textbf{answer}: the correct answer, either a perl list or scalar
   \item \textbf{type}: specifies how the string is checked (like the CAPA styles). Possible values are:    \item \textbf{type}: specifies how the string is checked (like the CAPA styles).
       Possible values are:
     \begin{description}      \begin{description}
       \item[cs]: case sensitive, order important        \item[cs]: case sensitive, order important
       \item[ci]: case insensitive, order important        \item[ci]: case insensitive, order important
Line 13  Possible attributes are: Line 14  Possible attributes are:
       \item[re]: regular expression        \item[re]: regular expression
     \end{description}      \end{description}
   \item \textbf{answerdisplay}: string to display for answer    \item \textbf{answerdisplay}: string to display for answer
   \item \textbf{preprocess}: pre-process Perl subroutine    \item \textbf{preprocess}: optional, pre-process Perl subroutine
 \end{itemize}  \end{itemize}

Removed from v.1.1  
changed lines
  Added in v.1.2


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