Mapping from /50 to /6 scale:

  • 0/50 --> 1/6
  • 22/50 --> 4/6
  • 33/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<33, y = (x-22) /(33-22) + 4
  • 33<x<45, y = (x-33)/(45-33) + 5
  • x>=45, y = 6

Modifié le: lundi, 19 décembre 2022, 15:19