At school sports days, the children receive a performance indication for each event.
For example, in long jump (in meters):
- from 0.00 to 0.75 = E
- from 0.76 to 1.50 = D
- from 1.51 to 2.25 = C
- from 2.26 to 3.00 = B
- from 3.01 and more = A
Johnny jumps 2.08 meters and receives a C as his points.
Klaus jumps 3.98 meters and receives an A as his points.
If the data field Points is numerical, then a possible solution would be: E=1, D=2, C=3, B=4, A=5.
Is it possible to realize this as a scoring formula for each person?
This has been automatically translated into English