Annotation of loncom/html/adm/help/tex/Spreadsheet_Referencing_Parameters.tex, revision 1.8

1.1       matthew     1: \label{Spreadsheet_Referencing_Parameters}
                      2: 
1.8     ! lira        3: Assessment parameter names are listed when viewing the assessment-level spreadsheet in the column label `Item.' In the assessment-level spreadsheet, the parameters are available for
1.4       albertel    4: calculation in three ways.
1.1       matthew     5: 
1.6       riegler     6: \begin{enumerate}
1.8     ! lira        7: \item Reference the cell containing the parameter value: \texttt{A10}
1.1       matthew     8: 
1.8     ! lira        9: \item Reference the parameter value by string name in brackets: \texttt{[parameter\char`_0\char`_weight]}
1.1       matthew    10: 
1.4       albertel   11: In each of these two cases, the value of the parameter will replace the
                     12: reference before the Perl code in the cell is executed.
                     13: 
1.8     ! lira       14: \item Use the \texttt{\&PARM()} function, e.g. \texttt{\&PARM(parameter\char`_0\char`_weight)}, this will get run as part of the perl
1.4       albertel   15:    code evaluation.
1.6       riegler    16: \end{enumerate}
1.4       albertel   17: 

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