Auto Attendance Block

Blocks ::: block_autoattend
Maintained by with daughterFumikazu Iseki
Part of set Auto attendance.
This autoattend block is modification of the Attendance block by Mr. Dmitry Pupinin (v1.0.8, 2007). In addition to the original manual mode, automatic attendance mode (from the access log of Moodle) and semi-automatic attendance mode (user clicks a link) are also possible.

Auto Attendance Block 2.6.2

Moodle 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 4.0
Released: Saturday, 18 June 2022, 4:05 PM
//////////////////////////////////////////////////////////////////////////////////////
// Auto Attendance Bolock v2.1
// by Fumi.Iseki 2013/05/07
// mailto:iseki@solar-system.tuis.ac.jp
// http://www.nsl.tuis.ac.jp
//
// This block/module are modified from Attendance block/module v1.0.8
// by Dmitry Pupinin, Novosibirsk, Russia.


1. Overview

This autoattend block is modification of the Attendance block by Mr. Dmitry Pupinin et. al.
In addition to the original manual mode, automatic attendance mode (from the access log of Moodle) and semi-automatic
attendance mode (user clicks a link) are also possible.

I strongly recommend a combination of autoattendance block (autoattend) and autoattendance module (autoattendmod).


2. Functions

This is the block for taking attendance.
The taking of attendance, there are three modes of manual, automatic and semi-automatic.

* Automatic mode
Attendance is taken automatically when the student has access to the course.
- As the access log is checked by cron, when you want to get the newest information, time lag will occur.
- It is also possible to obtain the newest information by clicking the "Refresh" button manually.
- You can add a restriction by IP address.
- You can also prohibit the attendance from the same PC.
- If log of Moodle is left, you can retry to attend at any time.

* Semi-automatic mode
You take attendance by the student clicks the link of attendance.
- It is required that the student clicks the link of attendance.
- You can confirm the attendance in real time.
- You can add a restriction by IP address and/or key words.
- You can also prohibit the attendance from the same PC.
- If you must have installed the attendance module (autoattendmod), it will be in attendance link instead.
- If you have not installed the attendance module, it is necessary to put paste the following
link as an attendee link.
MOODLE_URL/blocks/autoattend/semiautobutton.php?course=[course id]
- If there is no class of semi-automatic mode is taking attendance in the appropriate time, attendance link
displays the detailed data of attendance.

* Manual mode
Teachers will record by taking the roll call manually. It is flexibil, but cumbersome.
- Please use in the classroom do not use the computer or use in the correction after taking the automatic and semi-automatic mode


3. etc.

Please see also http://www.nsl.tuis.ac.jp/xoops/modules/xpwiki/?autoattend%20%28E%29

Version information

Version build number
2022051300
Version release name
2.6.2
Maturity
Stable version
MD5 Sum
73a6fdec57f40f49dee6f93b5428843c
Supported software
Moodle 3.0, Moodle 3.1, Moodle 3.2, Moodle 3.3, Moodle 3.4, Moodle 3.5, Moodle 3.6, Moodle 3.7, Moodle 3.8, Moodle 3.9, Moodle 3.10, Moodle 3.11, Moodle 4.0

Version control information

Version control system (VCS)
SVN - Subversion
VCS repository URL

Default installation instructions for plugins of the type Blocks

  1. Make sure you have all the required versions.
  2. Download and unpack the block folder.
  3. Place the folder (eg "myblock") in the "blocks" subdirectory.
  4. Visit http://yoursite.com/admin to complete the installation
  5. Turn editing on in any home or course page.
  6. Add the block to the page
  7. Visit the config link in the block for more options.