Ignore:
Timestamp:
27 Apr 2023, 06:41:23 (17 months ago)
Author:
Henrik Bettermann
Message:

Add degrees.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/utils/utils.py

    r17382 r17394  
    2323    """A collection of methods subject to customization.
    2424    """
     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
    2541    EXAM_GRADES = (
    2642        ('A1', 'Excellent (A1)'),
Note: See TracChangeset for help on using the changeset viewer.