Diff for /loncom/html/adm/help/tex/Spreadsheet_HowTo_Assessments.tex between versions 1.2 and 1.3

version 1.2, 2006/08/08 17:47:27 version 1.3, 2010/08/23 16:16:18
Line 14  expression over all symbolic names that Line 14  expression over all symbolic names that
   
 For example, for the above assessment with three parts,  For example, for the above assessment with three parts,
   
 \texttt{\&EXPANDSUM(}\texttt{\textbf{PART}}\texttt{;parameter\_}\texttt{\textbf{PART}}\texttt{\_weight{*}stores\_}\texttt{\textbf{PART}}\texttt{\_awarded)}  \texttt{\&EXPANDSUM(}\texttt{\textbf{PART}}\texttt{;parameter\_}\texttt{\textbf{PART}}\texttt{\_weight{*}stores\_}\texttt{\textbf{PART}}\texttt{\_awarded)}\\
   
 would become  would become
   
 \texttt{parameter\_0\_weight{*}stores\_0\_awarded +}~\\  \texttt{parameter\_0\_weight{*}stores\_0\_awarded +}~\\
 \texttt{parameter\_11\_weight{*}stores\_11\_awarded +}~\\  \texttt{parameter\_11\_weight{*}stores\_11\_awarded +}~\\
 \texttt{parameter\_12\_weight{*}stores\_12\_awarded +}~\\  \texttt{parameter\_12\_weight{*}stores\_12\_awarded +}~\\
 \texttt{parameter\_13\_weight{*}stores\_13\_awarded +}~\\  \texttt{parameter\_13\_weight{*}stores\_13\_awarded +}~\\
   
 where \textbf{bolded text} is used to highlight what the  where \textbf{bolded text} is used to highlight what the
 \texttt{\&EXPANDSUM} function is doing.  \texttt{\&EXPANDSUM} function is doing.
   
   \noindent
 \textbf{What 'tries' means}  \textbf{What 'tries' means}
   
 In multi-part questions, the exported value for "tries"\index{tries} is now   In multi-part questions, the exported value for "tries"\index{tries} is now 

Removed from v.1.2  
changed lines
  Added in v.1.3


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