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

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}
1.2     ! vandui11    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
1.1       bowersj2   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. 
1.2     ! vandui11   18: \item \textbf{comment}\index{comment}: This tag allows one to comment out sections
1.1       bowersj2   19: of code in a balanced manner, or to provide a comment description
1.2     ! vandui11   20: of how a problem works. It only shows up for the edit target, stripped
1.1       bowersj2   21: out for all other targets.
                     22: \end{itemize}

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