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

lira lira at source.lon-capa.org
Sat Jan 2 23:35:47 EST 2016


lira		Sun Jan  3 04:35:47 2016 EDT

  Modified files:              
    /loncom/html/adm/help/tex	Authoring_Spreadsheet.tex 
  Log:
  fix quotes. Add more detail.
  
  
Index: loncom/html/adm/help/tex/Authoring_Spreadsheet.tex
diff -u loncom/html/adm/help/tex/Authoring_Spreadsheet.tex:1.2 loncom/html/adm/help/tex/Authoring_Spreadsheet.tex:1.3
--- loncom/html/adm/help/tex/Authoring_Spreadsheet.tex:1.2	Mon Aug 23 16:16:18 2010
+++ loncom/html/adm/help/tex/Authoring_Spreadsheet.tex	Sun Jan  3 04:35:47 2016
@@ -1,10 +1,12 @@
 \label{Authoring_Spreadsheet}
 
-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: 
+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:
+ 
 \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> 
+<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}
 
+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.




More information about the LON-CAPA-cvs mailing list