The attendance information about the student's period

Hierarchy

  • PeriodInfo

Properties

Properties

period: number

The period number of the class

total: {
    activities: number;
    excused: number;
    tardies: number;
    unexcused: number;
    unexcusedTardies: number;
}

Properties with total attendance type

Type declaration

  • activities: number

    The total student absences due to activities

  • excused: number

    The total excused absences of the student

  • tardies: number

    The total late tardies of the student

  • unexcused: number

    The total unexcused absences of the student

  • unexcusedTardies: number

    The total unexcused late tardies of the student

Generated using TypeDoc