FreakingGenius - v0.1.0
    Preparing search index...

    Enumeration InterventionTriggerType

    Conditions that can trigger an intervention.

    Index

    Enumeration Members

    HELP_REQUESTED: "help_requested"

    Student explicitly asked for help.

    INACTIVITY_TIMEOUT: "inactivity_timeout"

    Student has been inactive for longer than the configured threshold.

    INCORRECT_ANSWER: "incorrect_answer"

    The submitted answer was incorrect.

    REPEATED_ERROR: "repeated_error"

    Student has made the same error type multiple times.

    TIME_WARNING: "time_warning"

    Session time is running low.