Teacher 'John Smith': minimum days (5) x minimum periods/day (6) = 30 exceeds the maximum periods/week (25).

Last updated: Mar 23, 2026

At a glance

The teacher's minimum schedule requirements exceed their maximum weekly hours.

What causes this error

The teacher's configuration has a logical contradiction: the product of minimum working days and minimum periods per day exceeds the configured maximum periods per week.

Example: 5 days x 6 periods/day = 30, but the maximum is 25. It is mathematically impossible to satisfy both constraints.

How to fix it

Go to the teacher configuration and ensure: minDays x minPeriodsPerDay <= maxPeriodsPerWeek

Either reduce minDays, reduce minPeriodsPerDay, or increase maxPeriodsPerWeek.

Back