Diff for /loncom/html/adm/help/tex/Spreadsheet_Referencing_Parameters.tex between versions 1.5 and 1.7

version 1.5, 2010/08/21 08:51:08 version 1.7, 2010/08/26 21:06:38
Line 3 Line 3
 In the assessment-level spreadsheet, the parameters are available for  In the assessment-level spreadsheet, the parameters are available for
 calculation in three ways.  calculation in three ways.
   
 1. Reference the cell containing the parameter: \texttt{A7}  \begin{enumerate}
   \item Reference the cell containing the parameter: \texttt{'A7'}
   
 2. Reference the parameter by name: \texttt{[parameter\_0\_weight]}  \item Reference the parameter by name: \texttt{'[parameter\_0\_weight]'}
   
 In each of these two cases, the value of the parameter will replace the  In each of these two cases, the value of the parameter will replace the
 reference before the Perl code in the cell is executed.  reference before the Perl code in the cell is executed.
   
 3. Use the \texttt{\&PARM()} function, this will get run as part of the perl  \item Use the \texttt{\&PARM()} function, this will get run as part of the perl
    code evaluation.     code evaluation.
   \end{enumerate}
   

Removed from v.1.5  
changed lines
  Added in v.1.7


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