Ignore:
Timestamp:
30 Jul 2018, 04:49:27 (6 years ago)
Author:
Henrik Bettermann
Message:

Add pre degree study mode and application type and category.

File:
1 edited

Legend:

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

    r15082 r15093  
    3030        'ft': 'Full Time Courses',
    3131        'pt': 'Part Time Courses',
     32        'pre': 'Pre-Degree Studies',
    3233        }
    3334
     
    7172
    7273    STUDY_MODES_DICT = {
    73         #'ume_ft': 'UME Full Time',
    7474        'ug_ft': 'Undergraduate Full Time (not used in EdoPoly)',
    75         #'ug_pt': 'Undergraduate Part Time',
    76         #'dp_pt': 'Diploma Part Time',
    77         #'ct_ft': 'Certificate Full Time',
    78         #'dp_ft': 'Diploma Full Time',
    79         #'de_ft': 'Direct Entry Full Time',
    80         #'de_pt': 'Direct Entry Part Time',
    8175        'nd_ft': 'National Diploma Full Time',
    8276        'nd_pt': 'National Diploma Part Time',
    8377        'hnd_ft': 'Higher National Diploma Full Time',
    8478        'hnd_pt': 'Higher National Diploma Part Time',
    85         #'pg_ft': 'Postgraduate Full Time',
    86         #'pg_pt': 'Postgraduate Part Time',
    87         #'pgd_ft': 'Postgraduate Diploma Full Time',
    88         #'pgd_pt': 'Postgraduate Diploma Part Time',
    89         #'special_pg_pt': 'Special Postgraduate Part Time',
    90         #'nce_ft': 'NCE Full Time',
    91         #'nce_pt': 'NCE Part Time',
    92         #'ug_sw': 'Undergraduate Sandwich',
    93         #'nce_sw': 'NCE Sandwich',
    94         #'jm_ft': 'Joint Matriculation Full Time',
    95         #'ph_ft': 'Post Higher Education Full Time',
    96         #'transfer_pt': 'Transfer Part Time',
    97         #'transfer_ft': 'Transfer Full Time',
    98         #'ct_pt': 'Certificate Part Time',
    99         #'rmd_ft': 'Remedial with deficiencies',
    100         #'rm_ft': 'Remedial',
     79        'pre': 'Pre-Degree',
    10180        'transfer': 'Transfer',
    102         #'prence': 'Pre-NCE',
    103         #'prend': 'Pre-ND',
    104         #'pce': 'PCE',
    105         #'pd_ft': 'Professional Diploma in Education',
    106         #'found': 'Foundation',
    10781        'no': 'no application',
    10882        }
Note: See TracChangeset for help on using the changeset viewer.