bettercanvas icon indicating copy to clipboard operation
bettercanvas copied to clipboard

Fix for dashboard grades not showing

Open August-H opened this issue 1 year ago • 2 comments

getGrades function takes from current_grading_period scores when it should be computed_current_score

Fixed getGrades funciton:

function getGrades() { if (options.gpa_calc === true || options.dashboard_grades === true) { grades = getData(${domain}/api/v1/courses?enrollment_state=active&include[]=concluded&include[]=total_scores&include[]=computed_current_score&per_page=100); } }

Line 1778 in content.js Fixes GPA calculator also

August-H avatar Apr 28 '24 22:04 August-H

Screenshot 2024-04-28 151500

Bug in red

August-H avatar Apr 28 '24 22:04 August-H

Sorry for the extremely late response, been quite busy. I'll try getting this into the next update whenever that is (maybe in a month or two)

ksucpea avatar Jun 18 '24 03:06 ksucpea