Polyman Documentation - v2.2.2
    Preparing search index...

    Interface StatementConfig

    Statement configuration in Config.json (with file paths) StatementConfig

    interface StatementConfig {
        encoding: string;
        name: string;
        legend?: string;
        input?: string;
        output?: string;
        scoring?: string;
        interaction?: string;
        notes?: string;
        tutorial?: string;
    }
    Index

    Properties

    encoding: string

    Text encoding (e.g., 'UTF-8')

    name: string

    Problem title in this language

    legend?: string

    Path to legend.tex file

    input?: string

    Path to input-format.tex file

    output?: string

    Path to output-format.tex file

    scoring?: string

    Path to scoring.tex file

    interaction?: string

    Path to interaction.tex file

    notes?: string

    Path to notes.tex file

    tutorial?: string

    Path to tutorial.tex file