Annotation of loncom/html/adm/help/tex/Creating_Online_Problems.tex, revision 1.7

1.2       bowersj2    1: \label{Creating_Online_Problems}
1.1       bowersj2    2: 
1.4       lira        3: When you create a new problem as in the figure \ref{New Content Menu}, LON-CAPA will offer 
                      4: to you example templates that are highly recommended for beginners. A subset of the 
                      5: problem templates is illustrated by the multiple choice selections shown in the figure 
                      6: \ref{Multiple Choice Menu Figure}. Click the \textbf{Example} link next to menu item to see 
                      7: an example problem. Once you make a selection, you can use the template
                      8: and edit the content to convert the template into your own problem. By default, the template problem 
                      9: will be displayed in the problem testing mode with a header shown in the figure \ref{Problem Testing Menu Figure}. The problem 
1.5       lira       10: statement (not shown here) appears below the testing menu. The menu will be described later. Click the \textbf{Edit} 
1.4       lira       11: button in the lower left to open the colorful editor. The EditXML button is for 
1.7     ! raeburn    12: advanced users. An additional editor (named Daxe) may be available in your Authoring Space. Daxe uses an XML schema, 
        !            13: configuration file and user interface code for the markup language used by LON-CAPA documents. 
1.4       lira       14: 
                     15: The menu for the colorful editor is shown in the figure \ref{Colorful Editor Menu Figure}. 
                     16: \index{colorful editor}The button functions are:
                     17: \begin{itemize}
                     18: 	\item \textbf{Discard Edits and View} - return to the testing menu without saving
                     19: 	\item \textbf{EditXML} - switch to the XML Editor
1.7     ! raeburn    20:         \item \textbf{Edit with Daxe} - switch to the Daxe Editor
1.4       lira       21: 	\item \textbf{Undo} - forget last edits
                     22: 	\item \textbf{Save and Edit} - Save and continue editing in the colorful editor
                     23: 	\item \textbf{Save and View} - Save and return to the testing menu
                     24: \end{itemize}
                     25: An example of the colorful editor is shown in Figure \ref{Radio Response Creation Form}. 
1.6       raeburn    26: Each box in the colorful editor has a purpose, and the boxes are colored by their purpose. Note that the current editor includes more space between the blocks than shown in many of the figures in this manual. Also, the newer editor has an `Insert' dropdown box between blocks so that you can insert content easily.
1.4       lira       27: 
                     28: While several problem types are covered in this manual, in LON-CAPA all problems involve 
                     29: similar XML elements. \index{XML editor}The menu for the XML editor is shown in the 
                     30: figure \ref{XML Editor Menu Figure}. 
                     31: Note that the editor includes help links at the top. The \textbf{Edit} button starts the 
                     32: colorful editor. The \textbf{Edit Math} button adds latex math. The other buttons are the same as the 
                     33: colorful editor buttons. If you find yourself uncertain about the name or function of an LON-CAPA xml
                     34: tag, consult the reference in section \ref{Authoring_XML_Intro}.
                     35: 
                     36: \begin{figure}
                     37: \begin{center}\includegraphics[width=0.5\paperwidth]{multiple_choice_problem_menu}\end{center}
                     38: 
                     39: \caption{Multiple Choice Problem Menu\label{Multiple Choice Menu Figure}}
                     40: 
                     41: \end{figure}
                     42: 
                     43: \begin{figure}
                     44: \begin{center}\includegraphics[width=0.8\paperwidth]{problem_testing}\end{center}
                     45: 
                     46: \caption{Problem Testing Menu\label{Problem Testing Menu Figure}}
                     47: 
                     48: \end{figure}
                     49:  
                     50: \begin{figure}
                     51: \begin{center}\includegraphics[width=0.8\paperwidth]{problem_editing_colorful}\end{center}
                     52: 
                     53: \caption{Colorful Problem Editor Menu\label{Colorful Editor Menu Figure}}
                     54: 
                     55: \end{figure}
                     56: 
                     57: \begin{figure}
                     58: \begin{center}\includegraphics[width=0.8\paperwidth]{problem_editing_xml}\end{center}
                     59: 
                     60: \caption{XML Problem Editor Menu\label{XML Editor Menu Figure}}
                     61: 
                     62: \end{figure}
                     63: 

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