flagflag  If you want to see English page, please click "English" Button at Left.
1: 2013-04-18 (木) 23:08:26 iseki ソース 2: 2013-04-18 (木) 23:41:44 iseki ソース
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


トップ   新規 ページ一覧 単語検索 最終更新   ヘルプ   最終更新のRSS 1.0 最終更新のRSS 2.0 最終更新のRSS Atom

サイト内 検索

ログイン

ユーザー名:

パスワード:


パスワード紛失
新規登録

サブ メニュー

ミニカレンダー

前月2024年 5月翌月
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
<今日>

オンライン状況

87 人のユーザが現在オンラインです。 (17 人のユーザが xpwiki を参照しています。)

登録ユーザ: 0
ゲスト: 87

もっと...

アクセスカウンタ

今日 : 4522452245224522
昨日 : 7722772277227722
総計 : 2343600323436003234360032343600323436003234360032343600323436003
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com