FreakingGenius - v0.1.0
    Preparing search index...

    Interface ErrorPattern

    A recognised error pattern in the student's work.

    interface ErrorPattern {
        code: string;
        description: string;
        severity: ErrorSeverity;
    }
    Index

    Properties

    code: string

    Short machine-readable code, e.g. "sign_error".

    description: string

    Human-readable description for logging and hint lookup.

    severity: ErrorSeverity

    How severe this error is considered for intervention scoring.