Mapping from /50 to /6 scale:

  • 0/50 --> 1/6
  • 26/50 --> 4/6
  • 37/50 --> 5/6
  • 48/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<26, y = 3x/26 + 1
  • 26<x<37, y = (x-26) /11 + 4
  • 37<x<48, y = (x-37)/11 + 5

Last modified: Monday, 14 February 2022, 19:33