]> git.mjollnir.org Git - moodle.git/commitdiff
moving towards XHTML compliance
authorkoenr <koenr>
Sun, 9 Jan 2005 00:21:27 +0000 (00:21 +0000)
committerkoenr <koenr>
Sun, 9 Jan 2005 00:21:27 +0000 (00:21 +0000)
38 files changed:
lang/en/docs/coding.html
lang/en/docs/credits.html
lang/en/docs/cvs.html
lang/en/docs/developer.html
lang/en/docs/faq.html
lang/en/docs/future.html
lang/en/docs/install.html
lang/en/docs/installamp.html
lang/en/docs/other.html
lang/en/docs/release.html
lang/en/docs/releaseold.html
lang/en/docs/teacher.html
lang/en/docs/translation.html
lang/en/docs/upgrade.html
lang/en/help/workshop/addcommenttobank.html
lang/en/help/workshop/addingacomment.html
lang/en/help/workshop/agreeassessments.html
lang/en/help/workshop/analysisofassessments.html
lang/en/help/workshop/anonymous.html
lang/en/help/workshop/assignmenttype.html
lang/en/help/workshop/breakdownoffinalgrade.html
lang/en/help/workshop/calculatingfinalgrade.html
lang/en/help/workshop/elements.html
lang/en/help/workshop/finalgrades.html
lang/en/help/workshop/grading.html
lang/en/help/workshop/gradingstrategy.html
lang/en/help/workshop/includeself.html
lang/en/help/workshop/includeteachersgrade.html
lang/en/help/workshop/index.html
lang/en/help/workshop/managing.html
lang/en/help/workshop/managing2.html
lang/en/help/workshop/mods.html
lang/en/help/workshop/nelements.html
lang/en/help/workshop/resubmit.html
lang/en/help/workshop/selfassessment.html
lang/en/help/workshop/showinggrades.html
lang/en/help/workshop/ungradedassessments_student.html
lang/en/help/workshop/ungradedassessments_teacher.html

index cdd53a4a5ce0c56197d98c3eb1fe01695c63288e..eb9ed574d37dfd35814f08ee7ce062c94b26ce59 100755 (executable)
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
 <title>Moodle Docs: Coding Guidelines</title>
@@ -39,7 +40,7 @@
     from your code using get_string() or print_string().</li>
   <li class="spaced">All help files should be translatable - create new texts 
     in the &quot;en/help&quot; directory and call them using helpbutton().
-    <p>If you need to update a help file: 
+    <p>If you need to update a help file: </p>
     <ul>
     <li>with a minor change, where an old translation of the
         file would still make sense, then it's OK to make the change
@@ -50,7 +51,7 @@
         new code and the help index files should also be modified to point 
         to the newest versions.</li>
     </ul>
-    </p>
+    
 </li>
   <li class="spaced">Incoming data from the browser (sent via GET or POST) automatically
     has magic_quotes applied (regardless of the PHP settings) so that you can safely
index 743d9f36a344df3d69cec5928b76b3c64ecf1aa4..c27b9d2ac19079d598b0ab1202cf980506a9ec6e 100644 (file)
@@ -200,7 +200,6 @@ URL: <a href="http://moodle.org/download/mimetex">http://moodle.org/download/mim
       URL: <a href="http://www.michelf.com/projects/php-markdown/" target="newpage">http://www.michelf.com/projects/php-markdown/</a><br />
       </p>
     </blockquote>
-    <p>
     <p><b>Snoopy</b>&nbsp; - &nbsp; lib/snoopy</p>
     <blockquote>
       <p>A PHP net client<br />
index a9731e7792516644c9bf47cf4dfd6c8a89fff9ba..9836f89ecaa4e60a7f4a77cd80fd4bb3917557a0 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
 <title>Moodle Docs: How to use CVS</title>
@@ -32,7 +33,7 @@
       4.3. <a href="#4.3">Feature branches for large changes</a> </li>
   </ol>
   <p>&nbsp;</p>
-  <h2><a name="1"></a>1. Joining the project as a developer</h2>
+  <h2><a name="1" id="1"></a>1. Joining the project as a developer</h2>
   <blockquote>
     <p>So, you've been offered CVS write access to help us develop and maintain Moodle! <a href="http://sourceforge.net/project/memberlist.php?group_id=30935">Welcome aboard</a>!</p>
     <p>To be able to write changes into <a target="_top" href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/moodle/moodle/">Moodle's CVS archive</a>, you first need to have an account at Sourceforge (<a href="http://sourceforge.net/account/register.php">registration is free and easy</a>). For the examples on this page, let's assume your username is <strong><font color="#990000">myusername</font></strong> and your password is <strong><font color="#990000">mypassword</font></strong>. Take special note of the sourceforge instructions to <a target="_top" href="http://sourceforge.net/docman/display_doc.php?docid=768&group_id=1#develhomedir">create your CVS home directory</a> - something you have to do with every new account to "enable" it for CVS. Basically you just have to use ssh to interactively connect to cvs.sourceforge.net.</p>
@@ -204,7 +205,7 @@ update -dP</div>
             <div class="commandline">cvs tag -R MOODLE_XX_WIDGET_PRE</div></li>
           <li>Create your branch called <span class="style1"><strong>MOODLE_XX_WIDGET</strong></span>
                  <br /><br />
-            <div class="commandline">cvs tag -Rb <span class="style1">MOODLE_XX_WIDGET</span></strong></div></li>
+            <div class="commandline">cvs tag -Rb <span class="style1">MOODLE_XX_WIDGET</span></div></li>
           <li>Work in that branch until the feature is reasonably stable. Commit as necessary.
                  <br /><br />
             <div class="commandline">cvs commit</div></li>
index a87b5595792a10c0b1e9b3ef5c573e92c892ed11..de819158ef6f5396df1ff4d6085cf5c2169b6894 100644 (file)
@@ -1,3 +1,5 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
 <head>
 <title>Moodle Docs: Developers Manual</title>
 <link rel="stylesheet" href="docstyles.css" type="TEXT/CSS">
       <li>survey.php - strings for survey module</li>
       <li>.... plus other modules if any.<br />
         <br />
-        A string is called from these files using the <strong><em>get_string()</em></strong><em> 
-        </em>or<em> <strong>print_string()</strong> </em>functions. Each string 
+        A string is called from these files using the <strong><em>get_string()</em></strong> or<em> <strong>print_string()</strong> </em>functions. Each string 
         supports variable substitution, to support variable ordering in different 
         languages.<em><br />
         <br />
index 557821e9f921e82858f52a28a69e6de8843858ff..a551525c736ceb02d32f258a27f80263f81e6569 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
 <title>Moodle Docs: Frequently Asked Questions (FAQ)</title>
@@ -81,7 +82,7 @@ reduced functionality due to a mis-configuration in the firewall settings.
 
 <p class="questionlink"><a href="#locale">Why doesn't my Moodle site display the 
 
