Skip to content

Commit

Permalink
changed predicted grades type to display total score (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianliu8709 authored Oct 13, 2022
1 parent 2dfcbd9 commit d62571b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/calculate_grade.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function determineGradeType(assignments, categories, currentGrade) {
//} else {
// type = 'totalPercent';
//}
type = 'categoryPercent';
type = 'totalPercent';

return {
type,
Expand Down

0 comments on commit d62571b

Please sign in to comment.