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

1.1     ! bowersj2    1: \label{Authoring_Hint_Tags}
        !             2: 
        !             3: All of these tags must appear inside a \textbf{}response tag. 
        !             4: 
        !             5: \begin{itemize}
        !             6: \item \textbf{hintgroup}\index{hintgroup}: Tag that surrounds all of a
        !             7: hint. 
        !             8: \item \textbf{hintpart}\index{hintpart}: required. Tag to implement conditional
        !             9: hints. It has a required argument \textbf{on}. When a hint tag named
        !            10: the same as the \textbf{on} attribute evaluates to be correct, the
        !            11: \textbf{hintpart} will show. If no other \textbf{hintpart} are to
        !            12: show then all hintparts with an \textbf{on} value set to {}``\textbf{default}''
        !            13: will show 
        !            14: \item \textbf{numericalhint}\index{numericalhint}: Has all the arguments
        !            15: that \textbf{numericalresponse} does, and the required attribute \textbf{name}
        !            16: which should be set to the value of which \textbf{hintpart} will be
        !            17: shown. 
        !            18: \item \textbf{stringhint}\index{stringhint}: Has all the arguments that
        !            19: \textbf{stringresponse} does, and the required attribute \textbf{name}
        !            20: which should be set to the value of which hintpart will be shown. 
        !            21: \item \textbf{formulahint}\index{formulahint}: Has all the arguments that
        !            22: formularesponse does, and the required attribute \textbf{name} which
        !            23: should be set to the value of which hintpart will be shown. 
        !            24: \item \textbf{optionhint}\index{optionhint}: The required attribute \textbf{name}
        !            25: should be set to the value of which \textbf{hintpart} will be shown. 
        !            26: \item \textbf{radiobuttonhint}\index{radiobuttonhint}: The required attribute
        !            27: \textbf{name} should be set to the value of which \textbf{hintpart}
        !            28: will be shown, and the attribute \textbf{answer} should be a two element
        !            29: list, first the type (\textbf{foil} or \textbf{concept}) and then
        !            30: either the foil's name or the concept's string.
        !            31: \end{itemize}

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