LEITCH_LIT_L1_ACH

DATA DEFINITION

1. The Leitch Literacy Level 1 has been achieved by the Learner

SOURCE DATA

2. The following variables are used as source data for the calculation of these variables.

Field Name Label Dataset
A_SFLTY Skills for Life Type Aims Standard File
A_NOTION Notional NVQ Level LAD
A_TODATE_QUALIFYING_SLN_PERIOD Funded under DLF Aims DLF File
A35 Learning Outcome ILR
A_OPROV DV - Aim Other Provision Flag Aims Standard File
A_SFLP DV - Skills for Life Participation Aims Standard File

DERIVED VARIABLES AND DATASETS

3. The definition produces the following derived variable(s)

Field Name Label Dataset
LEITCH_LIT_L1_ACH Leitch Literacy Level 1 Achieved flag  

VALUES

5. The table below outlines the categories for LEITCH_LIT_L1_ACH

LEITCH Literacy Level 1 Description
1 Leitch Literacy Level 1 achieved
0 Not Leitch Literacy Level 1 not achieved


LEITCH_LIT_L1_ACH Sample Code

1. The following SPSS code is provided to illustrate the LEITCH_LIT_L1_ACH data definition.

LEITCH_LIT_L1_ACH

2. The following table shows the steps required to derive LEITCH_LIT_L1_ACH

Step Condition Action/Action if true Action if false
1 If Skills for Life Type = ‘Literacy or Language’ (SFLTY = 1,3)
And
Notional NVQ = ‘Level 1’ (A_NOTION = 1)
And
Learning Outcome is ‘Achieved’ (A35=1)
The Aim is funded under DLF (A_TODATE_QUALIFYING_SLN_PERIOD = 1)
And
The Aim is ‘not other provision’ (A_OPROV =0)
And
The aim is skills for life participation (SFLP = 1)
Leitch_Lit_L1 = 1  

3. The following SPSS code illustrates how to derive LEITCH_LIT_L1_ACH.

IF(ANY(a_sflty,1,3) AND

A_NOTION = "1" AND

A_TODATE_QUALIFYING_SLN_PERIOD = 1 AND


(A35 =1) SFL_ach = 1 AND

A_OPROV = 0

AND A_SFLP =1)

LEITCH_LIT_L1_ACH = 1.


Date last modfied: 3rd March 2010