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/students/utils.py

    r13035 r13127  
    3030
    3131    """
    32 
    33     VERDICTS_DICT = {
    34         '0': 'not yet',
    35         'A': 'Successful student',
    36         'B': 'Student with carryover courses',
    37         'C': 'Student on probation',
    38         #'D': 'Withdrawn from the faculty',
    39         #'E': 'Student who were previously on probation',
    40         #'F': 'Medical case',
    41         #'G': 'Absent from examination',
    42         #'H': 'Withheld results',
    43         #'I': 'Expelled/rusticated/suspended student',
    44         #'J': 'Temporary withdrawn from the university',
    45         #'K': 'Unregistered student',
    46         #'L': 'Referred student',
    47         #'M': 'Reinstatement',
    48         #'N': 'Student on transfer',
    49         #'O': 'NCE-III repeater',
    50         #'Y': 'No previous verdict',
    51         #'X': 'New 300 level student',
    52         'Z': 'Successful student (provisional)',
    53         #'A1': 'First Class',
    54         #'A2': 'Second Class Upper',
    55         #'A3': 'Second Class Lower',
    56         #'A4': 'Third Class',
    57         #'A5': 'Pass',
    58         #'A6': 'Distinction',
    59         #'A7': 'Credit',
    60         #'A8': 'Merit',
    61         'NEOR': 'No evidence of registration',
    62         'NEOV': 'No evidence of verification',
    63         'FRNS': 'Faculty requirements not satisfied',
    64         }
    6532
    6633    gpa_boundaries = ((1, 'FRNS'),
Note: See TracChangeset for help on using the changeset viewer.