Changeset 13128 for main/waeup.fceokene/trunk/src/waeup/fceokene/students
- Timestamp:
- 1 Jul 2015, 18:39:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/students/utils.py
r13030 r13128 42 42 43 43 """ 44 45 VERDICTS_DICT = {46 '0': 'not yet',47 'A': 'Successful student',48 'B': 'Student with carryover courses',49 'C': 'Student on probation',50 'D': 'Withdrawn from the faculty',51 #'E': 'Student who were previously on probation',52 #'F': 'Medical case',53 'G': 'Absent from examination',54 #'H': 'Withheld results',55 'I': 'Expelled/rusticated/suspended student',56 'J': 'Temporary withdrawn from the university',57 #'K': 'Unregistered student',58 'L': 'Referred student',59 'M': 'Reinstatement',60 #'N': 'Student on transfer',61 'O': 'NCE-III repeater',62 #'Y': 'No previous verdict',63 #'X': 'New 300 level student (Uniben)',64 'Z': 'Successful student (provisional)',65 'A1': 'First Class',66 'A2': 'Second Class Upper',67 'A3': 'Second Class Lower',68 'A4': 'Third Class',69 'A5': 'Pass',70 'A6': 'Distinction',71 'A7': 'Credit',72 'A8': 'Merit',73 'OPDE': 'PDE repeater',74 }75 44 76 45 def selectBed(self, available_beds):
Note: See TracChangeset for help on using the changeset viewer.