The grade mark of a course

Hierarchy

  • Mark

Properties

assignments: Assignment[]

The assignments of the course

calculatedScore: {
    raw: number;
    string: string;
}

The calculated score of the mark

Type declaration

  • raw: number

    The score formatted in a number from 0-100. This is the student's percentage score, but without the % sign.

  • string: string

    The score formatted according to the gradebook type. If the gradebook type is Traditional, it will show A's, B's, C's, D's, and F's

name: string

The name of the mark

weightedCategories: WeightedCategory[]

The weighing scale of the course

Generated using TypeDoc