Diff for /loncom/html/adm/help/tex/Spreadsheet_Referencing_Parameters.tex between versions 1.3 and 1.4

version 1.3, 2006/08/08 17:47:27 version 1.4, 2007/01/23 01:48:37
Line 1 Line 1
 \label{Spreadsheet_Referencing_Parameters}  \label{Spreadsheet_Referencing_Parameters}
   
 In the assessment-level spreadsheet, the parameters are available for  In the assessment-level spreadsheet, the parameters are available for
 calculation in two ways.  calculation in three ways.
   
 1. Reference the cell containing the parameter: \texttt{A7}  1. Reference the cell containing the parameter: \texttt{A7}
   
 2. Reference the parameter by name: \texttt{[parameter\_0\_weight]}  2. Reference the parameter by name: \texttt{[parameter\_0\_weight]}
   
 In each case, the value of the parameter will replace the reference before the  In each of these two cases, the value of the parameter will replace the
 Perl code in the cell is executed.  reference before the Perl code in the cell is executed.
   
   3. Use the &PARM() function, this will get run as part of the perl
      code evaluation.
   

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


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