Brazilian School Grade Classification: Aprovado, Em Recuperação, and Reprovado
Brazil does not use a simple pass/fail system. LDB Article 24 requires a three-tier classification — Aprovado (direct pass), Em Recuperação (recovery zone), and Reprovado (retention) — each with distinct legal consequences. International and generic gradebook software that models only two states cannot comply with Brazilian educational law. This page explains how the three-tier system works, what drives each outcome, and how OpenEduCat implements it natively.
The Three-Tier Classification System
Each tier has a distinct média threshold, a mandated outcome, and different implications for the student's academic record and year promotion.
Aprovado
média ≥ 7.0Direct promotion. A student averaging 7.0 or above across all bimesters is promoted to the next year without any remediation step. The classification is applied immediately when the annual média reaches the threshold. No recovery examination is created or offered.
Em Recuperação
média 5.0–6.9Recovery examination required by law. LDB Article 24 mandates that schools offer recuperação de estudos to students in this band. OpenEduCat automatically creates a recovery exam record for each student-subject combination in this range. After the recovery grade is entered, the sistema recomputes the final resultado. A student who reaches ≥5.0 after recovery is classified Aprovado pós-recuperação.
Reprovado
média < 5.0Year retention. No recovery examination is offered. The student is flagged for repetição per LDB Article 24. The Boletim Escolar records the annual média and the Reprovado status for the subject. In practice, most schools require a student to repeat the school year if Reprovado in one or more core subjects.
Aprovado (pós-recuperação)
recovery score raises effective média to ≥ 5.0A fourth outcome that applies only to students who entered Em Recuperação and whose final resultado, after the recovery exam, meets the ≥5.0 threshold. This is a distinct classification from direct Aprovado and is recorded separately on the Boletim. The student is promoted but the recovery path is documented.
Standard thresholds per LDB Article 24. Schools may adjust Aprovado threshold (e.g. 6.0 or 6.5) via their regimento escolar within state legislation limits.
Why Simple Pass/Fail Cannot Work in Brazil
A two-tier system misclassifies students in the 5.0–6.9 band who are legally entitled to recovery, and cannot satisfy MEC inspection or INEP filing requirements.
| Aspect | Two-Tier (Pass/Fail only) | Three-Tier (LDB-compliant) |
|---|---|---|
| Number of outcomes | 2 — Pass or Fail | 3+ — Aprovado, Em Recuperação, Reprovado (plus Aprovado pós-recuperação) |
| Legal compliance | Does not satisfy LDB Art. 24 — students in the 5.0–6.9 band must be offered recovery | Fully satisfies LDB Art. 24 and MEC inspection requirements |
| Recovery exam trigger | Cannot be distinguished from outright failure without extra manual process | Automatic — any student in the 5.0–6.9 band receives a recovery exam record |
| Boletim content | Boletim shows only Pass/Fail — insufficient for INEP filing | Boletim shows annual média, recovery grade, and final resultado per subject |
| Year retention decision | Ambiguous — manual review required to separate recoverable from retained students | Unambiguous — only Reprovado students (<5.0) are retained; Em Recuperação students have a path to promotion |
How OpenEduCat Implements the Three-Tier System
The classification is a first-class data entity, not a display label — built into the data model and driving every downstream workflow.
Native three-tier data model
OpenEduCat stores the classification as a first-class field, not a derived label. The Aprovado / Em Recuperação / Reprovado state is maintained at the data layer and drives downstream workflows, not computed at display time from a raw score.
Automatic tier assignment on média computation
When the annual média is finalised, the system assigns the correct classification immediately. Teachers do not need to manually apply status labels or run a separate classification report.
Em Recuperação workflow integration
The classification directly triggers the recovery exam workflow. An Em Recuperação flag is not cosmetic — it creates a task, sends a notification, and holds the final resultado until the recovery grade is entered.
Promotion and retention reporting
Academic coordinators can generate a class-level promotion report showing the count of Aprovado, Em Recuperação (pending), Aprovado pós-recuperação, and Reprovado students across all subjects — the data MEC inspectors and school boards require.
Related Brazil Gradebook Pages
Frequently Asked Questions
Common questions about Brazil's Aprovado, Em Recuperação, and Reprovado grade classification system.
Model Brazilian grade classification correctly from day one
OpenEduCat's native three-tier model assigns Aprovado, Em Recuperação, and Reprovado automatically — no spreadsheets, no manual review, full LDB compliance.