[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Spreadsheet_Max_Depth_Exceeded.tex Spreadsheet_Op_On_All_Problem_Parts.tex Spreadsheet_Specifying_Cells.tex Spreadsheet_Symbolic_Names.tex Spreadsheet_Template_Row.tex
bowersj2
lon-capa-cvs@mail.lon-capa.org
Mon, 29 Jul 2002 17:27:44 -0000
bowersj2 Mon Jul 29 13:27:44 2002 EDT
Modified files:
/loncom/html/adm/help/tex Spreadsheet_Max_Depth_Exceeded.tex
Spreadsheet_Op_On_All_Problem_Parts.tex
Spreadsheet_Specifying_Cells.tex
Spreadsheet_Symbolic_Names.tex
Spreadsheet_Template_Row.tex
Log:
Fixing .tex errors.
Index: loncom/html/adm/help/tex/Spreadsheet_Max_Depth_Exceeded.tex
diff -u loncom/html/adm/help/tex/Spreadsheet_Max_Depth_Exceeded.tex:1.3 loncom/html/adm/help/tex/Spreadsheet_Max_Depth_Exceeded.tex:1.4
--- loncom/html/adm/help/tex/Spreadsheet_Max_Depth_Exceeded.tex:1.3 Mon Jul 29 10:51:43 2002
+++ loncom/html/adm/help/tex/Spreadsheet_Max_Depth_Exceeded.tex Mon Jul 29 13:27:43 2002
@@ -3,11 +3,11 @@
Depth Exceeded error} erro can occur when you reference other cells in
calculations. For example, if you have:
-\texttt{G0 = Some_complicated_expression\\
+\texttt{G0 = Some\_complicated\_expression\\
X0 = G0>2?1:0}
Try replacing \texttt{X0}'s contents with \texttt{[
-(Some_complicated_expression) > 2]?1:0}. In other words, replace the
+(Some\_complicated\_expression) > 2]?1:0}. In other words, replace the
reference to \texttt{G0} with the actual contents of \texttt{G0}. That
might fix your error by removing one level of indirection that
LON-CAPA must process in order to compute the result.
Index: loncom/html/adm/help/tex/Spreadsheet_Op_On_All_Problem_Parts.tex
diff -u loncom/html/adm/help/tex/Spreadsheet_Op_On_All_Problem_Parts.tex:1.3 loncom/html/adm/help/tex/Spreadsheet_Op_On_All_Problem_Parts.tex:1.4
--- loncom/html/adm/help/tex/Spreadsheet_Op_On_All_Problem_Parts.tex:1.3 Mon Jul 29 10:51:43 2002
+++ loncom/html/adm/help/tex/Spreadsheet_Op_On_All_Problem_Parts.tex Mon Jul 29 13:27:43 2002
@@ -11,14 +11,18 @@
For example, for the above assessment with three parts,
-\texttt{[\&EXPANDSUM(\textbf{PART};parameter_\textbf{PART}_weight*stores_\textbf{PART}_awarded)]}
+\texttt{\&EXPANDSUM(}\texttt{\textbf{PART}}\texttt{;parameter\_}\texttt{\textbf{PART}}\texttt{\_weight{*}stores\_}\texttt{\textbf{PART}}\texttt{\_awarded)}
would become
-\texttt{parameter_\textbf{0}_weight*stores_\textbf{0}_awarded +
-parameter_\textbf{11}_weight*stores_\textbf{11}_awarded +
-parameter_\textbf{12}_weight*stores_\textbf{12}_awarded +
-parameter_\textbf{13}_weight*stores_\textbf{13}_awarded}
+\texttt{parameter\_0\_weight{*}stores\_0\_awarded +}~\\
+\texttt{parameter\_11\_weight{*}stores\_11\_awarded +}~\\
+\texttt{parameter\_12\_weight{*}stores\_12\_awarded +}~\\
+\texttt{parameter\_13\_weight{*}stores\_13\_awarded +}~\\
where \textbf{bolded text} is used to highlight what the
-\texttt{\&EXPANDSUM} function is doing.
\ No newline at end of file
+\texttt{\&EXPANDSUM} function is doing.\label{Spreadsheet_Tries}
+In multi-part questions, "tries"\index{tries} is now the average number of tries to
+get the parts right. The full data for each part is still stored by
+the system. To expand the data and work with all parts, please see
+\ref{Spreadsheet_Op_On_All_Problem_Parts}.
Index: loncom/html/adm/help/tex/Spreadsheet_Specifying_Cells.tex
diff -u loncom/html/adm/help/tex/Spreadsheet_Specifying_Cells.tex:1.3 loncom/html/adm/help/tex/Spreadsheet_Specifying_Cells.tex:1.4
--- loncom/html/adm/help/tex/Spreadsheet_Specifying_Cells.tex:1.3 Mon Jul 29 10:51:43 2002
+++ loncom/html/adm/help/tex/Spreadsheet_Specifying_Cells.tex Mon Jul 29 13:27:43 2002
@@ -4,7 +4,7 @@
that the columns are labelled ``A-Z'' and then to the right of that
``a-z'' (lowercase).
-There are also the wildcards '*' and '#' which are used in ranges (see
+There are also the wildcards '*' and '\#' which are used in ranges (see
\ref{Spreadsheet_Ranges}), templates (see
\ref{Spreadsheet_Template_Row}), and symbolic names (see
\ref{Spreadsheet_Symbolic_Names}).
Index: loncom/html/adm/help/tex/Spreadsheet_Symbolic_Names.tex
diff -u loncom/html/adm/help/tex/Spreadsheet_Symbolic_Names.tex:1.3 loncom/html/adm/help/tex/Spreadsheet_Symbolic_Names.tex:1.4
--- loncom/html/adm/help/tex/Spreadsheet_Symbolic_Names.tex:1.3 Mon Jul 29 10:51:43 2002
+++ loncom/html/adm/help/tex/Spreadsheet_Symbolic_Names.tex Mon Jul 29 13:27:43 2002
@@ -1,5 +1,5 @@
\label{Spreadsheet_Symbolic_Names}
In the assessment level spreadsheet, most imported values also have
symbolic name\index{symbolic names} attached to them, for example
-parameter_0_weight. You can refer to the imported value by adding
-square brackets around its name, for example [parameter_0_weight]*A5.
\ No newline at end of file
+parameter\_0\_weight. You can refer to the imported value by adding
+square brackets around its name, for example [parameter\_0\_weight]*A5.
\ No newline at end of file
Index: loncom/html/adm/help/tex/Spreadsheet_Template_Row.tex
diff -u loncom/html/adm/help/tex/Spreadsheet_Template_Row.tex:1.3 loncom/html/adm/help/tex/Spreadsheet_Template_Row.tex:1.4
--- loncom/html/adm/help/tex/Spreadsheet_Template_Row.tex:1.3 Mon Jul 29 10:51:43 2002
+++ loncom/html/adm/help/tex/Spreadsheet_Template_Row.tex Mon Jul 29 13:27:43 2002
@@ -1,4 +1,4 @@
\label{Spreadsheet_Template_Row}
The template row\index{template row} is a way to use the same formula
in every row of a sheet. The actual row number is replaced by a
-``#''. For example, ``A#*b#'' would be ``A5*b5'' in row 5.
\ No newline at end of file
+``\#''. For example, ``A\#*b\#'' would be ``A5*b5'' in row 5.
\ No newline at end of file