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

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