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

    Interface TestGroup

    Configuration for a group of tests with scoring and feedback policies. TestGroup

    interface TestGroup {
        name: string;
        pointsPolicy: PointsPolicy;
        feedbackPolicy: FeedbackPolicy;
        dependencies: string[];
    }
    Index

    Properties

    name: string

    Test group identifier

    pointsPolicy: PointsPolicy

    How points are awarded

    feedbackPolicy: FeedbackPolicy

    Feedback level

    dependencies: string[]

    Other groups that must pass first