-  time & date correctly?</a></p>
+  time &amp; date correctly?</a></p>
 
 <p class="questionlink"><a href="#cron">Email copies are not being sent 
 
@@ -705,7 +706,7 @@ reduced functionality due to a mis-configuration in the firewall settings.
 
 
 
-<h3><a name="locale"></a>Why doesn't my Moodle site display the time & date correctly?</h3>
+<h3><a name="locale"></a>Why doesn't my Moodle site display the time &amp; date correctly?</h3>
 
 
 
index 9223304824167cffed5fa2249ab901d36d6061e8..599d953d6ef0564497c566d71c2623503168313e 100644 (file)
@@ -1,3 +1,5 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
 <head>
     
 <title>Moodle Docs: Future</title>
index 411b3cc808ebb033069849ed85a73fd4cc287ff7..2aace410d6c63385da863c215b89fb4de7109535 100644 (file)
@@ -1,3 +1,5 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
 <head>
     
 <title>Moodle Docs: Basic Installation</title>
@@ -20,8 +22,8 @@
      web server setups, so this document may look long and complicated.  Don't panic, once you know how to do it you can install Moodle in minutes!</p>
   <p>If you have problems please read this document carefully - most common issues are answered in here.
      If you still have trouble, you can seek help from 
-   <a target="_new" href="http://moodle.org/help">Moodle Help</a></p>
-  <p>Another option is to contact a <a target="_new" href="http://moodle.com/hosting/">web hosting company</a>
+   <a target="_blank" href="http://moodle.org/help">Moodle Help</a></p>
+  <p>Another option is to contact a <a target="_blank" href="http://moodle.com/hosting/">web hosting company</a>
      who can completely maintain Moodle for you, so that you can ignore all this and get straight into educating!
 </p>
   <p>&nbsp;  </p>
@@ -86,7 +88,7 @@
   <p>You can safely skip this section, but here is a quick summary of the contents of the Moodle folder, to help get 
     you oriented:</p>
   <blockquote>
-    <p><table><tr>
+    <table><tr>
       <td width="130" valign="top">config.php</td>
       <td valign="top">-</td>
       <td valign="top">
       <td valign="top">
         the front page of the site
       </td></tr></table>
-    </p>
     <ul>
       <li>admin/ - code to administrate the whole server </li>
       <li>auth/ - plugin modules to authenticate users </li>
@@ -262,7 +263,7 @@ php_value post_max_size 2M
 
 </blockquote>
 
-</blockquote>
+
 <h3 class="sectionheading"><a name="admin"></a>5. Go to the admin page to continue configuration </h3>
 <blockquote> 
   <p>Once the basic <strong>config.php</strong> has been correctly created in the previous step, trying to access the front page of your site will take you the &quot;admin&quot; page for the rest of the configuration.</p>
@@ -418,7 +419,6 @@ php_value post_max_size 2M
          pressing ESC.  You save and exit by typing ":wq", or quit without saving using ":q!" (without the quotes).</p>
   </blockquote>
   <p>&nbsp;</p>
-  <p></p>
 </blockquote>
 <h3 class="sectionheading"><a name="course"></a>7. Create a new course</h3>
 <blockquote>
index bbab7711be18879b7af3feee754c1bdbe445123f..cabb45742366124252967ead4c15aa31e129cbb7 100755 (executable)
@@ -1,3 +1,5 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
 <head>
     <title>Moodle Docs: Installing PHP and MySQL</title>
        <link rel="stylesheet" href="docstyles.css" type="TEXT/CSS">
index 39dc73562c2d2a97b1b8ba5b1e26e8e41820c0c6..064205f6f339f27b65cc3d4fbbb15b0514f2d994 100755 (executable)
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
 <title>Moodle Docs: Frequently Asked Questions (FAQ)</title>
index 59b88b252db8f166d7e65b16ca50c4f949679504..6aec83a27addc4a1cedfc5633aae5dbab99e88c1 100644 (file)
@@ -1,3 +1,5 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
 <head>
     
 <title>Moodle Docs: Current Release notes</title>
     </dl>
   <p>&nbsp;</p>
   <dl>
-    <dt>
-      <div align="center" class="style1"></div>
-    </dt>
     <dd>&nbsp;</dd>
     <dt>&nbsp; </dt>
     <dd>
index c66a4c8468a22604b3dfde010b946e40da630af1..eea0e46cae611f65f28daaf6805c2566f031c46c 100644 (file)
@@ -1,3 +1,5 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
 <head>
     
 <title>Moodle Docs: Old Release notes</title>
     </dd>
   </dl>
   <dl>
-    <dt></dt>
+
     <dt>Courses</dt>
   </dl>
   <dl>
     </dd>
   </dl>
   <dl>
-    <dt></dt>
     <dt>Languages</dt>
   </dl>
   <dl>
     </dd>
   </dl>
   <dl>
-    <dt></dt>
     <dt>Forum</dt>
   </dl>
   <dl>
     </dd>
   </dl>
   <dl>
-    <dt></dt>
     <dt>Resources</dt>
   </dl>
   <dl>
index c3e4d6c47147e4e3a49d42d8403db218e6bd0ff2..af1ecef9d4cd134f3b8dd9c9bbeca1631c306f9c 100644 (file)
@@ -1,3 +1,5 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
 <head>
 <title>Moodle Docs: Teachers Manual</title>
 <link rel="stylesheet" href="docstyles.css" type="TEXT/CSS">
index 02ece1b8c0447fd3c33a1947879fefe573f249c8..1601959d640478b519d4fc982d7f7e422f8a3be8 100755 (executable)
@@ -1,5 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head>
+<html>
+<head>
   <title>Moodle translation guide</title>
   <link rel="stylesheet" href="docstyles.css" type="TEXT/CSS">
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
@@ -202,7 +203,7 @@ Your interface language will be available in future versions of Moodle.<br />
 <p style="margin-left: 40px;">If you are committed to maintaining a language in Moodle, it's best to use <a href="?file=cvs.html">Moodle CVS</a> so that you have an up-to-date version of Moodle, and can easily "check in" your changes directly into the Moodle project. Contact <a href="m&#97&#105&#108&#116&#111:tra%6es%6ca%74%69o%6e%40%6d%6f%6f%64%6c%65.org">&#116&#114a&#110&#115&#108&#97t&#105on&#64&#109o&#111&#100&#108e&#46o&#114&#103</a> if you need help setting this up.<br />
 </p>
 
-<p style="margin-left: 40px;">You must also subscribe to the <a target="_top" href="http://moodle.org/mod/forum/view.php?id=43">Languages Forum</a> for news and discussion about issues that affect translations.<br \>
+<p style="margin-left: 40px;">You must also subscribe to the <a target="_top" href="http://moodle.org/mod/forum/view.php?id=43">Languages Forum</a> for news and discussion about issues that affect translations.<br />
 </p>
 
 <p style="margin-left: 40px;">Finally, to keep in touch with changes in the project on a day-to-day basis it is a very good idea to subscribe to the <a href="http://sourceforge.net/mail/?group_id=30935" target="_top">CVS mailing list</a>.&nbsp; This helps to keep your
