From 68d0db38e85c288b9cb9cc10f903bbac8c5c232c Mon Sep 17 00:00:00 2001 From: jungwirr Date: Wed, 5 May 2004 17:08:38 +0000 Subject: [PATCH] added help files for most options of the module. Updated and clarified the main module description help file. --- lang/en/help/attendance/autoattend.html | 8 ++++++++ lang/en/help/attendance/choosedays.html | 5 +++++ lang/en/help/attendance/dynsection.html | 6 ++++++ lang/en/help/attendance/grade.html | 6 ++++++ lang/en/help/attendance/hours.html | 6 ++++++ lang/en/help/attendance/maxgrade.html | 5 +++++ lang/en/help/attendance/mods.html | 10 ++++------ 7 files changed, 40 insertions(+), 6 deletions(-) create mode 100644 lang/en/help/attendance/autoattend.html create mode 100644 lang/en/help/attendance/choosedays.html create mode 100644 lang/en/help/attendance/dynsection.html create mode 100644 lang/en/help/attendance/grade.html create mode 100644 lang/en/help/attendance/hours.html create mode 100644 lang/en/help/attendance/maxgrade.html diff --git a/lang/en/help/attendance/autoattend.html b/lang/en/help/attendance/autoattend.html new file mode 100644 index 0000000000..00bc4305f6 --- /dev/null +++ b/lang/en/help/attendance/autoattend.html @@ -0,0 +1,8 @@ +

Automatic Attendance Logging

+ +

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.

+ +

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.

+ +

The moodle cron facility must be configured in order for this feature to work.

+ diff --git a/lang/en/help/attendance/choosedays.html b/lang/en/help/attendance/choosedays.html new file mode 100644 index 0000000000..221ac80039 --- /dev/null +++ b/lang/en/help/attendance/choosedays.html @@ -0,0 +1,5 @@ +

Days of Each Week to Take Attendance.

+ +

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.

+ + diff --git a/lang/en/help/attendance/dynsection.html b/lang/en/help/attendance/dynsection.html new file mode 100644 index 0000000000..2e029d83c7 --- /dev/null +++ b/lang/en/help/attendance/dynsection.html @@ -0,0 +1,6 @@ +

Determine Section for Attendance Based on This Date.

+ +

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.

+ +

This option only applies to courses with a weekly format.

+ diff --git a/lang/en/help/attendance/grade.html b/lang/en/help/attendance/grade.html new file mode 100644 index 0000000000..18c2ca2e12 --- /dev/null +++ b/lang/en/help/attendance/grade.html @@ -0,0 +1,6 @@ +

Grading a roll.

+ +

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.

+ +

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.

+ diff --git a/lang/en/help/attendance/hours.html b/lang/en/help/attendance/hours.html new file mode 100644 index 0000000000..9117e06a46 --- /dev/null +++ b/lang/en/help/attendance/hours.html @@ -0,0 +1,6 @@ +

Number of Hours in a Class Period

+ +

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.

+ +

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

+ diff --git a/lang/en/help/attendance/maxgrade.html b/lang/en/help/attendance/maxgrade.html new file mode 100644 index 0000000000..e0daa34df5 --- /dev/null +++ b/lang/en/help/attendance/maxgrade.html @@ -0,0 +1,5 @@ +

Maximum Grade Value for Attendance

+ +

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.

+ + diff --git a/lang/en/help/attendance/mods.html b/lang/en/help/attendance/mods.html index d64c87b083..5f0e4a307c 100644 --- a/lang/en/help/attendance/mods.html +++ b/lang/en/help/attendance/mods.html @@ -1,7 +1,5 @@ -

 Attendance

- +

 Attendance

+ -- 2.39.5