
| Number: | 033 |
| Name: | Nature of study/training |
| Abbreviation: | NATSTUDY |
| Length: | 1 |
| Status: | Compulsory. |
| Description: | This field describes the type of further study or training the HE leaver was undertaking. Question asked: Q18. Which of the following best describes the basis on which you were studying, training or researching on 14 April 2008/12 January 2009? |
| Notes: | Core field for leavers who are studying. If the leaver ticks more than one box code the one nearest the top of the list. Default code 'X' must be used when field 4, METHOD = '8' or '9' or field 6, MODSTUDY = '3'. Default code 'X' must NOT be used when field 6, MODSTUDY = '1 - 2'. |
| Reason Required: | To identify various types of further study/training. |
| 1 | Registered as a research student |
| 2 | Registered on a course |
| 3 | Preparing a professional portfolio of my work |
| 4 | Engaged in private, unsupervised study |
| X | Question not answered (default) |
| 033402 | This field must be completed. (Severity: 99) |
M_NOTEMPTY | |
| 033403 | This field must contain a valid code (1-4 or X) (Severity: 99) |
M_VALIDCODE | |
| 033404 | 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 | |
| 033405 | If MODSTUDY is coded (1 or 2) this field must NOT be coded X. (Severity: 99) |
(M_ISFIELD(_MODSTUDY_,"1") || M_ISFIELD(_MODSTUDY_,"2"))? !M_ISFIELD(uiCurFieldNo,"X"): M_TRUE | |
| 033406 | If MODSTUDY is coded 3 this field must be coded X. (Severity: 99) |
M_ISFIELD(_MODSTUDY_,"3")? M_ISFIELD(uiCurFieldNo,"X"): M_TRUE |