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

Shorten final_remark.

File:
1 edited

Legend:

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

    r14136 r14142  
    143143            return 'Fail'
    144144        if self.cumulative_params[0] < 2.4:
    145             return 'Third Class (Honours)'
     145            return '3rd'
    146146        if self.cumulative_params[0] < 3.5:
    147             return 'Second Class (Honours) Lower Division'
     147            return '2ndL'
    148148        if self.cumulative_params[0] < 4.5:
    149             return 'Second Class (Honours) Upper Division'
     149            return '2ndU'
    150150        if self.cumulative_params[0] < 5.1:
    151             return 'First Class Honours'
     151            return '1st'
    152152        return 'N/A'
    153153
Note: See TracChangeset for help on using the changeset viewer.