index 2d90dfcb2b3e3d12ed88be5d17c69a9c9e20a0d2..a6fa02d1aedcb420db30654d71556eded6325003 100644 (file)
@@ -1,3 +1,5 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
 <head>
     <title>Moodle Docs: Upgrading</title>
        <link rel="stylesheet" href="docstyles.css" type="TEXT/CSS">
index 5b576b58e78a28eb81cd8804a6e1d4fabb5ad347..7c190a2b00a7467b1f730b5ab61d9865de6f83d1 100644 (file)
@@ -7,8 +7,8 @@
     comment to the Assessment form are:</p>
 
 <ol>
-    <li>Type the comment in the Feedback/Comment Box;
-    <li>Click on the &quot;Add Comment to Bank&quot; button.
+    <li>Type the comment in the Feedback/Comment Box;</li>
+    <li>Click on the &quot;Add Comment to Bank&quot; button.</li>
 </ol>
 
 <p>The Assessment form is redisplayed. The new comment is left in the 
index 80205d05f71104fc1c6e0d3cc8325d19d4581a96..f0a507b172d913c72ff8550bd0574d8e15c39275 100644 (file)
@@ -4,15 +4,15 @@
 
 <ol>
 <li>Add additional explaination or clarification to the assessment (by
-       the student who assessed the piece of work);
+       the student who assessed the piece of work);</li>
 <li>Query the statements made in the assessment (by the student whose 
-       piece of work is being assessed;
+       piece of work is being assessed;</li>
 <li>Try to resolve difficulties which may have arisen during the discussion
-       on the assessment (by the teacher);
+       on the assessment (by the teacher);</li>
 </ol>
 <p>The aim of the comments is to try either reach agreement on the 
        current assessment or persuade the assessor to revise their assessment.
-       This discussion should be undertaken in a reasonable way. 
+       This discussion should be undertaken in a reasonable way. </p>
        
 <p>If the work is reassessed then the old comments are discarded and 
        are no longer shown with the new assessment.
index 7b6ff9169b97184bd30fdf99d6c9c533f7c4b86c..6d28c612a1360ee269ebaa4dd4301da7e24c82e5 100644 (file)
@@ -7,7 +7,7 @@
        assessments made by other students. There is no feedback 
        from the students who submitted the work to the students who made
        the assessment.  That is, there is only one way feedback between 
-    peers on any one piece of work.
+    peers on any one piece of work.</li>
        
 <li>In the submission and assessment phase the students see the 
        assessments made by other students and they are allowed to comment 
@@ -20,7 +20,7 @@
        either agreement is reached or the deadline is reached. An assessment
        which is still in &quot;dispute&quot; when the deadline is reached
        is not used in the final grades. This gives two way feedback
-       between peers on each piece of work.
+       between peers on each piece of work.</li>
 </ol>
 <p>If the second method of working is chosen there is the option of switching off the display
        of grades. That is, if this &quot;hide grades&quot; option is exercised, only the comments
index 8a342c501ce8f5f557378894bc95f33a7c61582d..b1258a62a0ce5b2dc26e4cea404b2451ea567f4c 100644 (file)
@@ -1,6 +1,6 @@
-<P ALIGN=CENTER><B>Analysis of Assessments</B></P>
+<p align="center"><b>Analysis of Assessments</b></p>
 
-<P>This analysis looks at the assessments made on the examples as well as those made during the peer assessment phase of the assignment. It attempts to select the better assessments out of this pool of teacher and student assessments. These &quot;good&quot; assesments are then used in the calculation of the final grade.
+<p>This analysis looks at the assessments made on the examples as well as those made during the peer assessment phase of the assignment. It attempts to select the better assessments out of this pool of teacher and student assessments. These &quot;good&quot; assesments are then used in the calculation of the final grade.
 </p>
 
 <p>This analysis is best done when there are teacher assessments available. These assessments can act as a benchmark against which the student assessments can be judged. The teacher does <b>not</b> need to assess every example and every submission but for the analysis to be meaningful it is better to have more assessments from the teacher than the average number of assessments made by each student. And the more assessments made by the teacher the more confident the teacher can be of the results of the analysis.
@@ -9,13 +9,14 @@
 <p>The Analysis is usually done in a number of times, each time changing one or more of the options. The analysis is controlled by the three options which appear on the top of the page.
 </p>
 
-<ol><li>The Loading for Teacher Assessments sets the weighting to given the teacher's assessments compared to the students' assessments in the error analysis stage. If the teacher wants their own grading strategy to dominate the way the students grade the submissions then the teacher should be the assessor with the smallest average error in the &quot;Error Table&quot;. If the teacher is not the first one listed than the loading of the teacher's assessments is increased until the teacher has the lowest average error. This then implies that the teacher's assessments are dominate and the students who grade like the teacher are also listed in the top part of the Error Table. The students listed at the bottom part of the table are grading in ways which not match the teacher assessments (nor those of the students in the top of the table). The more assessments that are available from the teacher the more likely that this option will not have to be used to force the teacher to the top of the table. Note that this option does <b>not</b> apply a weighting factor the teacher's assessments when they used in the calculation of final grades. In that calculation the teacher assessments have the same weight as the student assessments. So for example if a student's submission is graded at 41% by the teacher and 45% and 55% by their peers the final grade given to the submission is (41% + 45% + 55%) / 3, that is 47%.</li>
+<ol>
+<li>The Loading for Teacher Assessments sets the weighting to given the teacher's assessments compared to the students' assessments in the error analysis stage. If the teacher wants their own grading strategy to dominate the way the students grade the submissions then the teacher should be the assessor with the smallest average error in the &quot;Error Table&quot;. If the teacher is not the first one listed than the loading of the teacher's assessments is increased until the teacher has the lowest average error. This then implies that the teacher's assessments are dominate and the students who grade like the teacher are also listed in the top part of the Error Table. The students listed at the bottom part of the table are grading in ways which not match the teacher assessments (nor those of the students in the top of the table). The more assessments that are available from the teacher the more likely that this option will not have to be used to force the teacher to the top of the table. Note that this option does <b>not</b> apply a weighting factor the teacher's assessments when they used in the calculation of final grades. In that calculation the teacher assessments have the same weight as the student assessments. So for example if a student's submission is graded at 41% by the teacher and 45% and 55% by their peers the final grade given to the submission is (41% + 45% + 55%) / 3, that is 47%.</li>
 
 <li>The Weight for Grading of Assessments is used in the calculation of the Final Grade. A simple formula is used to calculate a student's &quot;Grading Performance&quot;. It is the proportion of &quot;good&quot;assessments that student have done compared to the maximum number of assessments open to them. So, if for example, the assignment asks the students to do 3 assessments of the example submission and 5 peer assessments and the student does 7 assessments and 1 of those is dropped from the analysis (see below), then their grading performance is (7 - 1)/8, that is 75%. The final grade for the assignment a weighted combination of this grading performanace and the grade given to their submission (or best grade if they made more than one submission). The grade for the submission is always given a weight of 1. So setting this option to say, 0.5, means that the two grades are added together in the proportion 0.5:1 or 33% of the grading performance and 66% of the grade of the submission.</li>
 <li>The Percentage of Assessments to drop determines the number of the assessments which are to be excluded when calculating the final grades. This number can be set in one of two ways. 
 <ul><li>Given the way the Grading Performance is calculated each student could, if they assessed all the work allocated to them, achieve full marks (for this element) if no assessments are dropped. If the teacher wishes to have a more reason average grade then setting this option to 30% would result in the average Grading Performance of about 70% (again if all students graded all the assessments open to them).</li>
-<li>Alternatively the number of assessments to drop might be set such that the remaining &quot;good&quot; assessments result in the Average Errors being constrained to some reasonable value. These are the percentages given in the fourth column of the Error Table. For example, it may be thought that all the student assessments should (on average) lie within the 20% range. Then the analysis is repeated a number of times adjusting the number of assessments to drop until the figures in this column all lie within a particular limit. 
-</ul>
+<li>Alternatively the number of assessments to drop might be set such that the remaining &quot;good&quot; assessments result in the Average Errors being constrained to some reasonable value. These are the percentages given in the fourth column of the Error Table. For example, it may be thought that all the student assessments should (on average) lie within the 20% range. Then the analysis is repeated a number of times adjusting the number of assessments to drop until the figures in this column all lie within a particular limit. </li>
+</ul></li>
 </ol>
 <p>In addition to the Error Table the analysis lists the grades of all assessments and the final grades given to the students. This table should be inspected to see if the results are reasonable. In particular if many assessments are dropped then some submissions may left unassessed and the student's final grade will be far too small. The analysis does given the number of submissions at the top of page and again just before the Grades Table. These two numbers should be same. If there are one or more unassessed submissions and the teacher does not want to decrease the number of dropped assessments then those submissions should be assessed by the teacher and the analysis repeated. It is important that all submissions are assessed at least once in the final stage of the analysis that is when the final grades are calculated. 
 </p>
index 328613d8cce567d0d7ca3fd830547ab1aa2ec39c..3d2108e660ffd89744deb3048b56f5b5d8b53bf0 100644 (file)
@@ -3,11 +3,11 @@
 <p>A peer graded assignment can be graded anonymously. In this
        case the names (and any photos) of the students doing the grading 
        are not shown. Only the (file) names of the submissions are used to identify
-       the peices of work being graded. 
+       the peices of work being graded. </p>
 
 <p>When the peer graded assignment is not graded anonymously, the 
        pieces of work are shown with the names (and any photos) of the 
-       students who submitted the work. This may lead to bias in the gradings.
+       students who submitted the work. This may lead to bias in the gradings.</p>
 
 <p>Note that if the teacher's grades are shown to the students these are
        never shown anonymously.
index 1ef60dae3bdc7d52803157e82f963770edd628c6..735881a5b6ceab8a59aad6908294737e6502dae9 100644 (file)
@@ -8,14 +8,13 @@
        grading pages. Assignments themselves are not given an overall grade. 
        However, the grading performance of the students is measured and
        this, and only this measure contributes towards the final grades given
-       to the students.
+       to the students.</li>
        
 <li>Here the teacher and peers are asked to provide both feedback and
        grades. The assignments are given an overall quantative grade as well
        as the qualative data. The final grade for a student will be calculated 
        from the (weighted) contributions of the teacher's grade, the mean 
-       peers' grade and the student's grading performance.
+       peers' grade and the student's grading performance.</li>
        
 </ol>
-
-</p>
+</p>
\ No newline at end of file
index 4c54fe8c6c62c73b0f8149adb67294e357ea3795..1c7ef4ba8dc3af3f43063406d273586680f591ff 100644 (file)
@@ -1,12 +1,12 @@
-<P ALIGN=CENTER><B>The Breakdown of the Final Grade</B></P>
+<p align="center"><b>The Breakdown of the Final Grade</b></p>
 
-<P>The table on this screen shows your final grade and how it was calculated. 
-       The final grade is made up from three possible components.
+<p>The table on this screen shows your final grade and how it was calculated. 
+       The final grade is made up from three possible components.</p>
        
-<OL>
-<LI>The teacher's grade for your submitted work.
-<LI>The average of the peer grades for your submitted work. 
-<LI>A grade for your performance in the peer grading phase. This 
+<ol>
+<li>The teacher's grade for your submitted work.</li>
+<li>The average of the peer grades for your submitted work. </li>
+<li>A grade for your performance in the peer grading phase. This 
        performance was based by (a) whether your grades were too high or too low
        when compared with the average grade of the other students (this is called bias), 
        (b) whether your grades follow, again on average, the grades given by 
@@ -15,9 +15,9 @@
        This was graded by the teacher. These three performance grades were weighted 
        by the factors 1:2:3 respectively to give an overall &quot;grading&quot; 
        grade. In other words the teacher's grading of the comments is given the 
-       same weight as the Bias and Reliability factors combined.
-</OL>
+       same weight as the Bias and Reliability factors combined.</li>
+</ol>
 
-<P>These three components can be weighted as deemed appropriate for the 
+<p>These three components can be weighted as deemed appropriate for the 
        assignment. These weights are shown in the smaller table.
-</P>
+</p>
index 77d6c0c685041c6a453d9acaed48b1d02d1192ec..0883c13540f7505c25322e07880c0c39ac98c6d1 100644 (file)
@@ -1,28 +1,28 @@
-<P ALIGN=CENTER><B>The Calculation of the Final Grade</B></P>
+<p align="center"><b>The Calculation of the Final Grade</b></p>
 
-<P>The table on this screen shows how the the final grades for the students 
-       are calculated. The final grades are a weighted sum of up to five components.
+<p>The table on this screen shows how the the final grades for the students 
+       are calculated. The final grades are a weighted sum of up to five components.</p>
        
-<OL>
-<LI>The teacher's grade for their submitted work. This is optional and will be
+<ol>
+<li>The teacher's grade for their submitted work. This is optional and will be
        used if the teacher actually assesses the student's work. If the student submits 
        more than one peice of work the &quot;best&quot; grade is used. Here, best 
        means the piece of work with the highest weighted combination of teacher's
-       grade and peer grade...
-<LI>The average of the peer grades for their submitted work. Again if the student
+       grade and peer grade...</li>
+<li>The average of the peer grades for their submitted work. Again if the student
        submits more than one peice of work the &quot;best&quot; grade is used. The
        peer grade can optionally
        include the teacher's grade. This grade would be included if the number of
        peer gradings is very low or it is thought that the peer gradings are suspect 
        either because of bias (usually on the high side) or for not being reliable.
        If included the teacher's grade is treated in the same way as a peer grade in 
-       the calculation of the average.
-<LI>The student's bias in grading peer work. This is measure of whether the
+       the calculation of the average.</li>
+<li>The student's bias in grading peer work. This is measure of whether the
        student grades work either too high or too low. It is not an absolute measure
        as it is based on the difference between the student's grade and the peer
        averages for each of the submissions they assessed. In general this component
-       should NOT be given a high weighting.
-<LI>The student's reliability in grading peer work. This is a measure on how well
+       should NOT be given a high weighting.</li>
+<li>The student's reliability in grading peer work. This is a measure on how well
        a students grades follow the peer average for the peices of work they 
        assessed. The measure discounts the student bias and averages the absolute 
        differences between their grades and the peer average grades. In theory if
        pieces of work their reliability will be high. If it is suspected that the students in
        general are poor assessors then the teacher's grades should be included into
        the ppeer averages, this should make the reliability values more meaningful.
-<LI>The average grade given by the teacher for the student's assessments.
+<li>The average grade given by the teacher for the student's assessments.</li>
        This includes both the preliminary assessments made by the student on the 
        example pieces of work and any grading the teacher makes on the asessments
        produced during the peer assessement phase of the assignment. In general this
        component is probably more important than both the Bias and Reliability 
-       components and thus, if available, should be weighted higher.
-</OL>
+       components and thus, if available, should be weighted higher.</li>
+</ol>
 
-<P>These five components can be weighted as deemed appropriate for the 
+<p>These five components can be weighted as deemed appropriate for the 
        assignment. For example the teacher's grade might be weighted strongly
        if the peer grading part of the assignment is only considered a minor part
        of the assignment as a whole. Alternatively, if the teacher only grades a few 
        of the submissions these grades can be ignored by giving them a zero weighting. 
        If the assignment is all about the students as judges and the providing of feedback
        then first two components may be set to zero (or low) and the students' 
-       grading abilities will determine the final grades.
+       grading abilities will determine the final grades.</p>
 
-<P>Note that this screen is used iteratively and the final grades are not normally
+<p>Note that this screen is used iteratively and the final grades are not normally
        made available to the students until the final phase of the assignment. Once the
        the teacher is happy with the final grades and their weightings then they can 
        be made available to the students.
-</P>
+</p>
index 698ecdf7bbdf390366e383f60ad04896393eac8d..7e93c045b59e5877565bff79d0a91f88589c5cd8 100644 (file)
@@ -6,13 +6,13 @@
        something between 5 to 15 elements for comments and grading, the 
        actual number depending on the size and complexity of the assignment. A peer 
        assignment with only one element is allowed and has a similar assessment
-       strategy to the standard Moodle Assignment. 
+       strategy to the standard Moodle Assignment. </p>
        
-<p>The type of elements dependent of the assignment's grading strategy.
+<p>The type of elements dependent of the assignment's grading strategy.</p>
 
 <p><b>Not Graded.</b> The elements are descriptions of aspects of the assignment. 
        The assessor is asked to comment on each of these aspects. As with all the grading
-       strategies, there is also an area for general comments.
+       strategies, there is also an area for general comments.</p>
 
 
 <p><b>Accumulative Grading.</b> The elements have the following three features:
@@ -20,7 +20,7 @@
 <li>The DESCRIPTION of the assessment element. This should clearly state what 
        aspect of the assignment is being assessed. If the assessment is qualatative
        it is helpful to give details of what is considered excellent, average 
-       and poor.
+       and poor.</li>
        
 <li>The SCALE of the assessment element. There are a number of prefined
        scales. These range from simple Yes/No scales, through multipoint scales to
@@ -28,7 +28,7 @@
        to fit the number of possible variations for that element. Note that the scale 
        does NOT determine the element's        importance when calculating the overall 
        grade, a two point scale has the same &quot;influence&quot; as a 100 point 
-       scale if the respective elements have the same weight...
+       scale if the respective elements have the same weight...</li>
 
 <li>The WEIGHT of the assessment element. By default the elements are given the same 
        importance when calculating the overall grade of the assignment. This can be
        the less important elements a weight below one. Changing the weights does NOT 
        effect the maximum grade, that value is fixed by the Maximum Grade parameter
        of the peer assignment. Weights can be assigned negative values, this is an 
-       experimental feature.
+       experimental feature.</li>
 </ol>
+</p>
+
 <p><b>Error Banded Grading.</b> The elements will normally describe certain items 
        or aspects which must be present in the assignment. The assessment is made on the
        present or absence of these items or aspects. The teacher must all set of grade table which 
@@ -45,7 +47,7 @@
        absent, etc. If certain items are more important than others then those items can be given
        a weighting greater than one. Minor items can be given a weighting less than one. The
        overall &quot;error count&quot; is a weighted sum of the missing items. The assessor 
-       can always make a minor adjustment to these suggested grades.
+       can always make a minor adjustment to these suggested grades.</p>
 
 <p><b>Criterion Grading.</b> The elements will give a set of &quot;level&quot; statements
 which can be used to rank the assignment. The statements may be cumulative or they may 
index daa1b9cfb00c0a3aafb0157c924d16874b312cb0..b1cf1239c0bd68cb00e634af020008ab228291e7 100644 (file)
        Submissions for Assessment&quot;. Any otherstanding submissions can be graded. Once this has 
        been done then move the assignment back to Phase 3 and re-calculate the Final grades. In a
        similar way any assessments which have not been graded can be graded from the Management 
-       screen.
+       screen.</li>
 <li>If it is desired to use a different weighting scheme then the assignment should be moved
        back to Phase 3 and link        &quot;Calculate Final Grades&quot; can be clicked and the new 
        weights entered. After the grades have been re-calcualted the assignment should be moved 
-       to Phase 4 to make the new grades available.
+       to Phase 4 to make the new grades available.</li>
 </ol>
 
 </p>
index 534dda3bb32718f45f1a6316aab48e593c67e4f3..67deeb56825fc24a288c932850ad148fa00e006b 100644 (file)
@@ -6,23 +6,23 @@
        for each element you should
 <ol>
 <li>Enter a Grade by clicking in the appropriate button or selecting an appropriate
-       number from the drop down menu.
+       number from the drop down menu.</li>
        
 <li>Enter an explaination of why you gave that grade in the Feedback box. If
        you feel that the reason is obvious then leave the box empty. Note, however,
        that the teacher may look at your assessment and may well query a grade 
-       if there is no explaination.
+       if there is no explaination.</li>
 </ol>
 
 <p>In other type of asessments, you are asked to determine if various items
        are present or absent, in others you are asked to choose which statement best 
        fits the peice of work. In both of these assignments you can adjust the grade
-       somewhat as you see fit.
+       somewhat as you see fit.</p>
 
 <p>The last box on this form allows you to make a general comment on the 
        work. This should justify your assessment. It should be polite and as far as
        possible constructive. Your assessment will be shown to the student who
-       produced the piece of work.
+       produced the piece of work.</p>
 
 <p>You have a limited period of time, typically half an hour, in which to
        change your mind and alter your grades or comments. Once that period
index 1f370d0a69a51aa208b783c6ff349a34c97256e2..906850187c1ca80bb998d8223d2803e70a69c394 100644 (file)
@@ -9,7 +9,7 @@
        however, can, if desired, grade the student comments. These 
        &quot;grading grades&quot; form the basis of the students' final grades.
        If the teacher does not grade the student assessments then the assignment 
-       does not have any final grades.
+       does not have any final grades.</li>
        
 <li><b>Accumulative grading:</b> This is the default type of grading.
        In this type of assignment the grade of each
@@ -26,7 +26,7 @@
 <li>The DESCRIPTION of the assessment element. This should clearly state what 
        aspect of the assignment is being assessed. If the assessment is qualatative
        it is helpful to give details of what is considered excellent, average 
-       and poor.
+       and poor.</li>
        
 <li>The SCALE of the assessment element. There are a number of prefined
        scales. These range from simple Yes/No scales, through multipoint scales to
@@ -34,7 +34,7 @@
        to fit the number of possible variations for that element. Note that the scale 
        does NOT determine the element's        importance when calculating the overall 
        grade, a two point scale has the same &quot;influence&quot; as a 100 point 
-       scale if the respective elements have the same weight...
+       scale if the respective elements have the same weight...</li>
 
 <li>The WEIGHT of the assessment element. By default the elements are given the same 
        importance when calculating the overall grade of the assignment. This can be
@@ -42,8 +42,8 @@
        the less important elements a weight below one. Changing the weights does NOT 
        effect the maximum grade, that value is fixed by the Maximum Grade parameter
        of the peer assignment. Weights can be assigned negative values, this is an 
-       experimental feature.
-</ol>
+       experimental feature.</li>
+</ol></li>
 
 <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
@@ -57,7 +57,7 @@
        to be non-linear, for example
        the sugested grades may be 90%, 70%, 50%, 40%, 30%, 20%, 10%, 0%, 0%, 0%  for 
        an assignment with 10 items.The assessor can adjust the suggested grade by up 
-       to 20%  either way to give the submission's final grade.
+       to 20%  either way to give the submission's final grade.</li>
        
 <li><b>Criteria Grading:</b> This is simpliest type of assessment to grade (although 
        not necessarily the most straightforward to set up). The submissions are 
        an assignment may be set up with, say, five criteria statements and the assessors
        must then choose one of the five statements for each of their assessments. As with
        the Banded assignment the assessor can adjust the suggested grade by up to 
-       20% to give the final grade.
+       20% to give the final grade.</li>
 
 <li><b>Rubric</b> This is a similar to Criterion Grading except there are multiple
        sets of criteria. Each set covering a particular &quot;Category&quot;, can have 
        up to five statements. The sets are given individual 
        weights and the grade is a weighted combination of the scores from each set. There 
-       is <b>no</b> adjustment option in this assessment type. 
+       is <b>no</b> adjustment option in this assessment type. </li>
 </ol>
 
 </p>
index 3c7d61658ab2f4621e0bcdd113e76ab3ce5f20ea..625273e8949c5b244d5e7cb7182229d4f6637e6b 100644 (file)
@@ -3,7 +3,7 @@
 <p>A peer graded assignment can optionally include the student's own work
        in the set of pieces each student is asked to grade. This will mean that if, say, the
        number of peer assessors is 5, then each student will be asked to grade 6 
-       pieces of work, one of them being their own work.
+       pieces of work, one of them being their own work.</p>
        
 <p>If the number of peer assessors is set to zero and the include self option
        is turned on then the assignment becomes a self-graded assignment. This
index 5e6b100e3b5aefe7dec7694675a5aaee7fc60b13..1e8e307d3e817e7650598422c914901c20f0fffd 100644 (file)
@@ -1,4 +1,4 @@
-<P ALIGN=CENTER><B>Include Teacher's Grade</B></P>
+<p align="center"><b>Include Teacher's Grade</b></p>
 
 <p>This option allows the teacher's assessments of the submissions to be included
        as though they were peer assessments. If this option is set to YES then the teacher's 
index ad9faeb4b6e273dd6d7ae425352035c40bcc4765..9de56e18f5b6c450921f2f0e269e48f576a3f06f 100644 (file)
@@ -1,31 +1,31 @@
 <p>Workshop module</p>
 <ul>
-  <li><a href="help.php?module=workshop&file=graded.html">A Graded Peer Assignment</a>
-  <li><a href="help.php?module=workshop&file=addingacomment.html">Adding a Comment</a>
-  <li><a href="help.php?module=workshop&file=anonymous.html">Anonymous Grading</a>
-  <li><a href="help.php?module=workshop&file=assessmentofexamples.html">Assessment of Teacher's Examples</a>
-  <li><a href="help.php?module=workshop&file=elements.html">Assignment Elements</a>
-  <li><a href="help.php?module=workshop&file=teachersgradings.html">Display of Teacher's Grades</a>
-  <li><a href="help.php?module=workshop&file=editingacomment.html">Editing a Comment</a>
-  <li><a href="help.php?module=workshop&file=grading.html">Grading of Peer Assignments</a>
-  <li><a href="help.php?module=workshop&file=gradingstrategy.html">Grading Strategy</a>
-  <li><a href="help.php?module=workshop&file=gradingsubmissions.html">Grading of Student Submissions</a>
-  <li><a href="help.php?module=workshop&file=gradingassessments.html">Grading the Student Assessments</a>
-  <li><a href="help.php?module=workshop&file=showinggrades.html">Hiding the Display of Grades</a>
-  <li><a href="help.php?module=workshop&file=includeself.html">Including Self in the Assignment</a>
-  <li><a href="help.php?module=workshop&file=managing.html">Managing a Workshop Assignment</a>
-  <li><a href="help.php?module=workshop&file=nassessmentsofstudentsubmissions.html">Number of Assessments of Student submissions</a>
-  <li><a href="help.php?module=workshop&file=nassessmentsofteachersexamples.html">Number of Assessments of Teacher's Examples</a>
-  <li><a href="help.php?module=workshop&file=nelements.html">Number of Comments, Elements, Bands or Criteria</a>
-  <li><a href="help.php?module=workshop&file=numberofassessors.html">Number of Peer Assessors</a>
-  <li><a href="help.php?module=workshop&file=assignmenttype.html">Peer Graded Assignment Type</a>
-  <li><a href="help.php?module=workshop&file=resubmit.html">Resubmitting assignments</a>
-  <li><a href="help.php?module=workshop&file=selfassessment.html">Self Assessment</a>
-  <li><a href="help.php?module=workshop&file=specimen.html">Specimen Assessment Form</a>
-  <li><a href="help.php?module=workshop&file=submissionofexamples.html">Submission of Teacher's Examples</a>
-  <li><a href="help.php?module=workshop&file=breakdownoffinalgrade.html">The Breakdown of the Final Grade</a>
-  <li><a href="help.php?module=workshop&file=calculatingfinalgrade.html">The Calculation of the Final Grade</a>
-  <li><a href="help.php?module=workshop&file=finalgrades.html">The Final Grades</a>
-  <li><a href="help.php?module=workshop&file=ungradedassessments_student.html">UnGraded Assessments (Student Submissions)</a>
-  <li><a href="help.php?module=workshop&file=ungradedassessments_teacher.html">UnGraded Assessments (Teacher Submissions)</a>
+  <li><a href="help.php?module=workshop&file=graded.html">A Graded Peer Assignment</a></li>
+  <li><a href="help.php?module=workshop&file=addingacomment.html">Adding a Comment</a></li>
+  <li><a href="help.php?module=workshop&file=anonymous.html">Anonymous Grading</a></li>
+  <li><a href="help.php?module=workshop&file=assessmentofexamples.html">Assessment of Teacher's Examples</a></li>
+  <li><a href="help.php?module=workshop&file=elements.html">Assignment Elements</a></li>
+  <li><a href="help.php?module=workshop&file=teachersgradings.html">Display of Teacher's Grades</a></li>
+  <li><a href="help.php?module=workshop&file=editingacomment.html">Editing a Comment</a></li>
+  <li><a href="help.php?module=workshop&file=grading.html">Grading of Peer Assignments</a></li>
+  <li><a href="help.php?module=workshop&file=gradingstrategy.html">Grading Strategy</a></li>
+  <li><a href="help.php?module=workshop&file=gradingsubmissions.html">Grading of Student Submissions</a></li>
+  <li><a href="help.php?module=workshop&file=gradingassessments.html">Grading the Student Assessments</a></li>
+  <li><a href="help.php?module=workshop&file=showinggrades.html">Hiding the Display of Grades</a></li>
+  <li><a href="help.php?module=workshop&file=includeself.html">Including Self in the Assignment</a></li>
+  <li><a href="help.php?module=workshop&file=managing.html">Managing a Workshop Assignment</a></li>
+  <li><a href="help.php?module=workshop&file=nassessmentsofstudentsubmissions.html">Number of Assessments of Student submissions</a></li>
+  <li><a href="help.php?module=workshop&file=nassessmentsofteachersexamples.html">Number of Assessments of Teacher's Examples</a></li>
+  <li><a href="help.php?module=workshop&file=nelements.html">Number of Comments, Elements, Bands or Criteria</a></li>
+  <li><a href="help.php?module=workshop&file=numberofassessors.html">Number of Peer Assessors</a></li>
+  <li><a href="help.php?module=workshop&file=assignmenttype.html">Peer Graded Assignment Type</a></li>
+  <li><a href="help.php?module=workshop&file=resubmit.html">Resubmitting assignments</a></li>
+  <li><a href="help.php?module=workshop&file=selfassessment.html">Self Assessment</a></li>
+  <li><a href="help.php?module=workshop&file=specimen.html">Specimen Assessment Form</a></li>
+  <li><a href="help.php?module=workshop&file=submissionofexamples.html">Submission of Teacher's Examples</a></li>
+  <li><a href="help.php?module=workshop&file=breakdownoffinalgrade.html">The Breakdown of the Final Grade</a></li>
+  <li><a href="help.php?module=workshop&file=calculatingfinalgrade.html">The Calculation of the Final Grade</a></li>
+  <li><a href="help.php?module=workshop&file=finalgrades.html">The Final Grades</a></li>
+  <li><a href="help.php?module=workshop&file=ungradedassessments_student.html">UnGraded Assessments (Student Submissions)</a></li>
+  <li><a href="help.php?module=workshop&file=ungradedassessments_teacher.html">UnGraded Assessments (Teacher Submissions)</a></li>
 </ul>
index 5a167267fdb957148aa28b32dd5839b0d51e148d..1e0a02792d7d497a731b2684299956d2d20efe68 100644 (file)
@@ -20,7 +20,7 @@
        of those examples (produced in the next phase).</p>
        
        <p>The submission of example pieces of work by the teacher is optional 
-       and for certain assignments may not be appropriate.</p>
+       and for certain assignments may not be appropriate.</p></li>
        
 <li><p><b>Allow Student Submissions</b> The assignment is now opened 
        to the students. If the teacher has set up example pieces of work, the students 
     the &quot;Set Up&quot; phase (which is allowed) students who submit early 
     will tend to have early submissions to assess and those students who submit 
     late will tend to have late submissions to assess. Adding a &quot;delay&quot; 
-    before peer assessment starts will eleviate that problem to a large extent. 
+    before peer assessment starts will eleviate that problem to a large extent. </p>
        
        <p>When a student submits a piece of work the teacher can, if desired, assess that
        work. This assessment can be incorporated into the student's final grade. These
        assessments can take place in the submission and assessment phases of the
        assignment. Provided the teacher's assessments are made before the calculation 
-    of the final grades they can used in that calculation.</p>
+    of the final grades they can used in that calculation.</p></li>
        
 <li><p><b>Allow Student Submissions and Assessments</b> If the assignment includes 
     peer assessment, students who have submitted work are now shown other students' 
@@ -73,7 +73,7 @@
        was chosen for the assignment. The teacher can, if desired, grade these peer 
        assessments and these scores can be taken forward towards the students' final 
        grades (but that is not really necessary in many cases, see the Calculation of 
-    Final Grades phase).</p>
+    Final Grades phase).</p></li>
 
 <li><p><b>Allow Student Assessments</b> In this phase peer assessments continue but 
     students are not allowed to make any submissions, that includes re-submissions. 
