Skip to content

Commit

Permalink
added help files for most options of the module. Updated and clarified
Browse files Browse the repository at this point in the history
the main module description help file.
  • Loading branch information
jungwirr committed May 5, 2004
1 parent 311b524 commit 68d0db3
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 6 deletions.
8 changes: 8 additions & 0 deletions lang/en/help/attendance/autoattend.html
@@ -0,0 +1,8 @@
<p align="center"><b>Automatic Attendance Logging</b></p>

<p>When this option is turned on, the attendance instance will be populated automatically based on the activity of each user on the day specified by the date. </p>

<p>The automatic attendance logging facility counts a participant as present if they log into the course and perform any activities whatsoever on the specified date.</p>

<p>The moodle cron facility must be configured in order for this feature to work.</p>

5 changes: 5 additions & 0 deletions lang/en/help/attendance/choosedays.html
@@ -0,0 +1,5 @@
<p align="center"><b>Days of Each Week to Take Attendance.</b></p>

<p>When adding multiple attendance rolls, one attendance roll will be created for each weekday checked in this list. For example, if you want to take attendance every Tuesday and Thursday, only check the Tue. and Thu. boxes and leave the rest unchecked.</p>


6 changes: 6 additions & 0 deletions lang/en/help/attendance/dynsection.html
@@ -0,0 +1,6 @@
<p align="center"><b>Determine Section for Attendance Based on This Date.</b></p>

<p>Automatically move this instance to the section that corresponds to its date. If you choose this option the instance will move itself to the appropriate week after you save the changes.</p>

<p>This option only applies to courses with a weekly format.</p>

6 changes: 6 additions & 0 deletions lang/en/help/attendance/grade.html
@@ -0,0 +1,6 @@
<p align="center"><b>Grading a roll.</b></p>

<p>This feature allows a roll to be graded on a linear scale. The percentage of the total number of hours in a course a student is present for is added as a grade in the gradebook. Tardies are included in this calculation as well, and are graded based on the "number of tardies per absence" configuration for the module.</p>

<p>This feature does not work very well when automatic attendance is turned on because there is currently no way for a student to be partially present in a course on a given day. A student is 100% present or 100% absent in terms of automatic attendance logging.</p>

6 changes: 6 additions & 0 deletions lang/en/help/attendance/hours.html
@@ -0,0 +1,6 @@
<p align="center"><b>Number of Hours in a Class Period</b></p>

<p>Sets how many hours this class period will have. Attendance is logged individually for each hour of class. There is no way to specify partial hours.</p>

<p>This option doesn't really have a lot of bearing on automatic attendance logging.</p>

5 changes: 5 additions & 0 deletions lang/en/help/attendance/maxgrade.html
@@ -0,0 +1,5 @@
<p align="center"><b>Maximum Grade Value for Attendance</b></p>

<p>This value determines what the maximum number grade is for full attendance in a course. This value is pro-rated on a linear scale for partial attendance. A grade of zero is logged for full absence.</p>


10 changes: 4 additions & 6 deletions lang/en/help/attendance/mods.html
@@ -1,7 +1,5 @@
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/attendance/icon.gif">&nbsp;<B>Attendance</B></P>
<UL>
<P>This module allows you to record the attendance of the each participant
for a particular event.
</P>
</UL>
<p><img valign="absmiddle" src="<?php echo $CFG->wwwroot?>/mod/attendance/icon.gif">&nbsp;<b>Attendance</b></p>
<ul>
<p>This module allows you to record the attendance of each participant in an on-site or on-line class session. Attendance can be logged manually by any teacher in the course, or automatically based on participant activity within the twenty-four hour period of the attendance date.</p>
</ul>

0 comments on commit 68d0db3

Please sign in to comment.