
| Number: | 077 |
| Name: | PGCE - classification of undergraduate degree |
| Abbreviation: | PGCECLSS |
| Length: | 2 |
| Status: | Compulsory for students following PGCE programmes of study at institutions in England, Wales or Northern Ireland (i.e. shown as code 12 or 13 in field 41, General qualification aim of student). |
| Description: | The Classification is used to indicate the qualification class of the student's undergraduate degree. |
| Notes: | Code 99 should be used for 'Not known' and code 98 should be used for 'Not applicable'. Not applicable includes those students who do not have a UK undergraduate degree. This may be the case, for example, with students studying for PGCE (FE). |
| Reason Required: | To provide the qualifications of all qualified teachers, whether in teaching or not. |
| 01 | First class honours. |
| 02 | Upper second class honours. |
| 03 | Lower second class honours. |
| 04 | Undivided second class honours. |
| 05 | Third class honours. |
| 06 | Fourth class honours. |
| 07 | Unclassified honours. |
| 08 | Aegrotat (whether to honours or pass). |
| 09 | Pass - degree awarded without honours following an honours course. |
| 10 | Ordinary (to include divisions of ordinary, if any) - degree awarded after following a non-honours course. |
| 11 | General degree - degree awarded after following a non-honours course/degree that was not available to be classified. |
| 98 | Not applicable. |
| 99 | Not known. |
| 017082 | This field must contain a valid code or 99 or 98 or blank. (Severity: 99) |
M_VALIDCODE ||M_ISFIELD(uiCurFieldNo,"98") || M_ISFIELD(uiCurFieldNo,"99") ||M_EMPTY | |
| 019118 | This field must not be blank where the student is at an English, Welsh or Northern Irish institution and QUALAIM is coded as 12 or 13. Otherwise this field must be coded as 98 or blank. (Severity: 99) |
(( M_ENGLISH || M_WELSH || M_NIRISH ) &&IsValidInteger(_QUALAIM_,12L,13L)) ? M_NOTEMPTY : (M_ISFIELD(uiCurFieldNo,"98") ||M_EMPTY) |