Framework for Achievement Sample Code
Note: This page is from an older version of the Data Dictionary and may therefore contain information that is now out of date. It is included here for reference only.
1 The following pseudo code and SPSS code is provided to illustrate the Framework for Achievement data definition.
A_FFA, L_FFA
2 The following table shows the steps required to derive A_FFA
|
Step
|
Condition
|
Action if true
|
Action if false
|
|
1
|
Does A_FFA_REF have an entry
|
Set A_FFA to 1
|
Set A_FFA to 0
|
|
Value
|
Label
|
|
0
|
Not a Framework for Achievement aim
|
|
1
|
A Framework for Achievement aim
|
3 The following table shows the steps required to derive L_FFA
|
Step
|
Condition
|
Action if true
|
Action if false
|
|
1
|
Is the Collection WBL, ESFSE
|
Go to 3
|
Go to 2
|
|
2
|
Is A_LIVE_B>1
|
Go to 3
|
|
|
3
|
Does any A_FFA=1
|
Set L_FFA to 1
|
Set L_FFA to 0
|
|
Value
|
Label
|
|
0
|
Not a Framework for Achievement Learner
|
|
1
|
A Framework for Achievement Learner
|