Changeset 14327 for main/waeup.aaue


Ignore:
Timestamp:
8 Dec 2016, 07:01:03 (8 years ago)
Author:
Henrik Bettermann
Message:

Use superscripts in remarks.

File:
1 edited

Legend:

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

    r14322 r14327  
    156156                return 'Fail'
    157157            if self.cumulative_params[0] < 2.4:
    158                 return '3rd'
     158                return '3s_rd_s'
    159159            if self.cumulative_params[0] < 3.5:
    160                 return '2.2'
     160                return '2s_2_s'
    161161            if self.cumulative_params[0] < 4.5:
    162                 return '2.1'
     162                return '2s_1_s'
    163163            if self.cumulative_params[0] < 5.1:
    164                 return '1st'
     164                return '1s_st_s'
    165165            return 'N/A'
    166166        # returning student remark
Note: See TracChangeset for help on using the changeset viewer.