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

version 1.1, 2017/01/23 20:29:42 version 1.2, 2017/01/24 18:01:52
Line 1 Line 1
 \label{Authoring_MatchResponse}\index{matchresponse}  \label{Authoring_MatchResponse}\index{matchresponse}
   
 \textbf{matchresponse} queries for matches betweens items from two lists.  \textbf{matchresponse} queries for matches betweens items from two lists.
 It is also possible to query for matches with optionresponse,  It is also possible to query for matches with \textbf{optionresponse},
 but optionresponse only accepts simple text for the matches.  but \textbf{optionresponse} only accepts simple text for the matches.
 With matchresponse, it is possible to use anything as a match,  With matchresponse, it is possible to use anything as a match,
 such as equations, images, plots, or long styled texts.  such as equations, images, plots, or long styled texts.
   
 The \texttt{foilgroup} must contain an \texttt{itemgroup} with \texttt{item} elements.  The \textbf{foilgroup} must contain an \textbf{itemgroup} with \textbf{item} elements.
   \\ \\
 Possible attributes are:  Possible attributes for \textbf{matchresponse} are:
 \begin{itemize}  \begin{itemize}
   \item \textbf{max}: the maximum number of foils displayed at once    \item \textbf{max}: the maximum number of foils displayed at once
   \item \textbf{randomize}: set to \texttt{yes} to randomize the order of foils when displayed    \item \textbf{randomize}: set to \texttt{yes} to randomize the order of foils when displayed
 \end{itemize}  \end{itemize}
   ~\\
   \index{itemgroup}
   Possible attributes for \textbf{itemgroup} are:
   \begin{itemize}
     \item \textbf{direction}: set to \texttt{horizontal} to display items horizontally
     \item \textbf{randomize}: set to \texttt{yes} to randomize the order
     \item \textbf{location}: items display location;
     possible values: \texttt{top}, \texttt{bottom}, \texttt{left}, \texttt{right}
     \item \textbf{columns}: number of columns to display the items
     \item \textbf{TeXitemgroupwidth}: for printing, width of table with items, in percent
   \end{itemize}
   ~\\
   Possible attributes for \textbf{item} are:
   \begin{itemize}
     \item \textbf{name}: item name
     \item \textbf{location}: item location;
     possible values: \texttt{random} (default), \texttt{top}, \texttt{bottom}
   \end{itemize}

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


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