File:  [LON-CAPA] / loncom / html / adm / help / tex / Spreadsheet_Referencing_Parameters.tex
Revision 1.5: download - view: text, annotated - select for diffs
Sat Aug 21 08:51:08 2010 UTC (13 years, 10 months ago) by riegler
Branches: MAIN
CVS tags: HEAD

fixing latex error

    1: \label{Spreadsheet_Referencing_Parameters}
    2: 
    3: In the assessment-level spreadsheet, the parameters are available for
    4: calculation in three ways.
    5: 
    6: 1. Reference the cell containing the parameter: \texttt{A7}
    7: 
    8: 2. Reference the parameter by name: \texttt{[parameter\_0\_weight]}
    9: 
   10: In each of these two cases, the value of the parameter will replace the
   11: reference before the Perl code in the cell is executed.
   12: 
   13: 3. Use the \texttt{\&PARM()} function, this will get run as part of the perl
   14:    code evaluation.
   15: 

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