Ignore:
Timestamp:
1 Jul 2015, 18:39:13 (9 years ago)
Author:
Henrik Bettermann
Message:

Move VERDICTS_DICT.

File:
1 edited

Legend:

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

    r13030 r13128  
    5757    SELECTABLE_PAYMENT_CATEGORIES = deepcopy(PAYMENT_CATEGORIES)
    5858
     59    VERDICTS_DICT = {
     60        '0': 'not yet',
     61        'A': 'Successful student',
     62        'B': 'Student with carryover courses',
     63        'C': 'Student on probation',
     64        'D': 'Withdrawn from the faculty',
     65        #'E': 'Student who were previously on probation',
     66        #'F': 'Medical case',
     67        'G': 'Absent from examination',
     68        #'H': 'Withheld results',
     69        'I': 'Expelled/rusticated/suspended student',
     70        'J': 'Temporary withdrawn from the university',
     71        #'K': 'Unregistered student',
     72        'L': 'Referred student',
     73        'M': 'Reinstatement',
     74        #'N': 'Student on transfer',
     75        'O': 'NCE-III repeater',
     76        #'Y': 'No previous verdict',
     77        #'X': 'New 300 level student (Uniben)',
     78        'Z': 'Successful student (provisional)',
     79        'A1': 'First Class',
     80        'A2': 'Second Class Upper',
     81        'A3': 'Second Class Lower',
     82        'A4': 'Third Class',
     83        'A5': 'Pass',
     84        'A6': 'Distinction',
     85        'A7': 'Credit',
     86        'A8': 'Merit',
     87        'OPDE': 'PDE repeater',
     88        }
     89
    5990    def getPaymentItem(self, payment):
    6091        """Return payment item.
Note: See TracChangeset for help on using the changeset viewer.