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

version 1.1, 2003/06/10 19:29:26 version 1.2, 2005/02/22 14:52:56
Line 2 Line 2
   
   
 \textbf{dataresponse} is an advanced type of response tag that implements  \textbf{dataresponse} is an advanced type of response tag that implements
 a simple data storage, and needs an input tag like textline to work  a simple data storage and needs an input tag-like textline to work
 correctly. Possible attributes are:  correctly. Possible attributes are:
   
 \begin{itemize}  \begin{itemize}
 \item \textbf{name}\index{name}: An internal name for the value, it will  \item \textbf{name}\index{name}: internal name for the value. It will
 have the part id and response id added to it.  have the part id and response id added to it.
 \item \textbf{type}\index{type}: type of data stored in this response field,  \item \textbf{type}\index{type}: type of data stored in this response field. It should be one of the types supported by parameter.html 
 should be one of the types supported by parameter.html   \item \textbf{display}\index{display}: string that will be used to describe
 \item \textbf{display}\index{display}: a string that will be used to describe  the field when interfacing with humans.
 the field when interfacing with humans  
 \end{itemize}  \end{itemize}

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


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