File:  [LON-CAPA] / loncom / html / adm / help / tex / Chart_Output_Formats.tex
Revision 1.4: download - view: text, annotated - select for diffs
Mon Aug 7 19:05:37 2006 UTC (18 years ago) by webbsuza
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_99_3, bz6209-base, bz6209, bz5969, bz2851, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, HEAD, GCI_3, GCI_2, GCI_1, BZ5971-printing-apage, BZ5434-fox
made grammatical changes to several files. Re-workding and fixing typos. ----------------------------------------------------------------------

    1: \label{Chart_Output_Formats}
    2: 
    3: \textbf{Output Formats}
    4: 
    5: The following are the output formats currently available for the chart.
    6: 
    7: \begin{itemize}
    8: \item \textbf{HTML, with links: }
    9: Output HTML with each symbol linked to the problem which generated it.
   10: Problems the students have not attempted are not linked to. By including links,
   11: the output web page can become very large. If your browser crashes on the 
   12: full display, try selecting less folders to view or choose to output the HTML
   13: without links.
   14: \item \textbf{HTML, with all links: }
   15: Output HTML with each symbol linked to the problem which generated it.  
   16: This includes links for unattempted problems. By including links,
   17: the output web page can become very large. If your browser crashes on the 
   18: full display, try selecting less folders to view, or choose to output the HTML
   19: without links.
   20: \item \textbf{HTML, without links: }
   21: Output HTML without any links to any of the students' homework problems.
   22: \item \textbf{Excel}
   23: Output an Excel 95 compatible file.  Excel is limited to 256 columns, so you
   24: may be asked to reduce the number of sequences or folders you have selected.
   25: There is currently a 7 megabyte limit on the size of the Excel files LON-CAPA
   26: can generate.
   27: \item \textbf{CSV}
   28: Output a comma separated values file suitable for import into a spreadsheet 
   29: program.  This method does not have any limitations on the size or number
   30: of columns that can be exported.
   31: \end{itemize}
   32: 

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