Dan Marsden
12 years ago
11 changed files with 0 additions and 105 deletions
@ -1,12 +0,0 @@ |
|||||
<p align="center"><b>Attendance</b></p> |
|
||||
|
|
||||
<p align="left"><strong>Create Multiple Sessions</strong></p> |
|
||||
<p align="left">This function allows you to create multiple sessions in one simple |
|
||||
step. <p /> |
|
||||
<strong>Session Start Date</strong>: Select the start date of your course |
|
||||
(the first day of class)<br> |
|
||||
<strong>Session End Date</strong>: Select the last |
|
||||
day of class (the last day you want to take attendance). <br /> |
|
||||
<strong>Session Days</strong>: Select the days of the week when your class will meet (for example, Monday/Wednesday/Friday).<br /> |
|
||||
<strong>Frequency</strong>: This allows for a frequency setting. If your class will meet every week, select |
|
||||
1; if it will meet every other week, select 2; every 3rd week, select 3, etc.</p> |
|
@ -1,4 +0,0 @@ |
|||||
<p align="center"><b>Attendance</b></p> |
|
||||
<p align="left"><strong>Create One Session</strong></p> |
|
||||
<p align="left">To create one session that you want to take attendance for, select |
|
||||
the date, enter a description (optional) and click on "Add Session".</p> |
|
@ -1,26 +0,0 @@ |
|||||
<h1 class="main help"><?php print_string("defaults",'block_attendance');?></h1> |
|
||||
<table border="0" align="center" cellpadding="5" cellspacing="0"> |
|
||||
<tr> |
|
||||
<td align="center"><strong>#</strong></td> |
|
||||
<td align="center"><strong><?php print_string('status','block_attendance');?> </strong></td> |
|
||||
<td align="center"><strong><?php print_string('acronym','block_attendance');?></strong></td> |
|
||||
<td><strong><?php print_string('description');?></strong></td> |
|
||||
<td width="100" align="center"><strong><?php print_string('grade');?></strong></td> |
|
||||
</tr> |
|
||||
<?php |
|
||||
$vars = get_records('attendance_settings', 'courseid', 0); |
|
||||
$i=1; |
|
||||
foreach($vars as $settings) |
|
||||
{ |
|
||||
?> |
|
||||
<tr> |
|
||||
<td align="center"><?php echo $i++;?>.</td> |
|
||||
<td align="center"><?php echo $settings->status;?></td> |
|
||||
<td align="center"><?php echo $settings->acronym;?></td> |
|
||||
<td align="left"><?php echo $settings->description;?></td> |
|
||||
<td width="100" align="center"><?php echo $settings->grade;?></td> |
|
||||
</tr> |
|
||||
<?php |
|
||||
} |
|
||||
?> |
|
||||
</table> |
|
@ -1,6 +0,0 @@ |
|||||
<p align="center"><b>Attendance</b></p> |
|
||||
<p align="left"><strong>Display</strong></p> |
|
||||
<p align="left">Use this option to modify the way the attendance record is displayed. |
|
||||
You can chose between "all taken" which will show all sessions, "weeks" |
|
||||
which will show weekly averages, and "months" to display monthly averages |
|
||||
for each student.</p> |
|
@ -1,3 +0,0 @@ |
|||||
<p align="center"><b>Attendance</b></p> |
|
||||
<p align="left"><strong>Export</strong></p> |
|
||||
<p align="left">Use this option to select the format for the export data.</p> |
|
@ -1,6 +0,0 @@ |
|||||
<p align="center"><b>Attendance</b></p> |
|
||||
<p align="left"><strong>Hidden sessions</strong></p> |
|
||||
<p align="left">Session hides if course's start date older than its date. |
|
||||
Change start date of course and hidden sessions will be shown.</p> |
|
||||
<p align="left">You can use this feature to hide older sessions instead delete. |
|
||||
Remember than only visible sessions using in Gradebook.</p> |
|
@ -1,4 +0,0 @@ |
|||||
<p align="center"><b>Attendance</b></p> |
|
||||
<p align="left"><strong>My Variables</strong></p> |
|
||||
<p align="left">Change settings here to modify the default attendance categories |
|
||||
and points assigned to each category.</p> |
|
@ -1,5 +0,0 @@ |
|||||
<p align="center"><b>Attendance</b></p> |
|
||||
<p align="left"><strong>Report</strong></p> |
|
||||
<p align="left">Modify attendance data by adjusting the display settings. Data |
|
||||
may also be downloaded for offline viewing and analysis via the "Report" |
|
||||
pulldown menu found at the bottom of the report screen.</p> |
|
@ -1,20 +0,0 @@ |
|||||
<p align="center"><b>Attendance module</b></p> |
|
||||
<p align="center"> |
|
||||
<?php |
|
||||
$temp = $module; |
|
||||
unset($module); |
|
||||
require_once($CFG->dirroot.'/mod/attforblock/version.php'); |
|
||||
echo get_string('version').": $module->release ($module->version)"; |
|
||||
unset($module); |
|
||||
$module = $temp; |
|
||||
?> |
|
||||
</p> |
|
||||
<p align="left">Attendance sessions are shown here. If no sessions appear, click |
|
||||
on the "Add" tab to create new sessions. </p> |
|
||||
<p align="left">Take attendance by clicking on the green icon under the "actions" |
|
||||
menu (left side). </p> |
|
||||
<p align="left">Edit each session by clicking on the middle "edit session" |
|
||||
icon. After taking attendance you can edit the session by clicking on the description. |
|
||||
</p> |
|
||||
<p align="left">Delete the session entirely by clicking on the delete icon on |
|
||||
the right side.</p> |
|
@ -1,16 +0,0 @@ |
|||||
<p align="center"><b>Attendance module</b></p> |
|
||||
<p align="center"> |
|
||||
<?php |
|
||||
$temp = $module; |
|
||||
unset($module); |
|
||||
require_once($CFG->dirroot.'/mod/attforblock/version.php'); |
|
||||
echo get_string('version').": $module->release ($module->version)"; |
|
||||
unset($module); |
|
||||
$module = $temp; |
|
||||
?> |
|
||||
</p> |
|
||||
<p align="left">There are two types of sessions: common and groups. |
|
||||
Ability to add different types depends on activity group mode. </p> |
|
||||
<p align="left">In group mode "No groups" you can add only common sessions. </p> |
|
||||
<p align="left">In group mode "Visible groups" you can add common and group sessions. </p> |
|
||||
<p align="left">In group mode "Separate groups" you can add only group sessions. </p> |
|
@ -1,3 +0,0 @@ |
|||||
<p align="center"><b>Attendance</b></p> |
|
||||
<p align="left"><strong>Student View</strong></p> |
|
||||
<p align="left">This screen allows you to view the attendance records for a single student. Use the "version for printing" link to print a copy without the tabs and headers displayed on the webpage.</p> |
|
Loading…
Reference in new issue