Ignore:
Timestamp:
1 Sep 2016, 06:42:57 (8 years ago)
Author:
Henrik Bettermann
Message:

Upper and Lower

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/students/studylevel.py

    r14142 r14145  
    145145            return '3rd'
    146146        if self.cumulative_params[0] < 3.5:
    147             return '2ndL'
     147            return '2nd Lower'
    148148        if self.cumulative_params[0] < 4.5:
    149             return '2ndU'
     149            return '2nd Upper'
    150150        if self.cumulative_params[0] < 5.1:
    151151            return '1st'
Note: See TracChangeset for help on using the changeset viewer.