File:  [LON-CAPA] / loncom / html / adm / help / tex / Authoring_Foil_Structure_Tags.tex
Revision 1.2: download - view: text, annotated - select for diffs
Mon Jan 23 20:29:42 2017 UTC (7 years, 6 months ago) by damieng
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_X, version_2_11_5_msu, version_2_11_5, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, HEAD
doc improved for editors, responses, index

    1: \label{Authoring_Foil_Structure_Tags}
    2: 
    3: 
    4: All response tags that implement a foil structure have an optional arg of \emph{max}
    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
    9: foil definitions. Only the optionresponse foilgroup can have attributes.
   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>