@@ -82,7 +82,7 @@
        
        <p>The teacher can continue, if desired, to grade the peer assessments and 
     these scores can be taken forward towards the students' final grades (but 
-    that is not really necessary in many cases, see the next phase).</p>
+    that is not really necessary in many cases, see the next phase).</p></li>
 
 <li><p><b>Calculation of Final Grades</b> After the deadline has passed, the teacher 
        moves the assignment to the next phase where further assessments 
@@ -99,7 +99,7 @@
        and the student's grading performance. The last can include the mean &quot;grading 
        grade&quot; entered by the teacher against a student's comments. These three 
        components are given weights by the teacher before the calculation of the final 
-       grades takes place.</p>
+       grades takes place.</p></li>
 
 <li><p><b>Display of Final Grades</b> The final phase of the assignment is entered 
        to allow the students to see their final grades. The teacher can, if desired, backtrack 
        of the student submissions. These are listed in order of grade, the top submission
        is first. Here the grade given to the submission is a combination of the teacher's
        grade and the average of the peer grades (if they are available). The weighting
-       used is that given during the previous phase.</p>
+       used is that given during the previous phase.</p></li>
 </ol>
 
 <p>At any phase of the assignment the teacher can open the &quot;Administration&quot;
index 95623d2856ceb282347826a07bfee9a05b15c393..47bd225e005c0c49c78395527cf97886b2b104b6 100644 (file)
@@ -37,7 +37,7 @@
     the &quot;Set Up&quot; phase (which is allowed) students who submit early 
     will tend to have early submissions to assess and those students who submit 
     late will tend to have late submissions to assess. Adding a &quot;delay&quot; 
