File:  [LON-CAPA] / loncom / html / adm / help / tex / Chart_Output_Data.tex
Revision 1.8: download - view: text, annotated - select for diffs
Sat Aug 21 09:41:03 2010 UTC (14 years ago) by riegler
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_X, version_2_11_5_msu, version_2_11_5, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, 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

saving work for updating cc manual

    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.  Students received that many points on the problem.  
   13:     A '*' indicates the score was not a single digit.  Excel and CSV output does not have this limitation and shows all scores properly. \\
   14: \begin{tabular}{cl} 
   15: \textbf{0-9}&Current student score on the problem.\\
   16: \textbf{*}&Student score on the problem was not a single digit\\
   17: &(Excel and CSV output do not have this limitation). \\
   18: \textbf{u}&Student answer has been submitted but has not been graded. \\
   19: \textbf{d}&Student saved a draft solution but has not submitted a solution.\\
   20: \textbf{x}&Student was excused from the problem. \\
   21: \textbf{blank}&Student has not attempted the problem. \\
   22: \end{tabular}
   23: \item \textbf{Tries}
   24:     The number of tries a student took to complete each problem 
   25:     successfully is displayed.  The values are displayed as follows:\\
   26: \begin{tabular}{cl} 
   27: \textbf{1-9}& Number of attempts before the student got the problem right. \\
   28: \textbf{*}& Student required 10 or more attempts to successfully complete the problem.\\
   29: \textbf{.}& Student attempted the problem but was not able to solve it. \\
   30: \textbf{x}& Student was excused from the problem. \\
   31: \textbf{+}& Problem was marked correct by override. \\
   32: \textbf{-}& Problem was marked incorrect by override. \\
   33: \textbf{u}& Student has submitted to a handgraded problem which has not been graded.\\
   34: \textbf{blank}& Student did not attempt the problem. \\
   35: \end{tabular}
   36: \item \textbf{Parts Correct}
   37:     The total number of correct problem parts in each sequence will be 
   38:     displayed.
   39: \end{itemize}        

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