File:  [LON-CAPA] / loncom / html / adm / help / tex / Authoring_Hint_Tags.tex
Revision 1.2: download - view: text, annotated - select for diffs
Tue Feb 22 15:10:32 2005 UTC (19 years, 4 months ago) by vandui11
Branches: MAIN
CVS tags: version_2_8_X, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0, bz5969, bz2851, HEAD, GCI_1, BZ5971-printing-apage, BZ5434-fox
bullets formatted; formularesponse bolded for consistency

\label{Authoring_Hint_Tags}

All of these tags must appear inside a \textbf{}response tag:

\begin{itemize}
\item \textbf{hintgroup}\index{hintgroup}: tag that surrounds all of a
hint. 
\item \textbf{hintpart}\index{hintpart}: required. Tag to implement conditional
hints. It has a required argument \textbf{on}. When a hint tag named
the same as the \textbf{on} attribute evaluates to be correct, the
\textbf{hintpart} will show. If no other \textbf{hintpart} is to
show then all hintparts with an \textbf{on} value set to {}``\textbf{default}''
will show. 
\item \textbf{numericalhint}\index{numericalhint}: It has all the arguments
that \textbf{numericalresponse} does, and the required attribute \textbf{name}
which should be set to the value of which \textbf{hintpart} will be
shown. 
\item \textbf{stringhint}\index{stringhint}: It has all the arguments that
\textbf{stringresponse} does, and the required attribute \textbf{name}
which should be set to the value of which hintpart will be shown. 
\item \textbf{formulahint}\index{formulahint}: It has all the arguments that
\textbf{formularesponse} does, and the required attribute \textbf{name} which
should be set to the value of which hintpart will be shown. 
\item \textbf{optionhint}\index{optionhint}: The required attribute \textbf{name}
should be set to the value of which \textbf{hintpart} will be shown. 
\item \textbf{radiobuttonhint}\index{radiobuttonhint}: The required attribute
\textbf{name} should be set to the value of which \textbf{hintpart}
will be shown, and the attribute \textbf{answer} should be a two element
list, first the type (\textbf{foil} or \textbf{concept}) and then
either the foil's name or the concept's string.
\end{itemize}

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