
| Number: | 037 |
| Name: | Reason for taking another course 1 |
| Abbreviation: | SECINT1 |
| Length: | 1 |
| Status: | Compulsory. |
| Description: | These fields describe the HE leaver's reasons for taking another programme of study. Question asked: Q23. Why did you decide to undertake further study, training or research? Link to questionnaire: Field 37 - Because it was a requirement of my employment on 14 April 2008/12 January 2009 that I did |
| Notes: | Question not on telephone script. For leavers who are studying and are not in employment EMPCIR (10-14 or 16-17) this field must be coded 'X'. Default code 'X' must be used when field 4, METHOD = '3', '4', '8' or '9' or field 6, MODSTUDY = '3'. |
| Reason Required: | To find out why HE leavers continue to study. |
| 0 | Box blank |
| 1 | Box ticked |
| X | Question not answered (default) |
| 033420 | This field must be completed. (Severity: 99) |
M_NOTEMPTY | |
| 033421 | This field must contain a valid code (0, 1 or X). (Severity: 99) |
M_VALIDCODE | |
| 033422 | If METHOD is coded (3, 4, 8 or 9) this field must be coded X. (Severity: 99) |
(M_ISFIELD(_METHOD_,"3") || M_ISFIELD(_METHOD_,"4") || M_ISFIELD(_METHOD_,"8") || M_ISFIELD(_METHOD_,"9") )? M_ISFIELD(uiCurFieldNo,"X"): M_TRUE | |
| 033555 | If EMPCIR is coded (10-14 or 16-17) this field must be coded X (Severity: 99) |
(M_ISFIELD(_EMPCIR_,"10") || M_ISFIELD(_EMPCIR_,"11") || M_ISFIELD(_EMPCIR_,"12") || M_ISFIELD(_EMPCIR_,"13") || M_ISFIELD(_EMPCIR_,"14") || M_ISFIELD(_EMPCIR_,"16") || M_ISFIELD(_EMPCIR_,"17"))? M_ISFIELD(uiCurFieldNo,"X"): M_TRUE | |
| 033556 | If MODSTUDY is coded 3 this field must be coded X. (Severity: 99) |
M_ISFIELD(_MODSTUDY_,"3")? M_ISFIELD(uiCurFieldNo,"X"): M_TRUE | |
| 033558 | If MODSTUDY is coded (1 or 2) and METHOD is coded (1, 2 or 5) and EMPCIR is coded (01-03 or 15) this field should NOT be coded X. (Severity: 9) |
(M_ISFIELD(_MODSTUDY_,"1") || M_ISFIELD(_MODSTUDY_,"2")) && (M_ISFIELD(_METHOD_,"1") || M_ISFIELD(_METHOD_,"2") ||M_ISFIELD(_METHOD_,"5")) &&(M_ISFIELD(_EMPCIR_,"01") || M_ISFIELD(_EMPCIR_,"02") || M_ISFIELD(_EMPCIR_,"03") || M_ISFIELD(_EMPCIR_,"15"))? !M_ISFIELD(uiCurFieldNo,"X"): M_TRUE |