Blocks: Auto Attendance
block_autoattend
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.
930 sites
467 downloads
48 fans
These Auto Attendance block and module are modification of the Attendance block/module of Mr. Dmitry Pupinin (v1.0.8, 2007).
In addition to the manual attendance mode to take attendance manually the original, automatic attendance mode (from the access log of Moodle) and semi-automatic attendance mode (user clicks a link) are also possible.
I strongly recommend a combination of Auto Attendance block (autoattend) and Auto Attendance module (autoattendmod).
15 March 2016
I released new support module (homeroom module).
homeroom module displays all students's attendances of the all courses.
http://www.nsl.tuis.ac.jp/DownLoad/SoftWare/Moodle/homeroom-1.3.0.zip
http://www.nsl.tuis.ac.jp/xoops/modules/xpwiki/?mod_homeroom
Sets
This plugin is part of set Auto attendance.
Useful links
Contributors
Fumikazu Iseki (Lead maintainer)
Please login to view contributors details and/or to contact them
Moreover, it would be helpful if you could add attendance upload function as well. Due to backup failure, while restoring the course we are in problem with previous data restoration in the plugin.
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.
Why?
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.
Thanks!
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.
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.
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?