[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Authoring_Hint_Tags.tex

vandui11 lon-capa-cvs@mail.lon-capa.org
Tue, 22 Feb 2005 15:10:32 -0000


vandui11		Tue Feb 22 10:10:32 2005 EDT

  Modified files:              
    /loncom/html/adm/help/tex	Authoring_Hint_Tags.tex 
  Log:
  bullets formatted; formularesponse bolded for consistency
  
  
Index: loncom/html/adm/help/tex/Authoring_Hint_Tags.tex
diff -u loncom/html/adm/help/tex/Authoring_Hint_Tags.tex:1.1 loncom/html/adm/help/tex/Authoring_Hint_Tags.tex:1.2
--- loncom/html/adm/help/tex/Authoring_Hint_Tags.tex:1.1	Tue Jun 10 15:29:26 2003
+++ loncom/html/adm/help/tex/Authoring_Hint_Tags.tex	Tue Feb 22 10:10:32 2005
@@ -1,25 +1,25 @@
 \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}
-\item \textbf{hintgroup}\index{hintgroup}: Tag that surrounds all of a
+\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
+\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}: Has all the arguments
+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}: 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}
 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
+\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.