Changeset 15054
- Timestamp:
- 16 Jun 2018, 05:45:48 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/studylevel.py
r14955 r15054 216 216 if self.cumulative_params[0] < failed_limit: 217 217 return 'Fail' 218 dummy, repeat = divmod(self.level, 100) 219 if self.cumulative_params[0] < 5.1 and repeat == 2: 220 # Irrespective of the CGPA of a student, if the He/She has 221 # 3rd Extension, such student will be graduated with a "Pass". 222 return 'Pass' 218 223 if self.cumulative_params[0] < 1.5: 219 224 if is_dp:
Note: See TracChangeset for help on using the changeset viewer.