1.0.1 • Published 7 months ago

18-nrev-test-module v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

This is an mpm package that converts scores from the 100-point grading system to the ECTS format. The constructor of the exported class accepts one parameter, which is the score in the 100-point format.
The class has a method called ectsFromScore() that returns the corresponding ECTS value for the given score.

The score-to-ECTS conversion ratios are provided in the table.

score >= 90: "A"; 90 > score >= 82: "B"; 82 > score >= 74: "C"; 74 > score >= 65: "D"; 65 > score >= 60: "E"; 0 > score >= 59: "F";

1.0.1

7 months ago

1.0.0

7 months ago