Auto Attendance Module

Activities ::: mod_autoattendmod
Maintained by with daughterFumikazu Iseki
Part of set Auto attendance.
This is a additional module to auto attendance block.
Latest release:
692 sites
444 downloads
18 fans
Current versions available: 1

This is additional module of auto attendance block.

This auto attendance module is modification of the Attendance module by Mr. Dmitry Pupinin et. al (v1.0.8, 2007).

cron, grade, e-mail  and more functions are added to block_autoattend.
Please install the auto attendance block before installing this module.


Screenshots

Screenshot #0

Contributors

with daughter
Fumikazu Iseki (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Comments

  • with daughter
    Tue, 8 Dec 2015, 9:22 PM
    Hi,
    I see. I'll try to implement its function by next version. Please wait a moment.

    Thanks.
  • Chester Folming
    Wed, 9 Dec 2015, 5:19 PM
    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.
  • Greg Young
    Tue, 15 Dec 2015, 10:27 PM
    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?
  • with daughter
    Wed, 16 Dec 2015, 12:12 AM
    I do not know much about the programing using backup function, but I will study it.

    Thanks.
  • with daughter
    Mon, 18 Jan 2016, 8:42 AM
    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.
  • myzz hass
    Mon, 22 Feb 2016, 10:17 AM
    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.
  • with daughter
    Mon, 22 Feb 2016, 10:56 AM
    Hi,
    What version of autoattend block and mod ?

    autoattend block and mod have not message as "ATTENDANCE HAS BEEN ERROR TAKEN!!!"
  • myzz hass
    Mon, 22 Feb 2016, 12:23 PM
    Hii Mr.Fumikazu Iseki,
    Thank you for reply...the version autoattend_mod and block 2.5.0 (2016011500). Thank you. (moodle 2.9)
  • with daughter
    Mon, 22 Feb 2016, 12:49 PM
    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.

  • with daughter
    Mon, 22 Feb 2016, 1:02 PM
    And, what DB do you use? MySQL?
  • Steve McGuire
    Fri, 15 Apr 2016, 10:47 AM
    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.
  • Steve McGuire
    Fri, 15 Apr 2016, 10:48 AM
    Sorry, any help or advice would be appreciated!
  • with daughter
    Fri, 15 Apr 2016, 5:11 PM
    When you take a backup, did you use more than autoattendmod v2.5.0 and setup backup mod?
    v2.4.x does not support backup function.
  • David Conrad
    Thu, 30 June 2016, 8:49 PM
    Hi, we are also unable to backup a course with v2.5.0 with moodle v3.0.3. Only by deleting the block are we able to backup the course. Error message:
    Table "autoattendmod" does not exist.
  • with daughter
    Thu, 30 June 2016, 9:27 PM
    Please install mod_autoattendmod, and create a instance in the course.
Please login to post comments