FreakingGenius - v0.1.0
    Preparing search index...

    Ratchets hint specificity upward when a student stays stuck on an exercise.

    const mgr = new EscalationManager({ hintsPerLevel: [2, 2, 1, 1], maxLevel: EscalationLevel.FULL_EXAMPLE });
    const level = mgr.nextLevel(); // EscalationLevel.NUDGE
    Index

    Constructors

    Methods