Diff for /loncom/html/adm/help/tex/Authoring_Hint_Tags.tex between versions 1.1 and 1.2

version 1.1, 2003/06/10 19:29:26 version 1.2, 2005/02/22 15:10:32
Line 1 Line 1
 \label{Authoring_Hint_Tags}  \label{Authoring_Hint_Tags}
   
 All of these tags must appear inside a \textbf{}response tag.   All of these tags must appear inside a \textbf{}response tag:
   
 \begin{itemize}  \begin{itemize}
 \item \textbf{hintgroup}\index{hintgroup}: Tag that surrounds all of a  \item \textbf{hintgroup}\index{hintgroup}: tag that surrounds all of a
 hint.   hint. 
 \item \textbf{hintpart}\index{hintpart}: required. Tag to implement conditional  \item \textbf{hintpart}\index{hintpart}: required. Tag to implement conditional
 hints. It has a required argument \textbf{on}. When a hint tag named  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  the same as the \textbf{on} attribute evaluates to be correct, the
 \textbf{hintpart} will show. If no other \textbf{hintpart} are to  \textbf{hintpart} will show. If no other \textbf{hintpart} is to
 show then all hintparts with an \textbf{on} value set to {}``\textbf{default}''  show then all hintparts with an \textbf{on} value set to {}``\textbf{default}''
 will show   will show. 
 \item \textbf{numericalhint}\index{numericalhint}: Has all the arguments  \item \textbf{numericalhint}\index{numericalhint}: It has all the arguments
 that \textbf{numericalresponse} does, and the required attribute \textbf{name}  that \textbf{numericalresponse} does, and the required attribute \textbf{name}
 which should be set to the value of which \textbf{hintpart} will be  which should be set to the value of which \textbf{hintpart} will be
 shown.   shown. 
 \item \textbf{stringhint}\index{stringhint}: Has all the arguments that  \item \textbf{stringhint}\index{stringhint}: It has all the arguments that
 \textbf{stringresponse} does, and the required attribute \textbf{name}  \textbf{stringresponse} does, and the required attribute \textbf{name}
 which should be set to the value of which hintpart will be shown.   which should be set to the value of which hintpart will be shown. 
 \item \textbf{formulahint}\index{formulahint}: Has all the arguments that  \item \textbf{formulahint}\index{formulahint}: It has all the arguments that
 formularesponse does, and the required attribute \textbf{name} which  \textbf{formularesponse} does, and the required attribute \textbf{name} which
 should be set to the value of which hintpart will be shown.   should be set to the value of which hintpart will be shown. 
 \item \textbf{optionhint}\index{optionhint}: The required attribute \textbf{name}  \item \textbf{optionhint}\index{optionhint}: The required attribute \textbf{name}
 should be set to the value of which \textbf{hintpart} will be shown.   should be set to the value of which \textbf{hintpart} will be shown. 

Removed from v.1.1  
changed lines
  Added in v.1.2


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