Annotation of loncom/html/adm/help/tex/Authoring_Structure_Tags.tex, revision 1.1

1.1     ! bowersj2    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>