Changeset 15090 for main/waeup.aaue/trunk/src/waeup/aaue
- Timestamp:
- 28 Jul 2018, 05:03:54 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/studylevel.py
r15054 r15090 217 217 return 'Fail' 218 218 dummy, repeat = divmod(self.level, 100) 219 if self.cumulative_params[0] < 5.1 and repeat == 2 :219 if self.cumulative_params[0] < 5.1 and repeat == 20: 220 220 # Irrespective of the CGPA of a student, if the He/She has 221 221 # 3rd Extension, such student will be graduated with a "Pass".
Note: See TracChangeset for help on using the changeset viewer.