Auto Attendance Block
Maintained by
Fumikazu Iseki
This autoattend block is modification of the Attendance block by Mr. Dmitry Pupinin (v1.0.8, 2007).
In addition to the original manual mode, automatic attendance mode (from the access log of Moodle) and semi-automatic attendance mode (user clicks a link) are also possible.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
default time
I use auto attendance to automatically record student attendance. Sometimes this plugin does not work, there are some students who are recorded as absent even though they have logged in and entered the course in the specified session. How could this happen? what should I do to overcome it?
I just installed Auto attendance and I love it!
My challenge right now is the delete button. I have tried deleting one of the session I created earlier in one of my test courses but nothing happens. Not even refreshing the page.
Am using Moodle 3.8 and I install Auto attendance version 2.6
Someone to kindly advise me please.
Funtion atoattend_use_summertime() is not exist in file autoattend/locallib.php.
This function is called next 3 lines in this file.
2040: $use_summertime = atoattend_use_summertime($couseid);
2086: $use_summertime = atoattend_use_summertime($couseid);
2122: $use_summertime = atoattend_use_summertime($couseid);
To resolve this problem ,replace atoattend to autoattend in this file.
Thanks!
I also faced the same problem before.
I seem that this error occurs when plugin contains multiple language files.
Recently, it has been recommended that each plugin include only one language file for English and that other language files be provided through the AMOS site.
Language files provided through the AMOS site are stored in the moodledata directory.
Why?
Autoattendace consists of block and module.
Is the "Backup of Attendance Data" checked at "Options of Auto Attendance module" ?
If it is checked, backup will be taken regardless of the block.