- Timestamp:
- 29 Nov 2023, 11:21:39 (12 months 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
r16619 r17651 64 64 'tscs': ['Transcript Application (with student record)', 'TRS'], 65 65 'conv': ['HND to BSc Conversion', 'CNV'], 66 'cdl': ['Center For Distance Learning', 'CDL'], 66 67 } 67 68 -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py
r17502 r17651 242 242 'ut': 'Undergraduate Programmes', 243 243 'conv': 'HND to BSc Conversion', 244 'odl': 'Open & Distant Learning', 245 } 246 247 STUDY_MODES_DICT = { 248 'ug_ft': 'Undergraduate Full Time', 249 'ug_pt': 'Undergraduate Part Time', 250 'pg_ft': 'Postgraduate Full Time', 251 'pg_pt': 'Postgraduate Part Time', 252 'pgphd': 'Postgraduate PhD/MPhil', 253 'odl': 'Open & Distant Learning', 254 'found': 'Foundation', 255 'no': 'no application', 244 256 } 245 257
Note: See TracChangeset for help on using the changeset viewer.