AIM_IN_YEAR_GLH
DATA DEFINITION
1. The Guided Learning Hours used to calculate the SLN for the aim that occur in the current Year.
RELEVANT COLLECTIONS
SOURCE DATA
2. The following variables are used as source data for the calculation of AIM_IN_YEAR_GLH.
| Field Name |
Label |
Dataset |
| A_TODATE_QUALIFYING_SLN_PERIOD |
Defines whether a learner counts as a start under the demand led Funding Method. |
|
| A34 |
Completion Status |
ILR learning aim dataset |
| Inyear_course_prop |
The proportion of the course that occurs within the academic year. |
|
| Aim_glh |
The guided learning hours used to calculate the SLN for the aim |
|
DERIVED VARIABLES AND DATASETS
3. The definition produces the following derived variable(s)
| Field Name |
Label |
Dataset |
| AIM_IN_YEAR_GLH |
The guided learning hours for the aim which occur in the current year. |
|
AIM_IN_YEAR_GLH Sample Code
1. The following SPSS code is provided to illustrate the AIM_IN_YEAR_GLH data definition.
AIM_IN_YEAR_GLH
2. The following table shows the steps required to derive AIM_IN_YEAR_GLH
| Step |
Condition |
Action if true |
Action if false |
| 1 |
Does the Aim has count as a start for demand led funding and has the Learner not transferred to another Aim
(A_TODATE_QUALIFYING_SLN_PERIOD =1 and A34 <> 4) |
Set aim_inyear_glh = inyear_course_prop * aim_glh |
Set aim_inyear_glh to 0 |
3. The following SPSS code illustrates how to derive AIM_IN_YEAR_GLH.
|
Aim_inyear_glh = 0.
IF (A_TODATE_QUALIFYING_SLN_PERIOD = 1 and A34 <> 4) aim_inyear_glh = inyear_course_prop * aim_glh) |
Date last modfied: 17th October 2008