-    before peer assessment starts will eleviate that problem to a large extent. 
+    before peer assessment starts will eleviate that problem to a large extent. </p>
        
        <p>When a student submits a piece of work the teacher can, if desired, assess that
        work. This assessment can be incorporated into the student's final grade. These
        
        <p>When a student has made an assessment their peer can see that assessment.  The 
        student who submitted the work can comment on the assessment if that option 
-       was chosen for the assignment. </p>
+       was chosen for the assignment. </p></li>
 
 <li><p><b>Allow Student Assessments</b> In this phase peer assessments continue but 
     students are not allowed to make any submissions, that includes re-submissions. 
     Students who have not made a submission are told that submissions are no longer
-    allowed and they are <b>not</b> shown any (peer) submissions to assess.</p>
+    allowed and they are <b>not</b> shown any (peer) submissions to assess.</p></li>
        
 <li><p><b>Display of Final Grades</b> The final phase of the assignment is entered 
        to allow the students to see their final grades in detail. The individual 
@@ -83,7 +83,7 @@
 
 <p>The students (and the teacher) are shown an optional &quot;League Table&quot;
        of the student submissions. These are listed in order of grade, the top submission
-       is first.</p>
+       is first.</p></li>
 </ol>
 
 <p>At any phase of the assignment the teacher can open the 
