[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Authoring_Spreadsheet.tex Spreadsheet_Files.tex
felicia
lon-capa-cvs@mail.lon-capa.org
Tue, 14 Feb 2006 19:02:30 -0000
felicia Tue Feb 14 14:02:30 2006 EDT
Added files:
/loncom/html/adm/help/tex Authoring_Spreadsheet.tex
Modified files:
/loncom/html/adm/help/tex Spreadsheet_Files.tex
Log:
Added information about the formula for a .spreadsheet file.
Index: loncom/html/adm/help/tex/Spreadsheet_Files.tex
diff -u loncom/html/adm/help/tex/Spreadsheet_Files.tex:1.2 loncom/html/adm/help/tex/Spreadsheet_Files.tex:1.3
--- loncom/html/adm/help/tex/Spreadsheet_Files.tex:1.2 Tue Oct 14 12:03:51 2003
+++ loncom/html/adm/help/tex/Spreadsheet_Files.tex Tue Feb 14 14:02:29 2006
@@ -22,8 +22,7 @@
Using the ``Select Spreadsheet File'' link opens the LON-CAPA resource browser.
Only files with the extension \texttt{spreadsheet} can be selected. The
-spreadsheet definition file must be valid XML. Please contact the LON-CAPA
-development team for instructions and examples on creating these files.
+spreadsheet definition file must be valid XML. (You must be author to create and publish a spreadsheet file \ref{Authoring_Spreadsheet}.)
\textbf{Setting the Assessment Level Spreadsheets used to Calculate Grades}
Index: loncom/html/adm/help/tex/Authoring_Spreadsheet.tex
+++ loncom/html/adm/help/tex/Authoring_Spreadsheet.tex
\label{Authoring_Spreadsheet}
You can create a spreadsheet XML file to import into your course. The file must be named with the extension .spreadsheet. Example:
\begin{verbatim} <field col=A row=0>'Available Points:'</field>
<field col=B row=0>&SUM('X*')</field>
<field col=C row=0>'Awarded Points:'</field>
<field col=D row=0>&SUM('Z*')</field>
\end{verbatim}