File:  [LON-CAPA] / loncom / html / adm / help / tex / Spreadsheet_Referencing_Parameters.tex
Revision 1.4: download - view: text, annotated - select for diffs
Tue Jan 23 01:48:37 2007 UTC (17 years, 5 months ago) by albertel
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_99_0, bz6209-base, bz6209, bz5969, bz2851, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, HEAD, GCI_3, GCI_2, GCI_1, BZ5971-printing-apage, BZ5434-fox
- add a &PARM() routine to SPRS
- document &PARM(), &MAXPARM(), &MINPARM()

\label{Spreadsheet_Referencing_Parameters}

In the assessment-level spreadsheet, the parameters are available for
calculation in three ways.

1. Reference the cell containing the parameter: \texttt{A7}

2. Reference the parameter by name: \texttt{[parameter\_0\_weight]}

In each of these two cases, the value of the parameter will replace the
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.


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