File:  [LON-CAPA] / loncom / html / adm / help / tex / Authoring_Structure_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

\label{Authoring_Structure_Tags}

These tags give the problem a structure and take care of the recording
of data and giving the student messages. 

\begin{itemize}
\item \textbf{problem}\index{problem}: Must be the first tag in the file,
this tag sets up the header of the webpage and generates the submit
buttons, it also handles due dates properly.
\item \textbf{part}\index{part}: Must be below \textbf{problem} if it is
going to be used. It does many of the same tasks as \textbf{problem},
but allows multiple separate problems to exist in a single file. 
\item \textbf{startouttext\index{startouttext}} and \textbf{endouttext}\index{endouttext}:
These tags are somewhat special. They must have no internal text and
occur in pairs. Their use is to mark up the problem so the web editor
knows what sections should be edited in a plain text block on the
web. 
\item \textbf{comment}\index{comment}: Allows one to comment out sections
of code in a balanced manner, or to provide a comment description
of how a problem works. Only shows up for the edit target, stripped
out for all other targets.
\end{itemize}

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