Changeset 7843 for main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py
- Timestamp:
- 12 Mar 2012, 11:19:57 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py
r7841 r7843 382 382 'B': 'Student with carryover courses', 383 383 'C': 'Student on probation', 384 'D': 'Withdrawn from the faculty',385 'E': 'Student who were previously on probation',386 'F': 'Medical case',387 'G': 'Absent from examination',388 'H': 'Withheld results',389 'I': 'Expelled/rusticated/suspended student',390 'J': 'Temporary withdrawn from the university',391 'K': 'Unregistered student',392 'L': 'Referred student',393 'M': 'Reinstatement',394 'N': 'Student on transfer',395 'O': 'NCE-III repeater',396 'Y': 'No previous verdict',397 'X': 'New 300 level student',398 'Z': 'Successful student (provisional)',399 'A1': 'First Class',400 'A2': 'Second Class Upper',401 'A3': 'Second Class Lower',402 'A4': 'Third Class',403 'A5': 'Pass',404 'A6': 'Distinction',405 'A7': 'Credit',406 'A8': 'Merit',407 384 }
Note: See TracChangeset for help on using the changeset viewer.