- Timestamp:
- 16 Aug 2018, 12:13:42 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/utils/utils.py
r15105 r15109 32 32 'pre': 'Pre-Degree Studies', 33 33 'ct': 'Certificate Programmes', 34 'ndft': 'National Diploma Full-Time Programmes', 35 'ndpt': 'National Diploma Part-Time Programmes', 36 'ndwe': 'National Diploma Weekend Programmes', 37 'hndft': 'Higher National Diploma Full-Time Programmes', 38 'hndpt': 'Higher National Diploma Part-Time Programmes', 39 'hndwe': 'Higher National Diploma Weekend Programmes', 40 34 41 } 35 42 … … 76 83 STUDY_MODES_DICT = { 77 84 'ug_ft': 'Undergraduate Full Time (not used in EdoPoly)', 78 'nd_ft': 'National Diploma Full Time', 79 'nd_pt': 'National Diploma Part Time', 80 'hnd_ft': 'Higher National Diploma Full Time', 81 'hnd_pt': 'Higher National Diploma Part Time', 85 'nd_ft': 'National Diploma Full-Time', 86 'nd_pt': 'National Diploma Part-Time', 87 'nd_we': 'National Diploma Weekend', 88 'hnd_ft': 'Higher National Diploma Full-Time', 89 'hnd_pt': 'Higher National Diploma Part-Time', 90 'hnd_we': 'Higher National Diploma Weekend', 82 91 'ct': 'Certificate', 83 92 'pre': 'Pre-Degree',
Note: See TracChangeset for help on using the changeset viewer.