flagflag  If you want to see English page, please click "English" Button at Left.
1: 2013-05-07 (火) 16:39:13 iseki ソース 現: 2014-12-08 (月) 01:24:42 iseki ソース
Line 1: Line 1:
** Manual for Teacher [#n6edec32] ** Manual for Teacher [#n6edec32]
*** Install [#vbbbe2ca] *** Install [#vbbbe2ca]
-+- You will install this block in the same method as a normal block. 
--+- I strongly recommend a combination of autoattendmod module.
#br #br
 +
*** Mode [#c93fa1bd] *** Mode [#c93fa1bd]
**** Automatic mode [#r8419973] **** Automatic mode [#r8419973]
 +- 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 [#ladb901b] **** Semi-automatic mode [#ladb901b]
 +- 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/semiautobut​​ton.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.
 +
 +- If you use semi-auto mode, you should be used ''PHP cache function'' ([[APC]] or [[OPcache]])
 +-- Perhaps, when you indicate keyword to students, students click the attendance button all at once.
 +-- In my case (I have 80-120 students), that time Web server needs 10-13 GByte, if no cache function.
 +-- If your server has 8GByte memory, server will always hang up with many students.
 +-- If you use cache function of PHP, server needs only 2-3GByte memory.
 +
**** Manual mode [#md402146] **** Manual mode [#md402146]
 +- 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
#br #br
 +
*** Block [#gc15f0a6] *** Block [#gc15f0a6]
 +&ref(Block_eng.png);
 +- Attendance: Link to registration sessions list
 +- Report: Link to the presence information of students
 +- Classifications: Links to configuration page of the classification of students
#br #br
 +
 +*** Glossary [#t319f189]
 +- ''Session'': Lesson to be performed at a certain time.
 +- ''Class'': Classification of students at a session.
 +
 +#br
 +
*** Settings [#pc627ce5] *** Settings [#pc627ce5]
 +&ref(Menutab_eng.png);
 +
 +**** Attendance [#ud0a8aca]
 +- This menu displays a table of course attendance. If the class is defined, you can also select the display class.
 +- ''Refresh'' button
 +-- This button will update the information attendance start and end time. Also, in automatic mode, update the attendance information from the log of Moodle.
 +- [Select All], [Clear All] and ''Delete Select'' button
 +-- You can remove the session that is selected in the check box.
 +- Operation button &ref(autoattend_button.png);
 +-- Attendance icon: View the attendance information for each student, and edit it if necessary. (Red circle: session does not start. Square of orange: in session. Green circle: session was finished.)
 +-- Edit icon: Edit session information.
 +-- Check box: Check the session you want to delete.
 +
 +**** Add [#fe598880]
 +- Add one or multi sessions.
 +-- Late Time: Students who delay time greater than or equal to this will be "late" with automatic or semi-automatic mode.
 +-- keyword: Please see below ''Keyword'' section.
 +-- Allowed IPs: Please see below ''Allowed IPs'' section.
 +-- Deny same IP: Ignore the roll call from the IP address that attendance has been taken already. This is for prevention of answer a roll call for friend.
 +
 +**** Report [#hf6b6cfa]
 +- Show the attendance report of all students. Each period, each class is also available.
 +
 +**** Classifications [#q3e44bd0]
 +- Classify students. (grouping)
 +-- There are exceptional classes, ''No Class'' and ''Exclusion''.
 +--- ''No Class'': This is a default student class. If you do not perform the classification, there is no problem that all students are in this class. Students of ''no class'' can belong only to the session for ''All students''.
 +--- ''Exclusion'': Students of ''exclusion'' never belong to any class and attendance is not displayed.
 +-- ''Unknown Class'': Class to which student belong has been removed, belonging class of student will be ''Unknown Class''.
 +
 +**** Class Settings [#ya084cb2]
 +- When performing classification in class, add the name of the class, edit, and delete.
 +- ''All students'' is a default session class. This is not displayed at this setting.
 +
 +**** Grade Settings [#fc789e7f]
 +- It is possible to change strings of  "Acronym", " Title" and "Description"
 +- Set the grade attendance, absence and etc.
#br #br
 +
 +*** KeyWord [#g76f1bb6]
 +When taking attendance with the semi-automatic mode, the keyword (alphabet) which a student should input is specified. When you check the "Random Key" checkbox, the small letter of five characters is generated automatically.
 +In the case of automatic and a manual mode, this is disregarded.
 +#br
 +
 +*** Allowed IPs [#xe19d81b]
 +The range of the IP addresses of the terminal which permits attendance are specified. Basically format is list of "IP address/submetmask" that divided with the blank or the comma. But you can use the following forms, too.~
 +- The prefix length notation is also possible instead of a subnetmask.
 +-- 202.26.155.0/16 => 202.26.0.0/255.255.0.0
 +- When a part of IP address is omitted, it is regarded as 0.
 +-- 202.26./255.255.255.0 => 202.26.0.0/255.255.255.0
 +- When a parts of subnetmask is omitted, it is regarded as 0.
 +-- 202.26.100.2/255.255. => 202.26.0.0/255.255.0.0
 +-- 202.26./255.255.255. => 202.26.0.0/255.255.255.0
 +- When all subnet masks are omitted, the portion omitted by the IP address is 0.
 +-- 202. => 202.0.0.0/255.0.0.0
 +- Example of setting
 +-- 92.168.100. 202.26.144.0/255.255.255. 202.26.148.122
 +#br
 +
*** autoattendmod module [#f18a7fef] *** autoattendmod module [#f18a7fef]
 +- It works only in the block, but if you add a module, the following functions are added.
 +++ Attendance is added to the grade.
 +++ Cron works.
 +++ You can be used as a link attendance entry in semi-automatic mode.
 +#br
 +*** Screen Shots [#zf858349]
 +&ref(Attendance_eng.png,30%);   
 +&ref(Attendance2_eng.png,30%);   
 +&ref(Attendance3_eng.png,30%);   
 +&ref(report_eng.png,20%);
#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
<今日>

オンライン状況

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

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

もっと...

アクセスカウンタ

今日 : 4521452145214521
昨日 : 1716817168171681716817168
総計 : 2350098223500982235009822350098223500982235009822350098223500982
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com