Skip to content

Commit

Permalink
fixup! feat: initial implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrendalath committed Nov 14, 2023
1 parent 8fce528 commit b832ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx_certificates/processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def retrieve_subsection_grades(course_id: CourseKey, options: dict[str, Any]) ->
"required_grades": {
"Homework": 0.4,
"Exam": 0.9,
"Total": 0.8,
"Total": 0.8
}
}
Expand Down

0 comments on commit b832ed7

Please sign in to comment.