Planner inputs
Example data table
| Task | Due date | Estimated hours | Completed | Difficulty | Priority |
|---|---|---|---|---|---|
| Statistics problem set 3 | 2026-04-11 | 8 | 2 | 3 | High |
| Literature essay final | 2026-04-22 | 20 | 5 | 4 | Urgent |
| Programming lab report | 2026-04-15 | 12 | 0 | 2 | Medium |
Formula used
The planner converts each task into an adjusted focused-hour load, then spreads it across the weeks left until the due date.
- Remaining hours = max(Estimated − Completed, 0)
- Adjusted hours = Remaining × (1 + Buffer%) × DifficultyMultiplier × PriorityMultiplier
- Weeks to due = ceil(max(DaysBetween(Start, Due), 1) ÷ 7)
- Weekly need = Adjusted ÷ WeeksToDue
- Effective focused capacity = min(WeeklyClockHours, MaxHoursPerDay × StudyDays) × FocusEfficiency
- If total weekly need exceeds capacity, all tasks are scaled down proportionally, and the overload is reported.
How to use this calculator
- Enter your start date and realistic weekly available time.
- Set your study days, daily cap, efficiency, and buffer.
- Add every coursework task with due date and hours.
- Click Create plan to see weekly pace per task.
- Each week, update completed hours and re-run the planner.
- Export CSV or PDF to keep your schedule visible.
FAQs
1) What are “focused hours”?
Focused hours are productive learning time. If you study two hours but only 80% is focused, you gained 1.6 focused hours. The planner uses your efficiency to translate between clock time and focused progress.
2) How should I estimate hours for a task?
Break the task into parts, estimate each part, then add them. Use past assignments as benchmarks. If you are unsure, start with a conservative estimate and use the buffer to protect your deadline.
3) Why add a buffer percentage?
Buffers cover scope creep, extra research, revisions, and unexpected delays. A 10–20% buffer suits most coursework. Increase it for unfamiliar topics or tasks with heavy feedback cycles.
4) What happens if my workload exceeds my weekly capacity?
The planner scales weekly recommendations down so the plan fits your capacity and shows your weekly overload. Use that overload number to decide whether to add time, reduce scope, or renegotiate deadlines.
5) How do difficulty and priority affect results?
Difficulty increases the adjusted hours to reflect higher mental effort. Priority boosts time for important or urgent tasks. Together, they shift the plan toward high-impact coursework without ignoring smaller items.
6) Should I enter one big task or many smaller tasks?
Smaller tasks are usually better. They reduce estimation error and make weekly pacing clearer. For example, split an essay into research, outline, draft, and revision stages with their own due dates.
7) How often should I re-run the planner?
Weekly is ideal, and after any major change. Update completed hours, adjust estimates if needed, and regenerate the plan. This keeps your pacing aligned with real progress and new commitments.
8) Can I use this for exam preparation?
Yes. Create tasks like “Chapter 1 review” or “Past papers set A” with target dates. Assign hours, difficulty, and priority. The weekly pacing works the same way for revision schedules.