Auto Attendance Module
Maintained by
Fumikazu Iseki
This is a additional module to auto attendance block.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
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.
"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.
Thank you for reply...the version autoattend_mod and block 2.5.0 (2016011500). Thank you. (moodle 2.9)
What version of autoattend block and mod ?
autoattend block and mod have not message as "ATTENDANCE HAS BEEN ERROR TAKEN!!!"
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.
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.
Thanks.
Has this been fixed in 2.4.4?
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.
I see. I'll try to implement its function by next version. Please wait a moment.
Thanks.
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?
I updated autoattendmod now.
Please use autoattendmod-2.4.2
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