- Timestamp:
- 30 Jul 2018, 04:49:27 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/applicants/utils.py
r15087 r15093 31 31 32 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 33 'pt': ['Part-Time Degree Programmes', 'PTP'], 37 #'putme': ['Post-UTME Screening Exercise', 'PUTME'],38 34 '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 35 'ase': ['Admission Screening Exercise', 'ASE'], # successor of putme 36 'pre': ['Pre-Degree Studies', 'PRE'], 48 37 } 49 38
Note: See TracChangeset for help on using the changeset viewer.