n = 2, t = 2 Final score: score = 1, freq = 1 score = 2, freq = 1 score n proportion ------ ------------ ------------ 0 0 0.000000000 1 2 0.500000000 2 2 0.500000000 ... and for scoring at or above cutting score cut score n proportion ------ ------------ ------------ 2 2 0.500000000 1 4 1.000000000 O.K. total = 4 = expected total = 4 n = 3, t = 2 Final score: score = 0, freq = 0 score = 1, freq = 0 score = 2, freq = 3 score = 3, freq = 1 score n proportion ------ ------------ ------------ 0 0 0.000000000 1 0 0.000000000 2 6 0.750000000 3 2 0.250000000 ... and for scoring at or above cutting score cut score n proportion ------ ------------ ------------ 3 2 0.250000000 2 8 1.000000000 1 8 1.000000000 O.K. total = 8 = expected total = 8 n = 4, t = 2 Final score: score = 0, freq = 0 score = 1, freq = 0 score = 2, freq = 3 score = 3, freq = 4 score = 4, freq = 1 score n proportion ------ ------------ ------------ 0 0 0.000000000 1 0 0.000000000 2 6 0.375000000 3 8 0.500000000 4 2 0.125000000 ... and for scoring at or above cutting score cut score n proportion ------ ------------ ------------ 4 2 0.125000000 3 10 0.625000000 2 16 1.000000000 1 16 1.000000000 O.K. total = 16 = expected total = 16