69

I have three years of experience teaching as part of a team (many teachers, some with more experience, agreeing on a syllabus and preparing the tests together), but this year is the first time I am fully in charge of some courses.

After grading the mid-term exam for one of my class, I noticed I had a weird grade distribution:

Abnormal grade distribution

(If this is useful, there are 24 grades, the set of grades is { 1.2, 1.4, 1.4, 1.9, 2.0, 2.3, 2.6, 2.6, 3.4, 4.2, 4.2, 4.3, 4.6, 4.6, 4.8, 4.8, 4.9, 5.3, 6.0, 6.2, 6.4, 7.1, 7.8, 7.8 }, the average is 4.25 and the standard deviation is 2.01.)

I have looked carefully at all my previous tests, and I can confirm I have never seen a curve like this before.

In my short experience, I have heard, read of reflected that a distribution with two curves would probably either mean that a) a large subgroup of students cheated or b) as a teacher I am mostly addressing the best students and letting the others down.

But this looks like there are actually three curves, and I am wondering which characteristic of my teaching or my students could explain that.

Besides, if someone is aware of any scholarly work on this subject, that would be lovely. I couldn't find anything myself.

Stephan Kolassa
  • 34,479
  • 11
  • 114
  • 185
scozy
  • 1,250
  • 2
  • 10
  • 16
  • 33
    Thank you for this question that adds content for the academia SO site that is not about how a given supervisor is a mean person or sense of self-worth issues. On the topic, I must say that I'm always amazed when I learn an instructor/prof does not care about grade distribution. – Cape Code Mar 31 '14 at 13:50
  • 13
    Your bins look too small for size and standard-dev or your dataset. Wikipedia has a few suggestions on bin-size: http://en.wikipedia.org/wiki/Histogram#Number_of_bins_and_width – Fractional Mar 31 '14 at 14:43
  • 2
    @RedSirius: Indeed, I have tried with the first suggestion, sqrt(24)≈5 bins, and the resulting curve has only one peak. – scozy Mar 31 '14 at 14:50
  • 21
    http://xkcd.com/1347/ (Excuse me, but I couldn't resist.) – Piotr Migdal Mar 31 '14 at 19:54
  • 4
    It's hard to believe anything particularly unusual is happening when adjusting three students by one SD each (move two from 2 to 4 and one from 8 to 6) gives a single-peaked distribution. – David Richerby Mar 31 '14 at 21:45
  • 2
  • Plot histograms of raw points. Does it look better? If not: 2) Plot histograms of individual tasks in order to figure out whether some problems had issues, or the exam as a whole. And always, 3) employ statistical tests in order to see whether your data is truly abnormal.
  • – Raphael Apr 01 '14 at 14:36
  • 4
    That distribution looks very much like the Teacher's T distribution. In other words, sometimes data will just look weird without meaning there's anything weird going on. – E.P. Apr 02 '14 at 10:56
  • 1
    For what it's worth, I'd worry more about the fact that the majority of your students don't seem able to score more than 50% on the exam. Unless you have explicitly designed the exam with the intent of having them select between questions rather than complete all of them, this suggests a mismatch between students, instructional techniques, exam and material being taught. – keshlam Apr 06 '14 at 03:41
  • My two cents: your set should not be a set, but a multiset. – Ambicion Jan 21 '17 at 20:24