File:  [LON-CAPA] / loncom / html / adm / help / tex / Authoring_Hint_Tags.tex
Revision 1.1: download - view: text, annotated - select for diffs
Tue Jun 10 19:29:26 2003 UTC (21 years, 1 month ago) by bowersj2
Branches: MAIN
CVS tags: version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_X, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0, version_1_1_3, version_1_1_2, version_1_1_1, version_1_1_0, version_1_0_99_3, version_1_0_99_2, version_1_0_99_1, version_1_0_99, version_1_0_3, version_1_0_2, version_1_0_1, version_1_0_0, version_0_99_5, version_0_99_4, version_0_99_3, version_0_99_2, HEAD
homework5.html chunked up with authoring information

    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>