- Timestamp:
- 1 Jul 2015, 18:36:52 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/utils/utils.py
r12613 r13126 263 263 } 264 264 265 VERDICTS_DICT = { 266 '0': 'not yet', 267 'A': 'Successful student', 268 'B': 'Student with carryover courses', 269 'C': 'Student on probation', 270 'D': 'Withdrawn from the faculty', 271 'E': 'Student who were previously on probation', 272 'F': 'Medical case', 273 'G': 'Absent from examination', 274 'H': 'Withheld results', 275 'I': 'Expelled/rusticated/suspended student', 276 'J': 'Temporary withdrawn from the university', 277 'K': 'Unregistered student', 278 'L': 'Referred student', 279 'M': 'Reinstatement', 280 'N': 'Student on transfer', 281 #'O': 'NCE-III repeater', # FCEOkene only 282 'P': 'Exhausted maximum years in the university', 283 'Y': 'No previous verdict', 284 'X': 'New 300 level student (Uniben)', 285 'Z': 'Successful student (provisional)', 286 'A1': 'First Class', 287 'A2': 'Second Class Upper', 288 'A3': 'Second Class Lower', 289 'A4': 'Third Class', 290 'A5': 'Pass', 291 'A6': 'Distinction', 292 'A7': 'Credit', 293 'A8': 'Merit', 294 } 295 296 265 297 @property 266 298 def tzinfo(self):
Note: See TracChangeset for help on using the changeset viewer.