[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Authoring_Spreadsheet.tex

lira lira at source.lon-capa.org
Wed Dec 28 17:35:09 EST 2016


lira		Wed Dec 28 22:35:09 2016 EDT

  Modified files:              
    /loncom/html/adm/help/tex	Authoring_Spreadsheet.tex 
  Log:
  Clarify example. Also, file will be renamed to Spreadsheet_Authoring.tex in the next commit.
  
Index: loncom/html/adm/help/tex/Authoring_Spreadsheet.tex
diff -u loncom/html/adm/help/tex/Authoring_Spreadsheet.tex:1.3 loncom/html/adm/help/tex/Authoring_Spreadsheet.tex:1.4
--- loncom/html/adm/help/tex/Authoring_Spreadsheet.tex:1.3	Sun Jan  3 04:35:47 2016
+++ loncom/html/adm/help/tex/Authoring_Spreadsheet.tex	Wed Dec 28 22:35:09 2016
@@ -1,6 +1,6 @@
 \label{Authoring_Spreadsheet}
 
-To use a spreadsheet in multiple courses, authors can create spreadsheet XML files in their authoring space. Published spreadsheets can be imported into courses. See \textbf{Loading a Spreadsheet Definition from a Published File} (\ref{Spreadsheet_Loading}). A spreadshet uses the syntax:
+To use a spreadsheet in multiple courses, authors can create spreadsheet XML files in their authoring space. Published spreadsheets can be imported into courses. See \textbf{Loading a Spreadsheet Definition from a Published File} (\ref{Spreadsheet_Loading}). The spreadsheet syntax is illustrated by the following example demonstrating both text and formulas:
  
 \begin{verbatim} 
 <field col=A row=0>`Available Points:'</field>
@@ -9,4 +9,4 @@
 <field col=D row=0>&SUM(`Z*')</field> 
 \end{verbatim}
 
-See \textbf{Modifying the Spreadsheet} (\ref{Spreadsheet_Editing}) for more information on programming cells. The file must be saved in authoring space with the extension .spreadsheet.  Currently, a spreadsheet must be imported into authoring space as a .txt file and then renamed to a .spreadsheet. After it is published with the .spreadsheet extension, it can be imported into a course.
+See \textbf{Modifying the Spreadsheet} (\ref{Spreadsheet_Editing}) for more information on programming cells. Very complex calculations can be performed in the cells. The file must be saved in authoring space with the extension .spreadsheet.  Currently, a spreadsheet must be imported into authoring space as a .txt file and then renamed to a .spreadsheet. After it is published with the .spreadsheet extension, it can be imported into a course.




More information about the LON-CAPA-cvs mailing list