File:  [LON-CAPA] / loncom / html / adm / help / tex / Authoring_Input_Tags.tex
Revision 1.1: download - view: text, annotated - select for diffs
Tue Jun 10 19:29:26 2003 UTC (21 years, 1 month ago) by bowersj2
Branches: MAIN
CVS tags: version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_X, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0, version_1_1_3, version_1_1_2, version_1_1_1, version_1_1_0, version_1_0_99_3, version_1_0_99_2, version_1_0_99_1, version_1_0_99, version_1_0_3, version_1_0_2, version_1_0_1, version_1_0_0, version_0_99_5, version_0_99_4, version_0_99_3, version_0_99_2, HEAD
homework5.html chunked up with authoring information

    1: \label{Authoring_Input_Tags}
    2: 
    3: 
    4: This group of tags implement a mechanism for getting data for students,
    5: they will usually be used by a response tag. 
    6: 
    7: \begin{itemize}
    8: \item \textbf{textfield}\index{textfield}: Creates a large text input box.
    9: If data appears between the start and end tags, the data will appear
   10: in the textfield if the student has not yet made a submission. Additionally,
   11: it takes two attributes \textbf{rows} and \textbf{cols} which control
   12: the height and width of the text area respectively. It defaults to
   13: 10 rows and 80 columns.
   14: \item \textbf{\label{textline}textline}\index{textline}: Creates a single
   15: line input element. It accepts one attribute \textbf{size} which controls
   16: the width of the textline, defaulting to 20.
   17: \end{itemize}

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