Annotation of loncom/html/adm/help/tex/Authoring_Spreadsheet.tex, revision 1.2

1.1       felicia     1: \label{Authoring_Spreadsheet}
                      2: 
1.2     ! riegler     3: As an author you can create a spreadsheet XML file to import into your course.  The file must be named with the extension .spreadsheet.  Example: 
        !             4: \begin{verbatim} 
        !             5: <field col=A row=0>'Available Points:'</field>
1.1       felicia     6: <field col=B row=0>&SUM('X*')</field>
                      7: <field col=C row=0>'Awarded Points:'</field>
                      8: <field col=D row=0>&SUM('Z*')</field> 
                      9: \end{verbatim}
                     10: 

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