Attendance Setup for Student Daily Attendance Report
Introduction
To support the proper extraction and reporting of Attendance Status and Modality for the Maine Student Daily Attendance Report, the setup items below must be implemented. For general attendance setup items and information, see the PowerSchool Admin Help Guide.
Attendance Code Category Setup
State Reporting versions 8.2.0 and later include the automatic setup of Attendance Code Categories for the Student Daily Attendance Report. From the left navigation menu select School, School Setup, and then Attendance Code Category.
The following list of attendance code categories appears by default:
Name | Code | Description | Sort |
---|---|---|---|
UnexAbs_ME | UnexAbs_ME | Unexcused Absence for ME State Reporting | 1 |
ExcusAb_ME | ExcusAb_ME | Excused Absence for ME State Reporting | 2 |
RemoteATT | RemoteATT | Remote Attendance for ME State Reporting | 3 |
InPersonATT | InPersnATT | In-Person Attendance for ME State Reporting | 4 |
Mapping the Attendance Code to the New Code Categories
Mapping attendance codes to the predefined attendance code categories ensures attendance status (Present, Unexcused, or Excused) and modality (In Person or Remote) are both reported. Districts must use the predefined state reporting attendance code categories but can choose to use existing or new local attendance codes.
Attendance Code | Attendance Code Description | Map to Attendance Code Category Name |
---|---|---|
(Blank) | Present | InPersonATT |
RP | Remote Present | RemoteATT |
UEX | Unexcused Absence | UnexAbs_ME & InPersonATT |
EX | Excused Absence | ExcusAb_ME & InPersonATT |
RUEX | Remote Unexcused Absence | UnexAbs_ME & RemoteATT |
REX | Remote Excused Absence | ExcusAb_ME & RemoteATT |
The Attendance Codes and the Attendance Code Descriptions mentioned in this article are examples of best practice.
Report Logic
The logic for extracting Attendance Status:
To determine a Present Attendance Status, the local attendance code(s) must have an attendance status of Present.
To determine an ExcusedAbsence or UnexcusedAbsence Attendance Status, the local attendance code(s) must be mapped to an attendance code category.
Attendance Code | Mapped Attendance Code Category | Value extracted in report for Attendance Status |
---|---|---|
(Blank) | InPersnATT | Present |
RP | RemoteATT | Present |
UEX | UnexAbs_ME & InPersonATT | UnexcusedAbsence |
EX | ExcusAb_ME & InPersonATT | ExcusedAbsence |
RUEX | UnexAbs_ME & RemoteATT | UnexcusedAbsence |
REX | ExcusAb_ME & RemoteATT | ExcusedAbsence |
The logic for extracting Modality:
To determine a FaceToFace or Remote modality, the local attendance code(s) must be mapped as listed to an attendance code category.
Attendance Code | Mapped Attendance Code Category | Value extracted in report for Modality |
---|---|---|
(Blank) | InPersnATT | FaceToFace |
RP | RemoteATT | Remote |
UEX | UnexAbs_ME & RemoteATT | FaceToFace |
EX | ExcusAb_ME & RemoteATT | FaceToFace |
RUEX | UnexAbs_ME & RemoteATT | Remote |
REX | ExcusAb_ME & RemoteATT | Remote |
For meeting attendance, if the attendance is greater than or equal to 50% Remote, then the modality is reported as Remote.