Attendance Calculator
Calculates an attendance percentage from days attended and total class days. Enter the two separated by a comma, like "45, 50".
Calculates an attendance percentage from days attended and total class days. Enter the two separated by a comma, like "45, 50".
Use cases
- Checking whether attendance meets a course's minimum requirement
- Tracking attendance percentage over a term
Examples
45 of 50 days attended
45, 50
{"attendance_percent": 90.0}FAQ
Is my data sent to a server?
Yes — the calculation runs on the server for this tool.