index 82698ee17cdfd266c21fc8feb8b68106d77422ea..66a551fbba820cb6d9aea8787eaef2227777d55e 100644 (file)
@@ -1,4 +1,4 @@
-<p><img valign="middle" src="<?php echo $CFG->wwwroot?>/mod/workshop/icon.gif">&nbsp;<b>Workshop</b></p>
+<p><img alt valign="middle" src="<?php echo $CFG->wwwroot?>/mod/workshop/icon.gif">&nbsp;<b>Workshop</b></p>
 <ul>
 <p>A Workshop is a peer assessment activity with a huge array of options.
    It allows participants to assess each other's projects, as well as 
index 72d287e7a491ddb1af65e3a9bd5da0485f87c749..197ab0904b0e53ebe084d796cb06595c8a8b5246 100644 (file)
@@ -5,7 +5,7 @@
        gives the number of comments, assessments elements, bands, criteria or
        categories (sets) of criteria in a rubric. Typically an assignment will have
        something between 5 to 15 assessment items, the 
-       actual number depending on the size and complexity of the assignment. 
+       actual number depending on the size and complexity of the assignment. </p>
        
 <p>All assessments have a General Comments field. For a &quot;No 
        Grading&quot; assignment the value given here determines the 
index 70e4cc3d21ef0232e059a007c7e3df2792850e87..3d02a4b49201f5c10aa333f17b8a998b927273ee 100644 (file)
@@ -10,7 +10,7 @@
        of work has had. Thus new submissions from a student are likely to be candidates for peer 
        assessment. However, if a student resubmits a number of pieces of work in quick succession then
        they are all equally likely to be assessed. The assignment does NOT give priority to the newest 
