Ignore:
Timestamp:
12 Jul 2018, 07:33:18 (6 years ago)
Author:
Henrik Bettermann
Message:

Customize application forms.

File:
1 edited

Legend:

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

    r15000 r15087  
    2929    """A collection of parameters and methods subject to customization.
    3030    """
     31
     32    APP_TYPES_DICT = {
     33        #'pude': ['Post-UDE Screening', 'PUDE'],
     34        #'prence': ['Pre-NCE Programme', 'PRE'],
     35        #'sandwich': ['Part-Time Degree in Education', 'SAND'],
     36        'pt': ['Part-Time Degree Programmes', 'PTP'],
     37        #'putme': ['Post-UTME Screening Exercise', 'PUTME'],
     38        'app': ['General Studies', 'APP'],
     39        #'cest': ['Common Entry Screening Test', 'CEST'],
     40        #'ct': ['Certificate Programmes', 'CTP'],
     41        #'dp': ['Diploma Programmes', 'DPP'],
     42        #'pce': ['PCE Screening', 'PCE'],
     43        #'pgft': ['Postgraduate Full-Time Programmes', 'PG'],
     44        #'pgpt': ['Postgraduate Part-Time Programmes', 'PG'],
     45        #'pre': ['Pre-Degree Studies', 'PRE'],
     46        #'cbt': ['CBT Practice Test', 'CBT'],
     47        'ase': ['Admission Screening Exercise', 'ASE'], # successor of putme
     48        }
     49
     50    SEPARATORS_DICT = {
     51        'form.applicant_id': _(u'Base Data'),
     52        'form.course1': _(u'Programmes/Courses Desired'),
     53        'form.hq_type': _(u'Higher Education Record'),
     54        'form.presently': _(u'Course or Programme Presently Attending'),
     55        'form.nysc_year': _(u'NYSC Information'),
     56        'form.employer': _(u'Employment History'),
     57        'form.jamb_subjects': _(u'JAMB Data'),
     58        'form.notice': _(u'Application Process Information'),
     59        'form.pp_school': _(u'Post Primary School Qualification'),
     60        'form.presently_inst': _(u'Presently attending a course or programme'),
     61        'form.olevel_type': _(u"'O' Level Records"),
     62        }
Note: See TracChangeset for help on using the changeset viewer.