Attendance icon

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.
Price option: Free

Supports Moodle 2.3-5.1 See all versions
Latest release: 3 months ago
Installations: 22662
Downloads (last 90 days): 6452

Frankenstyle name: mod_attendance
Activities

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Hello acqua,
On August 29th I wrote in the "Assistance" forum, but there were no answers to my problem or requests for further information about it. That is why I thought that I could write here, in order to find someone who could give me some indications that I have not been able to find. I am so sorry.
If there is some other forum where I could ask for help, or some tutorial that could be helpful for me, please, let me know.
If you could help me, maybe I could explain the details of my issue. I would appreciate it very much indeed.
Thank you,
Hi Sir,
Is it possible to display the list of absent reasons in this plugin? Request you to reply me as soon as possible.
Marga,
I'm not sure that this page is the ideal place for this kind of question. Please see the the "Attendence" forum:
https://moodle.org/mod/forum/view.php?id=741
And I think that you should give more information about the scenario that you are facing.
Marga,
I'm not sure that this page is the ideal place for this kind of question. Please see the the "Attendence" forum:
https://moodle.org/mod/forum/view.php?id=741
And I think that you should give more information about the scenario that you are facing.
Hello.
We want to configure the activity so that assistance is automatically marked. But we have not succeeded.
If someone can help us, we would appreciate it.
Thank you
Hello, We started getting this error today on 3.6.5
Default exception handler: Exception - Call to undefined function file_rewrite_pluginfile_urls() Debug:
Error code: generalexceptionmessage
* line 972 of /mod/attendance/classes/structure.php: Error thrown
* line 944 of /mod/attendance/classes/structure.php: call to mod_attendance_structure->get_session_info()
* line 180 of /mod/attendance/classes/task/auto_mark.php: call to mod_attendance_structure->get_statuses()
* line 156 of /admin/tool/task/cli/schedule_task.php: call to mod_attendance\task\auto_mark->execute()
!!! Exception - Call to undefined function file_rewrite_pluginfile_urls() !!!
Thoughts on how to fix this?
Thanks,
Barbara
Hi,
is there any way to create a list of one User/All Users where all Attendance in every kurs is displayed?
Eq.
Name Course 1Course2 Course3
Max A E A
Lisa A A A
Kind regards
hi, is it possible for me to hide session column in the report overview?
@Sergio - that is not something that is currently supported, but there is someone in the community actively working on implementing this feature - if you have internal development capabilities you might want to check out the pull requests in the github repo for the attendance plugin - otherwise you will need to wait for this work to be completed.
Hello, it is possible to have a option to bulk upload attendance records?
Dan,
I did it. See the issue #363.
https://github.com/danmarsden/moodle-mod_attendance/issues/363
Thanks so much,
Bei
Hi Bei, please report bugs in the tracker rather than as comments here. See the link above under "useful links" - thanks.
Hi Dan and who it may be concerned,
I tried to upgrade the mod attendance in my 3.6.2 Moodle system from 3.1.1.2 (2016052204) to 3.6.3 (2018102600), and ran into some DB errors. We are the Oracle shop. There is a tiny syntax error in ../db/upgrade.php that Oracle is not happy about it, and my upgrade process failed. See the line with a fix below.
//Old line
389 $table->add_key('level_id', XMLDB_KEY_UNIQUE, array('idnumber, warningpercent, warnafter'));
//New line
//Need to wrap each field name with single quote
389 $table->add_key('level_id', XMLDB_KEY_UNIQUE, array('idnumber', 'warningpercent', 'warnafter'));
If this issue can be checked and addressed in your plugin code, that would be great.
Thanks,
Bei Chapman
@Jon - can you please use the attendance forum to ask that question here:
https://moodle.org/mod/forum/view.php?id=741
The short answer is - "yes" but the comments here are not great for support questions.
Dan
thank you. We are a small university so do not have those capabilities. I will see if I can drum up some interest with our Moodle Hosting Service.
Another update i have been asked to propose (I am the site admin): Is there a way to REQUIRE that the radio button (absent, tardy, etc) be picked for every student? We have found teachers who do not fill out all the radio button and the attendance is marked as complete (Green Arrow). We have a report that looks for attendance that is not marked at all (not completed) so we can remind the instructor.