|
Grading on a curve
|
Teaching
|
By jvano
from the creative algorithms department
Posted Thu Dec 05, 2002 at 08:48:51 PM PDT
|
|
As the semester draws to a close,
I've had students ask me if I will
grade on a curve.
While I have never graded on a curve,
just for fun I tried to determine
how things would look if I did
(a short account of my tinkering follows in the extended copy).
The main thing I came to realize is one can justify many algorithms as "grading on a curve" with significantly different results.
Most students seem to feel that curving
the exams is somehow beneficial, but that
doesn't seem to necessarily be the case.
Have you ever graded on a curve?
If so, what was the algorithm you employed?
When talking about "curving" an exam what method do people feel is the "best"?
Post a Comment
|
| So first off, I grade on a straight 90%/80%/70%/60%
scale with the caveat that I may change the cutoffs but only in the students favor (i.e. lower cutoffs).
Since I usually write fairly challenging exams, I usually also have an opportunity for students to submit test corrections and allow them to earn back up to half of the points they missed.
When I calculated the "curve" for my last exam, I used a standard normal distribution taking the 90% percentile (mean + 1.29 std dev)
as A, the 80% percentile (mean + 0.85 std dev)
as B, the 70% percentile (mean + 0.53 std dev)
as C and so forth. Clearly this isn't an ideal methods since by default 50% of the class would fail!
I also centered the curve around a C but this still gives no indication of where the cutoff for A, B or even C should fall. Should one use the 75% percentile for A so that roughly 25% of the class gets an A?
Another question is, should the distribution be
centered around a C? My school gives out A/B and B/C grades but no C/D or D/F which would seem to suggest that the center of the grade distribution should be a B.
Maybe take 75% for A, 50% for B, 25% for C and the rest D or F? That just doesn't seem right.
A final question for the statistics people out here, a normal distribution is clearly not a good model for the actual point distribution in any given class. Would it be better to try and fit some type of multi-modal distribution? And if so how!?
So we have the topic... Discuss... |
|
|