Annotation of loncom/html/adm/help/tex/Authoring_Foil_Structure_Tags.tex, revision 1.2

1.1       bowersj2    1: \label{Authoring_Foil_Structure_Tags}
                      2: 
                      3: 
1.2     ! damieng     4: All response tags that implement a foil structure have an optional arg of \emph{max}
1.1       bowersj2    5: that controls the maximum number of total foils to show. 
                      6: 
                      7: \begin{itemize}
                      8: \item \textbf{foilgroup}\index{foilgroup}: required. Must surround all
1.2     ! damieng     9: foil definitions. Only the optionresponse foilgroup can have attributes.
1.1       bowersj2   10: \item \textbf{foil}\index{foil}: required. The foil is defined by what
                     11: is delimited by the \textbf{foil} tag.
                     12: \item \textbf{conceptgroup}\index{conceptgroup}: optional. Surrounds a
                     13: collection of \textbf{foil}. When a problem is displayed, only one
                     14: of the contained \textbf{foil} is selected for display. It has one
                     15: required attribute \textbf{concept}.
                     16: \end{itemize}

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