Teacher 'Jane Doe': maximum days (3) x maximum periods/day (4) = 12 is less than the minimum periods/week (15).

Last updated: Mar 23, 2026

At a glance

The teacher's maximum schedule capacity is lower than their required minimum weekly hours.

What causes this error

The teacher's configuration has a logical contradiction: even at maximum capacity (maxDays x maxPeriodsPerDay), the teacher cannot reach the configured minimum weekly hours.

Example: 3 days x 4 periods/day = 12, but the minimum is 15. Impossible to achieve.

How to fix it

Go to the teacher configuration and ensure: maxDays x maxPeriodsPerDay >= minPeriodsPerWeek

Either increase maxDays, increase maxPeriodsPerDay, or decrease minPeriodsPerWeek.

Back