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

    1: \label{Authoring_Structure_Tags}
    2: 
    3: These tags give the problem a structure and take care of the recording
    4: of data and giving the student messages. 
    5: 
    6: \begin{itemize}
    7: \item \textbf{problem}\index{problem}: Must be the first tag in the file,
    8: this tag sets up the header of the webpage and generates the submit
    9: buttons, it also handles due dates properly.
   10: \item \textbf{part}\index{part}: Must be below \textbf{problem} if it is
   11: going to be used. It does many of the same tasks as \textbf{problem},
   12: but allows multiple separate problems to exist in a single file. 
   13: \item \textbf{startouttext\index{startouttext}} and \textbf{endouttext}\index{endouttext}:
   14: These tags are somewhat special. They must have no internal text and
   15: occur in pairs. Their use is to mark up the problem so the web editor
   16: knows what sections should be edited in a plain text block on the
   17: web. 
   18: \item \textbf{comment}\index{comment}: Allows one to comment out sections
   19: of code in a balanced manner, or to provide a comment description
   20: of how a problem works. Only shows up for the edit target, stripped
   21: out for all other targets.
   22: \end{itemize}

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