
| Number: | 046 |
| Name: | How funding further study |
| Abbreviation: | FUNDSTDY |
| Length: | 1 |
| Status: | Compulsory. |
| Description: | This field describes how the HE leaver is funding their further study/training. Question asked: Q24. How did you mainly fund your study, training or research? |
| Notes: | If the leaver ticks more than one box then return code '8'. Default code 'X' must be used when field 4, METHOD = '8' or '9' or field 6, MODSTUDY = '3'. |
| Reason Required: | To find out how HE leavers are funding their further study/training. |
| 1 | Self-funded |
| 2 | Grant or Award |
| 4 | Sponsorship |
| 5 | My employer provided financial support |
| 8 | Other |
| X | Question not answered (default) |
| 033452 | This field must be completed. (Severity: 99) |
M_NOTEMPTY | |
| 033453 | This field must contain a valid code (1, 2, 4, 5, 8 or X). (Severity: 99) |
M_VALIDCODE | |
| 033454 | 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 | |
| 033455 | If MODSTUDY is coded 3 this field must be coded X. (Severity: 99) |
M_ISFIELD(_MODSTUDY_,"3")? M_ISFIELD(uiCurFieldNo,"X"): M_TRUE |