[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Spreadsheet_HowTo_Assessments.tex

raeburn raeburn at source.lon-capa.org
Sun Aug 28 16:35:37 EDT 2016


raeburn		Sun Aug 28 20:35:37 2016 EDT

  Modified files:              
    /loncom/html/adm/help/tex	Spreadsheet_HowTo_Assessments.tex 
  Log:
  - Revert some of the changes in rev 1.5.
  
  
Index: loncom/html/adm/help/tex/Spreadsheet_HowTo_Assessments.tex
diff -u loncom/html/adm/help/tex/Spreadsheet_HowTo_Assessments.tex:1.5 loncom/html/adm/help/tex/Spreadsheet_HowTo_Assessments.tex:1.6
--- loncom/html/adm/help/tex/Spreadsheet_HowTo_Assessments.tex:1.5	Sun Jan  3 04:51:10 2016
+++ loncom/html/adm/help/tex/Spreadsheet_HowTo_Assessments.tex	Sun Aug 28 20:35:37 2016
@@ -3,7 +3,8 @@
 \textbf{How to deal with multi-part problems}
 
 Often, there are several parts in a specific problem. For example, a
-problem with four parts may have parts 0, 11, 12, and 13. For a
+problem with three parts may have parts 0, 11, 12, and 13, where
+part 0, is the part ID reserved for the problem as a whole.  For a
 general spreadsheet, it is often desirable to sum up all of these
 parts, while not knowing how many parts there are as the spreadsheet
 is written.
@@ -13,7 +14,7 @@
 \index{EXPANDSUM} \texttt{[\&EXPANDSUM(VARNAME;expression)]}. 
 
 \noindent
-For example, for the above assessment with four parts,\\
+For example, for the above assessment with three parts,\\
 
 \noindent
 \texttt{\&EXPANDSUM(}\texttt{\textbf{PART}}\texttt{;parameter\_}\texttt{\textbf{PART}}\texttt{\_weight{*}stores\_}\texttt{\textbf{PART}}\texttt{\_awarded)}\\
@@ -26,8 +27,7 @@
 \texttt{parameter\_11\_weight{*}stores\_11\_awarded +}~\\
 \texttt{parameter\_12\_weight{*}stores\_12\_awarded +}~\\
 \texttt{parameter\_13\_weight{*}stores\_13\_awarded +}~\\
-% bold does not show
-% where \textbf{bolded text} is used to highlight what the \texttt{\&EXPANDSUM} function is doing.
+where \textbf{bolded text} is used to highlight (PDF version of manual excluded) what the \texttt{\&EXPANDSUM} function is doing.\\
 
 
 \noindent




More information about the LON-CAPA-cvs mailing list