File:  [LON-CAPA] / loncom / html / adm / help / tex / Statistics_Sequence.tex
Revision 1.2: download - view: text, annotated - select for diffs
Tue Sep 14 22:24:56 2004 UTC (19 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_1_99_1_tmcc, version_1_99_0_tmcc, version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_99_1, version_1_2_99_0, HEAD
- more tth fixes

\label{Statistics_Sequence}

The \textbf{Overall Problem Statistics} page displays the following 
data about the \textbf{Sequences} selected for evaluation:

\begin{itemize}

\item \textbf{\#Items}

The number of assessment items (problem parts) in the sequence.

\item \textbf{Score} and \textbf{Count} Statistics

For both the score, the product of the problem weight and the percent awarded,
and the count, the number of problem parts correct, the following data are 
computed:

\begin{itemize}
    \item \textbf{MEAN}

    \item \textbf{Standard Deviation}

    \item \textbf{Maximum}

    The highest achieved score or count in the data set.

    \item \textbf{Minimum}

    The lowest achieved score or count in the data set.

    \item \textbf{N}

    The number of students evaluated.

\end{itemize}

\item \textbf{KR-21}

This statistic measures the internal reliability of the data set.
\textbf{This statistic is relevant for exams only.}  Let $K$ be the
number of items in your test, $M$ the mean score on the test, $s$ the
standard deviation of the scores on your test, then the KR-21
statistic, $rk$, is given by the formula

$$ rk=\frac{K}{K-1}\cdot \frac{1-(M*(K-M))}{Ks^2} $$

\end{itemize}

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