Fix HTML validity of some help files.

This commit is contained in:
tjhunt 2008-09-25 07:29:32 +00:00
parent 1f193b9f11
commit 2ca22c727b
12 changed files with 45 additions and 45 deletions

View File

@ -12,7 +12,7 @@
<p>The third method is slightly different. It does not require this config setting to be activated, and can be specified well in advance of the unenrolment date:</p>
<ul>
<li>A &lt;member> element which specifies a &lt;timeframe> for the enrolment can specify the begin and/or end dates for enrolment of this particular student. These dates are loaded into Moodle's enrolment data table if present, and so after the end-date, a student will no longer be able to access that particular course.</li>
<li>A &lt;member&gt; element which specifies a &lt;timeframe&gt; for the enrolment can specify the begin and/or end dates for enrolment of this particular student. These dates are loaded into Moodle's enrolment data table if present, and so after the end-date, a student will no longer be able to access that particular course.</li>
</ul>

View File

@ -20,7 +20,7 @@
actual number depending on the size and complexity of the assignment. An
exercise assignment with only one element is allowed and has a similar assessment
strategy to the standard Moodle Assignment. </li>
</ol>
<p>Elements have the following three features:</p>
<ol>
<li>The DESCRIPTION of the assessment element. This should clearly state what
@ -53,6 +53,7 @@
experimental feature.</li>
</ol>
<br />
<ol>
<li><b>Error Banded Grading:</b> In this type of assignment the submissions are
graded on a set of Yes/No scales. The grade is determined by the &quot;Grade
Table &quot; which gives the relationship between the number of

View File

@ -1,8 +1,5 @@
<img alt valign="middle" src="<?php echo $CFG->wwwroot?>/mod/feedback/icon.gif">&nbsp;<b><?php print_string('modulename', 'feedback');?></b>
<p><img alt="" src="<?php echo $CFG->wwwroot?>/mod/feedback/icon.gif" />&nbsp;<b>Feedbacks</b>
<ul>
<p>
<div class="indent">
This module allows you to create custom surveys with your own questions.
</p>
</ul>
</div>

View File

@ -1,11 +1,6 @@
TRANSLATORS: DO NOT TRANSLATE YET, THESE NEED REVIEW
<h2>Preview</h2>
<img alt valign="middle" src="<?php echo $CFG->wwwroot?>/mod/feedback/icon.gif">
&nbsp;<b><?php print_string('preview', 'feedback');?></b>
<ul>
<p>
In the preview you can change the position order of questions.
</p>
</ul>

View File

