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.
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,
Is it possible to display the list of absent reasons in this plugin? Request you to reply me as soon as possible.
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.
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.
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
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
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
I did it. See the issue #363.
https://github.com/danmarsden/moodle-mod_attendance/issues/363
Thanks so much,
Bei
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
https://moodle.org/mod/forum/view.php?id=741
The short answer is - "yes" but the comments here are not great for support questions.
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.