Attendance
Maintained by
Dan Marsden
A plugin that allows an attendance log to be kept. - includes an optional block for easy access to relevant functions.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
What could be the issue?
I would really appreciate your help.
PROBLEM: After marking a student as "Present" or "Absent" in a session, I cannot unmark/remove that marking to return the student to "No marking" status.
Has anyone else experienced this issue? Is there a known solution?
I appreciate any help!
if (!$file = $fs->get_file_by_hash(sha1($fullpath)) || $file->is_directory()) {
with below:
$file = $fs->get_file_by_hash(sha1($fullpath));
if (!$file || $file->is_directory()) {
fixed my issue.
For example, if I have 10 sessions each worth 5 points, the current gradebook points end up being out of 50. If two sessions are taken (earned points equals 8), then you would see 40/50 (80%) in the gradebook. What we would like to see instead is 8/10 (80%), so that the course total points only registers with how many points have actually been accumulated. Is this something that is possible?
We are using the Attendance plugin in courses with separate groups. We would like to know if it is possible to download a report that shows the attendance records (including times) of a single user across all the groups they have been part of during the course.
Currently, when we export the report, we only see the records for the group the user is currently assigned to. However, in some cases, a user starts in one group and later gets reassigned to another group, so part of their history is missing in the report.
Is there any way to generate or configure the report so that it includes the full attendance history of the user across different groups within the same course?
Thank you in advance!