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

1.1     ! damieng     1: \label{Authoring_MatchResponse}\index{matchresponse}
        !             2: 
        !             3: \textbf{matchresponse} queries for matches betweens items from two lists.
        !             4: It is also possible to query for matches with optionresponse,
        !             5: but optionresponse only accepts simple text for the matches.
        !             6: With matchresponse, it is possible to use anything as a match,
        !             7: such as equations, images, plots, or long styled texts.
        !             8: 
        !             9: The \texttt{foilgroup} must contain an \texttt{itemgroup} with \texttt{item} elements.
        !            10: 
        !            11: Possible attributes are:
        !            12: \begin{itemize}
        !            13:   \item \textbf{max}: the maximum number of foils displayed at once
        !            14:   \item \textbf{randomize}: set to \texttt{yes} to randomize the order of foils when displayed
        !            15: \end{itemize}

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