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

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

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