Combined student/module record 02/03

Back to field list for 02011

02011: PGCE - classification of undergraduate degree

Field Information

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.

Valid Entries

01First class honours.
02Upper second class honours.
03Lower second class honours.
04Undivided second class honours.
05Third class honours.
06Fourth class honours.
07Unclassified honours.
08Aegrotat (whether to honours or pass).
09Pass - degree awarded without honours following an honours course.
10Ordinary (to include divisions of ordinary, if any) - degree awarded after following a non-honours course.
11General degree - degree awarded after following a non-honours course/degree that was not available to be classified.
98Not applicable.
99Not known.

Validation Rules

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)