Changeset 16517
- Timestamp:
- 29 Jun 2021, 06:36:28 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/studylevel.py
r16509 r16517 91 91 """Uniben Course Grading System 92 92 """ 93 if self.total_score < self.passmark: 94 return ('F',0) 93 95 if getattr(self, 'grading_sys', 'A') == 'A': 94 96 if self.total_score is None:
Note: See TracChangeset for help on using the changeset viewer.