Description
\match
declares a
term to appear in the first list of a
Matching question.
\with
declares a definition corresponding to
the previous
\match
statement.
Syntax
\match{term}
- term
- The term to appear in the first list.
\with{def}
- def
- The defintion to appear in the second list.
Notes
- Each
\match
term must
be followed by at least one \with
definition.
- A term can be associated with more than
one possible definition by listing more than one
\with
statement before the next \match
statement
or \end{question}
. If this is
done, then the definition shown in the menus is chosen at
random from the available options each time the question is
used.
See Also