File:  [LON-CAPA] / loncom / html / adm / help / tex / Authoring_Structure_Tags.tex
Revision 1.2: download - view: text, annotated - select for diffs
Thu Feb 24 22:34:31 2005 UTC (19 years, 4 months ago) by vandui11
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, bz6209-base, bz6209, bz5969, bz2851, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, HEAD, GCI_3, GCI_2, GCI_1, BZ5971-printing-apage, BZ5434-fox, BZ4492-merge, BZ4492-feature_horizontal_radioresponse
formatted to be consistent with other tag descriptions

    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}: This 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}: This 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}: This tag 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. It only shows up for the edit target, stripped
   21: out for all other targets.
   22: \end{itemize}

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