ects-mcenjoy
v1.0.0
Published
Converts scores from the 100-point grading system to the ECTS format
Downloads
10
Readme
ects-mcenjoy
This project provides a simple JavaScript class to convert numerical scores into the European Credit Transfer and Accumulation System (ECTS) grades.
Installation
Install ects-converter with npm
npm install ects-mcenjoyUsage/Examples
const ECTS = require("ects-mcenjoy");
const studentScore = new ECTS(85);
console.log(studentScore.ectsFromScore()); // Output: "B"