Changeset 14463 for main/waeup.aaue/trunk/src/waeup
- Timestamp:
- 26 Jan 2017, 08:55:04 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/studylevel.py
r14444 r14463 195 195 if self.cumulative_params[0] < failed_limit: 196 196 return 'Fail' 197 if self.cumulative_params[0] < 1.5: 198 return 'Pass' 197 199 if self.cumulative_params[0] < 2.4: 198 200 return '3s_rd_s'
Note: See TracChangeset for help on using the changeset viewer.