Diff for /loncom/html/adm/help/tex/Authoring_Hint_Tags.tex between versions 1.4 and 1.5

version 1.4, 2011/01/10 00:06:25 version 1.5, 2016/08/20 16:06:50
Line 27  should be set to the value of which \tex Line 27  should be set to the value of which \tex
 \textbf{name} should be set to the value of which \textbf{hintpart}  \textbf{name} should be set to the value of which \textbf{hintpart}
 will be shown, and the attribute \textbf{answer} should be at least a two element  will be shown, and the attribute \textbf{answer} should be at least a two element
 list: first the type (\textbf{foil} or \textbf{concept}) and then  list: first the type (\textbf{foil} or \textbf{concept}) and then
 either the foil name(s) or the concept string(s), e.g., ``('foil','greaterthan','equal')'' if the condition should be triggered by the foils named ``greaterthan'' or ``equal.''  either the foil name(s) or the concept string(s), e.g., ``(`foil',`greaterthan',`equal')'' if the condition should be triggered by the foils named ``greaterthan'' or ``equal.''
 \item \textbf{customhint}\index{customhint}: The required attribute \textbf{name} should be set to the value of which \textbf{hintpart} will be shown.  Define the hint condition within an \textbf{answer} block inside of the \textbf{customhint} block.  The condition is defined like how an answer is defined in \textbf{customresponse} where you need to return EXACT\_ANS to indicate when customhint criteria are met.   \item \textbf{customhint}\index{customhint}: The required attribute \textbf{name} should be set to the value of which \textbf{hintpart} will be shown.  Define the hint condition within an \textbf{answer} block inside of the \textbf{customhint} block.  The condition is defined like how an answer is defined in \textbf{customresponse} where you need to return EXACT\_ANS to indicate when customhint criteria are met. 
 \end{itemize}  \end{itemize}

Removed from v.1.4  
changed lines
  Added in v.1.5


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