@ -14,19 +14,19 @@ the gradebook administrator. Caution in interpreting these "empty grades" is thu
<dt>Mean of grades</dt>
<dd>The sum of all grades divided by the total number of grades.</dd>
<dd class="example">A1 70/100, A2 20/80, A3 10/10, category max 100:<br />
<code>(0.7 + 0.25 + 1.0)/3 = 0.65 --> 65/100</code></dd>
<code>(0.7 + 0.25 + 1.0)/3 = 0.65 --&gt; 65/100</code></dd>
<dt>Weighted mean</dt>
<dd>Each grade item can be given a weight, which is then used in the arithmetic mean aggregation to influence
the importance of each item in the overall mean.</dd>
<dd class="example">A1 70/100 weight 10, A2 20/80 weight 5, A3
10/10 weight 3, category max 100:<br /><code>(0.7*10 + 0.25*5 + 1.0*3)/18 = 0.625 --> 62.5/100</code></dd>
10/10 weight 3, category max 100:<br /><code>(0.7*10 + 0.25*5 + 1.0*3)/18 = 0.625 --&gt; 62.5/100</code></dd>
<dt>Simple weighted mean</dt>
<dd>The difference from <em>Weighted mean</em> is that weight is calculated as <em>Maximum grade</em> - <em>Minimum grade</em>
for each item. 100 point assignment has weight 100, 10 point assignment has weight 10.</dd>
<dd class="example">A1 70/100, A2 20/80, A3 10/10, category max 100:<br />
<code>(0.7*100 + 0.25*80 + 1.0*10)/190 = 0.526 --> 52.6/100</code></dd>
<code>(0.7*100 + 0.25*80 + 1.0*10)/190 = 0.526 --&gt; 52.6/100</code></dd>
<dt>Mean of grades (with extra credits)</dt>
<dd>Arithmetic mean with a twist. An old, now unsupported aggregation strategy provided here only
@ -35,17 +35,17 @@ the gradebook administrator. Caution in interpreting these "empty grades" is thu
<dt>Median of grades</dt>
<dd>The middle grade (or the mean of the two middle grades) when grades are arranged in order of size. The advantage over the mean is that it is not affected by outliers (grades which are uncommonly far from the mean).</dd>
<dd class="example">A1 70/100, A2 20/80, A3 10/10, category max 100:<br />
<code>median(0.7 ; 0.25 ; 1.0) = 0.7 --> 70/100</code></dd>
<code>median(0.7 ; 0.25 ; 1.0) = 0.7 --&gt; 70/100</code></dd>
<dt>Smallest grade</dt>
<dd>The result is the smallest grade after normalisation. It is usually used in combination with <em>Aggregate only non-empty grades</em>.</dd>
<dd class="example">A1 70/100, A2 20/80, A3 10/10, category max 100:<br />
<code>min(0.7 ; 0.25 ; 1.0) = 0.25 --> 25/100</code></dd>
<code>min(0.7 ; 0.25 ; 1.0) = 0.25 --&gt; 25/100</code></dd>
<dt>Highest grade</dt>
<dd>The result is the highest grade after normalisation.</dd>
<dd class="example">A1 70/100, A2 20/80, A3 10/10, category max 100:<br />
<code>max(0.7 ; 0.25 ; 1.0) = 1.0 --> 100/100</code></dd>
<code>max(0.7 ; 0.25 ; 1.0) = 1.0 --&gt; 100/100</code></dd>
<dt>Mode of grades</dt>
<dd>The mode is the grade that occurs the most frequently. It is more often used for non-numerical grades.
@ -53,7 +53,7 @@ the gradebook administrator. Caution in interpreting these "empty grades" is thu
However it loses its meaning once there is more than one most frequently occurring grade (only one is kept), or when all
the grades are different from each other.</dd>
<dd class="example">A1 70/100, A2 35/50, A3 20/80, A4 10/10, A5 7/10 category max 100:<br />
<code>mode(0.7 ; 0.7 ; 0.25 ; 1.0 ; 0.7) = 0.7 --> 70/100</code></dd>
<code>mode(0.7 ; 0.7 ; 0.25 ; 1.0 ; 0.7) = 0.7 --&gt; 70/100</code></dd>
<dt>Sum of grades</dt>
<dd>The sum of all grade values. Scale grades are ignored. This is the only type that does not convert the

View File

@ -1,16 +1,17 @@
<h1>Exceptions</h1>
<p>This can be used to exclude students from individual assignments. This is useful if two class
sections merge or a student transfers from a different section several weeks into a semester.
It is also useful for extenuating circumstances: sickness, injury, etc.
<br />
There are three columns:</p>
It is also useful for extenuating circumstances: sickness, injury, etc.</p>
<p>There are three columns:</p>
<ul>
<li>Left: Is students for the course that are "Included in Grading" for an particular graded
item.</li>
<li>Middle: A listing of all graded items followed by a total number of students excluded
from grading in parenthesis.</li>
<li>Right: A list of students that are excluded from a particular assignment</li>
<ul>
</ul>
<p>To exclude students click the assignment in the middle and then click the students name in the left
column (holding down CTRL or APPLE will allow selection of multiple items). Then click

View File

@ -8,8 +8,9 @@
<p>
<b>Yes</b><br />
Moodle will force the quiz to use Moodle-compatible media players to play files like:
<ul><li>avi</li><li>mpeg</li><li>mpg</li><li>mp3</li><li>mov</li><li>wmv</li></ul>
</p>
<ul><li>avi</li><li>mpeg</li><li>mpg</li><li>mp3</li><li>mov</li><li>wmv</li></ul>
</div>
<p>
More information:

