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.
Thank you very much for your help!
I stumbeled uppon an issue in the latest version, every time I create a session, the session doesn't get the specified date but always a date before that.
For example, if i set the date to be 01 Nov 2023 the session date when I click add will be set to 31.Oct 2023 or if I set the date 10 Oct 2023 the session date will be set to 09 Oct 2023.
This doesn't happend if I edit the session and set again the date.
To reproduce, create an attendance activity, open the activity, add session, set the desired date
Expected result > A new session with the desired date will be added
Result > A new session with the desired date -1 day is being added
I'm using moodle Version 4.2.2+ (Build: 20231004) with Attendance plugin v "2023041800", Ubuntu dedicated server with Apache webserver and PHP 8.2.
The date command on the server shows back the right date&time and also when I go to Site administration > Reports > Live Logs > The time and date seems to be fine on moodle.
I had the same issue on moodle v 4.1 PHP 7.4
Can you please take a look at this
$log->statusset = implode(',', array_keys($log->statusset));
add this line of code before insert and update record function
@Filippo - no that is not currently supported.
@Lawrence - this sounds like a possible theme issue, best thing would be to generate some screenshots and create a forum post in the forums describing your issues.
Just a question: is it possible to use other "variables" (%coursename%, %username%, etc.) in notification emails?
For example is there a variable containing tha amount of hours a students has followed?
Thank you.
Filippo