Changeset 10641


Ignore:
Timestamp:
23 Sep 2013, 08:12:39 (11 years ago)
Author:
Henrik Bettermann
Message:

Change gpa boundary names.

File:
1 edited

Legend:

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

    r10467 r10641  
    2828
    2929    """
     30
     31    gpa_boundaries = ((1, 'FRNS'),
     32                      (1.5, 'Pass'),
     33                      (2.4, '3rd Class Honours'),
     34                      (3.5, '2nd Class Honours Lower Division'),
     35                      (4.5, '2nd Class Honours Upper Division'),
     36                      (5, '1st Class Honours'))
    3037
    3138    def getReturningData(self, student):
Note: See TracChangeset for help on using the changeset viewer.