Changeset 7624


Ignore:
Timestamp:
10 Feb 2012, 20:03:10 (13 years ago)
Author:
Henrik Bettermann
Message:

Reorder verdicts.

File:
1 edited

Legend:

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

    r7620 r7624  
    343343        """
    344344        return {
    345             'A1': 'First Class',
    346345            '0': 'not yet',
    347             'A3': 'Second Class Lower',
    348             'A2': 'Second Class Upper',
    349             'A5': 'Pass',
    350             'A4': 'Third Class',
    351             'A7': 'Credit',
    352             'A6': 'Distinction',
    353             'A8': 'Merit',
    354346            'A': 'Successful student',
     347            'B': 'Student with carryover courses',
    355348            'C': 'Student on probation',
    356             'B': 'Student with carryover courses',
     349            'D': 'Withdrawn from the faculty',
    357350            'E': 'Student who were previously on probation',
    358             'D': 'Withdrawn from the faculty',
     351            'F': 'Medical case',
    359352            'G': 'Absent from examination',
    360             'F': 'Medical case',
     353            'H': 'Withheld results',
    361354            'I': 'Expelled/rusticated/suspended student',
    362             'H': 'Withheld results',
     355            'J': 'Temporary withdrawn from the university',
    363356            'K': 'Unregistered student',
    364             'J': 'Temporary withdrawn from the university',
     357            'L': 'Referred student',
    365358            'M': 'Reinstatement',
    366             'L': 'Referred student',
     359            'N': 'Student on transfer',
    367360            'O': 'NCE-III repeater',
    368             'N': 'Student on transfer',
    369361            'Y': 'No previous verdict',
    370362            'X': 'New 300 level student',
    371             'Z': 'Successful student (provisional)'}
     363            'Z': 'Successful student (provisional)'
     364            'A1': 'First Class',
     365            'A2': 'Second Class Upper',
     366            'A3': 'Second Class Lower',
     367            'A4': 'Third Class',
     368            'A5': 'Pass',
     369            'A6': 'Distinction',
     370            'A7': 'Credit',
     371            'A8': 'Merit',
     372            }
Note: See TracChangeset for help on using the changeset viewer.