Attendance

Blocks ::: block_attendance
Maintained by Dan Marsden, Catalyst IT
Part of set Attendance.
This block works with the attendance module, it provides teachers with quick access to Attendance functionality, and provides students quick access to a summary report for their own attendance.
Latest release:
3215 sites
686 downloads
92 fans
Current versions available: 6

The Attendance activity allows teachers to maintain a record of attendance, replacing or supplementing a paper-based attendance register.

This block provides quick links to features such as reporting, taking of attendance and adding new sessions.

Screenshots

Screenshot #0

Contributors

Dan Marsden (Lead maintainer)
Фотография
Artem Andreev: Previous maintainer/developer
Please login to view contributors details and/or to contact them

Comments RSS

Comments

  • Heather Edick
    Tue, 20 Aug 2013, 10:11 PM
    I have the old version of the attendance module. It has been working well. If I upgrade, am I not going to be able to work with the attendance records I already have? I have not upgraded yet because I am afraid that I won't be able to view attendance reports generated by the other plugin.
  • Dan Marsden
    Wed, 21 Aug 2013, 4:59 AM
    HI Heather,

    the code does perform an upgrade/migration of the data but the version here in the plugins db doesn't clear the course cache after doing the migration so the old content won't appear unless the course cache is cleared.

    The latest code in my github repo does clear the course cache though and I'll be updating the code here in the plugins db with that version sometime this week.
    (but - always good practice to run test-upgrades on a test system before running upgrades on your production sites to make sure)
  • John Sims
    Thu, 19 Sept 2013, 3:43 PM
    I have previously downloaded this module and had some difficulty. Having identified what I believe to be the problem, I tried to uninstall the module & block and then hoped to reinstall correctly. I receive an error message that tells me that a mod_table has previously been installed and a new installation cannot take place. Is there a way to completely uninstall all evidence of the module and block and restart the installation sequence?
  • Michael Milette
    Fri, 5 Dec 2014, 1:15 AM
    Hi Dan,

    The most recent version of this plugin, 20130700302 was released on March 15, 2014. It does not include the following string definition that was added in February 12, 2014:

    $string['attendance:addinstance'] = 'Add a new attendance block';

    See the following page for details:

    https://github.com/danmarsden/moodle-block_attendance/commit/2a3c323c0590879c29d3c540f2bffcd96d75bea0

    Could you please add this string to the plugin available for download on this Moodle plugins site?

    Best regards,

    Michael
  • Dan Marsden
    Fri, 5 Dec 2014, 4:21 AM
    done - thanks for letting me know!
  • David Mudrák
    Tue, 17 Nov 2015, 12:24 AM

    Would not it be nice to celebrate the Moodle 3.0 release by adding some longer description here? smile

  • Dan Marsden
    Tue, 17 Nov 2015, 4:59 AM
    Thanks David - it's pretty simple but I've added a longer description smile
  • Rafael Aschoff
    Fri, 25 Mar 2016, 3:29 AM
    I have changed the code a bit in order to support the computation of max_grade based on the values of the set of status for each session of the students, instead of just using the amount of sessions multiplied by the value of the first status.

    This allow for status set with different max values to be taken into account when computing both the max_grade and the relative score.

    Anyone interested in such feature?
  • Dan Marsden
    Sun, 27 Mar 2016, 3:31 PM
    grades management in attendance could do with some further improvements - I'm always keen to receive well written pull-requests that improve things! - there are a few grading related bugs in the issue tracker here that would be good to keep in mind with any changes:
    https://github.com/danmarsden/moodle-mod_attendance/labels/bug

    It would be great to see a pull request to improve some of these!
  • bobby demers
    Tue, 19 Apr 2016, 8:19 PM
    Would it be possible to add in a filter option to view single attendance per class? The teachers can download a students attendance, but it shows the attendance for all classes on the course rather than just their own module. When a student has many classes the teachers find it impossible to make sense of it when they are doing one to ones with students.
    Thanks smile
Please login to post comments