--- loncom/html/adm/help/tex/Attic/Spreadsheet_Op_On_All_Problem_Parts.tex 2002/07/29 14:51:43 1.3 +++ loncom/html/adm/help/tex/Attic/Spreadsheet_Op_On_All_Problem_Parts.tex 2002/07/29 17:27:43 1.4 @@ -11,14 +11,18 @@ expression over all symbolic names that 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}.