-       submission.
+       submission.</p>
        
 <p>The student's final grade is based on their overall &quot;grading grade&quot;
     and the submission with the highest grade. 
index d640d15f9a7e00de620109b9a90d7ab8a7b797dd..b21cf34b196594a4c66c2fa9bc2289975f9ea4cd 100644 (file)
@@ -3,9 +3,7 @@
 <p>A workshop assignment can optionally include the student's own work
        in the set of pieces each student is asked to assess. This will mean that if, say, the
        number of student pieces of work each student has to assess is set at 5, then 
-       each student will be asked to assess 6 pieces of work, one of them being their own work.
+       each student will be asked to assess 6 pieces of work, one of them being their own work.</p>
        
 <p>If the number of student pieces of work is set to zero and the self assessment option
-       is turned on then the assignment becomes a self-graded assignment. 
-       
-</p>
+       is turned on then the assignment becomes a self-graded assignment. </p>
\ No newline at end of file
index de00bcd272e3d4961fdf0115dfc69974858f4d9a..0e1aec0c7c7de9574eb11269b3bc441cc8c4d0f6 100644 (file)
@@ -5,7 +5,7 @@
        The default value is to show the student whose work is being 
        assessed both the comments and the grades in the peer assessments. This
        may lead to more disputes than when the option is turned on and the 
