
| Number: | 036 |
| Name: | Good standing marker |
| Abbreviation: | PROGRESS |
| Length: | 1 |
| Status: | Compulsory for all FE students at English or Welsh institutions who are following programmes of study at FE level or are funded by LSC or NC-ELWa, i.e. shown as code 1, 3 or 4 in field 6, FE student marker. Not required for any other student. |
| Description: | The Good standing marker is used to indicate whether the student achieved the qualification aim, achieved partial success in the qualification aim, or no success. |
| Notes: | Institutions in England cannot use codes W and 6. Institutions in Wales cannot use codes A-D. Codes 1-5 are 'Not used'. |
| Reason Required: | To monitor outcome within the sector. For LSC to allow calculation of achievement units. |
| 6 | FE - Learning aim achieved. |
| 7 | FE - Partial success |
| 8 | FE - No success |
| 9 | FE - Study continuing |
| A | FE - Learning aim achieved and achievement funding is being claimed. |
| B | FE - Learning aim achieved and achievement funding is not being claimed. |
| C | FE - Exam taken but result not yet known. |
| D | FE - Learning activities are complete but the exam has not yet been taken. |
| W | FE - The student has transferred to a new learning aim. That is the student has withdrawn from this learning aim and as a direct result has at the same time started studying for another learning aim. |
| 023600 | This field must contain a valid code or be blank. (Severity: 99) |
M_VALIDCODE || M_EMPTY | |
| 023713 | Welsh institutions cannot use codes A, B, C or D. (Severity: 99) |
M_WELSH ? !(M_ISFIELD(uiCurFieldNo,"A")|| M_ISFIELD(uiCurFieldNo,"B")|| M_ISFIELD(uiCurFieldNo,"C")|| M_ISFIELD(uiCurFieldNo,"D")): M_TRUE | |
| 023810 | If FESTUMK=1, 3 or 4 then this field must be completed, otherwise it must be blank. (Severity: 99) |
M_ISFIELD(_FESTUMK_,"1") ||M_ISFIELD(_FESTUMK_,"3") ||M_ISFIELD(_FESTUMK_,"4") ? M_NOTEMPTY: M_EMPTY | |
| 023811 | English institutions cannot use codes W or 6. (Severity: 99) |
M_ENGLISH ? !(M_ISFIELD(uiCurFieldNo,"W") ||M_ISFIELD(uiCurFieldNo,"6")): M_TRUE | |
| 023812 | If CSTAT = 1 then this field must be coded 9. (Severity: 99) |
M_ISFIELD(_CSTAT_,"1") ? M_ISFIELD(uiCurFieldNo,"9"): M_TRUE | |
| 023813 | If CSTAT = 2 then this field must be completed and cannot be coded 9. (Severity: 99) |
M_ISFIELD(_CSTAT_,"2") ? M_NOTEMPTY && !M_ISFIELD(_PROGRESS_,"9") : M_TRUE |