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

\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} are to
show then all hintparts with an \textbf{on} value set to {}``\textbf{default}''
will show 
\item \textbf{numericalhint}\index{numericalhint}: 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}: 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}: Has all the arguments that
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>