August Hayes
Results
2
issues of
August Hayes
Fixes Issue #67
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`); }...