File:  [LON-CAPA] / loncom / html / adm / help / tex / Chart_Output_Data.tex
Revision 1.3: download - view: text, annotated - select for diffs
Wed May 26 18:12:56 2004 UTC (20 years, 1 month ago) by matthew
Branches: MAIN
CVS tags: version_1_2_X, version_1_2_1, version_1_2_0, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0, HEAD
Added key for tries output.

    1: \label{Chart_Output_Data}
    2: 
    3: \textbf{Output Data}
    4: 
    5: The data which can be output by the chart is described below.
    6: 
    7: \begin{itemize}
    8: \item \textbf{Scores Summary}
    9:     The overall scores on each sequence are displayed.
   10: \item \textbf{Scores Per Problem} 
   11:     The students scores on every assessment in the selected sequences are
   12:     displayed.  A digit signifies the student received that many points on the
   13:     problem.  A '*' indicates the score was not a single digit.  The Excel 
   14:     output does not have this limitation and shows all scores properly.
   15: \item \textbf{Tries}
   16:     The number of tries a student required to complete each problem 
   17:     successfully is displayed.  The values are displayed as follows:
   18: \begin{tabular}{cl} 
   19: \textbf{1-9}& Number of attempts before the student got the problem right. \\
   20: \textbf{*}& Student required 10 or more attempts to successfullycomplete the problem. \\
   21: \textbf{.}& Student attempted the problem but was not able to solve it. \\
   22: \textbf{x}& Student was excused from the problem. \\
   23: \textbf{+}& Problem was marked correct by override. \\
   24: \textbf{-}& Problem was marked incorrect by override. \\
   25: \textbf{#}& Student has submitted to a handgraded problem. \\
   26: \textbf{blank}& Student did not attempt the problem. \\
   27: \end{tabular}
   28: \item \textbf{Parts Correct}
   29:     The total number of correct problem parts in each sequence will be 
   30:     displayed.
   31: \end{itemize}        

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