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

version 1.1, 2003/06/10 19:29:26 version 1.2, 2005/02/22 15:12:57
Line 1 Line 1
 \label{Authoring_Input_Tags}  \label{Authoring_Input_Tags}
   
   
 This group of tags implement a mechanism for getting data for students,  This group of tags implements a mechanism for getting data for students.
 they will usually be used by a response tag.   They will usually be used by a response tag. 
   
 \begin{itemize}  \begin{itemize}
 \item \textbf{textfield}\index{textfield}: Creates a large text input box.  \item \textbf{textfield}\index{textfield}: Creates a large text input box.
 If data appears between the start and end tags, the data will appear  If data appears between the start and end tags, the data will appear
 in the textfield if the student has not yet made a submission. Additionally,  in the textfield if the student has not yet made a submission. Additionally,
 it takes two attributes \textbf{rows} and \textbf{cols} which control  it takes two attributes: \textbf{rows} and \textbf{cols}, which control
 the height and width of the text area respectively. It defaults to  the height and width of the text area respectively. It defaults to
 10 rows and 80 columns.  10 rows and 80 columns.
 \item \textbf{\label{textline}textline}\index{textline}: Creates a single  \item \textbf{\label{textline}textline}\index{textline}: Creates a single

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


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