autoattend/admin_manual
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
** Manual for Teacher [#n6edec32]
*** Install [#vbbbe2ca]
- You will install this block in the same method as a nor...
- I strongly recommend a combination of autoattendmod mod...
*** Mode [#c93fa1bd]
**** Automatic mode [#r8419973]
- Attendance is taken automatically when the student has ...
-- As the access log is checked by cron, when you want to...
-- It is also possible to obtain the newest information b...
-- 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 a...
**** Semi-automatic mode [#ladb901b]
- You take attendance by the student clicks the link of a...
-- It is required that the student clicks the link of att...
-- You can confirm the attendance in real time.
-- You can add a restriction by IP address and/or key wor...
-- You can also prohibit the attendance from the same PC.
- If you must have installed the attendance module (autoa...
- If you have not installed the attendance module, it is ...
-- MOODLE_URL/blocks/autoattend/semiautobutton.php?cours...
- If there is no class of semi-automatic mode is taking a...
- If you use semi-auto mode, you should be used ''PHP cac...
-- Perhaps, when you indicate keyword to students, studen...
-- In my case (I have 80-120 students), that time Web ser...
-- If your server has 8GByte memory, server will always h...
-- If you use cache function of PHP, server needs only 2-...
**** Manual mode [#md402146]
- Teachers will record by taking the roll call manually. ...
-- Please use in the classroom do not use the computer or...
*** 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 cla...
*** Glossary [#t319f189]
- ''Session'': Lesson to be performed at a certain time.
- ''Class'': Classification of students at a session.
*** Settings [#pc627ce5]
&ref(Menutab_eng.png);
**** Attendance [#ud0a8aca]
- This menu displays a table of course attendance. If the...
- ''Refresh'' button
-- This button will update the information attendance sta...
- [Select All], [Clear All] and ''Delete Select'' button
-- You can remove the session that is selected in the che...
- Operation button &ref(autoattend_button.png);
-- Attendance icon: View the attendance information for e...
-- 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 equ...
-- 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...
**** Report [#hf6b6cfa]
- Show the attendance report of all students. Each period...
**** Classifications [#q3e44bd0]
- Classify students. (grouping)
-- There are exceptional classes, ''No Class'' and ''Excl...
--- ''No Class'': This is a default student class. If you...
--- ''Exclusion'': Students of ''exclusion'' never belong...
-- ''Unknown Class'': Class to which student belong has b...
**** Class Settings [#ya084cb2]
- When performing classification in class, add the name o...
- ''All students'' is a default session class. This is no...
**** Grade Settings [#fc789e7f]
- It is possible to change strings of "Acronym", " Title...
- Set the grade attendance, absence and etc.
*** KeyWord [#g76f1bb6]
When taking attendance with the semi-automatic mode, the ...
In the case of automatic and a manual mode, this is disre...
*** Allowed IPs [#xe19d81b]
The range of the IP addresses of the terminal which permi...
- The prefix length notation is also possible instead of ...
-- 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...
-- 202.26./255.255.255.0 => 202.26.0.0/255.255.255.0
- When a parts of subnetmask is omitted, it is regarded a...
-- 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 ...
-- 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
*** autoattendmod module [#f18a7fef]
- It works only in the block, but if you add a module, th...
++ Attendance is added to the grade.
++ Cron works.
++ You can be used as a link attendance entry in semi-aut...
*** Screen Shots [#zf858349]
&ref(/autoattend/Attendance_eng.png,,30%); &nb...
終了行:
** Manual for Teacher [#n6edec32]
*** Install [#vbbbe2ca]
- You will install this block in the same method as a nor...
- I strongly recommend a combination of autoattendmod mod...
*** Mode [#c93fa1bd]
**** Automatic mode [#r8419973]
- Attendance is taken automatically when the student has ...
-- As the access log is checked by cron, when you want to...
-- It is also possible to obtain the newest information b...
-- 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 a...
**** Semi-automatic mode [#ladb901b]
- You take attendance by the student clicks the link of a...
-- It is required that the student clicks the link of att...
-- You can confirm the attendance in real time.
-- You can add a restriction by IP address and/or key wor...
-- You can also prohibit the attendance from the same PC.
- If you must have installed the attendance module (autoa...
- If you have not installed the attendance module, it is ...
-- MOODLE_URL/blocks/autoattend/semiautobutton.php?cours...
- If there is no class of semi-automatic mode is taking a...
- If you use semi-auto mode, you should be used ''PHP cac...
-- Perhaps, when you indicate keyword to students, studen...
-- In my case (I have 80-120 students), that time Web ser...
-- If your server has 8GByte memory, server will always h...
-- If you use cache function of PHP, server needs only 2-...
**** Manual mode [#md402146]
- Teachers will record by taking the roll call manually. ...
-- Please use in the classroom do not use the computer or...
*** 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 cla...
*** Glossary [#t319f189]
- ''Session'': Lesson to be performed at a certain time.
- ''Class'': Classification of students at a session.
*** Settings [#pc627ce5]
&ref(Menutab_eng.png);
**** Attendance [#ud0a8aca]
- This menu displays a table of course attendance. If the...
- ''Refresh'' button
-- This button will update the information attendance sta...
- [Select All], [Clear All] and ''Delete Select'' button
-- You can remove the session that is selected in the che...
- Operation button &ref(autoattend_button.png);
-- Attendance icon: View the attendance information for e...
-- 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 equ...
-- 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...
**** Report [#hf6b6cfa]
- Show the attendance report of all students. Each period...
**** Classifications [#q3e44bd0]
- Classify students. (grouping)
-- There are exceptional classes, ''No Class'' and ''Excl...
--- ''No Class'': This is a default student class. If you...
--- ''Exclusion'': Students of ''exclusion'' never belong...
-- ''Unknown Class'': Class to which student belong has b...
**** Class Settings [#ya084cb2]
- When performing classification in class, add the name o...
- ''All students'' is a default session class. This is no...
**** Grade Settings [#fc789e7f]
- It is possible to change strings of "Acronym", " Title...
- Set the grade attendance, absence and etc.
*** KeyWord [#g76f1bb6]
When taking attendance with the semi-automatic mode, the ...
In the case of automatic and a manual mode, this is disre...
*** Allowed IPs [#xe19d81b]
The range of the IP addresses of the terminal which permi...
- The prefix length notation is also possible instead of ...
-- 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...
-- 202.26./255.255.255.0 => 202.26.0.0/255.255.255.0
- When a parts of subnetmask is omitted, it is regarded a...
-- 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 ...
-- 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
*** autoattendmod module [#f18a7fef]
- It works only in the block, but if you add a module, th...
++ Attendance is added to the grade.
++ Cron works.
++ You can be used as a link attendance entry in semi-aut...
*** Screen Shots [#zf858349]
&ref(/autoattend/Attendance_eng.png,,30%); &nb...
ページ名: