I need to track attendance every week for a series of classes, but with over 500 students in the program it would take too long to enter a new record for each student one at a time.
Is there a way to set up a page where I can just go down a list and check students absent or present?
Additionally I’d like for parents to be able to submit absences in advance and have that show up on the list when I am taking attendance.
Hey @Patrick8, I agree that would be quite cumbersome to enter each one at a time.
Firstly, I suggest having Session Attendance records generated at the start of the week for each Class Session that exists within the week. This can be achieved via Make/Zapier.
You’ll then be able to have a page with a grid of Session Attendance records on a Class Session page, which should have a default attendance of ‘No’.
On this grid, you can either add an action button that toggles their attendance status or some nifty JavaScript I’ve used in the past to toggle their status between ‘Yes’ and ‘No’ a lot faster in the background.
Parents should be able to log in and set that existing Session Attendance record to ‘absent’.
Hope that gives you a starting point, let me know if you’d like some further assistance!
I immediately thought of the KTL Quick Toggle feature and a scheduled task to create the new records.
I was thinking after hours each day for the next day’s attendance records.