Gulf University Re-Attempt Policy
Gulf universities enforce a 3-strike re-attempt rule for failed courses. The first attempt is recorded at full value; from the second attempt onward, grades are capped at the 60% pass mark regardless of the actual score. After three failures, the course becomes a blocking backlog with academic consequences. OpenEduCat's GULF_3STRIKE policy enforces all three rules automatically.
The 3-Strike Re-Attempt Framework
How each attempt is recorded, capped, and annotated on the Gulf transcript.
| Attempt | Type | Grade Outcome | GPA Impact | Transcript |
|---|---|---|---|---|
| 1st Attempt | Original Examination | Full grade recorded, no cap applied | Grade counts in GPA as recorded | No annotation (original attempt) |
| 2nd Attempt | First Re-Sit / Supplementary | Grade capped at 60% (pass mark) even if scored higher | Capped grade replaces original in GPA calculation | Asterisk (*) marks the active grade; original annotated |
| 3rd Attempt | Final Chance | Grade capped at 60% (pass mark) | Most recent capped grade used in GPA | Active grade marked; all attempts visible on transcript |
Policy code: GULF_3STRIKE. Cap type: pass_mark (60%). Replacement strategy: most_recent. All three attempts appear on the official transcript for full academic transparency.
Saudi Arabia, UAE, and Kuwait Differences
The 3-attempt cap and 60% grade cap are shared across the GCC. Consequences after the third failure differ by country and institution.
Saudi Arabia
MoE / NCAAA- Max attempts
- 3
- Cap rule
- Cap at 60% pass mark from attempt 2
After 3rd failure:
After 3rd failure: student may be required to withdraw from the programme or repeat the academic year. Decision rests with the Academic Council.
Some Saudi universities extend to a 4th attempt for elective courses only. Core (required) courses strictly enforce the 3-attempt limit.
United Arab Emirates
CAA / MoEHE- Max attempts
- 3
- Cap rule
- Cap at 60% pass mark from attempt 2
After 3rd failure:
Third failure triggers mandatory academic counselling. Continued failure may lead to programme suspension or transfer to a different major.
UAE private universities may allow a maximum of 4 attempts with faculty approval. CAA institutions follow the standard 3-attempt rule.
Kuwait
PAAET / KU- Max attempts
- 3
- Cap rule
- Cap at 60% pass mark from attempt 2
After 3rd failure:
Kuwait University enforces strict academic standing: two failed re-attempts results in an Academic Warning, and a third failure can lead to Academic Dismissal.
PAAET (applied education) institutions may apply slightly different policies per specialisation. Engineering and health programmes commonly maintain 3 maximum attempts with no exceptions.
Improvement vs. Repeat Attempt
Repeat Attempt (Standard)
A student who fails a course (score below 60%) re-sits the examination in the next available semester. This is the standard pathway, the course is a backlog, the student carries it forward, and attempts are tracked under the GULF_3STRIKE policy. The replacement_strategy is most_recent: the latest valid attempt is used for GPA.
allow_improvement = False, only failing students re-attempt under the standard policy.Improvement Attempt (Non-standard)
Gulf universities generally do not permit improvement re-attempts, a student who passes a course (60% or above) may not retake it to improve their grade. This contrasts with US-style grade forgiveness policies. Some Gulf institutions offer limited improvement options for graduating students near a classification threshold, but this is an institutional exception, not the standard NCAAA model.
allow_improvement = False, the Gulf module does not activate this flag by default.How OpenEduCat Enforces the Gulf Re-Attempt Policy
GULF_3STRIKE policy pre-configured
The Gulf module installs the GULF_3STRIKE re-attempt policy with max_attempts=3, cap_type='pass_mark', cap_pass_mark=60.0, and replacement_strategy='most_recent'. Once activated on a course, the engine automatically enforces the attempt count and applies the 60% cap from the second attempt onward. No manual cap calculation is needed.
Attempt counter and at-risk alerts
OpenEduCat tracks each re-attempt record with an attempt_number field. When a student has one remaining attempt (attempts_remaining=1), the system sets is_at_risk=True and triggers an automated warning email to the student and their academic advisor. Administrators can view all at-risk students in a single dashboard view.
Cap applied automatically at grade entry
When a second or third attempt grade is published, OpenEduCat's ReattemptCapEngine computes the capped percentage: min(actual_percentage, 60.0). The effective GPA is recalculated accordingly. A student who scores 78% on their second attempt has 60% recorded, the cap prevents re-attempt grades from improving a student's GPA beyond the pass mark.
All attempts visible on transcript with annotations
Gulf transcripts show every attempt for each course. The active (GPA-counting) attempt is marked with an asterisk (*). Superseded attempts are displayed with a status annotation. This full transparency meets NCAAA requirements for academic record integrity and supports institutional appeals processes.
Related Gulf Gradebook Pages
Frequently Asked Questions
Common questions about Gulf university re-attempt and repeat examination policies.
Enforce Gulf re-attempt rules automatically
GULF_3STRIKE policy, 60% grade cap, attempt counter alerts, and full transcript annotation, all pre-configured in the Gulf gradebook module.