[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Author_Numerical_and_Formula.tex Authoring_Dynamic_Plot_Axes.tex Authoring_Dynamic_Plot_Color_Selection.tex Authoring_Dynamic_Plot_Curve.tex Authoring_Dynamic_Plot_Curve_Data.tex Authoring_Dynamic_Plot_Gnuplot.tex Authoring_Dynamic_Plot_Key.tex Authoring_Dynamic_Plot_Label.tex Authoring_Dynamic_Plot_Title_X_Y_Label.tex Authoring_Output_Tags.tex Calling_Functions.tex Creating_Formula_Response.tex Creating_Math_Response_Problems.tex Creating_New_Content_Pages.tex Creating_Online_Problems.tex Creating_Radio_Response_Problems.tex Custom_Response_Problem_Creation.tex Formula_Response_Example.tex Metadata_Description.tex Numerical_Response_Advanced_Example.tex Numerical_Response_Format.tex Numerical_Response_Parts_A.tex Numerical_Response_Parts_B.tex Numerical_Response_Units.tex Print_Tricks.tex Radio_Response_Randomization.tex Scripting_Help.tex Significant_Figures.tex String_Response_Problem_Creation.tex TEXtype_attribute.tex Tolerance.tex! Variables_in_the_Text_Block.tex

lira lira at source.lon-capa.org
Fri Jul 5 14:30:41 EDT 2013


lira		Fri Jul  5 18:30:41 2013 EDT

  Modified files:              
    /loncom/html/adm/help/tex	Author_Numerical_and_Formula.tex 
                             	Authoring_Dynamic_Plot_Axes.tex 
                             	Authoring_Dynamic_Plot_Color_Selection.tex 
                             	Authoring_Dynamic_Plot_Curve.tex 
                             	Authoring_Dynamic_Plot_Curve_Data.tex 
                             	Authoring_Dynamic_Plot_Gnuplot.tex 
                             	Authoring_Dynamic_Plot_Key.tex 
                             	Authoring_Dynamic_Plot_Label.tex 
                             	Authoring_Dynamic_Plot_Title_X_Y_Label.tex 
                             	Authoring_Output_Tags.tex 
                             	Calling_Functions.tex 
                             	Creating_Formula_Response.tex 
                             	Creating_Math_Response_Problems.tex 
                             	Creating_New_Content_Pages.tex 
                             	Creating_Online_Problems.tex 
                             	Creating_Radio_Response_Problems.tex 
                             	Custom_Response_Problem_Creation.tex 
                             	Formula_Response_Example.tex 
                             	Metadata_Description.tex 
                             	Numerical_Response_Advanced_Example.tex 
                             	Numerical_Response_Format.tex 
                             	Numerical_Response_Parts_A.tex 
                             	Numerical_Response_Parts_B.tex 
                             	Numerical_Response_Units.tex 
                             	Print_Tricks.tex 
                             	Radio_Response_Randomization.tex 
                             	Scripting_Help.tex 
                             	Significant_Figures.tex 
                             	String_Response_Problem_Creation.tex 
                             	TEXtype_attribute.tex Tolerance.tex 
                             	Variables_in_the_Text_Block.tex 
  Log:
  cleanup and formatting with a few clarifications
  
  
-------------- next part --------------
Index: loncom/html/adm/help/tex/Author_Numerical_and_Formula.tex
diff -u loncom/html/adm/help/tex/Author_Numerical_and_Formula.tex:1.2 loncom/html/adm/help/tex/Author_Numerical_and_Formula.tex:1.3
--- loncom/html/adm/help/tex/Author_Numerical_and_Formula.tex:1.2	Thu Jul 18 15:52:27 2002
+++ loncom/html/adm/help/tex/Author_Numerical_and_Formula.tex	Fri Jul  5 18:30:40 2013
@@ -1,5 +1,7 @@
 \label{Author_Numerical_and_Formula}
 
+% this file is no longer used
+
 Creating Numerical Response and Formula Response problems starts the same
 as the other problem types, but because of the power of Numerical Response
 and Formula Response problems, they are covered in their own section after
Index: loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Axes.tex
diff -u loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Axes.tex:1.2 loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Axes.tex:1.3
--- loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Axes.tex:1.2	Tue Aug  7 22:46:54 2007
+++ loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Axes.tex	Fri Jul  5 18:30:40 2013
@@ -9,8 +9,8 @@
 
 If the ``Display Grid'' parameter of the
 Gnuplot tag is set to yes, the grid will be displayed in the specified color.
-Hexadecimal notation is used to specify the color 
-\ref{Authoring_Dynamic_Plot_Color_Selection}.
+Hexadecimal notation is used to specify the color (see section 
+\ref{Authoring_Dynamic_Plot_Color_Selection}).
 
 \textbf{The view of the graph shown}
 
@@ -23,5 +23,5 @@
 \item maximum y-value
 \end{itemize}
 
-See also Plot Ticks \ref{Authoring_Dynamic_Plot_Tics} and the general Gnuplot 
-help \ref{Authoring_Dynamic_Plot_Gnuplot}.
+See also Plot Ticks (section \ref{Authoring_Dynamic_Plot_Tics}) and the general Gnuplot 
+help (section \ref{Authoring_Dynamic_Plot_Gnuplot}).
Index: loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Color_Selection.tex
diff -u loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Color_Selection.tex:1.1 loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Color_Selection.tex:1.2
--- loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Color_Selection.tex:1.1	Tue May 31 15:37:26 2005
+++ loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Color_Selection.tex	Fri Jul  5 18:30:40 2013
@@ -2,8 +2,8 @@
 
 The default colors are a white background (xffffff) with black (x000000) forground, gridlines, and curve.  
 \begin{itemize}
-\item Background color is an attribute of the gnuplot tag \ref{Authoring_Dynamic_Plot_Gnuplot}. This controls the color of the plot image.  The default is white (xffffff).
-\item Forground color is an attribute of the gnuplot tag \ref{Authoring_Dynamic_Plot_Gnuplot}.  This controls the color of the border.
-\item Gridline color is an attribute of the axis tag \ref{Authoring_Dynamic_Plot_Axes}.    
-\item Curve color is an attribute of the curve tag \ref{Authoring_Dynamic_Plot_Curve}.  This is the color of the curve function or data points.  Different curves can be given different colors.
+\item Background color is an attribute of the gnuplot tag (see section \ref{Authoring_Dynamic_Plot_Gnuplot}). This controls the color of the plot image.  The default is white (xffffff).
+\item Foreground color is an attribute of the gnuplot tag (see section \ref{Authoring_Dynamic_Plot_Gnuplot}).  This controls the color of the border.
+\item Gridline color is an attribute of the axis tag (see section \ref{Authoring_Dynamic_Plot_Axes}).    
+\item Curve color is an attribute of the curve tag (see section \ref{Authoring_Dynamic_Plot_Curve}).  This is the color of the curve function or data points.  Different curves can be given different colors.
 \end{itemize}
Index: loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve.tex
diff -u loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve.tex:1.4 loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve.tex:1.5
--- loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve.tex:1.4	Mon Jul 16 10:55:48 2012
+++ loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve.tex	Fri Jul  5 18:30:40 2013
@@ -21,7 +21,7 @@
 
 \item linestyle
 
-See the section on line styles \ref{Authoring_Dynamic_Plot_Linestyle} for
+See line styles (section \ref{Authoring_Dynamic_Plot_Linestyle}) for
 more information about the available line styles and their data requirements.
 
 \item linetype
@@ -73,6 +73,6 @@
 
 There are two ways of entering the information to be plotted, which are 
 accessed using the subtags of \textbf{curve}, \textbf{data} 
-\ref{Authoring_Dynamic_Plot_Curve_Data} and \textbf{function}
-\ref{Authoring_Dynamic_Plot_Curve_Function}.
+(see section \ref{Authoring_Dynamic_Plot_Curve_Data}) and \textbf{function}
+(see section \ref{Authoring_Dynamic_Plot_Curve_Function}).
 
Index: loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve_Data.tex
diff -u loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve_Data.tex:1.2 loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve_Data.tex:1.3
--- loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve_Data.tex:1.2	Mon Sep 22 21:08:59 2003
+++ loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve_Data.tex	Fri Jul  5 18:30:40 2013
@@ -1,16 +1,18 @@
 \label{Authoring_Dynamic_Plot_Curve_Data}
 
 The \textbf{data} tag is used to specify the values plotted in the 
-\textbf{gnuplot} \ref{Authoring_Dynamic_Plot_Gnuplot} tag.
-The \textbf{data} tag is only used in the \textbf{Curve} 
-\ref{Authoring_Dynamic_Plot_Curve} tag.
+\textbf{gnuplot} tag (see section \ref{Authoring_Dynamic_Plot_Gnuplot}).
+The \textbf{data} tag is only used in the \textbf{Curve} tag
+(see section \ref{Authoring_Dynamic_Plot_Curve}).
 
 The data must be either a perl array, \texttt{@X}, or a comma seperated list,
-such as ``0.5,0.9,1.5, 2.4'' (without quotes).  'NaN' is a valid value.  
+such as ``0.5,0.9,1.5, 2.4'' (without quotes).  'NaN' is a valid value. 
+Note the the "Y" values are entered in a separate array. 
 
-The function and number \textbf{data} tags required varies based on the 
-line style \ref{Authoring_Dynamic_Plot_Linestyle} chosen for the
-curve.  In all cases the first \textbf{data} tag will hold the ``X'' values
+The function and number of \textbf{data} tags required varies based on the 
+line style (see section \ref{Authoring_Dynamic_Plot_Linestyle}) chosen for the
+curve.  Some linestyles require extra arrays for supplemental information. 
+In all cases the first \textbf{data} tag will hold the ``X'' values
 and the second will hold the ``Y'' values.
 
 All of the data sets in the \textbf{data} tag must have the same number of
Index: loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Gnuplot.tex
diff -u loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Gnuplot.tex:1.5 loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Gnuplot.tex:1.6
--- loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Gnuplot.tex:1.5	Tue May 31 15:21:13 2005
+++ loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Gnuplot.tex	Fri Jul  5 18:30:40 2013
@@ -1,23 +1,36 @@
 \label{Authoring_Dynamic_Plot_Gnuplot}
 
-The \textbf{gnuplot} tag allows an author to design a plot which is created
+\index{gnuplot}\index{plot}\index{dynamic plot}
+The \textbf{gnuplot} LON-CAPA tag allows an author to design a plot which is created
 when it is viewed.  This is intended for use in homework problems
 where each student needs to see a distinct plot.  It can be used in
-conjunction with a \textbf{script} tag to generate random plots.
+conjunction with a \textbf{script} tag to generate curve data for random plots.
+If you are using
+static data a dynamically generated plot is not appropriate because of
+the overhead associated with generating the plot. In that case, use a
+picture (see \ref{Authoring_Adding_Pictures}).
+
+The easiset way to create a template for a gnuplot tag is to use the colorful 
+problem editor, and select \textbf{GnuPlot} from the \textbf{Insert} dropdown menu. 
+Then the boxes may be filled with the assistance of this documentation. By default, only
+the parent \textbf{gnuplot} tag and the child \textbf{curve} tag are created by 
+default when the plot is inserted with the colorful editor. Other tags can be 
+added to decorate and polish your plot using the \textbf{Insert:} dropdown 
+from the colorful editor.
 
-The following parameters may be set:
+The following \textbf{gnuplot} parameters may be set:
 
 \begin{itemize}
 \item \texttt{brief description of the plot} 
-This text is used as the \texttt{alt} parameter of the \texttt{img} tag 
-used to embed the plot.
+This text is used as the \texttt{alt} value of the \texttt{img} tag 
+used to display the plot on a web page.
 
 \item \texttt{background color of image (xffffff)}
-See the section on color selection \ref{Authoring_Dynamic_Plot_Color_Selection}
+See the color selection section \ref{Authoring_Dynamic_Plot_Color_Selection}
 for help on specifying colors.
 
 \item \texttt{foreground color of image (x000000)} 
-See the section on color selection \ref{Authoring_Dynamic_Plot_Color_Selection}
+See the color selection  section \ref{Authoring_Dynamic_Plot_Color_Selection}
 for help on specifying colors.
 
 \item \texttt{height of image (pixels)}
@@ -32,9 +45,9 @@
 
 \item \texttt{Display grid} ``Yes'' or ``No''.  
 
-\item \texttt{Number of samples for non-data plots}  If a \textbf{function} 
-\ref{Authoring_Dynamic_Plot_Curve_Function} tag is used to specify the
-\textbf{curve} \ref{Authoring_Dynamic_Plot_Curve}, this indicates the number
+\item \texttt{Number of samples for non-data plots}  If a \textbf{function} tag 
+(see section \ref{Authoring_Dynamic_Plot_Curve_Function}) is used to specify the
+\textbf{curve} (see section \ref{Authoring_Dynamic_Plot_Curve}), this indicates the number
 of sample points to use.
 
 \item \texttt{Draw border around plot} ``Yes'' or ``No''
@@ -63,15 +76,17 @@
 
 \end{itemize}
 
-The \textbf{gnuplot} tag allows the use of the the following tags:
+The parent \texttt{gnuplot} tag allows the use of the the following child tags 
+(only the \textbf{curve} tag is added automatically when inserting with the colorful
+editor):
 
 \begin{itemize}
-\item \textbf{curve} \ref{Authoring_Dynamic_Plot_Curve}
-\item \textbf{key}   \ref{Authoring_Dynamic_Plot_Key}
-\item \textbf{label} \ref{Authoring_Dynamic_Plot_Label}
-\item \textbf{axes}  \ref{Authoring_Dynamic_Plot_Axes}
-\item \textbf{tics}  \ref{Authoring_Dynamic_Plot_Tics}
-\item \textbf{title}, \textbf{xlabel}, and \textbf{ylabel} 
-      \ref{Authoring_Dynamic_Plot_Title_X_Y_Label}
+\item \textbf{curve} (see section \ref{Authoring_Dynamic_Plot_Curve})
+\item \textbf{title}, \textbf{xlabel}, and \textbf{ylabel} (see section 
+\ref{Authoring_Dynamic_Plot_Title_X_Y_Label})
+\item \textbf{key}   (see section \ref{Authoring_Dynamic_Plot_Key})
+\item \textbf{label} (see section \ref{Authoring_Dynamic_Plot_Label})
+\item \textbf{axes}  (see section \ref{Authoring_Dynamic_Plot_Axes})
+\item \textbf{tics}  (see section \ref{Authoring_Dynamic_Plot_Tics})
 \end{itemize}
 
Index: loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Key.tex
diff -u loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Key.tex:1.1 loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Key.tex:1.2
--- loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Key.tex:1.1	Mon Sep 22 19:54:36 2003
+++ loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Key.tex	Fri Jul  5 18:30:40 2013
@@ -1,8 +1,8 @@
 \label{Authoring_Dynamic_Plot_Key}
 
 The \textbf{key} tag causes a key to be drawn on the plot when it is generated.
-The key will contain an entry for each \textbf{curve}
-\ref{Authoring_Dynamic_Plot_Curve} which has a name.  
+The key will contain an entry for each \textbf{curve} which has a name 
+(see section \ref{Authoring_Dynamic_Plot_Curve}).
 
 The key is the color of the foreground of the plot, specified in the 
-\textbf{gnuplot} \ref{Authoring_Dynamic_Plot_Gnuplot} tag.
+\textbf{gnuplot} tag (see section \ref{Authoring_Dynamic_Plot_Gnuplot}).
Index: loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Label.tex
diff -u loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Label.tex:1.4 loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Label.tex:1.5
--- loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Label.tex:1.4	Tue Jan 22 06:54:20 2008
+++ loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Label.tex	Fri Jul  5 18:30:40 2013
@@ -5,7 +5,7 @@
 which fall within the plot will show.  
 The color used will be to foreground color of the plot and the font will be
 the size specified for the plot, both of which are set in the 
-\textbf{gnuplot} \ref{Authoring_Dynamic_Plot_Gnuplot} tag.
+\textbf{gnuplot} tag (see section \ref{Authoring_Dynamic_Plot_Gnuplot}).
 
 \begin{itemize}
 \item \texttt{justification of the label text on the plot}
Index: loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Title_X_Y_Label.tex
diff -u loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Title_X_Y_Label.tex:1.2 loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Title_X_Y_Label.tex:1.3
--- loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Title_X_Y_Label.tex:1.2	Tue Oct 21 19:06:37 2003
+++ loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Title_X_Y_Label.tex	Fri Jul  5 18:30:40 2013
@@ -2,8 +2,7 @@
 
 Three of the more basic tags are \textbf{title}, \textbf{xlabel}, and 
 \textbf{ylabel}.  Their size and color depend on the values chosen for the
-font size and graph foreground color specified in the \textbf{gnuplot} 
-\ref{Authoring_Dynamic_Plot_Gnuplot} tag.  The figure below shows the locations
-of the various labels.
+font size and graph foreground color specified in the \textbf{gnuplot} tag. 
+The figure below shows the locations of the various labels.
 
 \includegraphics[width=0.40\paperwidth]{Authoring_Dynamic_Plot_Title_X_Y_Label}
Index: loncom/html/adm/help/tex/Authoring_Output_Tags.tex
diff -u loncom/html/adm/help/tex/Authoring_Output_Tags.tex:1.16 loncom/html/adm/help/tex/Authoring_Output_Tags.tex:1.17
--- loncom/html/adm/help/tex/Authoring_Output_Tags.tex:1.16	Fri Dec 23 19:37:57 2011
+++ loncom/html/adm/help/tex/Authoring_Output_Tags.tex	Fri Jul  5 18:30:40 2013
@@ -4,23 +4,25 @@
 This group of tags generates useful output. 
 
 \begin{itemize}
-\item \textbf{algebra}\index{algebra}: Typesets algebraic expressions
+\item \textbf{algebra}\index{algebra}\index{format algebra}: Typesets algebraic expressions
 \begin{verbatim}
 <algebra>2x^y+sqrt(3/x^2)</algebra>
 \end{verbatim}
 Expressions are displayed using the math expression display mechanism defined in the user's preferences.  The default is tth.  See the section below concerning the $<$m$>$ tag for more information on that as well as on the attribute \textbf{display}.
-\item \textbf{chem}\index{chem}: Typesets chemical equation 
+\item \textbf{chem}\index{chem}\index{format reaction}: Typesets chemical equation 
 \begin{verbatim}
   <chem>O2 + 2H2 -> 2H2O</chem>
 \end{verbatim}
-\item \textbf{num}\index{num}: Typesets a number formatted in scientific notation, fixed point, fixed point with commas, fixed point with commas and dollar sign, or in significant digits. 
+\item \textbf{num}\index{num}\index{format number}: Typesets a number formatted in scientific notation, fixed point, fixed point with commas, fixed point with commas and dollar sign, or in significant digits. 
 \begin{verbatim}
-  <num format="2E">31454678</num>
-  <num format="2f">31454678</num>
-  <num format="2f">31454678</num>
-  <num format=",2f">31454678</num>
-  <num format="$2f">31454678</num>
-  <num format="2s">31454678</num>
+  <num format="2E">31454678</num> results in 3.15 x 10^7
+  <num format="2f">31454678</num> results in 31454678.00
+  <num format="4g">31454678</num> results in 3.145 x 10^7
+  <num format="4g">314.54678</num> results in 314.5
+  <num format=",2f">31454678</num> results in 31,454,678.00
+  <num format="$2f">31454678</num> results in $31,454,678.00
+  <num format="2s">31454678</num> results in 31000000
+  <num format=",2s">31454678</num> results in 31,000,000
 \end{verbatim}
 \item \textbf{parse}\index{parse}: to display the parsed view of a variable's
 contents
Index: loncom/html/adm/help/tex/Calling_Functions.tex
diff -u loncom/html/adm/help/tex/Calling_Functions.tex:1.6 loncom/html/adm/help/tex/Calling_Functions.tex:1.7
--- loncom/html/adm/help/tex/Calling_Functions.tex:1.6	Fri Dec  2 17:42:01 2011
+++ loncom/html/adm/help/tex/Calling_Functions.tex	Fri Jul  5 18:30:40 2013
@@ -4,8 +4,8 @@
 you to manipulate these strings or numbers. Functions work like mathematical
 functions: They take some number of arguments in, and return one argument,
 usually a number or a string for our purposes. There are a lot of functions
-available in LON-CAPA. You can see a complete list at
-\ref{Script_Functions}.
+available in LON-CAPA. You can see a complete list in the Script section 
+\ref{Script_Functions} and LON-CAPA function section \ref{Problem_LON-CAPA_Functions}.
 
 For now, let's just look at some simple examples.
 
Index: loncom/html/adm/help/tex/Creating_Formula_Response.tex
diff -u loncom/html/adm/help/tex/Creating_Formula_Response.tex:1.1 loncom/html/adm/help/tex/Creating_Formula_Response.tex:1.2
--- loncom/html/adm/help/tex/Creating_Formula_Response.tex:1.1	Wed Jun 26 08:14:55 2013
+++ loncom/html/adm/help/tex/Creating_Formula_Response.tex	Fri Jul  5 18:30:40 2013
@@ -9,6 +9,10 @@
 \caption{Formula Response Problem}\label{Authoring Formula Response}
 \end{figure}
 
-Formula Response problems authoring is illustrated by Figure \ref{Authoring Formula Response}
-
+Formula Response problems authoring is illustrated by Figure \ref{Authoring Formula Response}. 
+Note how the function is randomly generated, as well as the answer. Note that sampling 
+is also available for evaluating answers. Sampling is a good alternative when students may 
+give several equivalent forms that are difficult to compare in text. Clicking the help box 
+next to the \textbf{Sample Points} field describes how to use sample points instead of a 
+text comparison.
 
Index: loncom/html/adm/help/tex/Creating_Math_Response_Problems.tex
diff -u loncom/html/adm/help/tex/Creating_Math_Response_Problems.tex:1.1 loncom/html/adm/help/tex/Creating_Math_Response_Problems.tex:1.2
--- loncom/html/adm/help/tex/Creating_Math_Response_Problems.tex:1.1	Wed Jun 26 08:14:55 2013
+++ loncom/html/adm/help/tex/Creating_Math_Response_Problems.tex	Fri Jul  5 18:30:40 2013
@@ -1,9 +1,15 @@
 \label{Creating_Math_Response_Problems}
 
-Math response problems use a cas system to evaluate the student response. Which computer algebra system is to be used is specified in the cas argument of the mathresponse tag; currently, only Maxima is available.
-LON-CAPA sets up two arrays inside the computer algebra system: RESPONSE and LONCAPALIST. RESPONSE contains the student input by comman-separated entities, for example, if "3,42,17" is entered by the student, RESPONSE[2] would be 42. LONCAPALIST contains the arguments passed in the args of mathresponse passed from the script in an vector.
+Math response problems use a cas system to evaluate the student response. Which computer algebra system is to 
+be used is specified in the cas argument of the mathresponse tag; both Maxima and R are supported. Maxima and R 
+are also a powerful stand-alone programs that can be installed on most operating systems. If you are interested 
+in writing Maxima or R problems, it is a good idea to install a copy on your operating system to access help, 
+learn syntax, and test your expected responses outside the LON-CAPA environment. 
+See \texttt{http://maxima.sourceforge.net/} or \texttt{http://www.r-project.org/}.
 
-The answerdisplay tag contains what is displayed when the problem is in "Show Answer" mode. You will want to include this field so that the students can see the correct answer after the "Show Answer Date" configured when the problem is assigned in the course space.
+LON-CAPA will accept two pre-named arrays inside the answerblock for the computer algebra system: RESPONSE and LONCAPALIST. RESPONSE contains the student input by comman-separated entities, for example, if "3,42,17" is entered by the student, RESPONSE[2] would be 42. LONCAPALIST is built from the arguments passed in an array \texttt{args} which is assigned a array value from the script.
+
+The \texttt{answer} tag contains the Maxima command (and syntax) that are passed to Maxima after the RESPONSE and LONCAPALIST values are substituted. (See example below). The \texttt{answerdisplay} variable contains what is displayed when the problem is in "Show Answer" mode. You will want to include this field so that the students can see the correct answer after the "Show Answer Date" configured when the problem is assigned in the course space. Also note the description in the \texttt{postanswerdate}\index{postanswerdate} tag that is displayed after the answer date.
 
 The following example illustrates this.
 \begin{verbatim}
@@ -14,7 +20,9 @@
 $n1 = random(3,11,2);
 $n2 = random(2,10,2);
 $function = "$a1*cos($n1*x)+$a2*sin($n2*x)";
-$example=&xmlparse('An example would be <m eval="on">$(sin($n1\cdot x)+cos($n2\cdot x))/\sqrt{2}$</m>');
+# reformat next two lines as single line if you copy/paste into a script
+$example=&xmlparse('An example would be 
+<m eval="on">$(sin($n1\cdot x)+cos($n2\cdot x))/\sqrt{2}$</m>');
   </script>
 
 <startouttext />
Index: loncom/html/adm/help/tex/Creating_New_Content_Pages.tex
diff -u loncom/html/adm/help/tex/Creating_New_Content_Pages.tex:1.9 loncom/html/adm/help/tex/Creating_New_Content_Pages.tex:1.10
--- loncom/html/adm/help/tex/Creating_New_Content_Pages.tex:1.9	Mon Jul  1 20:02:20 2013
+++ loncom/html/adm/help/tex/Creating_New_Content_Pages.tex	Fri Jul  5 18:30:40 2013
@@ -7,7 +7,7 @@
 File} button to upload a HTML file in LON-CAPA. Remember to upload any local
 graphics your generated web pages may have referenced using similar procedures. The links to graphics in your html page must match the relative locations for the uploaded files.
 
-To create a new html page using the Inline Menus, browse to the desired folder using the folder navigation links in the lower part of the authoring screen. Then select 'HTML file' from the new content dropdown menu on the right of the authoring space page as shown in the dropdown menu of the figure \ref{New Content Menu}
+To create a new html page using the Inline Menus, browse to the desired folder using the folder navigation links in the lower part of the authoring screen. Then select 'HTML file' from the new content dropdown menu on the right of the authoring space page as shown in the dropdown menu of the figure \ref{New Content Menu}.
 
 You will be presented with a plain text editor as shown in the figure \ref{Plain Text HTML Editor}. Clicking the link for the Rich Formatting displays the HTML WYSIWYG editor with buttons to help you create html entities with correct tags as shown in the figure \ref{Rich Text HTML Editor}. If the rich layout is not as you expect, look for the button to view/edit the source, and then manually make adjustments to the html tags. Note that buttons are available to select graphics to include in the HTML file. Buttons are also provided to create/edit links.
 
@@ -17,7 +17,7 @@
 
 The URL of the page in the root of your space would look something like
 \\
-\emph{http://(your library server)/priv/username/new\_resource.html} .\\
+\emph{http://(your library server)/priv/username/new\_resource.html} .
 \begin{figure}
 \begin{center}\includegraphics[  width=0.80\paperwidth]{html_page_plaintext}\end{center}
 
Index: loncom/html/adm/help/tex/Creating_Online_Problems.tex
diff -u loncom/html/adm/help/tex/Creating_Online_Problems.tex:1.4 loncom/html/adm/help/tex/Creating_Online_Problems.tex:1.5
--- loncom/html/adm/help/tex/Creating_Online_Problems.tex:1.4	Wed Jun 26 08:14:55 2013
+++ loncom/html/adm/help/tex/Creating_Online_Problems.tex	Fri Jul  5 18:30:40 2013
@@ -7,7 +7,7 @@
 an example problem. Once you make a selection, you can use the template
 and edit the content to convert the template into your own problem. By default, the template problem 
 will be displayed in the problem testing mode with a header shown in the figure \ref{Problem Testing Menu Figure}. The problem 
-statement appears below the testing menu (not shown here). The menu will be described later. Click the \textbf{Edit} 
+statement (not shown here) appears below the testing menu. The menu will be described later. Click the \textbf{Edit} 
 button in the lower left to open the colorful editor. The EditXML button is for 
 advanced users.
 
@@ -21,7 +21,7 @@
 	\item \textbf{Save and View} - Save and return to the testing menu
 \end{itemize}
 An example of the colorful editor is shown in Figure \ref{Radio Response Creation Form}. 
-Each box in the colorful editor has a purpose, and the boxes are colored by their purpose.
+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.
 
 While several problem types are covered in this manual, in LON-CAPA all problems involve 
 similar XML elements. \index{XML editor}The menu for the XML editor is shown in the 
Index: loncom/html/adm/help/tex/Creating_Radio_Response_Problems.tex
diff -u loncom/html/adm/help/tex/Creating_Radio_Response_Problems.tex:1.4 loncom/html/adm/help/tex/Creating_Radio_Response_Problems.tex:1.5
--- loncom/html/adm/help/tex/Creating_Radio_Response_Problems.tex:1.4	Wed Jun 26 08:14:55 2013
+++ loncom/html/adm/help/tex/Creating_Radio_Response_Problems.tex	Fri Jul  5 18:30:40 2013
@@ -14,7 +14,7 @@
 
 \begin{enumerate}
 \item Select a radio response template from the menu. You will be presented a form such as in 
-the figure \ref{Radio Response Creation Form}
+the figure \ref{Radio Response Creation Form}.
 \item In the \textbf{Text Block} at the top of the problem, remove the sample text
 and type the question for your problem. Ex: {}``What is two plus
 two?''
@@ -30,8 +30,8 @@
 Make sure this is set to \textbf{false} in the \textbf{Correct Option} field.
 \item Repeat the previous step until you've filled in all of the other incorrect
 answers you wish to offer the students.
-\item Once you've filled in all of the incorrect answers, change the \textbf{Correct
-Option}s on the other foils to \textbf{Unused}.
+\item Once you've filled in all of the incorrect answers, delete any extra foils or 
+change the \textbf{Correct Option}s on the other foils to \textbf{Unused}.
 \item %
 \begin{figure}
 \begin{center}\includegraphics[  width=0.80\paperwidth]{radioResponseHint}\end{center}
Index: loncom/html/adm/help/tex/Custom_Response_Problem_Creation.tex
diff -u loncom/html/adm/help/tex/Custom_Response_Problem_Creation.tex:1.1 loncom/html/adm/help/tex/Custom_Response_Problem_Creation.tex:1.2
--- loncom/html/adm/help/tex/Custom_Response_Problem_Creation.tex:1.1	Wed Jun 26 08:14:55 2013
+++ loncom/html/adm/help/tex/Custom_Response_Problem_Creation.tex	Fri Jul  5 18:30:40 2013
@@ -5,22 +5,25 @@
 For a single textfield, the student's answer will be in a variable \$submission. If the Custom Response has multiple textfields, the answers will be in an array
 reference, and can be accessed as \$\$submission[0], \$\$submission[1], etc.
 
-The student answer needs to be evaluated by Perl code inside the <answer>-tag. Custom Response needs to return a standard LON-CAPA. The most common response are:
+The student answer needs to be evaluated by Perl code inside the \texttt{\textless answer\textgreater}-tag. Custom Response needs to include an algorithm that determines and returns a standard LON-CAPA response. The most common LON-CAPA responses are:
 \begin{itemize}
 \item EXACT\_ANS: return if solved exactly correctly
 \item APPROX\_ANS: return if solved approximately
 \item INCORRECT: return if not correct, uses up a try
-\item ASSIGNED\_SCORE: partial credit (also return the credit factor, e.g. return(ASSIGNED\_SCORE,0.3);)
+\item ASSIGNED\_SCORE: partial credit (also return the credit factor, \\
+e.g. return(ASSIGNED\_SCORE,0.3);)
 \item SIG\_FAIL, NO\_UNIT, EXTRA\_ANSWER, MISSING\_ANSWER, BAD\_FORMULA, 
 WANTED\_NUMERIC, WRONG\_FORMAT: return if not correct for different reasons, does not use up a try
 \end{itemize}
-The answer display is shown instead of the student response in 'show answer' mode.
+The \texttt{answerdisplay} is shown instead of the student response in 'show answer' mode after the answer date.
 The following example illustrates this:
 \begin{verbatim}
 <problem>
 <startouttext />Accept an answer of around 90 or -90<endouttext />
   <customresponse answerdisplay="something near 90 or -90">
     <answer type="loncapa/perl">
+# This examples uses perl 'regular expressions' for string evaluation. 
+# Consult a perl reference for help understanding the regular expressions.
 # We do not want a vector
 if ($submission=~/\,/) { return 'EXTRA_ANSWER'; }
 # Need a numerical answer here
Index: loncom/html/adm/help/tex/Formula_Response_Example.tex
diff -u loncom/html/adm/help/tex/Formula_Response_Example.tex:1.6 loncom/html/adm/help/tex/Formula_Response_Example.tex:1.7
--- loncom/html/adm/help/tex/Formula_Response_Example.tex:1.6	Fri Oct 12 13:26:55 2012
+++ loncom/html/adm/help/tex/Formula_Response_Example.tex	Fri Jul  5 18:30:40 2013
@@ -4,11 +4,11 @@
 
 \begin{itemize}\item In the \textbf{Script}, place the following:
 \end{itemize}
-\$slope~=~\&random(-5.0,5.0,.5);
-
-\$yint~~=~\&random(-5.0,5.0,.5);
-
-\$answer~=~{}``\$slope{*}x~+~(\$yint)'';
+\begin{lyxcode}
+\$slope~=~\&random(-5.0,5.0,.5);\\
+\$yint~~=~\&random(-5.0,5.0,.5);\\
+\$answer~=~{}"\$slope{*}x~+~(\$yint)";
+\end{lyxcode}
 \begin{itemize}
 \item In the \textbf{Text Block}, place the following: {}``For a line with slope
 \$slope and y-intercept \$yint, what is y equal to?''
Index: loncom/html/adm/help/tex/Metadata_Description.tex
diff -u loncom/html/adm/help/tex/Metadata_Description.tex:1.4 loncom/html/adm/help/tex/Metadata_Description.tex:1.5
--- loncom/html/adm/help/tex/Metadata_Description.tex:1.4	Wed Jul 30 12:34:22 2008
+++ loncom/html/adm/help/tex/Metadata_Description.tex	Fri Jul  5 18:30:40 2013
@@ -17,7 +17,7 @@
 a title. A computer trying to do the same thing would be out of luck;
 it is too stupid to understand the problem statement at all.
 
-Another example of metadata is the <title> tag of a web page, which usually shows
+Another example of metadata is the \texttt{\textless title\textgreater} tag of a web page, which usually shows
 up in the title bar of the browser. That is information about the web page
 itself and is not actually part of the web page. People use the title information
 when they bookmark a page. Search engines
Index: loncom/html/adm/help/tex/Numerical_Response_Advanced_Example.tex
diff -u loncom/html/adm/help/tex/Numerical_Response_Advanced_Example.tex:1.4 loncom/html/adm/help/tex/Numerical_Response_Advanced_Example.tex:1.5
--- loncom/html/adm/help/tex/Numerical_Response_Advanced_Example.tex:1.4	Wed Jun 26 08:14:55 2013
+++ loncom/html/adm/help/tex/Numerical_Response_Advanced_Example.tex	Fri Jul  5 18:30:40 2013
@@ -10,7 +10,7 @@
 Now you have all the tools to create those wonderful dynamic, randomized problems that you've seen in 
 LON-CAPA. Consider a Numerical Response problem where the equations for two lines are randomly generated 
 and the students are asked to find the intercept. Try filling out your problem with the parameters shown 
-in Figure \ref{Slope Problem Parameters Figure}.. 
+in Figure \ref{Slope Problem Parameters Figure}. 
 
 When creating randomized problems, you want to make sure that the problems
 always have an answer. Consider what might happen if two
Index: loncom/html/adm/help/tex/Numerical_Response_Format.tex
diff -u loncom/html/adm/help/tex/Numerical_Response_Format.tex:1.3 loncom/html/adm/help/tex/Numerical_Response_Format.tex:1.4
--- loncom/html/adm/help/tex/Numerical_Response_Format.tex:1.3	Thu Mar 31 14:43:14 2005
+++ loncom/html/adm/help/tex/Numerical_Response_Format.tex	Fri Jul  5 18:30:40 2013
@@ -6,5 +6,6 @@
 (without the quotes) will display three significant digits in scientific
 notation. Format strings like {}``2f'' will display two digits after the
 decimal point. Format strings like {}``2s'' will round a number to 
-2 significant digits.
+2 significant digits. For a summary of numerical format statements, see the 
+\texttt{num} tag section \ref{Authoring_Output_Tags}.
 
Index: loncom/html/adm/help/tex/Numerical_Response_Parts_A.tex
diff -u loncom/html/adm/help/tex/Numerical_Response_Parts_A.tex:1.3 loncom/html/adm/help/tex/Numerical_Response_Parts_A.tex:1.4
--- loncom/html/adm/help/tex/Numerical_Response_Parts_A.tex:1.3	Tue Feb 15 14:50:02 2005
+++ loncom/html/adm/help/tex/Numerical_Response_Parts_A.tex	Fri Jul  5 18:30:40 2013
@@ -19,6 +19,6 @@
 \item Like other problem types, the \textbf{Text Block} is used to display the
 problem the student will see. In addition, you can place variables in the
 \textbf{Text Block} based on computations done in the \textbf{Script}.
-\item The \textbf{Answer} is the answer the system is looking for. This can also
-use parameters from the \textbf{Script} block, allowing the answer to be
-computed dynamically.
+\item The \textbf{Answer} is the answer the system is looking for. The answer can 
+use variables calculated/defined in the problem's \textbf{Script} block, allowing the answer to be
+determined randomly and dynamically.
Index: loncom/html/adm/help/tex/Numerical_Response_Parts_B.tex
diff -u loncom/html/adm/help/tex/Numerical_Response_Parts_B.tex:1.3 loncom/html/adm/help/tex/Numerical_Response_Parts_B.tex:1.4
--- loncom/html/adm/help/tex/Numerical_Response_Parts_B.tex:1.3	Tue Feb 15 14:51:18 2005
+++ loncom/html/adm/help/tex/Numerical_Response_Parts_B.tex	Fri Jul  5 18:30:40 2013
@@ -1,5 +1,5 @@
 \label{Numerical_Response_Parts_B}
-\item The \textbf{Single Line Text Entry} area, as in other problem types, allowyou
+\item The \textbf{Single Line Text Entry} area, as in other problem types, allow you
 to manipulate the text entry area the student will see.
 \item Finally, the \textbf{Hint} should contain text which will help the students
 when they answer incorrectly.
Index: loncom/html/adm/help/tex/Numerical_Response_Units.tex
diff -u loncom/html/adm/help/tex/Numerical_Response_Units.tex:1.4 loncom/html/adm/help/tex/Numerical_Response_Units.tex:1.5
--- loncom/html/adm/help/tex/Numerical_Response_Units.tex:1.4	Thu Jun  9 16:04:23 2011
+++ loncom/html/adm/help/tex/Numerical_Response_Units.tex	Fri Jul  5 18:30:40 2013
@@ -1,8 +1,8 @@
 \label{Numerical_Response_Units}
 
 Numerical Response problems can require units. In the problem editing form,
-place the desired unit in the \textbf{Unit} field. For information about
-what units the system accepts, see \ref{Physical_Units}.
+place the desired unit in the \textbf{Unit} field. A complete list of 
+units is in the section \ref{Physical_Units}.
 The computer will accept the answer in any of its accepted unit formats.
 For example, if the answer to a problem is {}``1ft'', the computer will
 accept {}``12in'' as correct.
Index: loncom/html/adm/help/tex/Print_Tricks.tex
diff -u loncom/html/adm/help/tex/Print_Tricks.tex:1.6 loncom/html/adm/help/tex/Print_Tricks.tex:1.7
--- loncom/html/adm/help/tex/Print_Tricks.tex:1.6	Thu Sep 29 21:13:07 2005
+++ loncom/html/adm/help/tex/Print_Tricks.tex	Fri Jul  5 18:30:40 2013
@@ -11,10 +11,11 @@
 around them.  If you have a printing trick or a problem and would like to report 
 it, please go to  http://bugs.lon-capa.org and register a bug report.
 
-General information about printing within LonCAPA is also available: 
-\ref{Print_Resource}
+General information about printing within LonCAPA is also available in section 
+\ref{Print_Resource}. Some types of problems that may occur include:
 
-\emph{The print rendition  of some Perl functions looks ugly }
+\null
+\noindent\textbf{The print rendition  of some Perl functions looks ugly }
 
 In particular these functions are:
 \begin{itemize}
@@ -26,7 +27,7 @@
 
 
 To make these two functions work correctly within the print translator, it is
-necessary to wrap them within a <display> tag.  For example:
+necessary to wrap them within a \texttt{\textless display\textgreater} tag.  For example:
 
 \begin{verbatim}
 <p>
@@ -39,8 +40,8 @@
 about cases where you must use \texttt{<display>}, see ``Variables with tags don't print
 correctly'' below.
 
-
-\emph{Image placement and alignment and text wrapping is wrong}
+\null
+\noindent\textbf{Image placement and alignment and text wrapping is wrong}
 
 Unfortunately this is due to a large difference between the LaTeX and HTML page
 layout model.  In HTML images are placed exactly where you ask them to be placed.  
@@ -63,11 +64,10 @@
  in the <img> tag.  In some limited casese this gives a better result.
 
 
-Other print specific <img> tag attributes are available. \ref{Print_Options}.
-
-
+Other print specific <img> tag attributes are available (see section \ref{Print_Options}).
 
-\emph{Variables with tags don't print correctly}
+\null
+\noindent\textbf{Variables with tags don't print correctly}
 
 If a variable contains XML, in general it is necessary to force the XML parser
 to make a pass over the contents of the contents of the variable prior to rendering
@@ -89,5 +89,3 @@
 Without the xmlparse call and the display tag bracketing the variable, this
 problem will display on the web just fine, but print incorrectly.
 
-
-
Index: loncom/html/adm/help/tex/Radio_Response_Randomization.tex
diff -u loncom/html/adm/help/tex/Radio_Response_Randomization.tex:1.3 loncom/html/adm/help/tex/Radio_Response_Randomization.tex:1.4
--- loncom/html/adm/help/tex/Radio_Response_Randomization.tex:1.3	Fri Feb  4 21:10:51 2005
+++ loncom/html/adm/help/tex/Radio_Response_Randomization.tex	Fri Jul  5 18:30:40 2013
@@ -1,7 +1,9 @@
 \label{Radio_Response_Randomization}
 
-LON-CAPA will randomize the choices presented to each student and the order they are presented in. If you wish to present each student the
+LON-CAPA will randomize the choices presented to each student and the order they are presented. If you 
+wish to present a random set of incorrect answers, create more foils than you wish to display, and then set the 
+\textbf{Maximum Number of Shown Foils} to a value less than the number of foils created. If you wish to 
+present each student the
 same choices, make sure the \textbf{Maximum Number of Shown Foils} box contains
-the number of incorrect answers, which will force them to all be displayed.
-
+the a number greater or equatl to the number of foils that you created, which will force them to all be displayed.
 
Index: loncom/html/adm/help/tex/Scripting_Help.tex
diff -u loncom/html/adm/help/tex/Scripting_Help.tex:1.3 loncom/html/adm/help/tex/Scripting_Help.tex:1.4
--- loncom/html/adm/help/tex/Scripting_Help.tex:1.3	Thu May 13 23:19:35 2004
+++ loncom/html/adm/help/tex/Scripting_Help.tex	Fri Jul  5 18:30:40 2013
@@ -1,17 +1,20 @@
 \label{Scripting_Help}
 
 The full power of Perl is well outside the scope of this document. Looking
-in the function list at \ref{Problem_LON-CAPA_Functions}
-can give you some ideas. O'Reilly has some good Perl books. The Perl 5 Pocket
-Reference will contain more than what you need to know to use LON-CAPA, available
-at \\
-http://www.oreilly.com/catalog/perlpr3/ .
+in the function list in the section \ref{Problem_LON-CAPA_Functions}
+can give you some ideas. O'Reilly has some good Perl books. Enter 
+''perl'' in the search box at 
+\texttt{http://search.oreilly.com}.
 
-If you have any problems, consult http://help.loncapa.org/fom/cache/5.html
-. If you don't find the answer to your problem, please help us expand the
-FAQ by submitting a new pending question.
+If you need help, you might search the listserv at \\
+\texttt{http://mail.lon-capa.org/mailman/swish.cgi} or consider joining the 
+users listserv to ask other users for advice at 
+\texttt{http://mail.loncapa.org}, or use the Help link to 
+contact the Help desk. Often other users are quick to provide help.
 
 Our advanced users often come to prefer the XML interface for the problems,
 available through the \textbf{EditXML} buttons. Covering the XML format is
 beyond the scope of this manual, but you can learn a lot by using the editor
-to make changes and seeing what happens to the XML.
+to make changes and seeing what happens to the XML. Supported XML tags are 
+discussed in the section \ref{Authoring_XML_Intro}.
+
Index: loncom/html/adm/help/tex/Significant_Figures.tex
diff -u loncom/html/adm/help/tex/Significant_Figures.tex:1.2 loncom/html/adm/help/tex/Significant_Figures.tex:1.3
--- loncom/html/adm/help/tex/Significant_Figures.tex:1.2	Thu Jul 18 15:52:27 2002
+++ loncom/html/adm/help/tex/Significant_Figures.tex	Fri Jul  5 18:30:40 2013
@@ -8,4 +8,6 @@
 the answer is {}``1.3'', the system will require the students to type {}``1.30'',
 even though numerically, {}``1.3'' and {}``1.30'' are the same. A significant
 figure specification of {}``3,4'' means both {}``1.30'' and {}``1.300''
-are acceptable.
\ No newline at end of file
+are acceptable. The significant figures field can be deleted if you do 
+not want to constrain the number of significant digits in the student answers.
+ 
Index: loncom/html/adm/help/tex/String_Response_Problem_Creation.tex
diff -u loncom/html/adm/help/tex/String_Response_Problem_Creation.tex:1.5 loncom/html/adm/help/tex/String_Response_Problem_Creation.tex:1.6
--- loncom/html/adm/help/tex/String_Response_Problem_Creation.tex:1.5	Mon Jul  1 20:30:20 2013
+++ loncom/html/adm/help/tex/String_Response_Problem_Creation.tex	Fri Jul  5 18:30:40 2013
@@ -1,14 +1,14 @@
 \label{String_Response_Problem_Creation}
 
 To create a \textbf{String Response} problem, create a new resource (described in
-\ref{Creating_Content_Overview}. This is a {}``problem'' resource
+\ref{Creating_Online_Problems}. This is a {}``problem'' resource
 so the URL must end in {}``.problem''. 
 
 \begin{enumerate}
-\item In the drop-down option box as seen in \ref{New Content Menu},
+\item In the drop-down option box as seen in the figure \ref{New Content Menu},
 select \textbf{String Response Problem}, and click the \textbf{New Problem}
 button.
-\item Click the \textbf{Edit} button above the sample problem to enter edit mode.%
+\item Click the \textbf{Edit} button above the sample problem to enter edit mode.
 \begin{figure}
 \begin{center}\includegraphics[  width=0.80\paperwidth]{stringResponseEditor}\end{center}
 
@@ -16,7 +16,7 @@
 \caption{String Response Editor\label{String Response Editor Figure}}
 \end{figure}
  You should see the String Response editor page open up, which should look
-something like what you see in the ``String Response Editor'' figure.
+something like what you see in the figure \ref{String Response Editor Figure}.
 \item Clear the text from the \textbf{Text Block} at the top of the problem, and
 type in your problem.
 \item In the \textbf{Answer Box}, type the correct answer.
Index: loncom/html/adm/help/tex/TEXtype_attribute.tex
diff -u loncom/html/adm/help/tex/TEXtype_attribute.tex:1.3 loncom/html/adm/help/tex/TEXtype_attribute.tex:1.4
--- loncom/html/adm/help/tex/TEXtype_attribute.tex:1.3	Fri Sep 16 22:13:57 2005
+++ loncom/html/adm/help/tex/TEXtype_attribute.tex	Fri Jul  5 18:30:40 2013
@@ -11,35 +11,35 @@
 \begin{tabular}{|c|l|}\hline
 value & example of list \\ \hline
 1 & \begin{minipage}[t]{2.0in}
-    	\begin{enumerate}
-    	\item [1.] First Item
-    	\item [2.] Second Item
-    	\item [3.] Third Item
-    	\end{enumerate}
+    	[1.] First Item
+
+    	[2.] Second Item
+
+    	[3.] Third Item
     \end{minipage}
     \\ \hline
 A & \begin{minipage}[t]{2.0in} 
-	\begin{enumerate}
-	\item [A.] First Item
-	\item [B.] Second Item
-	\item [C.] Third Item
-        \end{enumerate}
+	[A.] First Item
+	
+	[B.] Second Item
+
+	[C.] Third Item
     \end{minipage}
     \\ \hline
 a & \begin{minipage}[t]{2.0in}
-	\begin{enumerate}
-	\item [a.] First Item
-	\item [b.] Second Item
-	\item [c.] Third Item
-        \end{enumerate}
+	[a.] First Item
+	
+	[b.] Second Item
+	
+	[c.] Third Item
     \end{minipage}
     \\ \hline
 i & \begin{minipage}[t]{2.0in}
-	\begin{enumerate}
-	\item [i.] First Item
-	\item [ii.] Second Item
-	\item [iii.] Third Item
-        \end{enumerate}
+	[i.] First Item
+
+	[ii.] Second Item
+
+	[iii.] Third Item
     \end{minipage}
     \\ \hline
 \end{tabular}
Index: loncom/html/adm/help/tex/Tolerance.tex
diff -u loncom/html/adm/help/tex/Tolerance.tex:1.3 loncom/html/adm/help/tex/Tolerance.tex:1.4
--- loncom/html/adm/help/tex/Tolerance.tex:1.3	Thu May 29 20:30:51 2003
+++ loncom/html/adm/help/tex/Tolerance.tex	Fri Jul  5 18:30:40 2013
@@ -1,7 +1,7 @@
 \label{Tolerance}
 A \textbf{tolerance\index{tolerance}} parameter determines how closely
-the system will require the student's answer to be in order to count it correct.
-
+the system will require the student's answer to be in order to count it correct. 
+The tolerance parameter should always be defined for a numerical problem.
 
 For technical reasons, it is almost never a good idea to set this parameter
 to zero. Computers can only approximate computations involving real numbers. For instance,
Index: loncom/html/adm/help/tex/Variables_in_the_Text_Block.tex
diff -u loncom/html/adm/help/tex/Variables_in_the_Text_Block.tex:1.4 loncom/html/adm/help/tex/Variables_in_the_Text_Block.tex:1.5
--- loncom/html/adm/help/tex/Variables_in_the_Text_Block.tex:1.4	Wed Jun 26 08:14:55 2013
+++ loncom/html/adm/help/tex/Variables_in_the_Text_Block.tex	Fri Jul  5 18:30:40 2013
@@ -23,6 +23,6 @@
 
 If you a generating numbers by a formula by division, you will want to format your output.
 For example, if \$variable=1/3, it will display with too many digits. You can adjust the format
-using the \textbf{num} output tag \index{num output tag} \index{format numbers in text block} 
-described in section \ref{Authoring_Output_Tags}
+using the \texttt{num} output tag \index{num output tag} \index{format numbers in text block} 
+described in the section \ref{Authoring_Output_Tags}
 


More information about the LON-CAPA-cvs mailing list