
Activities: Attendance Register
This is an activity module for tracking time spent by Students (or other users) in a Course or in a related group of Courses.
Online activity is automatically tracked.
Users may also (optionally) record "offline" sessions of work.
The module will show aggregate report by user, or detailed report at user's session level.
Printable versions of all reports are available.
It also supports activity completion rules by minimum time in the Course.
By defaults, it tracks only activity in the Course the instance is in.
You may change this behaviour by module instance configuration. You may track all Courses in the same Category or Courses "meta-linked" to this Course.
By default, it tracks only Student's activity.
You may choose whose activity will be tracked by modifying Role Capabilities.
By default, only Teachers, Managers and Administrator may see other report of other user's activities.
You may change this behaviory by modifying Role Capabilities.
The Module is currently translated in English and Italian.
Documentation and an FAQ (small - work in progress) are available in English only.
Note
this module is based on the idea of the old Register module for Moode 1.x, but it is not an update of this module.
You cannot upgrade or restore Register data from Moodle 1.9 using this Attendance Register module.
Please note that this module is not related to Attendance module.
Attendance Register (this module) automatically calculates time spent online in Moodle's courses, while Attendance module allow teacher to explicitly certify attendance to a specific "offline" session.
Important note about Moodle >2.7 compatibility
The newest version of this plugin supports the new logging system introduced by Moodle 2.7
About:
"It also supports activity completion rules by minimum time in the Course."
and
"Sessions are updated by Moodle Cron
The last session of a User is not calculated until a given time passes after the last User's action"
If you create a certification (or any other) activity based on the attendance register activity completition, the student would end up having completed the course but in need to wait Moodle cron and "a given time" passed after last user's action. So he would end up not being able to go on with the course till next login... any ideas on how to make it to flag the attendance register activity as completed right after the set time has passed?
hope i've been clear enough,
thanks
Regards
GTK
It is not possible, due to the way the plugin measure the time online. There is no timer measuring the time the user spend on pages, but it calculates an estimate based on user activities recorded in the log.
The algorithm that calculates work sessions must wait a certain time after the last registered activity (after the user has gone away) to decide whether the session has ended or is continuing.
The new session is added only after it is detected as ended, so some time after the user has left.
This makes impossible to mark the course as completed "by duration" on real time.
As I said, there is no timer ticking that may trigger an event exactly after X minutes has passed.
Regards,
Lorenzo
thanks for Your answer, I read all the documentation/faq and i was trying to accomplish this by myself but can't get ahead of it!
I was wondering if it would be possible to have something like this:
activity completion time set to 8 hours;
timeout set to 10 minutes;
total online sessions for the user are at 7 hours and 30 minutes;
user logged in and is doing stuff on the course for 1 hour, but timeout is still not elapsed;
cron runs and, while checking for completion, it should consider active online session since user got on the course till last logged activity on course. Just for eventually setting COMPLETION_COMPLETE.
What do you think? would it be hard to implement? Would it make sense?
Thanks for Your time,
Regards
Antonio
The former version of this plugin, for Moodle 1.x, was showing the running session but it ended up as a source of several bugs, especially in corner cases.
The user with the id '5' submitted the element 'cmi.core.score.raw' with the value of '87.5' for the attempt with the id '2' for a scorm activity with the course module id '21'.
The user with the id '5' submitted the element 'cmi.core.lesson_status' with the value of 'completed' for the attempt with the id '2' for a scorm activity with the course module id '21'.
The user with the id '5' submitted the element 'cmi.core.lesson_status' with the value of 'completed' for the attempt with the id '2' for a scorm activity with the course module id '21'.
and so on.
Would it be quite difficult to include them in the attendance calculation?
Thanks again
regards
Any updates do Moodle 3.4?
Ricardo
I would also like to know about v3.4 updates please?
Thank you.
Feature request for future updates: is there a way to add an "export" feature to CSV / Excel, and perhaps add in a "Course Average" statistic? This is a very useful feature and similar to Aday's excellent Course Dedication Block (https://moodle.org/plugins/block_dedication).
Thank you to Lorenzo and the amazing CINECA team!
Regards,
--Joe
is it possible, when you go to the sessions list of a specific course, to hide from the list the suspended users in the meantime?
Thanks in advance.
Emanuele.
My conf:
Version Moodle 3.5.3 -> 2018051703.05
Version Attendant Register 2017112201