Changeset 15738 for main/kofacustom.iuokada/trunk/src/kofacustom/iuokada
- Timestamp:
- 1 Nov 2019, 16:30:50 (5 years ago)
- Location:
- main/kofacustom.iuokada/trunk/src/kofacustom/iuokada
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/utils.py
r15563 r15738 29 29 """A collection of parameters and methods subject to customization. 30 30 """ 31 32 APP_TYPES_DICT = { 33 #'pude': ['Post-UDE Screening', 'PUDE'], 34 #'prence': ['Pre-NCE Programme', 'PRE'], 35 #'sandwich': ['Part-Time Degree in Education', 'SAND'], 36 #'pt': ['Part-Time Degree Programmes', 'PTP'], 37 #'putme': ['Post-UTME Screening Exercise', 'PUTME'], 38 'app': ['General Studies', 'APP'], 39 #'cest': ['Common Entry Screening Test', 'CEST'], 40 #'ct': ['Certificate Programmes', 'CTP'], 41 #'dp': ['Diploma Programmes', 'DPP'], 42 #'pce': ['PCE Screening', 'PCE'], 43 #'pgft': ['Postgraduate Full-Time Programmes', 'PG'], 44 #'pgpt': ['Postgraduate Part-Time Programmes', 'PG'], 45 #'pre': ['Pre-Degree Studies', 'PRE'], 46 #'cbt': ['CBT Practice Test', 'CBT'], 47 #'ase': ['Admission Screening Exercise', 'ASE'], # successor of putme 48 'pg': ['Postgraduate Programmes', 'PG'], 49 } -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py
r15736 r15738 137 137 'fine': 'Fine', 138 138 } 139 140 APP_CATS_DICT = { 141 'basic': 'UAS, PUTME, PUDE, PCE, PRENCE', 142 'no': 'No Application', 143 'pg': 'Postgraduate', 144 'pre': 'Pre-Degree Studies', 145 }
Note: See TracChangeset for help on using the changeset viewer.