learn-content-engine - v0.34.0
    Preparing search index...

    Variable QUALITY_MINIMUMSConst

    QUALITY_MINIMUMS: {
        minExercisesPerLesson: 5;
        minExerciseTypes: 2;
        minFreeTextAccepts: 2;
        minMatchingPairs: 3;
        minTheorySteps: 1;
    } = ...

    The shared quality minimums: the numbers of schema/quality-rules.json (src/quality.test.ts pins the two to each other).

    Type Declaration

    • ReadonlyminExercisesPerLesson: 5
    • ReadonlyminExerciseTypes: 2
    • ReadonlyminFreeTextAccepts: 2
    • ReadonlyminMatchingPairs: 3
    • ReadonlyminTheorySteps: 1