Changeset 14145 for main/waeup.aaue/trunk
- Timestamp:
- 1 Sep 2016, 06:42:57 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/studylevel.py
r14142 r14145 145 145 return '3rd' 146 146 if self.cumulative_params[0] < 3.5: 147 return '2nd L'147 return '2nd Lower' 148 148 if self.cumulative_params[0] < 4.5: 149 return '2nd U'149 return '2nd Upper' 150 150 if self.cumulative_params[0] < 5.1: 151 151 return '1st'
Note: See TracChangeset for help on using the changeset viewer.