Annotation of loncom/html/adm/help/tex/Authoring_DataResponse.tex, revision 1.2

1.1       bowersj2    1: \label{Authoring_DataResponse}
                      2: 
                      3: 
                      4: \textbf{dataresponse} is an advanced type of response tag that implements
1.2     ! vandui11    5: a simple data storage and needs an input tag-like textline to work
1.1       bowersj2    6: correctly. Possible attributes are:
                      7: 
                      8: \begin{itemize}
1.2     ! vandui11    9: \item \textbf{name}\index{name}: internal name for the value. It will
1.1       bowersj2   10: have the part id and response id added to it.
1.2     ! vandui11   11: \item \textbf{type}\index{type}: type of data stored in this response field. It should be one of the types supported by parameter.html 
        !            12: \item \textbf{display}\index{display}: string that will be used to describe
        !            13: the field when interfacing with humans.
1.1       bowersj2   14: \end{itemize}

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