1.0.1 • Published 6 months ago

ects-dotkurka v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

ECTS Convert

Installation

$ npm install ects-dotkurka

Using

const ECTS = require('ects-dotkurka');

cons score = 95;

const ectsConverter = new ECTS(score);
const ectsResult = ectsConverter.ectsFromScore()

console.log(`Score: ${score}, ECTS Grade: ${ectsResult}`); // Score: 95, ECTS Grade: A

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

ScoreECTS
90 - 100A
82 - 89B
74 - 81C
65 - 73D
60 - 64E
0 - 59B
1.0.1

6 months ago

1.0.0

6 months ago