Annotation of loncom/html/adm/help/tex/Chart_Output_Formats.tex, revision 1.2

1.1       matthew     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.
                     11: \item \textbf{HTML, with all links}
                     12: Output HTML with each symbol linked to the problem which generated it.  
                     13: This includes links for unattempted problems.
                     14: \item \textbf{HTML, without links}
                     15: Output HTML without any links to any of the students homework problems.
                     16: By not including links, the size of the web page is greatly reduced.  
                     17: If your browser crashes on the full display, try this.
                     18: \item \textbf{Excel}
1.2     ! vandui11   19: Output an Excel 95 compatible file.  Excel is limited to 256 columns, so you
1.1       matthew    20: may be asked to reduce the number of sequences or folders you have selected.
                     21: There is currently a 7 megabyte limit on the size of the Excel files LON-CAPA
                     22: can generate.
                     23: \item \textbf{CSV}
1.2     ! vandui11   24: Output a comma separated values file suitable for import into a spreadsheet 
1.1       matthew    25: program.  This method does not have any limitations on the size or number
                     26: of columns that can be exported.
                     27: \end{itemize}
                     28: 

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