Changeset 7528


Ignore:
Timestamp:
28 Jan 2012, 08:08:40 (13 years ago)
Author:
Henrik Bettermann
Message:

Extend study_modes vocabulary.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/university/vocabularies.py

    r7321 r7528  
    6363    ('UME Full Time','ume_ft'),
    6464    ('Direct Entry Full Time','de_ft'),
     65    ('Direct Entry Part Time','de_pt'),
    6566    ('Diploma Full Time','dp_ft'),
    6667    ('Diploma Part Time','dp_pt'),
     
    6970    ('Postgraduate Full Time','pg_ft'),
    7071    ('Postgraduate Part Time','pg_pt'),
     72    ('Certificate Full Time','ct_ft'),
     73    ('Certificate Part Time','ct_pt'),
     74    ('Remedial','rm_ft'),
     75    ('Remedial with deficiencies','rmd_ft'),
     76    ('Post Higher Education Full Time','ph_ft'),
     77    ('Joint Matriculation Full Time','jm_ft'),
     78    ('Transfer Full Time','transfer_ft'),
     79    ('Transfer Part Time','transfer_pt'),
    7180    )
    72 
    7381
    7482class CourseSource(BasicSourceFactory):
Note: See TracChangeset for help on using the changeset viewer.