flagflag  
1: 2013-04-18 (Thu) 23:08:26 iseki source 2: 2013-04-18 (Thu) 23:41:44 iseki source
Line 1: Line 1:
-*** IP [#y7f751bb+* Auto Attendance Block and Module for Moodle [#oc0cbe5c
-- Allowed IPs +- [[日本語>autoattend]]
--- 128.2.1.1/2 => 128.0.0.0/192.0.0.0 +
--- 222.222.111.222/255. => 222.0.0.0/255.0.0.0 +
--- 123.12.0/255.255.255.0 => 123.12.0.0/255.255.255.0 +
--- 123.31.6.0 => 123.31.6.0/255.255.255.0 +
--- 202. => 202.0.0.0/255.0.0.0 +
-#br+
-*** DB [#ic53f9bf+** block_autoattend [#dd2069c9
-- autoattend_sessions +- Auto Attendance block for Moodle 2.4 
- mysql> show columns from mdl_autoattend_sessions; +- Latest version is v2.1.0 
- +--------------+--------------+------+-----​+---------+----------------+ +-- for Moodle 2.3/2.4 
- | Field        | Type        | Null | Key | Default | Extra          | +-- Class (grouping) function is added. 
- +--------------+--------------+------+-----​+---------+----------------+ +-- Any bugs are fixed.
- | id          | bigint(10)   | NO  | PRI | NULL    | auto_increment | +
- | courseid    | bigint(10)  | NO  | MUL | 0      |                | +
- | classid      | bigint(10)  | NO  |    | 0      |                | +
- | creator      | bigint(10)  | NO  |    | 0      |                | +
- | sessdate    | bigint(10)  | NO  | MUL | 0      |                | +
- | starttime    | bigint(10)  | NO  | MUL | 0      |                | +
- | endtime      | bigint(10)  | NO  |    | 0      |                | +
- | latetime    | bigint(10)  | NO  |    | 0      |                | +
- | takenby      | bigint(10)  | NO  |    | 0      |                | +
- | timetaken    | bigint(10)  | NO  |    | 0      |                | +
- | method      | varchar(1)  | NO  |    | S      |                | +
- | attendkey    | varchar(36)  | YES  |    | NULL    |                | +
- | denysameip  | tinyint(2)  | NO  |    | 1      |                | +
- | allowip      | varchar(128) | YES  |    | NULL    |                | +
- | description  | varchar(255) | YES  |    | NULL    |                | +
- | state        | varchar(1)  | NO  |    | N      |                | +
- | timemodified | bigint(10)  | NO  |    | 0      |                | +
- +--------------+--------------+------+-----​+---------+----------------+ +
- 17 rows in set (0.01 sec)+
-- autoattend_settings +*** Download [#w47c196c] 
- mysql> show columns from mdl_autoattend_settings; +
- +----------+--------------+------+-----+--​-------+----------------+ +- Dev version (subversion): http://www.nsl.tuis.ac.jp/svn/php/autoat​tend/trunk 
- | Field    | Type        | Null | Key | Default | Extra          | +#br
- +----------+--------------+------+-----+--​-------+----------------+ +
- | id      | bigint(10)   | NO  | PRI | NULL    | auto_increment | +
- | courseid | bigint(10)  | NO  | MUL | 0      |                | +
- | classid  | bigint(10)  | NO  |    | 0      |                | +
- | status  | varchar(1)  | NO  |    | Y      |                | +
- | grade    | mediumint(5) | NO  |    | 0      |                | +
- +----------+--------------+------+-----​+---------+----------------+ +
- 5 rows in set (0.00 sec)+
-- autoattend_students +*** Manual [#ye69092a] 
- mysql> show columns from mdl_autoattend_students; +- User Manual 
- +------------+-------------+------+-----+-​--------+----------------+ +- Teacher Manual 
- | Field      | Type        | Null | Key | Default | Extra          | +#br
- +------------+-------------+------+----​-+---------+----------------+ +
- | id        | bigint(10)  | NO  | PRI | NULL    | auto_increment | +
- | attsid    | bigint(10)  | NO  | MUL | 0      |                | +
- | studentid  | bigint(10)  | NO  | MUL | 0      |                | +
- | status    | varchar(1)  | NO  |    | Y      |                | +
- | called    | varchar(1)  | NO  |    | D      |                | +
- | calledby  | bigint(10)  | NO  |    | 0      |                | +
- | calledtime | bigint(10)  | NO  |    | 0      |                | +
- | remarks    | varchar(50) | YES  |    | NULL    |                | +
- | ipaddress  | varchar(20) | NO  |    |        |                | +
- +------------+-------------+------+----​-+---------+----------------+ +
- 9 rows in set (0.00 sec)+
-- autoattend_classes +** mod_autoattendmod [#s827d2a0] 
- mysql> show columns from mdl_autoattend_classes; +- The additional module to block_autoattend 
- +--------------+-------------+------+-----​+---------+----------------+ +- "cron" and "grade" function are added to block_autoattend
- | Field        | Type        | Null | Key | Default | Extra          | +#br
- +--------------+-------------+------+-----​+---------+----------------+ +
- | id          | bigint(10)  | NO  | PRI | NULL    | auto_increment | +
- | courseid    | bigint(10)  | NO  | MUL | 0      |                | +
- | creator      | bigint(10)  | NO  |    | 0      |                | +
- | name        | varchar(50) | NO  |    | default |                | +
- | timemodified | bigint(10)  | NO  |    | 0      |                | +
- +--------------+-------------+------+--​---+---------+----------------+ +
- 5 rows in set (0.00 sec) +
- +
-- autoattend_classifies +
- mysql> show columns from mdl_autoattend_classifies; +
- +-----------+------------+------+-----+​---------+----------------+ +
- | Field    | Type      | Null | Key | Default | Extra          | +
- +-----------+------------+------+-----+​---------+----------------+ +
- | id        | bigint(10) | NO  | PRI | NULL    | auto_increment | +
- | courseid  | bigint(10) | NO  | MUL | 0      |                | +
- | studentid | bigint(10) | NO  | MUL | 0      |                | +
- | classid  | bigint(10) | NO  |    | 0      |                | +
- +-----------+------------+------+-----+​---------+----------------+ +
- 4 rows in set (0.00 sec) +
- +
-- autoattendmod +
- mysql> show columns from mdl_autoattendmod; +
- +--------------+--------------+------+-​----+---------+----------------+ +
- | Field        | Type        | Null | Key | Default | Extra          | +
- +--------------+--------------+------+-​----+---------+----------------+ +
- | id          | bigint(10)  | NO  | PRI | NULL    | auto_increment | +
- | course      | bigint(10)  | NO  | MUL | 0      |                | +
- | name        | varchar(255) | NO  |    |        |                | +
- | intro        | longtext    | NO  |    | NULL    |                | +
- | introformat  | smallint(4)  | YES  |    | 0      |                | +
- | timemodified | bigint(10)  | NO  |    | 0      |                | +
- +--------------+--------------+------+-​----+---------+----------------+ +
- 6 rows in set (0.00 sec)+
 +*** Download [#t4cdcb62]
 +- Dev version (subversion): http://www.nsl.tuis.ac.jp/svn/php/autoat​tendmod/trunk
#br #br
-** Block [#u61bd317+** mod_homeroom [#o7be5164
-#br +- A module for a teacher to refer to some student's attendance of all courses. 
-** Module [#te286389]+- under development
#br #br


Front page   New List of Pages Search Recent changes   Help   RSS of recent changes (RSS 1.0) RSS of recent changes (RSS 2.0) RSS of recent changes (RSS Atom)

Site Search

Login

Username:

Password:


Lost Password?
Register now!!

Sub Menu

mini Calendar

Last MonthMay 2024Next Month
Su Mo Tu We Th Fr Sa
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Today

Who's Online

42 user(s) are online (2 user(s) are browsing xpwiki)

Members: 0
Guests: 42

more...

Access Counter

Today : 5534553455345534
Yesterday : 1361113611136111361113611
Total : 2364394123643941236439412364394123643941236439412364394123643941
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com