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

Move VERDICTS_DICT to NigeriaKofaUtils?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/utils.py

    r12574 r13126  
    2525    """
    2626
    27     VERDICTS_DICT = {
    28         '0': 'not yet',
    29         'A': 'Successful student',
    30         'B': 'Student with carryover courses',
    31         'C': 'Student on probation',
    32         'D': 'Withdrawn from the faculty',
    33         'E': 'Student who were previously on probation',
    34         'F': 'Medical case',
    35         'G': 'Absent from examination',
    36         'H': 'Withheld results',
    37         'I': 'Expelled/rusticated/suspended student',
    38         'J': 'Temporary withdrawn from the university',
    39         'K': 'Unregistered student',
    40         'L': 'Referred student',
    41         'M': 'Reinstatement',
    42         'N': 'Student on transfer',
    43         #'O': 'NCE-III repeater', # FCEOkene only
    44         'P': 'Exhausted maximum years in the university',
    45         'Y': 'No previous verdict',
    46         'X': 'New 300 level student (Uniben)',
    47         'Z': 'Successful student (provisional)',
    48         'A1': 'First Class',
    49         'A2': 'Second Class Upper',
    50         'A3': 'Second Class Lower',
    51         'A4': 'Third Class',
    52         'A5': 'Pass',
    53         'A6': 'Distinction',
    54         'A7': 'Credit',
    55         'A8': 'Merit',
    56         }
    57 
    5827    SEPARATORS_DICT = {
    5928        'form.fst_sit_fname': _(u'First Sitting Record'),
Note: See TracChangeset for help on using the changeset viewer.