Browse Source

remove old help files - no longer used in 2.x

MOODLE_23_STABLE
Dan Marsden 12 years ago
parent
commit
75affec567
  1. 12
      lang/en/help/attforblock/createmultiplesessions.html
  2. 4
      lang/en/help/attforblock/createonesession.html
  3. 26
      lang/en/help/attforblock/defaultstatuses.html
  4. 6
      lang/en/help/attforblock/display.html
  5. 3
      lang/en/help/attforblock/export.html
  6. 6
      lang/en/help/attforblock/hiddensessions.html
  7. 4
      lang/en/help/attforblock/myvariables.html
  8. 5
      lang/en/help/attforblock/report.html
  9. 20
      lang/en/help/attforblock/sessions.html
  10. 16
      lang/en/help/attforblock/sessiontypes.html
  11. 3
      lang/en/help/attforblock/studentview.html

12
lang/en/help/attforblock/createmultiplesessions.html

@ -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>

4
lang/en/help/attforblock/createonesession.html

@ -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 &quot;Add Session&quot;.</p>

26
lang/en/help/attforblock/defaultstatuses.html

@ -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>

6
lang/en/help/attforblock/display.html

@ -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 &quot;all taken&quot; which will show all sessions, &quot;weeks&quot;
which will show weekly averages, and &quot;months&quot; to display monthly averages
for each student.</p>

3
lang/en/help/attforblock/export.html

@ -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>

6
lang/en/help/attforblock/hiddensessions.html

@ -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>

4
lang/en/help/attforblock/myvariables.html

@ -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>

5
lang/en/help/attforblock/report.html

@ -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 &quot;Report&quot;
pulldown menu found at the bottom of the report screen.</p>

20
lang/en/help/attforblock/sessions.html

@ -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 &quot;Add&quot; tab to create new sessions. </p>
<p align="left">Take attendance by clicking on the green icon under the &quot;actions&quot;
menu (left side). </p>
<p align="left">Edit each session by clicking on the middle &quot;edit session&quot;
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>

16
lang/en/help/attforblock/sessiontypes.html

@ -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 &quot;No groups&quot; you can add only common sessions. </p>
<p align="left">In group mode &quot;Visible groups&quot; you can add common and group sessions. </p>
<p align="left">In group mode &quot;Separate groups&quot; you can add only group sessions. </p>

3
lang/en/help/attforblock/studentview.html

@ -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…
Cancel
Save