File:  [LON-CAPA] / loncom / html / adm / help / tex / Chart_Output_Data.tex
Revision 1.1: download - view: text, annotated - select for diffs
Wed Jun 11 16:17:12 2003 UTC (21 years, 2 months ago) by matthew
Branches: MAIN
CVS tags: version_1_0_99, version_1_0_3, version_1_0_2, version_1_0_1, version_1_0_0, version_0_99_5, version_0_99_4, version_0_99_3, version_0_99_2, HEAD
Adding the beginings of chart help documentation.

    1: \label{Chart_Output_Data}
    2: 
    3: \textbf{Output Data}
    4: 
    5: There are two categories of data available for output from the chart.
    6: 
    7: \begin{itemize}
    8: \item \textbf{Scores}
    9: The students score on a problem part is computed as 
   10:     \textbf{part weight} * \textbf{part awarded}.
   11: \item \textbf{Tries}
   12: The number of tries before success on each problem part.
   13: \end{itemize}
   14: 
   15: Each of these types of data has the following output modes available:
   16: 
   17: \begin{itemize}
   18: \item \textbf{Scores}
   19: 
   20: \begin{itemize}
   21: \item \textbf{Scores}
   22: The students score on each problem part is shown.
   23: \item \textbf{Scores Sum}
   24: The total of the scores of the student on each problem part in the sequences 
   25: or folders selected is shown.
   26: \item \textbf{Scores Sum \& Maximums}
   27: The score of each student as well as the maximum possible (for each student)
   28:    on each sequence or folder is shown.
   29: \item \textbf{Scores Summary Table Only}
   30: The average score on each sequence or folder for the selected students is shown
   31: in a table.
   32: \end{itemize}
   33: 
   34: \item \textbf{Tries}
   35: \begin{itemize}
   36: \item \textbf{Tries}
   37: The number of tries before success on each problem part is shown for each
   38:     student.
   39: \item \textbf{Parts Correct}
   40: The Number of Problem Parts completed successfully by each student for the
   41:     selected sequences or folders is shown.
   42: \item \textbf{Parts Correct \& Maximums}
   43: The Number of Problem Parts completed successfully and the maximum possible
   44:     for each student is shown.
   45: \item \textbf{Parts Summary Table Only}
   46: A summary table of the average number of problem parts students were able to 
   47:     get correct in each sequence or folder is shown.
   48: \end{itemize}
   49: \end{itemize}

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