Attendance
Maintained by
Dan Marsden
A plugin that allows an attendance log to be kept. - includes an optional block for easy access to relevant functions.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
I reported it in bug tracker in git Hub
I don't understand what you mean by the pull request.
I guess query should be something like the below for MS SQL, I will suggest that in the bug
SELECT * FROM (
SELECT *, ROW_NUMBER() OVER (ORDER BY expirytime ASC) AS RowNum FROM mdl_attendance_rotate_passwords WHERE attendanceid = ? AND expirytime > ?
) AS MyDerivedTable
WHERE MyDerivedTable.RowNum BETWEEN 1 and 2
Message: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Incorrect syntax near 'LIMIT'.
SELECT * FROM mdl_attendance_rotate_passwords WHERE attendanceid = '10793' AND expirytime > '1585156464' ORDER BY expirytime ASC LIMIT 2
[array (
0 => 10793,
1 => 1585156464,
)]
Just a short replay to say I reported a bug related to QR code display under IE11 in the tracker system, many thanks in advance!
We are using the module to record the attendance at our 'face to face' lessons.
I was wondering if the data stored (e.g. class duration) could be used to calculate the time attended in a given period?
I am thinking along the lines of a school administrator 'clocking' the hours delivered by the teachers. For example, how many hours were delivered between the 1st and last days of the month.
Many thanks in advance
This is a wonderful plugin indeed. I believe this plugin has almost everything that is needed for capturing attendance. This plugin is a blessing for course admin to capture attendance in a single place.I was wondering if it possible capture a reason (either a LOV or a text) while selecting absent?
There are some comments request for the same already. Happy that I'm not a sole person making this request.
Thank you in advance.