Skip to main content
OpenEduCat logo
Gradebook

UK University Resit, Compensation and Condonement

UK universities use three distinct mechanisms to handle academic failure: capped resits (grade ceiling at the pass mark), compensation (strong modules offset a marginal failure), and condonement (Board of Examiners discretion to excuse borderline failures). This page explains how each works, how Russell Group and post-92 institutions differ, and how OpenEduCat implements all three through configurable policies and wizards.

Resit Mechanisms at a Glance

The four ways UK universities handle failed modules, and how each is treated in OpenEduCat.

MechanismUG CapPG CapTranscript NoteBlocks Graduation?
Capped Resit40%50%'R' annotation (Referred)No, if capped grade reaches pass mark
Uncapped ResitNone (full mark)None (full mark)Varies by institutionNo, if student passes
CompensationN/A, module treated as passedN/AStatus: compensatedNo, compensated backlogs do not block
CondonementN/A, module condonedN/AStatus: condonedNo, condoned backlogs do not block

Capped Resit: How It Works

The Cap Mechanism

When a student fails a module (scores below 40% UG or 50% PG) and sits a resit, the cap policy applies. Even if the student scores 80% in the resit, the grade recorded in the gradebook is 40% (UG) or 50% (PG). The cap exists to distinguish first-attempt passes from resit passes and to reflect that the student required a second opportunity.

Impact on CWA

The capped grade (not the actual resit score) feeds into the student's CWA. If a student has 10 modules each worth 20 credits and fails one, resitting at 40% will pull their CWA slightly lower than if they had passed on first attempt. This is by design: the classification should reflect the full academic performance record.

OpenEduCat Implementation: UK_CAPPED_RESIT

OpenEduCat ships the UK_CAPPED_RESIT policy pre-configured with cap_type='pass_mark', cap_pass_mark=40.0 for undergraduate and cap_pass_mark=50.0 for postgraduate. The replacement strategy is most_recent, the latest resit grade (capped) replaces the earlier attempt in the CWA calculation. Transcripts annotate the resit entry with 'R' (Referred) and the active grade with '*'.

Compensation and Condonement

Both mechanisms allow the Board of Examiners to clear a failing backlog without a resit exam.

Compensation

Compensation applies to marginal failures, typically a module score between 35% and 39%. If the student's average across the module group (or the full year) is ≥ 40%, the Board of Examiners can compensate the failing module. The module is treated as passed without a resit.

OpenEduCat's compensation wizard (advance.compensation.wizard) presents borderline cases to the Board. The examiner selects which modules to compensate; the system updates the backlog status to compensated and removes the graduation block.

Condonement

Condonement is a broader discretionary power. The Board of Examiners can condone a borderline failure, effectively deciding that the failure should not prevent progression or graduation, even when compensation criteria are not strictly met. Condonement is typically subject to credit limits (e.g., no more than 15 credits condoned in any year).

In OpenEduCat, a module can be condoned via action_condone() on the reattempt subject record, setting the backlog status to condoned. This clears the graduation block and records the decision for audit purposes.

How Policies Differ Across Institution Types

UK universities share QAA-aligned thresholds but vary on resit opportunity counts, compensation thresholds, and discretionary powers.

Institution TypeResit PolicyCompensation PolicyNotes
Russell Group universitiesCapped at pass mark (40% UG). Resit opportunities may be limited to one.Generally available for marginal fails (35–39%) within credit limits.Tend to be more restrictive on number of resit opportunities.
Post-92 / modern universitiesCapped at pass mark. Some offer two resit opportunities.Compensation often available with more generous credit thresholds.Student support policies tend to be more flexible.
Postgraduate programmes (all institutions)Capped at 50% (the postgraduate pass mark).Compensation available at some institutions with module average ≥ 50%.Pass mark is 50% rather than 40%; cap is correspondingly higher.

OpenEduCat supports all of the above through the same policy configuration framework. The cap_pass_mark, compensation_enabled, and max_attempts fields on the reattempt policy record are configurable per course, meaning different departments within the same university can run different policies simultaneously.

Frequently Asked Questions

Common questions about UK resit, compensation, and condonement rules.

A capped resit means that if a student fails a module and sits a resit, the grade awarded is capped at the pass mark, typically 40% for undergraduate programmes and 50% for postgraduate. If the student scores 72% in the resit, only 40% is recorded. The cap signals to employers and other institutions that the student did not achieve the module on first attempt.

Configure your UK resit and compensation policies in minutes

OpenEduCat ships the UK_CAPPED_RESIT policy pre-configured. Compensation and condonement wizards are ready for your Board of Examiners to use immediately.