Changeset 17394 for main/kofacustom.edocons/trunk/src
- Timestamp:
- 27 Apr 2023, 06:41:23 (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edocons/trunk/src/kofacustom/edocons/utils/utils.py
r17382 r17394 23 23 """A collection of methods subject to customization. 24 24 """ 25 26 DEGREES_DICT = { 27 'BA': 'Bachelor of Arts', 28 'BAGR': 'Bachelor of Agriculture', 29 'LLB': 'Bachelor of Laws', 30 'MA': 'Master of Arts', 31 'MBA': 'Master of Business Administration', 32 'MUSM': 'Master of Music', 33 'LLM': 'Master of Laws', 34 'DBA': 'Doctor of Business Administration', 35 'PHD': 'Doctor of Philosophy', 36 'MD': 'Doctor of Medicine', 37 'RN': 'Registered Nursing', 38 'RM': 'Registered Midwifery', 39 } 40 25 41 EXAM_GRADES = ( 26 42 ('A1', 'Excellent (A1)'),
Note: See TracChangeset for help on using the changeset viewer.