]> git.mjollnir.org Git - moodle.git/commitdiff
Fix HTML validity of some help files.
authortjhunt <tjhunt>
Thu, 25 Sep 2008 07:29:32 +0000 (07:29 +0000)
committertjhunt <tjhunt>
Thu, 25 Sep 2008 07:29:32 +0000 (07:29 +0000)
12 files changed:
lang/en_utf8/help/enrol/imsenterprise/unenrol.html
lang/en_utf8/help/exercise/gradingstrategy.html
lang/en_utf8/help/feedback/mods.html
lang/en_utf8/help/feedback/preview.html
lang/en_utf8/help/grade/aggregation.html
lang/en_utf8/help/grade/exceptions.html
lang/en_utf8/help/hotpot/forceplugins.html
lang/en_utf8/help/hotpot/studentfeedback.html
lang/en_utf8/help/portfolio/boxnet_apikey.html
lang/en_utf8/help/qformat_gift/gift.html
lang/en_utf8/help/qformat_webct/webct.html
lang/en_utf8/help/richtext2.html

index c4f532f48350d454970f71a59b58cd02f939f827..3cdf8b723541705c76364068fa86c8d9b4930583 100644 (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>
 
 
index 6caafd405b20b4dabaadd85b847169cf67b90db8..e9faa719844801000bd26dfc0098dee2488bd676 100644 (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
index eb4945e4154e108955bf63b6274fe3b9dbf06a98..eb3ceef86eeb2d817aa4353a78186b8f3ea15a05 100644 (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>
index dcfa2763c1684bc1bd8f1a31c44ba7c723923055..42548adcca3294a50efe1ab83c06778c16308ca0 100644 (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>
 
index 48118e106e77c4b0883a7bdcce502cd609f6fe04..4aa0ce06278b033a11dbffe3e2ef9c9d5bb2d690 100644 (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
index 8c88cbf9410b9873652bc918dbd926bc657a2c6e..803e0bdd6660facef5d19498682bebb25188c47a 100644 (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 
index 3a93590a21b29bc0a918a176d495df160efb3353..fe9de8660ca049366583c8aca2f90d8cecf266cf 100644 (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: 
index 62221461a975bdf8ac32bc51c3de84d4505a6504..ab8442f06dc02888585836924d5a9afcf81197ab 100644 (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">
index a1d2febfd7d2187e3f0974aec8f089f7efa3feaf..f7ab8cff5e389b5681e2ff424913290792026e0b 100644 (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>
 
index 427066ed25e1fd9e2ce83b17db29f094265f65e3..23d82a63978a3465ba00fb55cd1be9c57ec81138 100644 (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>
+
 
index e12b358d425f5323ed4e2a3e617b676bf00a6865..ccf8b26fbc94500ef1bb655e4649d4940552604e 100644 (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
index 3711183d6f16010aa926825dee02fa52d9628365..3f0d092451cc646bda5878f7ee1f5d697f52f9a4 100644 (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>