Changeset 17056 for main/kofacustom.unidel
- Timestamp:
- 5 Aug 2022, 08:18:51 (2 years ago)
- Location:
- main/kofacustom.unidel/trunk/src/kofacustom/unidel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/applicants/utils.py
r16721 r17056 29 29 """A collection of parameters and methods subject to customization. 30 30 """ 31 32 APP_TYPES_DICT = { 33 'app': ['General Studies', 'APP'], 34 'ase': ['Admission Screening Exercise', 'ASE'], # successor of putme 35 'pre': ['JUPEB Pre-Degree (Foundation) Studies', 'PRE'], 36 } -
main/kofacustom.unidel/trunk/src/kofacustom/unidel/utils/utils.py
r16953 r17056 56 56 'E':'Elective Courses (E)', 57 57 } 58 59 STUDY_MODES_DICT = { 60 'ug_ft': 'Undergraduate Full Time', 61 'found': 'Foundation', 62 } 58 63
Note: See TracChangeset for help on using the changeset viewer.