-       assessments are shown without the grades. 
+       assessments are shown without the grades. </p>
 
 <p>If the option is taken to hide grades in the peer assessments the
        grades are revealed once agreement has been reached. This agreement
index 281fef7d5d841169486a75f5cbfdb85f38334333..9b7cb8eecfeeb3faa59b4e80b1df86de9134fa49 100644 (file)
@@ -1,11 +1,10 @@
-<P ALIGN=CENTER><B>UnGraded Assessments (Student Submissions)</B></P>
+<p align="center"><b>UnGraded Assessments (Student Submissions)</b></p>
 
-<P><B>Assessment of Student Submissions</B> These are the peer assessments
+<p><b>Assessment of Student Submissions</b> These are the peer assessments
        made by students on eachother's work. In general, these assessments do NOT
        have to be graded by the teacher. Provided each of the student submissions is
        assessed about five times, the system can make a reasonable judgement on 
        the inidivual assessment performance of the students. When the number of
        peer assessments is low then the teacher may want to grade these 
        assessments. Any grades given to the assessments can be taken into account
-       when calculating the final grades for the students.
-</OL>
+       when calculating the final grades for the students.</p>
\ No newline at end of file
index d75bd6380613ef2321ee2ee4f55c5236193a19d8..9b11cc723a1dd41e42080138bbf8b4e4f154bb9e 100644 (file)
@@ -1,6 +1,6 @@
-<P ALIGN=CENTER><B>UnGraded Assessments (Teacher Submissions)</B></P>
+<p align="center"><b>UnGraded Assessments (Teacher Submissions)</b></p>
 
-<P><B>Assessments of Teacher Submissions</B> These are assessments of
+<p><b>Assessments of Teacher Submissions</b> These are assessments of
        the example pieces of work which the assignment may require the students 
        to make before they can submit their own work. These assessments should, 
        in general, be graded by the teacher. The assessments will show whether the
@@ -9,10 +9,10 @@
        assignment is necessary. Further, if an assessment is graded the teacher's
        comments are made available to the student. These may provide valuable
        guidance to the student in the preparation of their own piece of work for
-       the assignment. </P>
+       the assignment. </p>
        
-       <P>These assessments do not have to be graded. Leaving a student's
+       <p>These assessments do not have to be graded. Leaving a student's
        assessment of the examples ungraded when NOT stop that student from 
        submitting their own work. It is recommended, however, that all least a 
-       sample of the assessments are graded for the reasons mentioned above.</P>
+       sample of the assessments are graded for the reasons mentioned above.</p>