The weighting scale category

Hierarchy

  • WeightedCategory

Properties

calculatedMark: string

The score formatted according to the grade type. It is based on the student's score on the weighted category

points: {
    current: number;
    possible: number;
}

The points in the weighted category

Type declaration

  • current: number

    The current points the student achieved in the weighted category

  • possible: number

    The points possible to achieve in the class

type: string

The weighted category type. Examples are Tests/Quizzes, Homework, and Finals

weight: {
    evaluated: string;
    standard: string;
}

The weight of the category

Type declaration

  • evaluated: string

    The student's percentage score in the weighted category

  • standard: string

    The percentage that makes up the total grade in the class

Generated using TypeDoc