Ignore:
Timestamp:
25 Feb 2017, 05:28:27 (8 years ago)
Author:
Henrik Bettermann
Message:

Customize STUDY_MODES_DICT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.fceokene/trunk/src/waeup/fceokene/utils/utils.py

    r13614 r14590  
    2525    """A collection of methods subject to customization.
    2626    """
     27
     28    STUDY_MODES_DICT = {
     29        #'ume_ft': 'UME Full Time',
     30        'ug_ft': 'Undergraduate Full Time',
     31        #'ug_pt': 'Undergraduate Part Time',
     32        #'dp_pt': 'Diploma Part Time',
     33        'ct_ft': 'Certificate Full Time',
     34        #'dp_ft': 'Diploma Full Time',
     35        #'de_ft': 'Direct Entry Full Time',
     36        #'de_pt': 'Direct Entry Part Time',
     37        #'nd_ft': 'National Diploma Full Time',
     38        #'nd_pt': 'National Diploma Part Time',
     39        #'hnd_ft': 'Higher National Diploma Full Time',
     40        #'hnd_pt': 'Higher National Diploma Part Time',
     41        #'pg_ft': 'Postgraduate Full Time',
     42        #'pg_pt': 'Postgraduate Part Time',
     43        #'pgd_ft': 'Postgraduate Diploma Full Time',
     44        #'pgd_pt': 'Postgraduate Diploma Part Time',
     45        #'special_pg_pt': 'Special Postgraduate Part Time',
     46        'nce_ft': 'NCE Full Time',
     47        #'nce_pt': 'NCE Part Time',
     48        #'ug_sw': 'Undergraduate Sandwich',
     49        'nce_sw': 'NCE Sandwich',
     50        #'jm_ft': 'Joint Matriculation Full Time',
     51        #'ph_ft': 'Post Higher Education Full Time',
     52        #'transfer_pt': 'Transfer Part Time',
     53        #'transfer_ft': 'Transfer Full Time',
     54        #'ct_pt': 'Certificate Part Time',
     55        #'rmd_ft': 'Remedial with deficiencies',
     56        #'rm_ft': 'Remedial',
     57        'transfer': 'Transfer',
     58        'prence': 'Pre-NCE',
     59        #'prend': 'Pre-ND',
     60        #'pce': 'PCE',
     61        'pd_ft': 'Professional Diploma in Education',
     62        #'found': 'Foundation',
     63        'no': 'no application',
     64        }
    2765
    2866    PREFERRED_LANGUAGES_DICT = {
Note: See TracChangeset for help on using the changeset viewer.