scorecardto / scorecard

Scorecard is a free gradebook viewer compatible with Frontline SIS. This is the landing page and web app, written in NextJS.
https://scorecardgrades.com
MIT License
4 stars 0 forks source link

Problems with numbers shown for grades when hovering over % #6

Closed gjkeller closed 1 year ago

gjkeller commented 1 year ago
image

This math doesn't add up -- this should be a 14.8/15 instead of 14/17, Scorecard is converting the grade to an integer and using the maximum value when its should be using the grade scale (see below for actual grade in Frontline)

Screenshot 2022-12-13 at 9 34 36 AM
MaliciousFiles commented 1 year ago

The maximum should be a relatively easy fix, when I first made it I couldn't remember which value it was supposed to use for maximum and never looked into it.

The converting to an integer may require updating the extension's fetching code, which would take some time.

MaliciousFiles commented 1 year ago

Displaying as an integer will be fixed when the extension is updated, but displaying the wrong maximum should now be fixed on the website.