LEITCH_NUM_EL_ACH
DATA DEFINITION
1. The Leitch Numeracy Entry Level 3 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_NUM_EL_ACH |
Leitch Numeracy Entry Level 3 Achieved Flag |
|
VALUES
5. The table below outlines the categories for LEITCH_NUM_EL_ACH
LEITCH Numeracy Entry Level 3 |
Description |
| 1 |
Leitch Numeracy Entry Level 3 achieved |
| 0 |
Not Leitch Numeracy Entry Level 3 achieved |
LEITCH_NUM_EL_ACH Sample Code
1. The following SPSS code is provided to illustrate the LEITCH_NUM_EL_ACH data definition.
LEITCH_NUM_EL_ACH
2. The following table shows the steps required to derive LEITCH_NUM_EL_ACH
| Step |
Condition |
Action/Action if true |
Action if false |
| 1 |
If Skills for Life Type = ‘Numeracy’ (SFLTY = 2) And Notional NVQ = ‘Entry Level’ (A_NOTION = E) And The Aim is funded under DLF (A_TODATE_QUALIFYING_SLN_PERIOD = 1) And The learning outcome is ‘achieved’ (A35 = 1) And The Aim is ‘not other provision’ (A_OPROV =0) And The aim is skills for life participation (SFLP = 1) |
LEITCH_NUM_EL = 1 |
|
3. The following SPSS code illustrates how to derive LEITCH_NUM_EL_ACH.
|
IF(a_sflty = 2
AND A_NOTION = "E" AND
A_TODATE_QUALIFYING_SLN_PERIOD = 1 AND
(A35=1) SFL_ACH = 1
A_OPROV = 0
AND A_SFLP =1)
Leitch_Num_EL = 1. |
Date last modfied: 26th February 2010