View File

@ -3,8 +3,8 @@
If this option is enabled, a link to a popup feedback window will be displayed
whenever the student clicks on the &quot;Check&quot; button. The feedback window
allows students to send feedback to the teacher regarding the quiz.
<p>
</p>
<p>
This option can have the following settings:
</p>
<div class="indent">

View File

@ -1,5 +1,10 @@
<h2>Box.net API Key</h2>
<p>Visit <a href="http://enabled.box.net">enabled.box.net</a> and register a developer account. You can then navigate to My projects, and create a new one.</p>
<p>For all the settings, Moodle doesn't care what you put in except for the callback url, which should be $CFG->wwwroot/portfolio/add.php?postcontrol=1.</p>
<p>Box.net will append the relevant authentication tokens to the url (detecting it already contains ? and everything already) </p>
<p>Visit <a href="http://enabled.box.net">enabled.box.net</a> and register a
developer account. You can then navigate to My projects, and create a new one.</p>
<p>For all the settings, Moodle doesn't care what you put in except for the
callback url, which should be $CFG-&gt;wwwroot/portfolio/add.php?postcontrol=1.</p>
<p>Box.net will append the relevant authentication tokens to the url (detecting
it already contains ? and everything already) </p>

View File

@ -72,19 +72,19 @@ The sun rises in the east.{T}
</pre>
<p><u>Matching:</u><br />
Matching pairs begin with an equal sign (=) and are separated by this symbol "->". There must be at least three matching pairs.</p>
Matching pairs begin with an equal sign (=) and are separated by this symbol "-&gt;". There must be at least three matching pairs.</p>
<pre>
Matching Question. {
=subquestion1 -> subanswer1
=subquestion2 -> subanswer2
=subquestion3 -> subanswer3
=subquestion1 -&gt; subanswer1
=subquestion2 -&gt; subanswer2
=subquestion3 -&gt; subanswer3
}
Match the following countries with their corresponding capitals. {
=Canada -> Ottawa
=Italy -> Rome
=Japan -> Tokyo
=India -> New Delhi
=Canada -&gt; Ottawa
=Italy -&gt; Rome
=Japan -&gt; Tokyo
=India -&gt; New Delhi
}
</pre>
<p>Matching questions do not support feedback or percentage answer weights.</p>
@ -278,23 +278,23 @@ up to the next modifier or the end of the file will be added to the specified ca
category modifier the category specified on the import screen will be used. Note that for this to work
the <b>from file:</b> box must be ticked on the import screen.</p>
<p>To include a category modifier include a line like this (with a blank line before and after):
<p>To include a category modifier include a line like this (with a blank line before and after):</p>
<pre>
$CATEGORY: tom/dick/harry
</pre>
or simply
<p>or simply</p>
<pre>
$CATEGORY: mycategory
</pre>
...the first example specifies a path of nested categories. In this cae the questions will go into <i>harry</i>. The
<p>...the first example specifies a path of nested categories. In this cae the questions will go into <i>harry</i>. The
categories are created if they do not exist.</p>
<p><u>Other Options:</u><br />
<p>Other Options:<br />
Short Answer questions can be made case sensitive by changing &quot;0&quot; to &quot;1&quot; in the following line:<br />
<tt>$question-&gt;usecase = 0; // Ignore case</tt></p>
<p></p>

View File

@ -14,7 +14,7 @@
:TITLE:Short Answer Question
:QUESTION:H
What is the name of the WebCT Learning Hub?
&lt;br />
&lt;br /&gt;
:IMAGE:dotcomLogoc.gif
:ANSWERS:1
:CASE:0

View File

@ -45,4 +45,4 @@
<p>To embed these small icons in your text, click on the smiley icon in the toolbar. A dialog will pop up that allows you to select from the following smiley icons. (Alternatively, you can just type the corresponding code straight into your text and it will be converted later when your text is displayed).</p>
<div id="emoticons">##emoticons_html##</div>
</div>
<div style="clear:both">&nbsp<div>
<div style="clear:both">&nbsp;<div>