Mark’s Math
  • Scholarship
  • Viz
  • Class

Grade flow

Since the Fall of 2014, I’ve taught calculus to students enrolled across sections of Calculus I, II, or III (excluding sections forced online by the pandemic). Each of those classes has followed a similar pattern with three exams during the term and a final exam. I compute grades after each exam to let everyone know exactly where they stand. The visualization below shows how those grades flow throughout the semester. If you hover over the B under Grade 1, for example, you’ll find that students had earned a B after the first exam and that of those students went on to earn an A for their final grade. Links illustrating how the grades flow along the way also appear on hover.

import {make_grade_flow} from './components/grade_flow.js'
flow = make_grade_flow()
 

Written, owned, hosted, and copyright 2025, Mark McClure