moodle/mod/attendance
2004-08-29 14:15:40 +00:00
..
db Fixed the empty grades for attendance. 2004-05-04 17:18:02 +00:00
add.php Fixed some short tags (found by Eloy!) 2004-05-10 17:40:10 +00:00
backuplib.php Added one string to moodle.php 2004-07-19 18:18:21 +00:00
config.html Fixed some short tags (found by Eloy!) 2004-05-10 17:40:10 +00:00
icon.gif changed icon per martin's suggestion 2003-09-27 20:40:41 +00:00
index.php All modules are now suitable for the site page. They now all follow the same rules, namely that any students enrolled in at least one course is considered to be a student on the site. 2004-08-22 14:38:47 +00:00
lib.php removed unnecessary calls to get_site() 2004-08-29 14:15:40 +00:00
mod.html Removed some notices ... argh, this module needs help ... 2004-08-12 08:05:51 +00:00
README.txt fixed another foreach problem in lib. 2004-05-03 19:59:02 +00:00
restorelib.php Now autoattend field is supported in backup/restore. 2003-09-25 19:38:28 +00:00
teacheredit.php Fixed some short tags (found by Eloy!) 2004-05-10 17:40:10 +00:00
version.php Merging from stable branch 2004-08-24 18:38:14 +00:00
view.php Removed notices by introducing new function print_header_simple() which works on site as well as in courses without extra logic. 2004-08-21 20:20:58 +00:00
viewall.php Removed notices by introducing new function print_header_simple() which works on site as well as in courses without extra logic. 2004-08-21 20:20:58 +00:00
viewweek.php Removed notices by introducing new function print_header_simple() which works on site as well as in courses without extra logic. 2004-08-21 20:20:58 +00:00

ATTENDANCE version 0.1
----------------------


By Russell Jungwirth (jungwirr@surebluestudios.com)


This is the attendance module created and maintained by Russell J. Jungwirth
of Sureblue Studios.  (surebluestudios.com)  It allows for attendance to be
tracked for an arbitrary number of hours per instance.  Instances are 
labelled by date.  Attendance is tracked for all instances in a given course
as well.

Quick install instructions

1)  Copy attendance.php into lang/en/attendance.php

2)  Move this folder to become mod/attendance

3)  Visit your admin page to install the module

4)  Go to the site configuration page -> modules section -> attendance
      to specify your preferences for the module (optional)

New Feature and fix list:

Automatic attendance loggin based on IP address range
Attendance logging by email/Imode (via cel phone)
Specify a range of attendance times for automatic attendance logging.
Tighter integration with the new calendar features.