Aspine / aspine

Alternate frontend to Aspen, making it easier for CPSD students to access and predict their grades
https://aspine.cpsd.us
GNU General Public License v3.0
14 stars 23 forks source link

Calculated Grade #341

Open jshaw-7 opened 2 years ago

jshaw-7 commented 2 years ago

editing grades to all be 100 gave a calculated grade of 99.72 and not a 100? don't know why

Screen Shot 2022-09-22 at 10 03 47 PM

tektaxi commented 2 years ago

This is definitely a larger issue, I have heard many complaints about this in the past few days. We should make this a priority to fix in the next update. I'm also experiencing the same issue at times when I edit my grades.

brianliu8709 commented 1 year ago

Two problems here: 1) In the 'public/js/calculate_grade.js' file, the 'categoryPercent' property is calculated horrendously. 2) In the 'public/js/extraFunctions.js' file, the 'type' property is 'categoryPercent' instead of 'totalPercent'

psvenk commented 1 year ago

Just noting in case you aren't aware already: the tracking issue for the larger problem is #102.