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

1.1     ! felicia     1: \label{Authoring_Spreadsheet}
        !             2: 
        !             3: 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} <field col=A row=0>'Available Points:'</field>
        !             5: <field col=B row=0>&SUM('X*')</field>
        !             6: <field col=C row=0>'Awarded Points:'</field>
        !             7: <field col=D row=0>&SUM('Z*')</field> 
        !             8: \end{verbatim}
        !             9: 

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