For Developers
Attendance Flag
An Attendance Flag describes the state of an Attendance.
These values are string
s. All, some, or none of these may be present in the "flags"
array on the Attendance object.
Values
Value | Description |
---|---|
excused | The student was absent from class but the absence was excused. |
field_trip | The student was absent from class because they were on a field trip. |
in_school_suspension | The student was absent from class because they were suspended from school. |
late | The student was late to class. |
out_of_school_suspension | The student was absent from class because they were suspended from school. |
parent_excused | The student was absent from class but the absence was excused by a parent. |
school_excused | The student was absent from class but the absence was excused by the school. |
suspension | The student was absent from class because they were suspended. |
truant | The student was absent from class because they were truant. |
unexcused | The student was absent from class and the absence was unexcused. |
vacation | The student was absent from class because they were on vacation. |