![]() |
Attendance Tracking
Hi, my name is Colby Kusinitz I am trying to find a better way to keep attendance For my FRC team (POBots 353 from NY), We basically want a way to keep track of the amount of hours they are have worked and how many meetings they have attended
Thanks in advance Colby Kusinitz Director of Communications Pobots.com |
Re: Attendance Tracking
We use teamer.net . It allows you to easily schedule meetings, practices, and events. Lets you track who attended what events. It allows students to quickly reply before hand if they will or will not be able to attend that meeting etc.
It's even nice for collecting money for travel and stuff. |
Re: Attendance Tracking
We have a scanner system, where our members scan in and out when they come to the lab.
|
Re: Attendance Tracking
We have a scanner system as well- students swipe their student id cards or enter their id number.
Here's a link to our github with the code. It runs in terminal. |
Re: Attendance Tracking
![]() This baby won't fail you! |
Re: Attendance Tracking
Our team has a sign in/out sheet for meetings. You write down your name, date, and how many hours you were there. It's pretty effective. If a student tries to cheat by adding more hours than what he/she was there for, other students can verify it.
|
Re: Attendance Tracking
Quote:
Quote:
|
Re: Attendance Tracking
Quote:
|
Re: Attendance Tracking
Quote:
shoutout to our webmaster if he's reading this for the help |
Re: Attendance Tracking
We use a scanner system with a django backend that manages all the data. Our code can be found here.
|
Re: Attendance Tracking
This is the sign-in app we use: https://github.com/team294/signinapp. It's written in Python+PyQt, can run with either a CSV backend or with our registration system (https://github.com/team294/roster). We run it on a Raspberry Pi but it works on Windows as well. One nice feature with this is that it integrates photo display so you can visually see who is logged in.
This app is visually inspired by akeisic's Excel-based sign-in system (https://www.chiefdelphi.com/media/papers/2490). If you're looking for something super lightweight without any dependencies other than Excel, that's a great starting point. |
Re: Attendance Tracking
This is what we use:
https://github.com/FRC900/timesheet Other teams are using it as well. It's been a great system for us. It allows students to sign in and out using a barcode scanner attached to a Raspberry Pi. |
Re: Attendance Tracking
We built an app for it last summer but never really had much luck with it. It was used for maybe a week before the novelty wore off and everyone stopped using it.
|
Re: Attendance Tracking
We just started using this http://m.ebay.com/itm/121927230981
It's a bit simplistic, but the kids love scanning their fingerprint. It's quick, easy, and no one can sign in for someone else. (No cheating ha,ha). We call ours BARF. Biometric Attendance Recording Facilitator. The kids also enjoy the name. No need for a computer just plug it in and download the records on a flash drive. They come out in an excel file. We haven't used it alot so I'm not sure how well it's really going to work for us, but I'm hopeful. |
| All times are GMT -5. The time now is 19:40. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi