Perseus
    Preparing search index...

    Type Alias PerseusNumericInputUserInput

    User input for the NumericInput widget.

    type PerseusNumericInputUserInput = {
        currentValue: string;
    }
    Index

    Properties

    Properties

    currentValue: string

    The raw value the learner typed. May be a TeX expression or a percent string (e.g. "75%"); the scorer normalizes it before grading.