
| Number: | 048 |
| Name: | Teaching sector |
| Abbreviation: | TEACHSCT |
| Length: | 1 |
| Status: | Compulsory. |
| Description: | The field describes, for those in a teaching post, the type of school of college they are teaching in. Question asked: Q26. Were you teaching in a maintained (state) or non maintained (independent) school or college? |
| Notes: | Core field for successful QTS leavers who are teaching. If the leaver ticks more than one of the boxes 1 to 3 then return code '3'. If the leaver ticks box 4 and any combination of other boxes then return code '4'. Default code 'X' must be used when field 4, METHOD = '8' or '9' or field 47, TCHEMP = '1' or '2' or '9'. Default code 'X' must NOT be used when field 47, TCHEMP = '3'. Default code 'X' must be used when field 47, TCHEMP = '3' and field 9 LOCEMP = Northern Ireland (8826). |
| Reason Required: | To identify those teaching in the state/independent sectors. |
| 1 | Teaching in a maintained (state) school or college |
| 2 | Teaching in a non-maintained (independent) school or college |
| 3 | Teaching in both maintained (state) and non-maintained (independent) school or college |
| 4 | In a teaching post but not known if maintained (state) or non-maintained (independent) school or college |
| X | Question not answered (default) |
| 033459 | This field must be completed. (Severity: 99) |
M_NOTEMPTY | |
| 033460 | This field must contain a valid code (1-4 or X). (Severity: 99) |
M_VALIDCODE | |
| 033461 | If METHOD is coded (8 or 9) this field must be coded X. (Severity: 99) |
M_ISFIELD(_METHOD_,"8") || M_ISFIELD(_METHOD_,"9")? M_ISFIELD(uiCurFieldNo,"X"): M_TRUE | |
| 033462 | If TCHEMP is coded 3 this field must NOT be coded X, except where LOCEMP is in Northern Ireland. (Severity: 99) |
M_ISFIELD(_TCHEMP_,"3") && !M_ISFIELD(_LOCEMP_,"8826")? !M_ISFIELD(uiCurFieldNo,"X"): M_TRUE | |
| 033463 | If TCHEMP is coded (1, 2, 9 or X) this field must be coded X. (Severity: 99) |
(M_ISFIELD(_TCHEMP_,"1") || M_ISFIELD(_TCHEMP_,"2") || M_ISFIELD(_TCHEMP_,"9") ||M_ISFIELD(_TCHEMP_,"X") )? M_ISFIELD(uiCurFieldNo,"X"): M_TRUE |