RIO Ready: Attendance and Grade Tracking Components
Table of Contents
Attendance and Grade Tracking Metadata
| Name | Type | Description |
| redu_ATT_BookingRollup_TDTM | Apex Class | TDTM to rollup attendance summary to the parent - booking record. |
| redu_ATT_BookingRollup_TEST | Apex Class | Test class for redu_ATT_BookingRollup_TDTM |
| redu_WeeklyGradeRollup_BATCH | Apex Class | Batch class to summarize weekly grade in a custom object - Weekly Grade Statistic for sessions. |
| redu_WeeklyGradeRollup_BATCH_TEST | Apex Class | Test class for redu_WeeklyGradeRollup_BATCH |
| redu_WeeklyGradeRollup_SCHED | Apex Class | Schedule class to schedule the weekly grade rollup batch job. |
| redu_WeeklyGradeRollup_SCHED_TEST | Apex Class | Test class for redu_WeeklyGradeRollup_SCHED |
| redu_Weekly_Grade_Statistic__c.redu_External_Id__c | Custom Field | External Id for weekly grade statistic, for upsert purposes |
| redu_Weekly_Grade_Statistic__c.redu_Not_Submitted_Grade_Count__c | Custom Field | Count of student without grade |
| redu_Weekly_Grade_Statistic__c.redu_Present_Count__c | Custom Field | Total number of Term Grades this week. |
| redu_Weekly_Grade_Statistic__c.redu_Session__c | Custom Field | Lookup to the Session. |
| redu_Weekly_Grade_Statistic__c.redu_Total_Students__c | Custom Field | Total number of students enrolled in this Class, based on the number of Term Attendances this week. |
| redu_Weekly_Grade_Statistic__c.redu_Week__c | Custom Field | ISO week number. |
| rio_ed__Allocation__c.redu_Absent_Count__c | Custom Field | Total number of Attendances marked as “Absent”. |
| rio_ed__Allocation__c.redu_Attendance_Taken__c | Custom Field | True if at least 1 Attendance is taken. |
| rio_ed__Allocation__c.redu_Excused_Count__c | Custom Field | Total number of Attendances marked as “Excused”. |
| rio_ed__Allocation__c.redu_Not_Marked_Count__c | Custom Field | Total Students - Present Count - Absent Count - Excused Count. |
| rio_ed__Allocation__c.redu_Present_Count__c | Custom Field | Total number of Attendances marked as “Present”. |
| rio_ed__Allocation__c.redu_Total_Students__c | Custom Field | Total number of student Attendance records under this Plan Line Booking. |
| rio_ed__RIO_Education_Settings__c.redu_Weekly_Grade_Rollup_Batch_Size__c | Custom Field | Batch size for grade rollup job |
| rio_ed__RIO_Education_Settings__c.redu_Weekly_Grade_Rollup_Last_Run_Date__c | Custom Field | Last run date of the grade rollup job |
| redu_ATT_BookingRollup_TDTM_Error_Prefix | Custom Label | Format of the error message to be displayed when the attendance rollup failed. |
| redu_Weekly_Grade_Statistic__c | Custom Object | |
| redu_Weekly_Grade_Statistic__c-Weekly Grade Statistic Layout< | Layout |