File:  [LON-CAPA] / loncom / html / adm / help / tex / Attic / Authoring_Spreadsheet.tex
Revision 1.2: download - view: text, annotated - select for diffs
Mon Aug 23 16:16:18 2010 UTC (13 years, 11 months ago) by riegler
Branches: MAIN
CVS tags: version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, HEAD, BZ4492-merge, BZ4492-feature_horizontal_radioresponse

Updating chapter 15 of cc manual.

\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: 
\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}


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