Mapping from /50 to /6 scale:

  • 0/50 --> 1/6
  • 22/50 --> 4/6
  • 35/50 --> 5/6
  • 45/50 --> 6/6
In between these 4 levels, the scale is linear, i.e.,
if x is the grade out of 50, and y is the grade out of 6:
  • 0<x<22, y = 3x/22 + 1
  • 22<x<35, y = (x-22) /13 + 4
  • 35<x<45, y = (x-35)/10 + 5

Last modified: Friday, 11 December 2020, 17:35