Ignore:
Timestamp:
1 Jul 2015, 18:38:09 (10 years ago)
Author:
Henrik Bettermann
Message:

Move VERDICTS_DICT.

File:
1 edited

Legend:

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

    r13035 r13127  
    7777        }
    7878
     79    VERDICTS_DICT = {
     80        '0': 'not yet',
     81        'A': 'Successful student',
     82        'B': 'Student with carryover courses',
     83        'C': 'Student on probation',
     84        #'D': 'Withdrawn from the faculty',
     85        #'E': 'Student who were previously on probation',
     86        #'F': 'Medical case',
     87        #'G': 'Absent from examination',
     88        #'H': 'Withheld results',
     89        #'I': 'Expelled/rusticated/suspended student',
     90        #'J': 'Temporary withdrawn from the university',
     91        #'K': 'Unregistered student',
     92        #'L': 'Referred student',
     93        #'M': 'Reinstatement',
     94        #'N': 'Student on transfer',
     95        #'O': 'NCE-III repeater',
     96        #'Y': 'No previous verdict',
     97        #'X': 'New 300 level student',
     98        'Z': 'Successful student (provisional)',
     99        #'A1': 'First Class',
     100        #'A2': 'Second Class Upper',
     101        #'A3': 'Second Class Lower',
     102        #'A4': 'Third Class',
     103        #'A5': 'Pass',
     104        #'A6': 'Distinction',
     105        #'A7': 'Credit',
     106        #'A8': 'Merit',
     107        'NEOR': 'No evidence of registration',
     108        'NEOV': 'No evidence of verification',
     109        'FRNS': 'Faculty requirements not satisfied',
     110        }
Note: See TracChangeset for help on using the changeset viewer.