moodle/mod/attendance
2005-05-16 22:22:31 +00:00
..
db Tabs are out 2005-05-16 22:22:31 +00:00
add.php Some $ME are now out! 2005-02-27 00:12:25 +00:00
backuplib.php towards XHTML compliance 2004-09-12 21:43:59 +00:00
config.html Tabs are out 2005-05-16 22:22:31 +00:00
icon.gif changed icon per martin's suggestion 2003-09-27 20:40:41 +00:00
index.php closed some br tags 2004-09-12 22:29:44 +00:00
lib.php Variety of small fixes, but mostly related to how the recent activity 2005-03-10 13:30:57 +00:00
mod.html Some $ME are now out! 2005-02-27 00:12:25 +00:00
README.txt fixed another foreach problem in lib. 2004-05-03 19:59:02 +00:00
restorelib.php Some minor changes to each module to XHTMLise the restore process 2005-02-07 23:33:17 +00:00
teacheredit.php Tabs are out 2005-05-16 22:22:31 +00:00
version.php In order to ensure that when a teacher hides a resource or an activity that students really can't get at it, even if they know the direct links to its pages, I have given an optional third argument $cm to the functions require_login() and require_course_login(). Pages showing information about a particular course module now pass the course module object in this third argument. The login functions will then test if either the course module is visible or the user is a teacher. If neither is the case then the user is redirected to the course homepage after being shown a message "Sorry, this activity is currently hidden". 2005-02-16 10:40:48 +00:00
view.php Rationalised get_user_info_from_db() and sundry other small bits into 2005-04-17 12:08:46 +00:00
viewall.php Rationalised get_user_info_from_db() and sundry other small bits into 2005-04-17 12:08:46 +00:00
viewweek.php Rationalised get_user_info_from_db() and sundry other small bits into 2005-04-17 12:08:46 +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.