Auto Attendance Module

Maintained by Fumikazu Iseki
This is a additional module to auto attendance block.
Price option: Free

Supports Moodle 3.0-4.5 See all versions
Latest release: 1 year ago
Installations: 688
Downloads (last 90 days): 94

Frankenstyle name: mod_autoattendmod
Activities
Auto attendance

Comments

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

Hi, I just added auto attend to Moodle 3.03 and I can't restore an old backup I made using Moodle 2.85. The error message I get is
Backup is missing XML file: [tempdir]/backup
/b......../autoattend_794/autoattend.xml
I tried deleting references to autoattend from the mbz file and reuploading, and I tried deleting the auto attend plugin, but nothing has worked. I have several courses from the same period backed up that I haven't tried restoring yet, but I'm guessing they won't work. I will try later.
And, what DB do you use? MySQL?
Hi.
"Attendance has been ERROR taken!!!" is error of "update DB" with semi-auto mode.
semiautoattend.php
$result = $DB->update_record('autoattend_students', $rec);
if ($result) {
if ($sentemail) autoattend_email_user($att, $user, $status);
//
$loginfo = SEMIAUTO_SUBMIT_LOG.',id='.$att->id.',user='.$stdnt->studentid.',status='.$rec->status.',ip='.$rec->ipaddress;
$event = autoattend_get_event($context, 'submit', '', $loginfo);
jbxl_add_to_log($event);
redirect($wwwBlock.'/index.php?course='.$course->id.'&class='.$classid, get_string('attendsuccess', 'block_autoattend'), 1);
}
else {
$loginfo = SEMIAUTO_SUBMIT_LOG.',id='.$att->id.',user='.$stdnt->studentid.',DB Error';
$event = autoattend_get_event($context, 'submit', '', $loginfo);
jbxl_add_to_log($event);
redirect($wwwBlock.'/index.php?course='.$course->id.'&class='.$classid, get_string('attenderror', 'block_autoattend'), 5);
}
Please set Moodle to Debug mode, and send outputed messages to me.
Thanks.
Hii Mr.Fumikazu Iseki,
Thank you for reply...the version autoattend_mod and block 2.5.0 (2016011500). Thank you. (moodle 2.9)
Hi,
What version of autoattend block and mod ?
autoattend block and mod have not message as "ATTENDANCE HAS BEEN ERROR TAKEN!!!"
Hii Mr.Fumikazu Iseki,
I have a problem..I already install auto attendance block and after that i installed the auto attendance_mod..but when i try to running the auto attendance, the error came out "ATTENDANCE HAS BEEN ERROR TAKEN!!!". can you help me to solve this problem. thank you.
I add backup and e-mail for student functions.
If you want to sned e-mail to student about their attendance, please check "E-mail Notification to Students" at "Options of Auto Attendance module".
And please add "Student" to the "autoattendmod:receivemail" capability.
Thanks.
I do not know much about the programing using backup function, but I will study it.
Thanks.
Currently using 2.4.2 and am unable to backup course grades from this or any other activity when this mod is present in the course.
Has this been fixed in 2.4.4?
Dear Fumikazu,
Thank you for your reply and good will. I am in doubt if I should have placed this request under the Auto Attendance Block.
We use the Auto Attendance Block in Automatic mode today. But as I have tested the Auto Attendance Mod, we could just as well use this.
Hi,
I see. I'll try to implement its function by next version. Please wait a moment.
Thanks.
Dear Fumikazu,
We are happy to use this plugin, however we are facing a challenge.
Students and educators ask for feedback to the student, when she/he registrate attendance.
(I see that the Autoattend_mod can send a mail to the teacher).
The problem is that students claim to have logged in without being registrated. They would like a message confirming they have been registrated (on screen or by email). A mail or message would push the responsability - for checking everything was registrated nice - to the students.
Could you see this request on the development track of Autoattendance?
Sorry.
I updated autoattendmod now.
Please use autoattendmod-2.4.2
After I install the plug in, I tried to use it but it got the following error
Warning: require_once(/var/www/vhosts/edilearn.com/httpdocs/blocks/autoattend/lib.php): failed to open stream: No such file or directory in /var/www/vhosts/edilearn.com/httpdocs/mod/autoattendmod/lib.php on line 271 Fatal error: require_once(): Failed opening required '/var/www/vhosts/edilearn.com/httpdocs/blocks/autoattend/lib.php' (include_path='/var/www/vhosts/edilearn.com/httpdocs/lib/zend:/var/www/vhosts/edilearn.com/httpdocs/lib/pear:.:') in /var/www/vhosts/edilearn.com/httpdocs/mod/autoattendmod/lib.php on line 271
自己レス、日本語で申し訳ありません。php.iniのTimezoneを書き換えて解決(?)しました。