Notification of class absences past a certain threshold

Does anyone have any creative solutions for how to monitor for students that have been absent for class section more than a specified number of times during the term? It's possible to create a student attendance list to see totals for each class section for each student, but one must search through every student at the school and check their class absence numbers manually to find those that are above the threshold. Even exporting to Excel causes all these class absences to export into a single row/cell for each student, so they cannot be sorted or analyzed easily. We also tried to setup an attendance rule infraction that would trigger every time a student missed a class 5 or more times, but it seems to only work for 5 or more total absences across all classes and not 5 absences from a single class section. Has anyone come up with a better way to do this seemingly simple request?

Comments

  • @Geoffrey Goodfellow This might seem cumbersome, but I have an advanced list setup that lists out every single student absent - one absent per row. The fields I have are UserID, last name, first name, block, date absent, excuse type. I then download every absence for the term (I have a filter for only our fall semester as well as the type of absences that count towards the limit), and then do a cross-tab query in Microsoft Access where the column headings are Period 1, Period 2, Period 3, etc., the rows are the UserID and the intersecting column is a count for the number of times a student is absent. I then run that each week. It only takes about 30 seconds to export the data and run the query - I used a linked table so each time I just overwrite the previous week's file and then I have the new data.

  • Thanks for sharing your process, @Chris Felinski! This is very helpful. Still wish this was something available within K12, but I think your external solution might work for me.

  • @Geoffrey Goodfellow Try creating the following advanced list:

    aafaa038b67f562cd1fbd4dd061c1234-huge-sc
    7284bd7abda55eb45f5ba3a94be7b6ec-huge-sc
  • @Jamie Benemerito, how did I not remember this Count function within advanced lists?! Your list worked perfectly and also gave me the data that I needed, all within K12. Is it possible to export the contents of an Advanced List on a regular automated schedule or publish the list results someplace automatically? In the header of the list creation screen, I see some references to “channels” but I'm not sure what that references.