ATKT Rules in Indian Universities
ATKT (Allowed To Keep Terms) lets students with failing grades in one or more subjects continue to the next semester rather than repeating an entire year. Universities set a backlog limit (typically 3 to 5) beyond which a student cannot advance until they clear enough backlogs. OpenEduCat automates the entire ATKT lifecycle from fail-recording through backlog clearance.
The ATKT Lifecycle
Five stages from initial failure to backlog clearance.
Fail recorded
A student scores below 40% in a subject. The grade F (0 grade points) is recorded. The subject is flagged as an active backlog.
Backlog count checked
The system checks whether the active backlog count is within the university's ATKT limit. If yes, promotion to the next semester is allowed despite the failure.
Next semester enrolment
The student is enrolled in the next semester under ATKT status. They must re-register for the failed subject in the next available exam cycle.
Re-attempt exam
The student sits the backlog exam. The most recent grade replaces the previous grade in the CGPA calculation. The original grade remains visible on the transcript.
Backlog cleared
Once a passing grade is recorded, the backlog is marked cleared and no longer counts against the ATKT limit. The student's active backlog count decreases.
ATKT Rules by University
Each university and affiliated college can apply its own limits on top of the CBCS baseline. These are the most common configurations.
| University / Policy | Max Backlogs | Scope | Grade Replacement | Grace Marks | Notes |
|---|---|---|---|---|---|
| General CBCS (ATKT_STD) | 3 | Per semester | Most recent grade | Up to 4 marks to reach pass threshold | UGC-recommended baseline applied by most affiliated colleges. |
| Gujarat Technical University (GTU) | 4 | Active at any time | Most recent grade | Up to 3 marks per subject | Uses GTU_10PT scale alongside ATKT. Students may carry backlogs across semesters. |
| University of Mumbai | 4 | Across previous two semesters | Most recent grade | Up to 5 marks (Head of Passing) | Head of Passing rule allows grace marks across subjects to clear a semester boundary. |
| Savitribai Phule Pune University | 5 | Accumulated active backlogs | Most recent grade | Up to 5 marks per subject | Higher backlog tolerance for engineering programmes; affiliate colleges may restrict further. |
How OpenEduCat Automates ATKT
The India module handles ATKT tracking end-to-end, no spreadsheets, no manual backlog lists.
ATKT_STD policy pre-configured
The India module ships with the ATKT_STD policy: atkt_enabled = True, atkt_max_backlogs = 3, replacement_strategy = most_recent. Administrators can modify the backlog limit per programme without code changes.
Automatic promotion override
When a student's active backlog count is within the configured limit, the batch promotion wizard automatically clears the backlog-related failure reason. The student advances to the next semester without manual registrar intervention.
Automatic grace marks at publish
The _apply_automatic_grace_marks() method runs at grade publication. It adds up to 4 marks to borderline students whose total places them just below the pass mark. A full audit trail records which marks were applied and why.
Backlog status report
A dedicated backlog status report lists every student's active backlogs, the semesters they originated from, and the current count against the ATKT limit. This report is used by exam controllers and student advisors.
Frequently Asked Questions
Common questions about ATKT rules in Indian universities.
Automate ATKT tracking for your institution
The India gradebook module handles backlog counting, grace marks, and promotion decisions automatically. Your exam controllers focus on students, not spreadsheets.