-<?PHP // $Id$
+<?php // $Id$
// Display the whole course as "topics" made of of modules
// In fact, this is very similar to the "weeks" format, in that
// each "topic" is actually a week. The main difference is that
/// Layout the whole page as three big columns.
- echo "<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\" width="100%">";
+ echo "<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\" width=\"100%\">";
echo "<tr valign=\"top\">\n";
-<?PHP // $Id$
+<?php // $Id$
// admin.php - created with Moodle 1.2 development (2003111400)
-<?PHP // $Id$
+<?php // $Id$
// appointment.php - created with Moodle 1.0.5 dev (2002092300)
-<?PHP // $Id$
+<?php // $Id$
// assignment.php - created with Moodle 1.2 + (2004032100)
-<?PHP
+<?php
#------------------------------------------------------------
$string['modulename'] = "Attendance";
-<?PHP // $Id$
+<?php // $Id$
// auth.php - created with Moodle 1.2 development (2003111400)
$string['auth_dbdescription'] = 'This method uses an external database table to check whether a given username and password is valid. If the account is a new one, then information from other fields may also be copied across into Moodle.';
-$string['auth_dbextrafields'] = 'These fields are optional. You can choose to pre-fill some Moodle user fields with information from the <B>external database fields</B> that you specify here. <P>If you leave these blank, then defaults will be used.<P>In either case, the user will be able to edit all of these fields after they log in.';
+$string['auth_dbextrafields'] = 'These fields are optional. You can choose to pre-fill some Moodle user fields with information from the <b>external database fields</b> that you specify here. <p>If you leave these blank, then defaults will be used.<p>In either case, the user will be able to edit all of these fields after they log in.';
$string['auth_dbfieldpass'] = 'Name of the field containing passwords';
$string['auth_dbfielduser'] = 'Name of the field containing usernames';
$string['auth_dbhost'] = 'The computer hosting the database server.';
$string['auth_ldap_user_attribute'] = 'The attribute used to name/search users. Usually \'cn\'.';
$string['auth_ldap_objectclass'] = 'The filter used to name/search users. Usually you will set it to something like objectClass=posixAccount . Defaults to objectClass=* what will return all objects from LDAP.';
$string['auth_ldap_version'] = 'The version of the LDAP protocol your server is using.';
-$string['auth_ldapdescription'] = 'This method provides authentication against an external LDAP server.\r
- If the given username and password are valid, Moodle creates a new user \r
- entry in its database. This module can read user attributes from LDAP and prefill \r
- wanted fields in Moodle. For following logins only the username and \r
+$string['auth_ldapdescription'] = 'This method provides authentication against an external LDAP server.
+
+ If the given username and password are valid, Moodle creates a new user
+
+ entry in its database. This module can read user attributes from LDAP and prefill
+
+ wanted fields in Moodle. For following logins only the username and
+
password are checked.';
-$string['auth_ldapextrafields'] = 'These fields are optional. You can choose to pre-fill some Moodle user fields with information from the <B>LDAP fields</B> that you specify here. <P>If you leave these fields blank, then nothing will be transferred from LDAP and Moodle defaults will be used instead.<P>In either case, the user will be able to edit all of these fields after they log in.';
+$string['auth_ldapextrafields'] = 'These fields are optional. You can choose to pre-fill some Moodle user fields with information from the <b>LDAP fields</b> that you specify here. <p>If you leave these fields blank, then nothing will be transferred from LDAP and Moodle defaults will be used instead.<p>In either case, the user will be able to edit all of these fields after they log in.';
$string['auth_ldaptitle'] = 'Use an LDAP server';
$string['auth_manualdescription'] = 'This method removes any way for users to create their own accounts. All accounts must be manually created by the admin user.';
$string['auth_manualtitle'] = 'Manual accounts only';
-<?PHP // $Id$
+<?php // $Id$
$string['blockname'] = 'Course List';
$string['allcourses'] = 'Admin user sees all courses';
-<?PHP // $Id$
+<?php // $Id$
$string['blockname'] = 'Course Summary';
$string['siteinfo'] = 'Site Information';
-<?PHP // $Id$
+<?php // $Id$
$string['blockname'] = 'Online Users';
$string['periodnminutes'] = 'last $a minutes';
-<?PHP // $Id$
+<?php // $Id$
$string['blockname'] = 'Section Links';
$string['topics'] = 'Topics';
-<?PHP // $Id$
+<?php // $Id$
$string['blockname'] = 'Social Activities';
?>
-<?PHP // $Id$
+<?php // $Id$
$string['beep'] = 'beep';
$string['chatintro'] = 'Introduction text';
-<?PHP // $Id$
+<?php // $Id$
// choice.php - created with Moodle 1.2 development (2003111400)
-<?PHP // $Id$
+<?php // $Id$
// countries.php - created with Moodle 1.2 development (2003111400)
-<?PHP // $Id$
+<?php // $Id$
// dialogue.php - created with Moodle 1.2 development (2003111400)
$string['deleteafter'] = 'Delete Closed Dialogues after (Days)';
$string['dialogueclosed'] = 'Dialogue Closed';
$string['dialogueintro'] = 'Dialogue Introduction';
-$string['dialoguemail'] = '$a->userfrom has posted a new entry in your\r
-dialogue entry for \'$a->dialogue\'\r
-\r
-You can see it appended to your dialogue entry:\r
-\r
+$string['dialoguemail'] = '$a->userfrom has posted a new entry in your
+
+dialogue entry for \'$a->dialogue\'
+
+
+
+You can see it appended to your dialogue entry:
+
+
+
$a->url';
-$string['dialoguemailhtml'] = '$a->userfrom has posted a new entry in your\r
-dialogue entry for \'<i>$a->dialogue</i>\'<br /><br />\r
+$string['dialoguemailhtml'] = '$a->userfrom has posted a new entry in your
+
+dialogue entry for \'<i>$a->dialogue</i>\'<br /><br />
+
You can see it appended to your <a href=\"$a->url\">dialogue</a>.';
$string['dialoguename'] = 'Dialogue name';
$string['dialogueopened'] = 'Dialogue opened with $a';
Dougiamas</a> who continues to lead the project:</p>
<blockquote>
<p><em>I've been working on it, in some way or other, for several years. It
- started in the 90's when I was webmaster at <a target=_top href="http://www.curtin.edu.au/">Curtin
+ started in the 90's when I was webmaster at <a target="_top" href="http://www.curtin.edu.au/">Curtin
University of Technology</a> and a system administrator of their WebCT installation.
I encountered many frustrations with the WebCT beast and developed an itch
that needed scratching - there had to be a better way (no, not Blackboard
meaningful lowercase English words. If you really need more than one word
then run them together, but keep them short as possible. Use
plural names for arrays of objects.
- <p class="examplecode"><font color="#006600">GOOD: $quiz<br>
- GOOD: $errorstring<br>
-GOOD: $assignments (for an array of objects)<br>
- GOOD: $i (but only in little loops)<br>
+ <p class="examplecode"><font color="#006600">GOOD: $quiz<br />
+ GOOD: $errorstring<br />
+GOOD: $assignments (for an array of objects)<br />
+ GOOD: $i (but only in little loops)<br />
<br />
- BAD: $Quiz <br>
- BAD: $aReallyLongVariableNameWithoutAGoodReason<br>
+ BAD: $Quiz <br />
+ BAD: $aReallyLongVariableNameWithoutAGoodReason<br />
BAD: $error_string</font></p>
</li>
<li class="spaced"><strong>Constants</strong> should always be in upper case,
lowercase words, and start with the name of the module to avoid conflicts between modules.
Words should be separated by underscores. Parameters should always have sensible
defaults if possible. Note there is no space between the function name and
- the following (brackets). <br>
+ the following (brackets). <br />
<p class="examplecode"> <font color="#007700">function </font><font color="#0000BB">forum_set_display_mode</font><font color="#007700">(</font><font color="#0000BB">$mode</font><font color="#007700">=</font><font color="#0000BB">0</font><font color="#007700">)
{<br />
global </font><font color="#0000BB">$USER</font><font color="#007700">,
}</font></p>
</li>
<li class="spaced"><strong>Strings</strong> should be defined using single quotes
- where possible, for increased speed.<br>
+ where possible, for increased speed.<br />
<p class="examplecode"> <font color="#006600">$var = 'some text without any
- variables';<br>
- $var = "with special characters like a new line \n";<br>
- $var = 'a very, very long string with a '.$single.' variable in it';<br>
+ variables';<br />
+ $var = "with special characters like a new line \n";<br />
+ $var = 'a very, very long string with a '.$single.' variable in it';<br />
$var = "some $text with $many variables $within it"; </font></p>
</li>
<li class="spaced"><strong>Comments</strong> should use two or three slashes
if (</font><font color="#0000BB">$rates
</font><font color="#007700">= </font><font color="#0000BB">get_records</font><font color="#007700">(</font><font color="#DD0000">"forum_ratings"</font><font color="#007700">,
</font><font color="#DD0000">"post"</font><font color="#007700">, </font><font color="#0000BB">$postid</font><font color="#007700">))
- {<br>
+ {<br />
</font><font color="#FF8000">//
Process each rating in turn</font><font color="#007700"><br />
foreach
(</font><font color="#0000BB">$rates </font><font color="#007700">as </font><font color="#0000BB">$rate</font><font color="#007700">)
- {</font> <br>
+ {</font> <br />
....etc </p>
</li>
<li class="spaced"><strong>Space</strong> should be used liberally - don't be
afraid to spread things out a little to gain some clarity. Generally, there
should be one space between brackets and normal statements, but no space between
- brackets and variables or functions:<br>
+ brackets and variables or functions:<br />
<p class="examplecode"> <font color="#007700">foreach (</font><font color="#0000BB">$objects
</font><font color="#007700">as </font><font color="#0000BB">$key </font><font color="#007700">=></font><font color="#0000BB">
- $thing</font><font color="#007700">)</font><font color="#006600"> {<br>
+ $thing</font><font color="#007700">)</font><font color="#006600"> {<br />
</font><font color="#007700"> </font><font color="#0000BB">process($thing);</font><font color="#006600">
- <br>
- } <br>
- <br>
+ <br />
+ } <br />
+ <br />
</font><font color="#007700">if (</font><font color="#0000BB">$x </font><font color="#007700">==
</font><font color="#0000BB">$y</font><font color="#007700">)</font><font color="#006600">
- {<br>
+ {<br />
</font><font color="#007700"> </font><font color="#0000BB">$a
- </font><font color="#007700">= </font><font color="#0000BB">$b</font><font color="#007700">;</font><font color="#006600"><br>
+ </font><font color="#007700">= </font><font color="#0000BB">$b</font><font color="#007700">;</font><font color="#006600"><br />
} else if (</font><font color="#0000BB">$x </font><font color="#007700">==
- </font><font color="#0000BB">$z</font><font color="#006600">) {<br>
+ </font><font color="#0000BB">$z</font><font color="#006600">) {<br />
</font><font color="#007700"> </font><font color="#0000BB">$a
- </font><font color="#007700">= </font><font color="#0000BB">$c</font><font color="#007700">;</font><font color="#006600"><br>
- } else {<br>
+ </font><font color="#007700">= </font><font color="#0000BB">$c</font><font color="#007700">;</font><font color="#006600"><br />
+ } else {<br />
</font><font color="#007700"> </font><font color="#0000BB">$a
- </font><font color="#007700">= </font><font color="#0000BB">$d</font><font color="#007700">;</font><font color="#006600"><br>
+ </font><font color="#007700">= </font><font color="#0000BB">$d</font><font color="#007700">;</font><font color="#006600"><br />
} </font></p>
</li>
</ol>
<li class="spaced">Boolean fields should be implemented as small integer fields (eg INT4) containing 0 or 1, to allow for later expansion of values if necessary.</li>
<li class="spaced">Most tables should have a <strong>timemodified</strong> field (INT10) which is updated with a current timestamp obtained with the PHP <strong>time</strong>() function.</li>
</ol>
-<hr>
+<hr />
<p align="CENTER"><font size="1"><a href="." target="_top">Moodle Documentation</a></font></p>
<p align="CENTER"><font size="1">Version: $Id$</font></p>
</body>
<p>Thanks also to <strong>everyone</strong> of you who have
</p>
<ul>
- <li>donated via the <a target=_top href="http://moodle.org/donations">Donations
+ <li>donated via the <a target="_top" href="http://moodle.org/donations">Donations
page</a>,
</li>
- <li>contributed to the <a target=_top href="http://moodle.org/bugs">bug tracker</a>,
+ <li>contributed to the <a target="_top" href="http://moodle.org/bugs">bug tracker</a>,
and
</li>
- <li>participated in the <a target=_top href="http://moodle.org/community">Moodle
+ <li>participated in the <a target="_top" href="http://moodle.org/community">Moodle
Community</a> </li>
</ul>
</blockquote>
over 1000 phrases to translate (plus hundreds of help files!). Many of the languages
have more than one contributor, sometimes working together and sometimes working serially.
</p>
- <p>Maintaining a list of all these wonderful people is too difficult, so please look at the <a target=_top href="http://moodle.org/download/lang/">Language
+ <p>Maintaining a list of all these wonderful people is too difficult, so please look at the <a target="_top" href="http://moodle.org/download/lang/">Language
download page</a> for names and details.</p>
<p>The Translation Coordinator is Koen Roggemans (<a href="mailto:tra%6es%6ca%74%69o%6e%40%6d%6f%6f%64%6c%65.org">translation@moodle.org</a>).</p>
<p> </p>
<ul>
<li><b>standard* and cordoroyblue</b>, by Martin Dougiamas
</li>
- <li><b>oceanblue</b>, by Mitsuhiro Yoshida, <a target=_top href="http://mitstek.com">http://mitstek.com</a>
+ <li><b>oceanblue</b>, by Mitsuhiro Yoshida, <a target="_top" href="http://mitstek.com">http://mitstek.com</a>
</li>
- <li><b>brightretro, cornflower</b>, by Thomas Murdock, <a target=_top href="http://sand-paper.org/">http://sand-paper.org</a>
+ <li><b>brightretro, cornflower</b>, by Thomas Murdock, <a target="_top" href="http://sand-paper.org/">http://sand-paper.org</a>
</li>
- <li><b>garden</b>, by Spiggy, <a target=_top href="http://phpgirl.com">http://phpgirl.com</a> </li>
+ <li><b>garden</b>, by Spiggy, <a target="_top" href="http://phpgirl.com">http://phpgirl.com</a> </li>
<li><strong>formal_white</strong>, by Andrea Bicciolo</li>
</ul>
<p> </p>
<blockquote>
<p>Database abstraction library for MySQL, PostgreSQL, MSSQL, Oracle, Interbase,
Foxpro, Access, ADO, Sybase, DB2 and ODBC.</p>
- <p>Version: 4.50<br>
- Copyright © 2000-2004 John Lim (jlim@natsoft.com.my)<br>
- License: Dual LGPL and BSD-style<br>
- URL: <a href="http://adodb.sourceforge.net" target="newpage">http://adodb.sourceforge.net</a><br>
+ <p>Version: 4.50<br />
+ Copyright © 2000-2004 John Lim (jlim@natsoft.com.my)<br />
+ License: Dual LGPL and BSD-style<br />
+ URL: <a href="http://adodb.sourceforge.net" target="newpage">http://adodb.sourceforge.net</a><br />
</p>
</blockquote>
<p><b>Graph Class</b> - lib/graphlib.php </p>
<blockquote>
<p>Class to draw line, point, bar, and area graphs, including numeric x-axis
and double y-axis.</p>
- <p> Version: 1.6.3 (with modifications)<br>
- Copyright © 2000 Herman Veluwenkamp, hermanV@mindless.com<br>
- License: LGPL<br>
+ <p> Version: 1.6.3 (with modifications)<br />
+ Copyright © 2000 Herman Veluwenkamp, hermanV@mindless.com<br />
+ License: LGPL<br />
</p>
</blockquote>
<p><b>html2text</b> - lib/html2text.php</p>
<blockquote>
<p>PHP script to convert HTML into an approximate text equivalent</p>
- <p> Version: 1.0 (with modifications)<br>
- Copyright © 2002 Mark Wilton-Jones<br>
- License: <a href="http://www.howtocreate.co.uk/jslibs/termsOfUse.html">HowToCreate script license</a> with written permission<br>
- URL: <a href="http://www.howtocreate.co.uk/php/">http://www.howtocreate.co.uk/php/</a><br>
+ <p> Version: 1.0 (with modifications)<br />
+ Copyright © 2002 Mark Wilton-Jones<br />
+ License: <a href="http://www.howtocreate.co.uk/jslibs/termsOfUse.html">HowToCreate script license</a> with written permission<br />
+ URL: <a href="http://www.howtocreate.co.uk/php/">http://www.howtocreate.co.uk/php/</a><br />
</p>
</blockquote>
<p><b>htmlArea</b> - lib/editor</p>
<blockquote>
<p>Javascript/HTML script to put a GUI editor in textareas on Internet Explorer and Mozilla</p>
- <p> Version: 3.0 beta (with modifications)<br>
- Copyright © 2002 <a href="http://interactivetools.com">interactivetools.com</a>, inc.<br>
- License: htmlArea License (based on BSD license)<br>
+ <p> Version: 3.0 beta (with modifications)<br />
+ Copyright © 2002 <a href="http://interactivetools.com">interactivetools.com</a>, inc.<br />
+ License: htmlArea License (based on BSD license)<br />
</p>
</blockquote>
<p><b>IP-Atlas</b> - lib/ipatlas</p>
<blockquote>
- <p>PHP scripts to show the location of an IP address on a map.<br>
- <br>
- Version: 1.0 (with modifications)<br>
- Copyright © 2002 Ivan Kozik<br>
- License: GNU GPL<br>
+ <p>PHP scripts to show the location of an IP address on a map.<br />
+ <br />
+ Version: 1.0 (with modifications)<br />
+ Copyright © 2002 Ivan Kozik<br />
+ License: GNU GPL<br />
URL: <a href="http://www.xpenguin.com/ip-atlas.php" target="newpage">http://www.xpenguin.com/ip-atlas.php</a></p>
</blockquote>
<p><b>kses</b> - lib/kses.php</p>
<blockquote>
<p>HTML/XHTML filter that only allows some elements and attributes</p>
- <p>Version: 0.2.1<br>
+ <p>Version: 0.2.1<br />
Copyright © 2002,2003 Ulf Harnhammar <br />
- License: GNU GPL<br>
+ License: GNU GPL<br />
URL: <a href="http://sourceforge.net/projects/kses" target="newpage">http://sourceforge.net/projects/kses</a>
</p>
</blockquote>
<p><b>mimeTeX</b> - filter/tex</p>
<blockquote>
- <p>Compiled C program to convert TeX into GIFs<br>
- <br>
- Version: 1.4 <br>
- Copyright © 2002-2004 John Forkosh Associates, Inc<br>
- License: GNU GPL<br>
- URL: <a href="http://www.forkosh.com/mimetex.html">http://www.forkosh.com/mimetex.html</a><br>
+ <p>Compiled C program to convert TeX into GIFs<br />
+ <br />
+ Version: 1.4 <br />
+ Copyright © 2002-2004 John Forkosh Associates, Inc<br />
+ License: GNU GPL<br />
+ URL: <a href="http://www.forkosh.com/mimetex.html">http://www.forkosh.com/mimetex.html</a><br />
URL: <a href="http://moodle.org/download/mimetex">http://moodle.org/download/mimetex</a></p>
</blockquote>
<p><b>overlibmws</b> - lib/overlib.js</p>
<blockquote>
- <p>Javascript library to enable DHTML popups, floating windows, events etc<br>
- <br>
- Version: July 2004<br>
- Copyright © 2002-2004 Foteos Macrides<br>
- Copyright © 1998-2004 Erik Bosrup<br>
- License: Artistic Open Source License<br>
- URL: <a href="http://www.macridesweb.com/oltest/">http://www.macridesweb.com/oltest/</a><br>
+ <p>Javascript library to enable DHTML popups, floating windows, events etc<br />
+ <br />
+ Version: July 2004<br />
+ Copyright © 2002-2004 Foteos Macrides<br />
+ Copyright © 1998-2004 Erik Bosrup<br />
+ License: Artistic Open Source License<br />
+ URL: <a href="http://www.macridesweb.com/oltest/">http://www.macridesweb.com/oltest/</a><br />
</blockquote>
<p><b>PclZip</b> - lib/pclzip</p>
<blockquote>
- <p>Class to create, manage and unpack zip files.<br>
- <br>
- Version: 2.0 RC2<br>
- Copyright © 2003 Vincent Blavet <vincent@phpconcept.net><br>
- License: GNU GPL<br>
- URL: <a href="http://www.phpconcept.net" target="newpage">http://www.phpconcept.net</a><br>
+ <p>Class to create, manage and unpack zip files.<br />
+ <br />
+ Version: 2.0 RC2<br />
+ Copyright © 2003 Vincent Blavet <vincent@phpconcept.net><br />
+ License: GNU GPL<br />
+ URL: <a href="http://www.phpconcept.net" target="newpage">http://www.phpconcept.net</a><br />
</p>
</blockquote>
<p><b>PHP mailer</b> - lib/class.phpmailer.php</p>
<blockquote>
<p>Class for sending email using either sendmail, PHP mail(), or SMTP.
- Methods are based upon the standard AspEmail(tm) classes.<br>
- <br>
- Version 1.71,<br>
- Copyright © 2003 Brent R. Matzelle <bmatzelle@yahoo.com><br>
- License: LGPL<br>
- URL: <a href="http://phpmailer.sourceforge.net" target="newpage">http://phpmailer.sourceforge.net</a><br>
+ Methods are based upon the standard AspEmail(tm) classes.<br />
+ <br />
+ Version 1.71,<br />
+ Copyright © 2003 Brent R. Matzelle <bmatzelle@yahoo.com><br />
+ License: LGPL<br />
+ URL: <a href="http://phpmailer.sourceforge.net" target="newpage">http://phpmailer.sourceforge.net</a><br />
</p>
</blockquote>
<p><b>PHP Markdown</b> - lib/markdown.php </p>
<blockquote>
<p>Functions to convert from the Markdown text format into clean XHTML.</p>
- <p> Version: 1.0b9 (with modifications)<br>
- Copyright © 2003-2004 , John Gruber<br>
- Copyright © 2004 , Michel Fortin<br>
- License: LGPL<br>
- URL: <a href="http://www.michelf.com/projects/php-markdown/" target="newpage">http://www.michelf.com/projects/php-markdown/</a><br>
+ <p> Version: 1.0b9 (with modifications)<br />
+ Copyright © 2003-2004 , John Gruber<br />
+ Copyright © 2004 , Michel Fortin<br />
+ License: LGPL<br />
+ 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> - lib/snoopy</p>
<blockquote>
- <p>A PHP net client<br>
- <br>
- Version: 1.0<br>
- Copyright © 1999-2000 Monte Ohrt <monte@ispi.net><br>
- License: GNU LGPL<br>
- URL: <a href="http://snoopy.sourceforge.com">http://snoopy.sourceforge.com</a><br>
+ <p>A PHP net client<br />
+ <br />
+ Version: 1.0<br />
+ Copyright © 1999-2000 Monte Ohrt <monte@ispi.net><br />
+ License: GNU LGPL<br />
+ URL: <a href="http://snoopy.sourceforge.com">http://snoopy.sourceforge.com</a><br />
</p>
</blockquote>
<p><b>Spreadsheet::WriteExcel</b> - lib/excel</p>
<blockquote>
- <p>A library for generating Excel Spreadsheets.<br>
- <br>
- Version: 2002-11-28<br>
- Copyright © 2002 Xavier Noguer <xnoguer@rezebra.com><br>
- License: GNU LGPL<br>
- URL: <a href="http://jeffn.users.phpclasses.org/browse.html/package/767.html" target="newpage">http://jeffn.users.phpclasses.org/browse.html/package/767.html</a><br>
+ <p>A library for generating Excel Spreadsheets.<br />
+ <br />
+ Version: 2002-11-28<br />
+ Copyright © 2002 Xavier Noguer <xnoguer@rezebra.com><br />
+ License: GNU LGPL<br />
+ URL: <a href="http://jeffn.users.phpclasses.org/browse.html/package/767.html" target="newpage">http://jeffn.users.phpclasses.org/browse.html/package/767.html</a><br />
</p>
</blockquote>
<p><b>SMTP class </b>- lib/class.smtp.php</p>
<blockquote>
<p>Class that can be used to connect and communicate with any SMTP
- server. <br>
- It implements all the SMTP functions defined in RFC821 except TURN.<br>
- <br>
- Version: 03/26/2001 <br>
+ server. <br />
+ It implements all the SMTP functions defined in RFC821 except TURN.<br />
+ <br />
+ Version: 03/26/2001 <br />
Copyright © 2001 Chris Ryan <chris@greatbridge.com></p>
- <p><br>
+ <p><br />
</p>
</blockquote>
</blockquote>
<ol>
<li><a href="#1">Joining the project as a developer</a></li>
<li><a href="#2">CVS Modules</a> </li>
- <li><a href="#3">Basic CVS Commands</a> <br>
- 3.1. <a href="#3.1">CVS on Unix</a> <br>
+ <li><a href="#3">Basic CVS Commands</a> <br />
+ 3.1. <a href="#3.1">CVS on Unix</a> <br />
3.2. <a href="#3.2">CVS on Windows</a></li>
- <li> <a href="#4">Working with Branches</a><br>
- 4.1. <a href="#4.1">Trunk development</a><br>
- 4.2. <a href="#4.2">Stable branches for each release</a><br>
+ <li> <a href="#4">Working with Branches</a><br />
+ 4.1. <a href="#4.1">Trunk development</a><br />
+ 4.2. <a href="#4.2">Stable branches for each release</a><br />
4.3. <a href="#4.3">Feature branches for large changes</a> </li>
</ol>
<p> </p>
<pre> :ext:<font color="#990000">myusername</font>@cvs.sourceforge.net:/cvsroot/moodle</pre>
</li>
<li>Under the "Module" field, type "<strong>moodle</strong>" to get the latest development version of Moodle, "<strong>contrib</strong>" to get the contributions directory, or "<strong>mysql</strong>" to get the MySQL Admin module.</li>
- <li>Press the button: "<strong>OK</strong>" and everything should be downloaded.<br>
+ <li>Press the button: "<strong>OK</strong>" and everything should be downloaded.<br />
</li>
</ol>
</ol>
<ol>
<ol>
<li> Right-mouse-click on your Moodle folder (or any file) and select "<strong>CVS Update</strong>". </li>
- <li>Sit back and watch the logs scroll by. Take note of conflicts that may occur if your local code has changes that conflict with the incoming versions - you will need to edit these files and resolve the conflicts manually. <br>
+ <li>Sit back and watch the logs scroll by. Take note of conflicts that may occur if your local code has changes that conflict with the incoming versions - you will need to edit these files and resolve the conflicts manually. <br />
</li>
</ol>
</ol>
<ol>
<li> Right-mouse-click on your Moodle folder (or any file) and select "<strong>CVS Commit...</strong>".</li>
<li>In the dialog box, type a clear description of the changes you are committing.</li>
- <li>Click "OK". Your changes will be sent to the server.<br>
+ <li>Click "OK". Your changes will be sent to the server.<br />
</li>
</ol>
</ol>
<p>Periodically, bug fixes in the STABLE branch should be merged into the trunk so that they become available in future versions of Moodle. A floating tag called MOODLE_XX_MERGED will be maintained to keep track of the last merge. The procedure for such a merge is as follows:</p>
<ol>
<ol>
- <li>Get out the very latest trunk version.<br>
- <br>
+ <li>Get out the very latest trunk version.<br />
+ <br />
<div class="commandline">cvs update -dPA</div>
</li>
- <li>Merge everything on the branch since the last merge, into your trunk version<br><br>
+ <li>Merge everything on the branch since the last merge, into your trunk version<br /><br />
<div class="commandline">cvs update -kk -j MOODLE_13_MERGED -j MOODLE_13_STABLE</div>
</li>
<li>Carefully watch the update logs for conflicts, and fix every file that you see with a conflict</li>
- <li>Check the merged copy back into CVS trunk version<br>
- <br>
+ <li>Check the merged copy back into CVS trunk version<br />
+ <br />
<div class="commandline">cvs commit</div>
</li>
- <li>Go back to the branch version<br><br>
+ <li>Go back to the branch version<br /><br />
<div class="commandline">cvs update -dPr MOODLE_13_STABLE</div>
</li>
- <li>Update the floating merge tag so that this process can be repeated next time<br><br>
+ <li>Update the floating merge tag so that this process can be repeated next time<br /><br />
<div class="commandline">cvs tag -RF MOODLE_13_MERGED</div>
</li>
</ol>
</ol>
- <p><br>
+ <p><br />
Finally, the values for <em>$version</em> in all the Moodle version.php files within the stable branch should not be updated at all if possible (except the last digit if necessary). The reason is that someone updating from a very stable version to the next very stable version could miss database upgrades that happened on the trunk. </p>
</blockquote>
<p> </p>
<ol>
<li>Discuss with other developers to make sure it's necessary!</li>
<li>Make a new tag on the <strong>trunk</strong> (for all of moodle) called <strong>MOODLE_XX_WIDGET_PRE</strong>
- <br><br>
+ <br /><br />
<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>
+ <br /><br />
<div class="commandline">cvs tag -Rb <span class="style1">MOODLE_XX_WIDGET</span></strong></div></li>
<li>Work in that branch until the feature is reasonably stable. Commit as necessary.
- <br><br>
+ <br /><br />
<div class="commandline">cvs commit</div></li>
<li>When ready, merge the whole branch into the trunk, fix conflicts, commit it to the trunk and then abandon the branch.
- <br>
- <br>
+ <br />
+ <br />
<div class="commandline">
<strong>cvs update -dPA</strong><br />
<strong>cvs update -kk -j <span class="style1">MOODLE_XX_WIDGET</span></strong><br />
<p>From a system administrator's perspective, Moodle has been designed according
to the following criteria:</p>
<ol>
- <li><strong>Moodle should run on the widest variety of platforms</strong><br>
- <br>
+ <li><strong>Moodle should run on the widest variety of platforms</strong><br />
+ <br />
The web application platform that runs on most platforms is PHP combined
with MySQL, and this is the environment that Moodle has been developed in
(on Linux, Windows, and Mac OS X). Moodle also uses the ADOdb library for
database abstraction, which means Moodle can use <a href="http://php.weblogs.com/ADOdb_manual#drivers">more
than ten different brands of database</a> (unfortunately, though, it can
not yet <em><strong>set up tables</strong></em> in all these databases -
- more on this later). <br>
- <br>
+ more on this later). <br />
+ <br />
</li>
- <li><strong>Moodle should be easy to install, learn and modify</strong><br>
- <br>
- Early prototypes of Moodle (1999) were built using <a target=_top href="http://www.zope.org/">Zope</a>
+ <li><strong>Moodle should be easy to install, learn and modify</strong><br />
+ <br />
+ Early prototypes of Moodle (1999) were built using <a target="_top" href="http://www.zope.org/">Zope</a>
- an advanced object-oriented web application server. Unfortunately I found
that although the technology was pretty cool, it had a very steep learning
curve and was not very flexible in terms of system administration. The PHP
by libraries of clearly-named functions and consistent layout of script
files. PHP is also easy to install (binaries are available for every platform)
and is widely available to the point that most web hosting services provide
- it as standard.<br>
- <br>
+ it as standard.<br />
+ <br />
</li>
- <li><strong>It should be easy to upgrade from one version to the next</strong><br>
- <br>
+ <li><strong>It should be easy to upgrade from one version to the next</strong><br />
+ <br />
Moodle knows what version it is (as well as the versions of all plug-in
modules) and a mechanism has been built-in so that Moodle can properly upgrade
itself to new versions (for example it can rename database tables or add
new fields). If using CVS in Unix for example, one can just do a "cvs
- update -d" and then visit the site home page to complete an upgrade.<br>
- <br>
+ update -d" and then visit the site home page to complete an upgrade.<br />
+ <br />
</li>
- <li><strong>It should be modular to allow for growth</strong><br>
- <br>
+ <li><strong>It should be modular to allow for growth</strong><br />
+ <br />
Moodle has a number of features that are modular, including themes, activities,
interface languages, database schemas and course formats. This allows anyone
to add features to the main codebase or to even distribute them separately.
- More on this below in the next section.<br>
- <br>
+ More on this below in the next section.<br />
+ <br />
</li>
- <li><strong>It should be able to be used in conjunction with other systems</strong><br>
- <br>
+ <li><strong>It should be able to be used in conjunction with other systems</strong><br />
+ <br />
One thing Moodle does is keep all files for one course within a single,
normal directory on the server. This would allow a system administrator
to provide seamless forms of file-level access for each teacher, such as
<li>widget_user_outline() - given an instance, return a summary of a
user's contribution</li>
<li>widget_user_complete() - given an instance, print details of a user's
- contribution<br>
+ contribution<br />
</li>
<li>To avoid possible conflict, any module functions should be named
starting with widget_ and any constants you define should start with
the themes for this will be a completely different format, but the advantage
will be a much higher possible degree of customisation (including moving
elements around the page).</p>
- <p>More discussion about this in the <a target=_top href="http://moodle.org/mod/forum/view.php?id=46">Themes
+ <p>More discussion about this in the <a target="_top" href="http://moodle.org/mod/forum/view.php?id=46">Themes
forum on Using Moodle</a>. If you create a nice theme that you think others
- might want to use, please post your zip file on the themes forum!<br>
+ might want to use, please post your zip file on the themes forum!<br />
</p>
</blockquote>
<h3><a name="languages" id="languages"></a>Languages</h3>
<li>quiz.php - strings for quiz module</li>
<li>resource.php - strings for resource module</li>
<li>survey.php - strings for survey module</li>
- <li>.... plus other modules if any.<br>
- <br>
+ <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
supports variable substitution, to support variable ordering in different
- languages.<em><br>
- <br>
+ languages.<em><br />
+ <br />
</em>eg $strdueby = get_string("assignmentdueby", "assignment",
- userdate($date)); <br>
- <br>
+ userdate($date)); <br />
+ <br />
If a string doesn't exist in a particular language, then the equivalent
in English will automatically be used instead.</li>
</ul>
<p>Note that you can edit languages online, using the administration web tools
under "Check this language". This makes it easy to not to only
create new languages but to refine existing ones. If you are starting a
- new language, please contact me, <a target=_top href="http://dougiamas.com/">Martin
+ new language, please contact me, <a target="_top" href="http://dougiamas.com/">Martin
Dougiamas</a>. </p>
- <p>You might also like to post in the <a target=_top href="http://moodle.org/mod/forum/view.php?id=43">Languages
+ <p>You might also like to post in the <a target="_top" href="http://moodle.org/mod/forum/view.php?id=43">Languages
forum on Using Moodle</a>. </p>
<p>If you are maintaining a language an ongoing basis, I can give you <a href="?file=cvs.html">CVS
write access to the Moodle source code</a> so that you can directly maintain
<blockquote>
<p>If you feel like writing a tutorial, an article, an academic paper or anything
else about Moodle, please do! </p>
- <p>Put it on the web and make sure you include links to <a target=_top href="http://moodle.org/">http://moodle.org/</a></p>
+ <p>Put it on the web and make sure you include links to <a target="_top" href="http://moodle.org/">http://moodle.org/</a></p>
</blockquote>
<p> </p>
<h3><a name="bugs" id="bugs"></a>Participating in the bug tracker</h3>
<blockquote>
<p>Finally, I would like to invite you to register on the "bug tracker"
- at <a target=_top href="http://moodle.org/bugs/">http://moodle.org/bugs</a>
+ at <a target="_top" href="http://moodle.org/bugs/">http://moodle.org/bugs</a>
so you can file any bugs that you find and perhaps participate in discussing
and fixing them. </p>
<p>"Bugs" not only includes software bugs with current versions
<blockquote>
<blockquote>
<blockquote>
- <p align="center">Thanks for using Moodle!<br>
- <br>
- <a target=_top href="http://dougiamas.com/">Martin Dougiamas</a>, Lead
+ <p align="center">Thanks for using Moodle!<br />
+ <br />
+ <a target="_top" href="http://dougiamas.com/">Martin Dougiamas</a>, Lead
Developer </p>
</blockquote>
</blockquote>
- files\easyphp\www\moodle\config.php on line 94 <br>
+ files\easyphp\www\moodle\config.php on line 94 <br />
-<p class="answercode">magic_quotes_gpc = On<br>
+<p class="answercode">magic_quotes_gpc = On<br />
-<table class=generalbox cellspacing=0 cellpadding=5 align=center border=0>
+<table class="generalbox" cellspacing="0" cellpadding="5" align="center" border="0">
<p class="answer">
-<hr>
+<hr />
-<hr>
+<hr />
<blockquote>
<p>As Moodle gains in maturity, its directions are increasingly influenced by
the community of developers and users. A dynamic database of proposed features
- and their status can be found at <a target=_top href="http://moodle.org/bugs/">moodle.org/bugs</a>.
+ and their status can be found at <a target="_top" href="http://moodle.org/bugs/">moodle.org/bugs</a>.
Your <a href="?file=credits.html">contributions</a> in the form of ideas, code,
feedback and promotion are all very welcome - see the <a href="?file=developer.html">Developers
manual</a> for more details. You can also pay to have certain features developed sooner- see <a href="http://moodle.com/development/" target="_top">moodle.com/development</a> for information and a quote. </p>
<p>To run the installer script (install.php), just try to access your Moodle main URL using a web browser, or access <strong>http://yourserver/install.php</strong> directly. </p>
<p>(The Installer will try to set a session cookie. If you get a popup warning in your browser make sure you accept that cookie!) </p>
<p>Moodle will detect that configuration is necessary and will lead you through some screens to help you create a new configuration file called <strong>config.php. </strong>At the end of the process Moodle will try and write the file into the right location, otherwise you can press a button to download it from the installer and then upload config.php into the main Moodle directory on the server. </p>
- <p>Along the way the installer will test your server environment and give you suggestions about how to fix any problems. For most common issues these suggestions should be sufficient, but if you get stuck, look below for more information about some of common things that might be holding you up. <br>
+ <p>Along the way the installer will test your server environment and give you suggestions about how to fix any problems. For most common issues these suggestions should be sufficient, but if you get stuck, look below for more information about some of common things that might be holding you up. <br />
</p>
</blockquote>
<blockquote>
it config.php</li>
<li> Edit config.php using a text editor (Notepad will do, just be careful
that it doesn't add unwanted spaces at the end). </li>
- <li>Put in all your new database info:<br>
- $CFG->dbtype = 'mysql';<br>
- $CFG->dbhost = 'localhost';<br>
- $CFG->dbname = 'moodle';<br>
- $CFG->dbuser = 'root'; <br>
- $CFG->dbpass = '';<br>
- $CFG->dbpersist = true;<br>
+ <li>Put in all your new database info:<br />
+ $CFG->dbtype = 'mysql';<br />
+ $CFG->dbhost = 'localhost';<br />
+ $CFG->dbname = 'moodle';<br />
+ $CFG->dbuser = 'root'; <br />
+ $CFG->dbpass = '';<br />
+ $CFG->dbpersist = true;<br />
$CFG->prefix = 'mdl_';</li>
- <li>And put in all your file paths:<br>
+ <li>And put in all your file paths:<br />
$CFG->wwwroot = 'http://localhost/moodle'; // Use an external address
- if you know it. <br>
- $CFG->dirroot = 'C:\Program Files\EasyPHP\www\moodle'; <br>
+ if you know it. <br />
+ $CFG->dirroot = 'C:\Program Files\EasyPHP\www\moodle'; <br />
$CFG->dataroot = 'C:\moodledata';</li>
<li>Save config.php - you can ignore the other settings if there are any.</li>
<li>You're nearly there now! The rest of the setup is all web-based. Visit
an online course. Anyone who uses Moodle is a Moodler.</p>
<p>Come <a href="http://moodle.org/community/" target="_top">moodle with us</a>!</p>
</blockquote>
-<p><br>
+<p><br />
</p>
<p align="CENTER"><font size="1"><a href="." target="_top">Moodle Documentation</a></font></p>
<p align="CENTER"><font size="1">Version: $Id$</font></p>
<h1>Copyright License for Moodle</h1>
<blockquote>
- <p>The name <strong>Moodle™</strong> is a registered trademark of The Moodle Trust.<br>
- You have permission to use this name for any activity related to the <br>
+ <p>The name <strong>Moodle™</strong> is a registered trademark of The Moodle Trust.<br />
+ You have permission to use this name for any activity related to the <br />
Moodle software described below.</p>
<p>Moodle software is Copyright © 1999-2004, <a href="http://dougiamas.com/">Martin
Dougiamas</a>.</p>
- <p>This program is free software; you can redistribute it and/or modify<br>
- it under the terms of the GNU General Public License as published by<br>
- the Free Software Foundation; either version 2 of the License, or<br>
+ <p>This program is free software; you can redistribute it and/or modify<br />
+ it under the terms of the GNU General Public License as published by<br />
+ the Free Software Foundation; either version 2 of the License, or<br />
(at your option) any later version.</p>
- <p>This program is distributed in the hope that it will be useful,<br>
- but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the<br>
- GNU General Public License for more details (attached below).<br>
+ <p>This program is distributed in the hope that it will be useful,<br />
+ but WITHOUT ANY WARRANTY; without even the implied warranty of<br />
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the<br />
+ GNU General Public License for more details (attached below).<br />
</p>
<hr width="100%" size="2">
- <br>
+ <br />
- <pre> GNU GENERAL PUBLIC LICENSE<br> Version 2, June 1991<br><br> Copyright (C) 1989, 1991 Free Software Foundation, Inc.<br> 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA<br> Everyone is permitted to copy and distribute verbatim copies<br> of this license document, but changing it is not allowed.<br><br> Preamble<br><br> The licenses for most software are designed to take away your<br>freedom to share and change it. By contrast, the GNU General Public<br>License is intended to guarantee your freedom to share and change free<br>software--to make sure the software is free for all its users. This<br>General Public License applies to most of the Free Software<br>Foundation's software and to any other program whose authors commit to<br>using it. (Some other Free Software Foundation software is covered by<br>the GNU Library General Public License instead.) You can apply it to<br>your programs, too.<br><br> When we speak of free software, we are referring to freedom, not<br>price. Our General Public Licenses are designed to make sure that you<br>have the freedom to distribute copies of free software (and charge for<br>this service if you wish), that you receive source code or can get it<br>if you want it, that you can change the software or use pieces of it<br>in new free programs; and that you know you can do these things.<br><br> To protect your rights, we need to make restrictions that forbid<br>anyone to deny you these rights or to ask you to surrender the rights.<br>These restrictions translate to certain responsibilities for you if you<br>distribute copies of the software, or if you modify it.<br><br> For example, if you distribute copies of such a program, whether<br>gratis or for a fee, you must give the recipients all the rights that<br>you have. You must make sure that they, too, receive or can get the<br>source code. And you must show them these terms so they know their<br>rights.<br><br> We protect your rights with two steps: (1) copyright the software, and<br>(2) offer you this license which gives you legal permission to copy,<br>distribute and/or modify the software.<br><br> Also, for each author's protection and ours, we want to make certain<br>that everyone understands that there is no warranty for this free<br>software. If the software is modified by someone else and passed on, we<br>want its recipients to know that what they have is not the original, so<br>that any problems introduced by others will not reflect on the original<br>authors' reputations.<br><br> Finally, any free program is threatened constantly by software<br>patents. We wish to avoid the danger that redistributors of a free<br>program will individually obtain patent licenses, in effect making the<br>program proprietary. To prevent this, we have made it clear that any<br>patent must be licensed for everyone's free use or not licensed at all.<br><br> The precise terms and conditions for copying, distribution and<br>modification follow.<br>\f<br> GNU GENERAL PUBLIC LICENSE<br> TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION<br><br> 0. This License applies to any program or other work which contains<br>a notice placed by the copyright holder saying it may be distributed<br>under the terms of this General Public License. The "Program", below,<br>refers to any such program or work, and a "work based on the Program"<br>means either the Program or any derivative work under copyright law:<br>that is to say, a work containing the Program or a portion of it,<br>either verbatim or with modifications and/or translated into another<br>language. (Hereinafter, translation is included without limitation in<br>the term "modification".) Each licensee is addressed as "you".<br><br>Activities other than copying, distribution and modification are not<br>covered by this License; they are outside its scope. The act of<br>running the Program is not restricted, and the output from the Program<br>is covered only if its contents constitute a work based on the<br>Program (independent of having been made by running the Program).<br>Whether that is true depends on what the Program does.<br><br> 1. You may copy and distribute verbatim copies of the Program's<br>source code as you receive it, in any medium, provided that you<br>conspicuously and appropriately publish on each copy an appropriate<br>copyright notice and disclaimer of warranty; keep intact all the<br>notices that refer to this License and to the absence of any warranty;<br>and give any other recipients of the Program a copy of this License<br>along with the Program.<br><br>You may charge a fee for the physical act of transferring a copy, and<br>you may at your option offer warranty protection in exchange for a fee.<br><br> 2. You may modify your copy or copies of the Program or any portion<br>of it, thus forming a work based on the Program, and copy and<br>distribute such modifications or work under the terms of Section 1<br>above, provided that you also meet all of these conditions:<br><br> a) You must cause the modified files to carry prominent notices<br> stating that you changed the files and the date of any change.<br><br> b) You must cause any work that you distribute or publish, that in<br> whole or in part contains or is derived from the Program or any<br> part thereof, to be licensed as a whole at no charge to all third<br> parties under the terms of this License.<br><br> c) If the modified program normally reads commands interactively<br> when run, you must cause it, when started running for such<br> interactive use in the most ordinary way, to print or display an<br> announcement including an appropriate copyright notice and a<br> notice that there is no warranty (or else, saying that you provide<br> a warranty) and that users may redistribute the program under<br> these conditions, and telling the user how to view a copy of this<br> License. (Exception: if the Program itself is interactive but<br> does not normally print such an announcement, your work based on<br> the Program is not required to print an announcement.)<br>\f<br>These requirements apply to the modified work as a whole. If<br>identifiable sections of that work are not derived from the Program,<br>and can be reasonably considered independent and separate works in<br>themselves, then this License, and its terms, do not apply to those<br>sections when you distribute them as separate works. But when you<br>distribute the same sections as part of a whole which is a work based<br>on the Program, the distribution of the whole must be on the terms of<br>this License, whose permissions for other licensees extend to the<br>entire whole, and thus to each and every part regardless of who wrote it.<br><br>Thus, it is not the intent of this section to claim rights or contest<br>your rights to work written entirely by you; rather, the intent is to<br>exercise the right to control the distribution of derivative or<br>collective works based on the Program.<br><br>In addition, mere aggregation of another work not based on the Program<br>with the Program (or with a work based on the Program) on a volume of<br>a storage or distribution medium does not bring the other work under<br>the scope of this License.<br><br> 3. You may copy and distribute the Program (or a work based on it,<br>under Section 2) in object code or executable form under the terms of<br>Sections 1 and 2 above provided that you also do one of the following:<br><br> a) Accompany it with the complete corresponding machine-readable<br> source code, which must be distributed under the terms of Sections<br> 1 and 2 above on a medium customarily used for software interchange; or,<br><br> b) Accompany it with a written offer, valid for at least three<br> years, to give any third party, for a charge no more than your<br> cost of physically performing source distribution, a complete<br> machine-readable copy of the corresponding source code, to be<br> distributed under the terms of Sections 1 and 2 above on a medium<br> customarily used for software interchange; or,<br><br> c) Accompany it with the information you received as to the offer<br> to distribute corresponding source code. (This alternative is<br> allowed only for noncommercial distribution and only if you<br> received the program in object code or executable form with such<br> an offer, in accord with Subsection b above.)<br><br>The source code for a work means the preferred form of the work for<br>making modifications to it. For an executable work, complete source<br>code means all the source code for all modules it contains, plus any<br>associated interface definition files, plus the scripts used to<br>control compilation and installation of the executable. However, as a<br>special exception, the source code distributed need not include<br>anything that is normally distributed (in either source or binary<br>form) with the major components (compiler, kernel, and so on) of the<br>operating system on which the executable runs, unless that component<br>itself accompanies the executable.<br><br>If distribution of executable or object code is made by offering<br>access to copy from a designated place, then offering equivalent<br>access to copy the source code from the same place counts as<br>distribution of the source code, even though third parties are not<br>compelled to copy the source along with the object code.<br>\f<br> 4. You may not copy, modify, sublicense, or distribute the Program<br>except as expressly provided under this License. Any attempt<br>otherwise to copy, modify, sublicense or distribute the Program is<br>void, and will automatically terminate your rights under this License.<br>However, parties who have received copies, or rights, from you under<br>this License will not have their licenses terminated so long as such<br>parties remain in full compliance.<br><br> 5. You are not required to accept this License, since you have not<br>signed it. However, nothing else grants you permission to modify or<br>distribute the Program or its derivative works. These actions are<br>prohibited by law if you do not accept this License. Therefore, by<br>modifying or distributing the Program (or any work based on the<br>Program), you indicate your acceptance of this License to do so, and<br>all its terms and conditions for copying, distributing or modifying<br>the Program or works based on it.<br><br> 6. Each time you redistribute the Program (or any work based on the<br>Program), the recipient automatically receives a license from the<br>original licensor to copy, distribute or modify the Program subject to<br>these terms and conditions. You may not impose any further<br>restrictions on the recipients' exercise of the rights granted herein.<br>You are not responsible for enforcing compliance by third parties to<br>this License.<br><br> 7. If, as a consequence of a court judgment or allegation of patent<br>infringement or for any other reason (not limited to patent issues),<br>conditions are imposed on you (whether by court order, agreement or<br>otherwise) that contradict the conditions of this License, they do not<br>excuse you from the conditions of this License. If you cannot<br>distribute so as to satisfy simultaneously your obligations under this<br>License and any other pertinent obligations, then as a consequence you<br>may not distribute the Program at all. For example, if a patent<br>license would not permit royalty-free redistribution of the Program by<br>all those who receive copies directly or indirectly through you, then<br>the only way you could satisfy both it and this License would be to<br>refrain entirely from distribution of the Program.<br><br>If any portion of this section is held invalid or unenforceable under<br>any particular circumstance, the balance of the section is intended to<br>apply and the section as a whole is intended to apply in other<br>circumstances.<br><br>It is not the purpose of this section to induce you to infringe any<br>patents or other property right claims or to contest validity of any<br>such claims; this section has the sole purpose of protecting the<br>integrity of the free software distribution system, which is<br>implemented by public license practices. Many people have made<br>generous contributions to the wide range of software distributed<br>through that system in reliance on consistent application of that<br>system; it is up to the author/donor to decide if he or she is willing<br>to distribute software through any other system and a licensee cannot<br>impose that choice.<br><br>This section is intended to make thoroughly clear what is believed to<br>be a consequence of the rest of this License.<br>\f<br> 8. If the distribution and/or use of the Program is restricted in<br>certain countries either by patents or by copyrighted interfaces, the<br>original copyright holder who places the Program under this License<br>may add an explicit geographical distribution limitation excluding<br>those countries, so that distribution is permitted only in or among<br>countries not thus excluded. In such case, this License incorporates<br>the limitation as if written in the body of this License.<br><br> 9. The Free Software Foundation may publish revised and/or new versions<br>of the General Public License from time to time. Such new versions will<br>be similar in spirit to the present version, but may differ in detail to<br>address new problems or concerns.<br><br>Each version is given a distinguishing version number. If the Program<br>specifies a version number of this License which applies to it and "any<br>later version", you have the option of following the terms and conditions<br>either of that version or of any later version published by the Free<br>Software Foundation. If the Program does not specify a version number of<br>this License, you may choose any version ever published by the Free Software<br>Foundation.<br><br> 10. If you wish to incorporate parts of the Program into other free<br>programs whose distribution conditions are different, write to the author<br>to ask for permission. For software which is copyrighted by the Free<br>Software Foundation, write to the Free Software Foundation; we sometimes<br>make exceptions for this. Our decision will be guided by the two goals<br>of preserving the free status of all derivatives of our free software and<br>of promoting the sharing and reuse of software generally.<br><br> NO WARRANTY<br><br> 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY<br>FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN<br>OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES<br>PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED<br>OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF<br>MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS<br>TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE<br>PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,<br>REPAIR OR CORRECTION.<br><br> 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING<br>WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR<br>REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,<br>INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING<br>OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED<br>TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY<br>YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER<br>PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE<br>POSSIBILITY OF SUCH DAMAGES.<br><br> END OF TERMS AND CONDITIONS<br></pre>
+ <pre> GNU GENERAL PUBLIC LICENSE<br /> Version 2, June 1991<br /><br /> Copyright (C) 1989, 1991 Free Software Foundation, Inc.<br /> 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA<br /> Everyone is permitted to copy and distribute verbatim copies<br /> of this license document, but changing it is not allowed.<br /><br /> Preamble<br /><br /> The licenses for most software are designed to take away your<br />freedom to share and change it. By contrast, the GNU General Public<br />License is intended to guarantee your freedom to share and change free<br />software--to make sure the software is free for all its users. This<br />General Public License applies to most of the Free Software<br />Foundation's software and to any other program whose authors commit to<br />using it. (Some other Free Software Foundation software is covered by<br />the GNU Library General Public License instead.) You can apply it to<br />your programs, too.<br /><br /> When we speak of free software, we are referring to freedom, not<br />price. Our General Public Licenses are designed to make sure that you<br />have the freedom to distribute copies of free software (and charge for<br />this service if you wish), that you receive source code or can get it<br />if you want it, that you can change the software or use pieces of it<br />in new free programs; and that you know you can do these things.<br /><br /> To protect your rights, we need to make restrictions that forbid<br />anyone to deny you these rights or to ask you to surrender the rights.<br />These restrictions translate to certain responsibilities for you if you<br />distribute copies of the software, or if you modify it.<br /><br /> For example, if you distribute copies of such a program, whether<br />gratis or for a fee, you must give the recipients all the rights that<br />you have. You must make sure that they, too, receive or can get the<br />source code. And you must show them these terms so they know their<br />rights.<br /><br /> We protect your rights with two steps: (1) copyright the software, and<br />(2) offer you this license which gives you legal permission to copy,<br />distribute and/or modify the software.<br /><br /> Also, for each author's protection and ours, we want to make certain<br />that everyone understands that there is no warranty for this free<br />software. If the software is modified by someone else and passed on, we<br />want its recipients to know that what they have is not the original, so<br />that any problems introduced by others will not reflect on the original<br />authors' reputations.<br /><br /> Finally, any free program is threatened constantly by software<br />patents. We wish to avoid the danger that redistributors of a free<br />program will individually obtain patent licenses, in effect making the<br />program proprietary. To prevent this, we have made it clear that any<br />patent must be licensed for everyone's free use or not licensed at all.<br /><br /> The precise terms and conditions for copying, distribution and<br />modification follow.<br />\f<br /> GNU GENERAL PUBLIC LICENSE<br /> TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION<br /><br /> 0. This License applies to any program or other work which contains<br />a notice placed by the copyright holder saying it may be distributed<br />under the terms of this General Public License. The "Program", below,<br />refers to any such program or work, and a "work based on the Program"<br />means either the Program or any derivative work under copyright law:<br />that is to say, a work containing the Program or a portion of it,<br />either verbatim or with modifications and/or translated into another<br />language. (Hereinafter, translation is included without limitation in<br />the term "modification".) Each licensee is addressed as "you".<br /><br />Activities other than copying, distribution and modification are not<br />covered by this License; they are outside its scope. The act of<br />running the Program is not restricted, and the output from the Program<br />is covered only if its contents constitute a work based on the<br />Program (independent of having been made by running the Program).<br />Whether that is true depends on what the Program does.<br /><br /> 1. You may copy and distribute verbatim copies of the Program's<br />source code as you receive it, in any medium, provided that you<br />conspicuously and appropriately publish on each copy an appropriate<br />copyright notice and disclaimer of warranty; keep intact all the<br />notices that refer to this License and to the absence of any warranty;<br />and give any other recipients of the Program a copy of this License<br />along with the Program.<br /><br />You may charge a fee for the physical act of transferring a copy, and<br />you may at your option offer warranty protection in exchange for a fee.<br /><br /> 2. You may modify your copy or copies of the Program or any portion<br />of it, thus forming a work based on the Program, and copy and<br />distribute such modifications or work under the terms of Section 1<br />above, provided that you also meet all of these conditions:<br /><br /> a) You must cause the modified files to carry prominent notices<br /> stating that you changed the files and the date of any change.<br /><br /> b) You must cause any work that you distribute or publish, that in<br /> whole or in part contains or is derived from the Program or any<br /> part thereof, to be licensed as a whole at no charge to all third<br /> parties under the terms of this License.<br /><br /> c) If the modified program normally reads commands interactively<br /> when run, you must cause it, when started running for such<br /> interactive use in the most ordinary way, to print or display an<br /> announcement including an appropriate copyright notice and a<br /> notice that there is no warranty (or else, saying that you provide<br /> a warranty) and that users may redistribute the program under<br /> these conditions, and telling the user how to view a copy of this<br /> License. (Exception: if the Program itself is interactive but<br /> does not normally print such an announcement, your work based on<br /> the Program is not required to print an announcement.)<br />\f<br />These requirements apply to the modified work as a whole. If<br />identifiable sections of that work are not derived from the Program,<br />and can be reasonably considered independent and separate works in<br />themselves, then this License, and its terms, do not apply to those<br />sections when you distribute them as separate works. But when you<br />distribute the same sections as part of a whole which is a work based<br />on the Program, the distribution of the whole must be on the terms of<br />this License, whose permissions for other licensees extend to the<br />entire whole, and thus to each and every part regardless of who wrote it.<br /><br />Thus, it is not the intent of this section to claim rights or contest<br />your rights to work written entirely by you; rather, the intent is to<br />exercise the right to control the distribution of derivative or<br />collective works based on the Program.<br /><br />In addition, mere aggregation of another work not based on the Program<br />with the Program (or with a work based on the Program) on a volume of<br />a storage or distribution medium does not bring the other work under<br />the scope of this License.<br /><br /> 3. You may copy and distribute the Program (or a work based on it,<br />under Section 2) in object code or executable form under the terms of<br />Sections 1 and 2 above provided that you also do one of the following:<br /><br /> a) Accompany it with the complete corresponding machine-readable<br /> source code, which must be distributed under the terms of Sections<br /> 1 and 2 above on a medium customarily used for software interchange; or,<br /><br /> b) Accompany it with a written offer, valid for at least three<br /> years, to give any third party, for a charge no more than your<br /> cost of physically performing source distribution, a complete<br /> machine-readable copy of the corresponding source code, to be<br /> distributed under the terms of Sections 1 and 2 above on a medium<br /> customarily used for software interchange; or,<br /><br /> c) Accompany it with the information you received as to the offer<br /> to distribute corresponding source code. (This alternative is<br /> allowed only for noncommercial distribution and only if you<br /> received the program in object code or executable form with such<br /> an offer, in accord with Subsection b above.)<br /><br />The source code for a work means the preferred form of the work for<br />making modifications to it. For an executable work, complete source<br />code means all the source code for all modules it contains, plus any<br />associated interface definition files, plus the scripts used to<br />control compilation and installation of the executable. However, as a<br />special exception, the source code distributed need not include<br />anything that is normally distributed (in either source or binary<br />form) with the major components (compiler, kernel, and so on) of the<br />operating system on which the executable runs, unless that component<br />itself accompanies the executable.<br /><br />If distribution of executable or object code is made by offering<br />access to copy from a designated place, then offering equivalent<br />access to copy the source code from the same place counts as<br />distribution of the source code, even though third parties are not<br />compelled to copy the source along with the object code.<br />\f<br /> 4. You may not copy, modify, sublicense, or distribute the Program<br />except as expressly provided under this License. Any attempt<br />otherwise to copy, modify, sublicense or distribute the Program is<br />void, and will automatically terminate your rights under this License.<br />However, parties who have received copies, or rights, from you under<br />this License will not have their licenses terminated so long as such<br />parties remain in full compliance.<br /><br /> 5. You are not required to accept this License, since you have not<br />signed it. However, nothing else grants you permission to modify or<br />distribute the Program or its derivative works. These actions are<br />prohibited by law if you do not accept this License. Therefore, by<br />modifying or distributing the Program (or any work based on the<br />Program), you indicate your acceptance of this License to do so, and<br />all its terms and conditions for copying, distributing or modifying<br />the Program or works based on it.<br /><br /> 6. Each time you redistribute the Program (or any work based on the<br />Program), the recipient automatically receives a license from the<br />original licensor to copy, distribute or modify the Program subject to<br />these terms and conditions. You may not impose any further<br />restrictions on the recipients' exercise of the rights granted herein.<br />You are not responsible for enforcing compliance by third parties to<br />this License.<br /><br /> 7. If, as a consequence of a court judgment or allegation of patent<br />infringement or for any other reason (not limited to patent issues),<br />conditions are imposed on you (whether by court order, agreement or<br />otherwise) that contradict the conditions of this License, they do not<br />excuse you from the conditions of this License. If you cannot<br />distribute so as to satisfy simultaneously your obligations under this<br />License and any other pertinent obligations, then as a consequence you<br />may not distribute the Program at all. For example, if a patent<br />license would not permit royalty-free redistribution of the Program by<br />all those who receive copies directly or indirectly through you, then<br />the only way you could satisfy both it and this License would be to<br />refrain entirely from distribution of the Program.<br /><br />If any portion of this section is held invalid or unenforceable under<br />any particular circumstance, the balance of the section is intended to<br />apply and the section as a whole is intended to apply in other<br />circumstances.<br /><br />It is not the purpose of this section to induce you to infringe any<br />patents or other property right claims or to contest validity of any<br />such claims; this section has the sole purpose of protecting the<br />integrity of the free software distribution system, which is<br />implemented by public license practices. Many people have made<br />generous contributions to the wide range of software distributed<br />through that system in reliance on consistent application of that<br />system; it is up to the author/donor to decide if he or she is willing<br />to distribute software through any other system and a licensee cannot<br />impose that choice.<br /><br />This section is intended to make thoroughly clear what is believed to<br />be a consequence of the rest of this License.<br />\f<br /> 8. If the distribution and/or use of the Program is restricted in<br />certain countries either by patents or by copyrighted interfaces, the<br />original copyright holder who places the Program under this License<br />may add an explicit geographical distribution limitation excluding<br />those countries, so that distribution is permitted only in or among<br />countries not thus excluded. In such case, this License incorporates<br />the limitation as if written in the body of this License.<br /><br /> 9. The Free Software Foundation may publish revised and/or new versions<br />of the General Public License from time to time. Such new versions will<br />be similar in spirit to the present version, but may differ in detail to<br />address new problems or concerns.<br /><br />Each version is given a distinguishing version number. If the Program<br />specifies a version number of this License which applies to it and "any<br />later version", you have the option of following the terms and conditions<br />either of that version or of any later version published by the Free<br />Software Foundation. If the Program does not specify a version number of<br />this License, you may choose any version ever published by the Free Software<br />Foundation.<br /><br /> 10. If you wish to incorporate parts of the Program into other free<br />programs whose distribution conditions are different, write to the author<br />to ask for permission. For software which is copyrighted by the Free<br />Software Foundation, write to the Free Software Foundation; we sometimes<br />make exceptions for this. Our decision will be guided by the two goals<br />of preserving the free status of all derivatives of our free software and<br />of promoting the sharing and reuse of software generally.<br /><br /> NO WARRANTY<br /><br /> 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY<br />FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN<br />OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES<br />PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED<br />OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF<br />MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS<br />TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE<br />PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,<br />REPAIR OR CORRECTION.<br /><br /> 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING<br />WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR<br />REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,<br />INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING<br />OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED<br />TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY<br />YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER<br />PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE<br />POSSIBILITY OF SUCH DAMAGES.<br /><br /> END OF TERMS AND CONDITIONS<br /></pre>
</blockquote>
<p class="normaltext"><a href="http://moodle.org/docs/">User-contributed documentation</a>
- this page lists documentation contributed by Moodle users</p>
<p align="center" class="normaltext"> </p>
-<hr>
+<hr />
<p align="center"><font size="1"><a href="." target="_top">Moodle Documentation</a></font></p>
<p align="center"><font size="1">Version: $Id$</font></p>
<blockquote>
<p>The design and development of Moodle is guided by a particular philosophy of learning, a way of thinking that you may see referred to in shorthand as a "<em>social constructionist pedagogy</em>". (Some of you scientists may already be thinking "soft education mumbo jumbo" and reaching for your mouse, but please read on - this is useful for every subject area!)</p>
<p>This page tries to explain in simple terms what that phrase means by unpacking <strong>four main concepts</strong> behind it. Note that each of these is summarising one view of an immense amount of diverse research so these definitions may seem thin if you have read about these before.</p>
- <p>If these concepts are completely new to you then it is likely that these ideas will be hard to understand at first - all I can recommend is that you read it carefully, while thinking about your own experiences of trying to learn something.<br>
+ <p>If these concepts are completely new to you then it is likely that these ideas will be hard to understand at first - all I can recommend is that you read it carefully, while thinking about your own experiences of trying to learn something.<br />
</p>
<h3>1. Constructivism</h3>
<blockquote>
<p>This point of view maintains that people actively <strong>construct</strong> new knowledge as they interact with their environment. </p>
<p>Everything you read, see, hear, feel, and touch is tested against your prior knowledge and if it is viable within your mental world, may form new knowledge you carry with you. Knowledge is strengthened if you can use it successfully in your wider environment. You are not just a memory bank passively absorbing information, nor can knowledge be "transmitted" to you just by reading something or listening to someone.</p>
- <p>This is not to say you can't learn anything from reading a web page or watching a lecture, obviously you can, it's just pointing out that there is more interpretation going on than a transfer of information from one brain to another.<br>
+ <p>This is not to say you can't learn anything from reading a web page or watching a lecture, obviously you can, it's just pointing out that there is more interpretation going on than a transfer of information from one brain to another.<br />
</p>
</blockquote>
<h3>2. Constructionism</h3>
<blockquote>
<p>Constructionism asserts that learning is particularly effective when constructing something for others to experience. This can be anything from a spoken sentence or an internet posting, to more complex artifacts like a painting, a house or a software package.</p>
- <p>For example, you might read this page several times and still forget it by tomorrow - but if you were to try and explain these ideas to someone else in your own words, or produce a slideshow that explained these concepts, then I can guarantee you'd have a better understanding that is more integrated into your own ideas. This is why people take notes during lectures, even if they never read the notes again.<br>
+ <p>For example, you might read this page several times and still forget it by tomorrow - but if you were to try and explain these ideas to someone else in your own words, or produce a slideshow that explained these concepts, then I can guarantee you'd have a better understanding that is more integrated into your own ideas. This is why people take notes during lectures, even if they never read the notes again.<br />
</p>
</blockquote>
<h3>3. Social Constructivism</h3>
<blockquote>
<p>This extends the above ideas into a social group constructing things for one another, collaboratively creating a small culture of shared artifacts with shared meanings. When one is immersed within a culture like this, one is learning all the time about how to be a part of that culture, on many levels.</p>
- <p>A very simple example is an object like a cup. The object can be used for many things, but its shape does suggest some "knowledge" about carrying liquids. A more complex example is an online course - not only do the "shapes" of the software tools indicate certain things about the way online courses should work, but the activities and texts produced within the group as a whole will help shape how each person behaves within that group.<br>
+ <p>A very simple example is an object like a cup. The object can be used for many things, but its shape does suggest some "knowledge" about carrying liquids. A more complex example is an online course - not only do the "shapes" of the software tools indicate certain things about the way online courses should work, but the activities and texts produced within the group as a whole will help shape how each person behaves within that group.<br />
</p>
</blockquote>
<h3>4. Connected and Separate</h3>
<p>This idea looks deeper into the motivations of individuals within a discussion. <strong>Separate</strong> behaviour is when someone tries to remain 'objective' and 'factual', and tends to defend their own ideas using logic to find holes in their opponent's ideas. <strong>Connected</strong> behaviour is a more empathic approach that accepts subjectivity, trying to listen and ask questions in an effort to understand the other point of view. <strong>Constructed</strong> behaviour is when a person is sensitive to both of these approaches and is able to choose either of them as appropriate to the current situation.</p>
<p>In general, a healthy amount of connected behaviour within a learning community is a very powerful stimulant for learning, not only bringing people closer together but promoting deeper reflection and re-examination of their existing beliefs.</p>
</blockquote>
- <hr>
+ <hr />
<p>Once you are thinking about all these issues, it helps you to focus on the experiences that would be best for learning from the learner's point of view, rather than just publishing and assessing the information you think they need to know. It can also help you realise how each participant in a course can be a teacher as well as a learner. Your job as a 'teacher' can change from being 'the source of knowledge' to being an influencer and role model of class culture, connecting with students in a personal way that addresses their own learning needs, and moderating discussions and activities in a way that collectively leads students towards the learning goals of the class.</p>
<p>Obviously Moodle doesn't force this style of behaviour, but this is what it is best at supporting. In future, as the technical infrastructure of Moodle stabilises, further improvements in pedagogical support will be a major direction for Moodle development.</p>
</blockquote>
-<hr>
+<hr />
<p align="CENTER"><font size="1"><a href="." target="_top">Moodle Documentation</a></font></p>
<p align="CENTER"><font size="1">Version: $Id$</font></p>
</body>
</dd>
</dl>
</ul>
-<hr>
+<hr />
<h3> New in Moodle 1.1.1 (10 September, 2003):</h3>
<ul>
<dl>
</dd>
</dl>
</ul>
-<hr>
+<hr />
</dl>
<dd> </dd>
</ul>
-<hr>
+<hr />
<h3> New in Moodle 1.0.9 (29th May, 2003) :</h3>
<ul>
</dd>
</dl>
</ul>
-<hr>
+<hr />
<p>Older releases can be seen in the <a href="http://moodle.org/mod/forum/view.php?f=1">Moodle.org announcement forum</a>.
page on which you can view each file (and how late or early it is), and then
record a grade and a comment. Half an hour after you grade any particular
student, Moodle will automatically email that student a notification. </dd>
- <br>
- <br>
+ <br />
+ <br />
<dt><strong>Choice</strong></dt>
<dd>A choice activity is very simple - you ask a question and specify a choice
of responses. Students can make their choice, and you have a report screen
where you can see the results. I use it to gather research consent from
my students, but you could use it for quick polls or class votes.</dd>
- <br>
- <br>
+ <br />
+ <br />
<dt><strong>Forum</strong></dt>
<dd>This module is by far the most important - it is here that discussion
takes place. When you add a new forum, yu will presented with a choice of
different types - a simple single-topic discussion, a free-for-all general
forum, or a one-discussion-thread-per-user.</dd>
- <br>
- <br>
+ <br />
+ <br />
<dt><strong>Journal</strong></dt>
<dd>Each journal activity is an entry in the whole course journal. For each
one you can specify an open-ended question that guides what students write,
will receive an automatic email informing them of your feedback. Journals
are not designed to be continually added to - if you need to do that then
add more journal activities.</dd>
- <br>
- <br>
+ <br />
+ <br />
<dt><strong>Resource</strong></dt>
<dd>Resources are the content of your course. Each resource can be any file
you have uploaded or can point to using a URL. You can also maintain simple
text-based pages by typing them directly into a form.</dd>
- <br>
- <br>
+ <br />
+ <br />
<dt><strong>Quiz</strong></dt>
<dd>This module allows you to design and set quiz tests, consisting of multiple
choice, true-false, and short answer questions. These questions are kept
courses. Quizzes can allow multiple attempts. Each attempt is automatically
marked, and the teacher can choose whether to give feedback or to show correct
answers. This module includes grading facilities. </dd>
- <br>
- <br>
+ <br />
+ <br />
<dt><strong>Survey</strong></dt>
<dd>The survey module provides a number of predefined survey instruments that
are useful in evaluating and understanding your class. Currently they include
in the course as a diagnostic tool and at the end of the course as an evaluation
tool (I use one every week in my courses).</dd>
</dl>
- <br>
+ <br />
<p>After adding your activities you can move them up and down in your course
layout by clicking on the little arrow icons (<img src="../pix/t/up.gif" width="9" height="10">
<img src="../pix/t/down.gif" width="9" height="10">) next to each one. You
local site administrator.</p>
<p>If you have some great ideas for improvements to Moodle, or even some good
stories, come over to <a href="http://moodle.org/" target="_top">moodle.org</a>
- and join us in the course called "<a href="http://moodle.org/course/view.php?id=5" target=_top >Using
+ and join us in the course called "<a href="http://moodle.org/course/view.php?id=5" target="_top" >Using
Moodle</a>". We'd love to hear from you, and you can help Moodle improve.</p>
<p>If you want to contribute to coding new modules, or writing documentation,
or papers, contact me: <a href="http://moodle.org/user/view.php?id=1&course=1" target="_top">Martin
Dougiamas</a> or browse the "bug tracker" site for Moodle, at <a href="http://moodle.org/bugs/" target="_top">moodle.org/bugs</a></p>
<p>Finally, remember to use the help icons - here is an <a target="helpwindow" href="../help.php?file=index.html">index of all the help files in Moodle</a>.</p>
<p align="center">Thanks for using Moodle - and good luck with your teaching!</p>
- <hr>
+ <hr />
<p> </p>
</blockquote>
<p align="CENTER"><font size="1"><a href="." target="_top">Moodle Documentation</a></font></p>
<li><strong>help</strong>: containing the context-sensitive help files that pop-up when you click the help icons throughout Moodle
-</li><li><strong>docs</strong>: containing the basic documentation pages (such as this one!)<br>
+</li><li><strong>docs</strong>: containing the basic documentation pages (such as this one!)<br />
</li>
</ul>
in the lang directory using the 2-letter code for your language. You
can find these standard codes in lib/languages.php. If you are making a
local variation of another language use the code of that language with
-an underscore and a meaningful two letter extension (e.g. <span style="font-style: italic;">pt </span>for Portuguese and <span style="font-style: italic;">pt_br</span> for Brasilian variation of the Portuguese language pack). If you are making a Unicode version add <span style="font-weight: bold;">_utf8</span> at the end (eg <span style="font-style: italic;">sr_utf8</span>).<br>
+an underscore and a meaningful two letter extension (e.g. <span style="font-style: italic;">pt </span>for Portuguese and <span style="font-style: italic;">pt_br</span> for Brasilian variation of the Portuguese language pack). If you are making a Unicode version add <span style="font-weight: bold;">_utf8</span> at the end (eg <span style="font-style: italic;">sr_utf8</span>).<br />
</p>
<p style="margin-left: 40px;">Next, copy the moodle.php from another
language into your new directory. The one from the "en" folder is
usually best but it doesn't really matter as you are going to rewrite
-it anyway.<br>
+it anyway.<br />
</p>
-<h3 style="margin-left: 40px;">Making small customisations<br>
+<h3 style="margin-left: 40px;">Making small customisations<br />
</h3>
-<p style="margin-left: 80px;">If you just want to change a few things in the interface to suit your own site better, <span style="font-weight: bold;">don't start editing one of the standard language packs</span>. If you do then your changes will be overwritten next time you upgrade to a new Moodle.<br>
+<p style="margin-left: 80px;">If you just want to change a few things in the interface to suit your own site better, <span style="font-weight: bold;">don't start editing one of the standard language packs</span>. If you do then your changes will be overwritten next time you upgrade to a new Moodle.<br />
</p>
<p style="margin-left: 80px;">Instead, use the instructions above for
making a brand new language pack, and set the parent language (in
example, a good name for a local english version would be "<span style="font-style: italic;">en_local</span>", and the parent language would be "<span style="font-style: italic;">en</span>" or "<span style="font-style: italic;">en_us</span>".</p>
<p style="margin-left: 80px;">Note that for everyone on your site to
see this new pack you have to select it as the site language and
-restrict the available languages on <span style="font-weight: bold;">Admin >> Configuration >> Variables</span>.<br>
-<br>
+restrict the available languages on <span style="font-weight: bold;">Admin >> Configuration >> Variables</span>.<br />
+<br />
</p>
-<h3 style="margin-left: 40px;">Translating the Moodle interface language files (the "string" files)<br>
+<h3 style="margin-left: 40px;">Translating the Moodle interface language files (the "string" files)<br />
</h3>
<li>It's OK to leave strings empty - Moodle will simply use the
parent language for that string instead. You can define the parent
language in moodle.php, otherwise English is always used by default. </li>
- <li>A quick way to see all the missing strings is by using the button to "Check for missing strings".<br>
- <br>
+ <li>A quick way to see all the missing strings is by using the button to "Check for missing strings".<br />
+ <br />
</li>
<p style="margin-left: 40px;">Sharing your translation with Moodle will
ensure that you help other people who speak your language.
-Your interface language will be available in future versions of Moodle.<br>
+Your interface language will be available in future versions of Moodle.<br />
</p>
-<p style="margin-left: 40px;">Simply archive your whole new language directory as a <span style="font-weight: bold;">zip</span> file and email it to <a href="mailto:tra%6es%6ca%74%69o%6e%40%6d%6f%6f%64%6c%65.org">translation@moodle.org</a>.<br>
+<p style="margin-left: 40px;">Simply archive your whole new language directory as a <span style="font-weight: bold;">zip</span> file and email it to <a href="mailto:tra%6es%6ca%74%69o%6e%40%6d%6f%6f%64%6c%65.org">translation@moodle.org</a>.<br />
</p>
-<p style="margin-left: 40px;">We will get back to you with further details.<br>
+<p style="margin-left: 40px;">We will get back to you with further details.<br />
</p>
<p> </p>
-<h2>Maintenance of a standard language pack<br>
+<h2>Maintenance of a standard language pack<br />
</h2>
</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>. This helps to keep your
-translation as close to the English text as possible.<br>
+translation as close to the English text as possible.<br />
</p>
-<p style="margin-left: 40px;"><br>
+<p style="margin-left: 40px;"><br />
</p>
<p align="CENTER"><font size="1"><a href="." target="_top">Moodle Documentation</a></font></p>
<blockquote>
<p>Make a separate copy of these files before the upgrade, so that you can
retrieve your config.php and any modules you have added like themes, languages
- etc<strong><br>
+ etc<strong><br />
</strong></p>
</blockquote>
<p><strong>2. Your data directory.</strong></p>
<p>This is where uploaded content resides (such as course resources and
student assignments) so it is very important to have a backup of these
files anyway. Sometimes upgrades may move or rename directories within
- your data directory.<strong><br>
+ your data directory.<strong><br />
</strong></p>
</blockquote>
<p><strong>3. Your database</strong></p>
way it to rename the current Moodle directory to something else, then unpack
the new Moodle archive into the old location.</p>
<blockquote>
- <p><font face="Courier New, Courier, mono">mv moodle moodle.backup<br>
+ <p><font face="Courier New, Courier, mono">mv moodle moodle.backup<br />
tar xvzf moodle-1.1.tgz</font></p>
</blockquote>
<p>Next, copy across your config.php and any other plugins such as custom
themes:</p>
<blockquote>
- <p><font face="Courier New, Courier, mono">cp moodle.backup/config.php moodle<br>
+ <p><font face="Courier New, Courier, mono">cp moodle.backup/config.php moodle<br />
cp -pr moodle.backup/theme/mytheme moodle/theme/mytheme</font></p>
</blockquote>
</blockquote>
<h3 class="sectionheading">3. Finishing the upgrade</h3>
<blockquote>
<p>The last step is to trigger the upgrade processes within Moodle.</p>
- <p>To do this just visit <a target=_top href="../admin/index.php">the admin page of your
+ <p>To do this just visit <a target="_top" href="../admin/index.php">the admin page of your
installation</a>.</p>
<blockquote>
<p><font face="Courier New, Courier, mono">http://example.com/moodle/admin</font></p>
<p> </p>
<p> Assuming all goes well (no error messages) then you can start using your new
version of Moodle and enjoy the new features!</p>
- <p>If you have trouble with the upgrade, visit <a target=_top href="http://moodle.org/">moodle.org</a>
- and post on the <a target=_top href="http://moodle.org/mod/forum/view.php?id=28">Installation
+ <p>If you have trouble with the upgrade, visit <a target="_top" href="http://moodle.org/">moodle.org</a>
+ and post on the <a target="_top" href="http://moodle.org/mod/forum/view.php?id=28">Installation
Support Forum</a> in the Using Moodle course.</p>
</blockquote>
<p> </p>
-<?PHP // $Id$
+<?php // $Id$
// editor.php - created with Moodle 1.2 (2004032000)
-<?PHP // $Id$
+<?php // $Id$
$string['enrolname'] = 'External Database';
-<?PHP // $Id$
+<?php // $Id$
$string['enrolname'] = 'Flat file';
-<?PHP // $Id$
+<?php // $Id$
$string['enrolname'] = 'Internal Enrolment';
-<?PHP // $Id$
+<?php // $Id$
$string['enrolname'] = 'Paypal';
$string['description'] = 'The Paypal module allows you to set up paid courses. If the cost for any course is zero, then students are not asked to pay for entry. There is a site-wide cost that you set here as a default for the whole site and then a course setting that you can set for each course individually. The course cost overrides the site cost.';
-<?PHP // $Id$
+<?php // $Id$
// error.php - created with Moodle 1.2 development (2003122600)
$string['coursegroupunknown'] = 'Course corresponding to group $a not specified';
-<?PHP // $Id$
+<?php // $Id$
// exercise.php - created with Moodle 1.2 development (2003111400)
$string['absent'] = "Absent";
-<?PHP // $Id$
+<?php // $Id$
// forum.php - created with Moodle 1.2 development (2003111400)
$string['openmode2'] = 'Discussions and replies are allowed';
$string['parent'] = 'Show parent';
$string['parentofthispost'] = 'Parent of this post';
-$string['postadded'] = 'Your post was successfully added.<P>You have $a to edit it if you want to make any changes.';
+$string['postadded'] = 'Your post was successfully added.<p>You have $a to edit it if you want to make any changes.';
$string['postincontext'] = 'See this post in context';
$string['postmailinfo'] = 'This is a copy of a message posted on the $a website.
-<?PHP // $Id$
+<?php // $Id$
// glossary.php - created with Moodle 1.2 development (2003111400)
$string['entryishidden'] = '(this entry is currently hidden)';
$string['entryleveldefaultsettings'] = 'Entry Level Default Settings';
$string['entryusedynalink'] = 'This entry should be automatically linked';
-$string['explainaddentry'] = 'Add a new entry to the current glossary.<br>Concept and definition are mandatory fields.';
+$string['explainaddentry'] = 'Add a new entry to the current glossary.<br />Concept and definition are mandatory fields.';
$string['explainall'] = 'Shows ALL entries on one page';
$string['explainalphabet'] = 'Browse the glossary using this index';
-$string['explainexport'] = 'A file has been generated.<br>Download it and keep it safe. You can import it anytime you wish in this or other course.';
+$string['explainexport'] = 'A file has been generated.<br />Download it and keep it safe. You can import it anytime you wish in this or other course.';
$string['explainimport'] = 'You must specify the file to import and define the criteria of the process.<p>Submit your request and review the results.';
$string['explainspecial'] = 'Shows entries that do not begin with a letter';
$string['exportedentry'] = 'Exported entry';
-<P ALIGN=CENTER><B>Assignment Type</B></P>
+<p align="center"><b>Assignment Type</b></p>
-<P>There are different types of assignments</P>
+<p>There are different types of assignments</p>
-<P><B>Offline activity</B> - this is useful when the assignment is performed outside
+<p><b>Offline activity</b> - this is useful when the assignment is performed outside
of Moodle. Students can see a description of the assignment, but can't upload files or anything.
Teachers can grade all students though, and students will see notifications of their grades.
-<P><B>Upload a single file</B> - this type of assignment allows all students to upload a
+<p><b>Upload a single file</b> - this type of assignment allows all students to upload a
single file, of any type. This might be a Word processor document, or an image, a
zipped web site, or anything you ask them to submit. Teachers can grade submitted
assignments online.
-<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/assignment/icon.gif"> <B>Assignments</B></P>
-<UL>
-<P>Assignments allow the teacher to specify a task that requires students
+<p><img valign="absmiddle" SRC="<?php echo $CFG->wwwroot?>/mod/assignment/icon.gif"> <b>Assignments</b></p>
+<ul>
+<p>Assignments allow the teacher to specify a task that requires students
to prepare digital content (any format) and submit it by uploading it
to the server. Typical assignments include essays, projects, reports
- and so on. This module includes grading facilities.</P>
-</UL>
+ and so on. This module includes grading facilities.</p>
+</ul>
-<P ALIGN=CENTER><B>Resubmitting assignments</B></P>
+<p align="center"><b>Resubmitting assignments</b></p>
-<P>By default, students cannot resubmit assignments once the teacher has graded them</P>
+<p>By default, students cannot resubmit assignments once the teacher has graded them</p>
-<P>If you turn this option on, then students will be allowed to resubmit assignments
+<p>If you turn this option on, then students will be allowed to resubmit assignments
after they have been graded (for you to re-grade). This may be useful if the
- teacher wants to encourage students to do better work in an iterative process.</P>
+ teacher wants to encourage students to do better work in an iterative process.</p>
-<P>Obviously, this option is not relevant for offline assignments.</P>
+<p>Obviously, this option is not relevant for offline assignments.</p>
-<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/chat/icon.gif"> <B>Chats</B></P>
-<UL>
-<P>The Chat module allows participants to have a real-time synchronous
+<p><img valign="absmiddle" SRC="<?php echo $CFG->wwwroot?>/mod/chat/icon.gif"> <b>Chats</b></p>
+<ul>
+<p>The Chat module allows participants to have a real-time synchronous
discussion via the web. This is a useful way to get a different
understanding of each other and the topic being discussed - the mode
of using a chat room is quite different from the asynchronous forums.
The Chat module contains a number of features for managing and
- reviewing chat discussions.</P>
-</UL>
+ reviewing chat discussions.</p>
+</ul>
-<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/choice/icon.gif"> <B>Choices</B></P>
-<UL>
-<P>A choice activity is very simple - the teacher asks a question and specifies a
+<p><img valign="absmiddle" SRC="<?php echo $CFG->wwwroot?>/mod/choice/icon.gif"> <b>Choices</b></p>
+<ul>
+<p>A choice activity is very simple - the teacher asks a question and specifies a
choice of multiple responses. It can be useful as a quick poll to
stimulate thinking about a topic; to allow the class to vote on
a direction for the course; or to gather research consent.
-</UL>
+</ul>
-<P ALIGN=CENTER><B>Choice options</B></P>
+<p align="center"><b>Choice options</b></p>
-<P>Here is where you specify the options that participants
+<p>Here is where you specify the options that participants
have to choose from.
-<P>You can fill in any number of these: it's OK to leave some blank
+<p>You can fill in any number of these: it's OK to leave some blank
if you don't need the full 6 options.
<p align="center"><b>Restrict times</b></p>
-<P>This setting allows you to define a time window within which
+<p>This setting allows you to define a time window within which
participants are allowed to make a choice.</p>
<p>To set an open-ended close date just set the time very far in the future.</p>
<p align="center"><b>Course availability</b></p>
-<P>This option allows you to "hide" your course
+<p>This option allows you to "hide" your course
completely.</p>
<p>It will not appear on any course listings, except to
-<P ALIGN=CENTER><B>Course Categories</B></P>
+<p align="center"><b>Course Categories</b></p>
-<P>Your Moodle administrator may have set up several
+<p>Your Moodle administrator may have set up several
course categories.
-<P>For example, "Science", "Humanities", "Public Health" etc
+<p>For example, "Science", "Humanities", "Public Health" etc
-<P>Choose the one most applicable for your course. This
+<p>Choose the one most applicable for your course. This
choice will affect where your course is displayed on the
course listing and may make it easier for students to
find your course.
-<P ALIGN=CENTER><B>Moodle course formats</B></P>
+<p align="center"><b>Moodle course formats</b></p>
-<P><B>Weekly format</B></P>
-<UL>
+<p><b>Weekly format</b></p>
+<ul>
The course is organised week by week, with a clear start date and a finish date.
Each week consists of activities. Some of them, like journals, may have
"open windows" of, say, two weeks after which they become unavailable.
-</UL>
+</ul>
-<P><B>Topics format</B></P>
-<UL>
+<p><b>Topics format</b></p>
+<ul>
Very similar to the weekly format, except that each "week" is called a topic.
A "topic" is not restricted to any time limit. You don't need to specify any
dates.
-</UL>
+</ul>
-<P><B>Social format</B></P>
-<UL>
+<p><b>Social format</b></p>
+<ul>
This format is oriented around one main forum, the Social forum, which appears
listed on the main page. It is useful for situations that are more freeform.
They may not even be courses. For example, it could be used as a departmental
notice board.
-</UL>
+</ul>
-<P ALIGN=CENTER><B>Course Full name</B></P>
+<p align="center"><b>Course Full name</b></p>
-<P>The full name of the course is displayed at the top of the screen and in the course listings.</P>
+<p>The full name of the course is displayed at the top of the screen and in the course listings.</p>
<p align="center"><b>Grades</b></p>
-<P>Many of the activities allow grades to be set.</p>
+<p>Many of the activities allow grades to be set.</p>
<p>By default, the results of all grades within the
course can be seen in the Grades page, available
<p align="center"><b>Course hidden sections</b></p>
-<P>This option allows you to decide how the hidden sections in your course
+<p>This option allows you to decide how the hidden sections in your course
are displayed to students.</p>
<p>By default, a small area is shown (in collapsed form, usually gray) to
-<P ALIGN=CENTER><B>Course ID Number</B></P>
+<p align="center"><b>Course ID Number</b></p>
-<P>The ID number of a course is only used when matching this course against
+<p>The ID number of a course is only used when matching this course against
external systems - it is never displayed within Moodle. If you have an
official code name for this course then use it here ... otherwise you can
leave it blank.</p>
-<P ALIGN=CENTER><B>Course News Items</B></P>
+<p align="center"><b>Course News Items</b></p>
-<P>A special forum called "News" appears in the
+<p>A special forum called "News" appears in the
"weekly" and "topics" course formats. It's
a good place to post notices for all students
to see. (By default, all students are subscribed
to this forum, and will receive your notices by
email.)
-<P>This setting determines how many recent items
+<p>This setting determines how many recent items
appear on your course home page, in a news box
down the right-hand side.
-<P>If you set it to "0 news items" then the news
+<p>If you set it to "0 news items" then the news
box won't even appear.
-<P ALIGN=CENTER><B>Course Number of Weeks/Topics</B></P>
+<p align="center"><b>Course Number of Weeks/Topics</b></p>
-<P>This setting is only used by the 'weekly' and 'topics'
+<p>This setting is only used by the 'weekly' and 'topics'
course formats.
-<P>In the 'weekly' format, it specifies the number of weeks
+<p>In the 'weekly' format, it specifies the number of weeks
that the course will run for, starting from the
course starting date.
-<P>In the 'topics' format, it specifies the number of topics
+<p>In the 'topics' format, it specifies the number of topics
in the course.
-<P>Both of these translate to the number of "boxes" down the
+<p>Both of these translate to the number of "boxes" down the
middle of the course page.
-<P ALIGN=CENTER><B>Recent Activity</B></P>
+<p align="center"><b>Recent Activity</b></p>
-<P>Moodle can display "recent activity" on the course home page.
+<p>Moodle can display "recent activity" on the course home page.
-<P>This shows the everything that has happened in the course since
+<p>This shows the everything that has happened in the course since
the last time the viewer logged in to the course, including
new posts, new users, submitted journals etc.
-<P>It is highly recommended you leave this feature enabled in
+<p>It is highly recommended you leave this feature enabled in
your courses, as it helps give a sense of activity in the course.
Knowing what everyone else is doing also helps to promote a
collaborative atmosphere in the class.
-<P>You might want to disable this feature for extremely large or
+<p>You might want to disable this feature for extremely large or
heavily used courses, as it may slow down the display of
the course page.
<p align="center"><b>Activity Reports</b></p>
-<P>Activity reports are available for each participant
+<p>Activity reports are available for each participant
that show their activity in the current course. As
well as listings of their contributions, these
reports include detailed access logs.</p>
-<P ALIGN=CENTER><B>Course short name</B></P>
+<p align="center"><b>Course short name</b></p>
-<P>Many institutions have a shorthand way of referring to a course, such as
+<p>Many institutions have a shorthand way of referring to a course, such as
BP102 or COMMS. Even you don't already have such a name for your course,
make one up here. It will be used in several places where the long name
- isn't appropriate (such us in the subject line of email).</P>
+ isn't appropriate (such us in the subject line of email).</p>
-<P ALIGN=CENTER><B>Course Start Date</B></P>
+<p align="center"><b>Course Start Date</b></p>
-<P>This is where you specify the starting time of the
+<p>This is where you specify the starting time of the
course (in your own timezone).
-<P>If you are using a 'weekly' course format, this will
+<p>If you are using a 'weekly' course format, this will
affect the display of the weeks. The first week will
start on the date you set here.
-<P>This setting will not affect courses using the
+<p>This setting will not affect courses using the
'social' or 'topics' formats.
-<P>However, one place this setting will be affect is
+<p>However, one place this setting will be affect is
the display of logs, which use this date as the earliest
possible date you can display.
-<P>In general, if your course does have a real starting date
+<p>In general, if your course does have a real starting date
then it makes sense to set this date to that, no matter
what course formats you are using.
-<P ALIGN=CENTER><B>Course upload size</B></P>
+<p align="center"><b>Course upload size</b></p>
-<P>This setting defines the largest size of file that can be
+<p>This setting defines the largest size of file that can be
uploaded by students in this course, limited by the site
wide setting created by the administrator.
-<P>It is possible to further restrict this size through
+<p>It is possible to further restrict this size through
settings within each activity module.
-<p>Dialogues</p>\r
-<ul>\r
- <li><a href="help.php?module=dialogue&file=addsubject.html">Add Subject to a Dialogue</a> \r
- <li><a href="help.php?module=dialogue&file=closedialogue.html">Close a Dialogue</a> \r
- <li><a href="help.php?module=dialogue&file=deleteafter.html">Delete Dialogues</a> \r
- <li><a href="help.php?module=dialogue&file=dialoguetype.html">Dialogue Types</a> \r
- <li><a href="help.php?module=dialogue&file=info.html">More Information</a> \r
- <li><a href="help.php?module=dialogue&file=maildefault.html">Mail Default</a> \r
- <li><a href="help.php?module=dialogue&file=multiple.html">Multiple Dialogues</a> \r
-</ul>\r
+<p>Dialogues</p>
+
+<ul>
+ <li><a href="help.php?module=dialogue&file=addsubject.html">Add Subject to a Dialogue</a>
+ <li><a href="help.php?module=dialogue&file=closedialogue.html">Close a Dialogue</a>
+ <li><a href="help.php?module=dialogue&file=deleteafter.html">Delete Dialogues</a>
+ <li><a href="help.php?module=dialogue&file=dialoguetype.html">Dialogue Types</a>
+ <li><a href="help.php?module=dialogue&file=info.html">More Information</a>
+ <li><a href="help.php?module=dialogue&file=maildefault.html">Mail Default</a>
+ <li><a href="help.php?module=dialogue&file=multiple.html">Multiple Dialogues</a>
+</ul>
+
-<img valign=absmiddle src="<?php echo $cfg->wwwroot?>/mod/dialogue/icon.gif"> <b>Dialogues</b></p>
+<img valign="absmiddle" src="<?php echo $cfg->wwwroot?>/mod/dialogue/icon.gif"> <b>Dialogues</b></p>
<p>This module provides a simple communication method between pairs of users.
A teacher can open an dialogue with a student, a student can open
-<p><img valign=absmiddle src="<?php echo $CFG->wwwroot?>/mod/dialogue/icon.gif"> <b>Dialogues</b></p>
+<p><img valign="absmiddle" src="<?php echo $CFG->wwwroot?>/mod/dialogue/icon.gif"> <b>Dialogues</b></p>
<ul>
<p>This module provides a simple communication method between pairs of users.
A teacher can open an dialogue with a student, a student can open
-<P ALIGN=CENTER><B>Using Smilies (emoticons)</B></P>
+<p align="center"><b>Using Smilies (emoticons)</b></p>
<table border="1" align="center">
<tr valign="top">
</table>
</table>
-<P>When writing online, it can sometimes difficult to express emotion with plain text.
+<p>When writing online, it can sometimes difficult to express emotion with plain text.
These little icons can help.
-<P>To insert these icons in your text: just click the icon above, or type the associated text code directly in your text.</P>
+<p>To insert these icons in your text: just click the icon above, or type the associated text code directly in your text.</p>
-<P>Note that the codes themselves are like little pictures - just turn your head to the left when looking at them</P>
+<p>Note that the codes themselves are like little pictures - just turn your head to the left when looking at them</p>
-<P ALIGN=CENTER><B>Course Enrolment Key</B></P>
+<p align="center"><b>Course Enrolment Key</b></p>
-<P>A course enrolment key is what keeps unwanted people
+<p>A course enrolment key is what keeps unwanted people
out of your course.
-<P>If you leave this blank, then anyone who has created
+<p>If you leave this blank, then anyone who has created
a Moodle username on this site will be able to enrol
in your course simply by going in to it.
-<P>If you put something here, then students who are trying
+<p>If you put something here, then students who are trying
to get in for the FIRST TIME ONLY will be asked to supply
this word or phrase.
-<P>The idea is that you will supply the key to authorised
+<p>The idea is that you will supply the key to authorised
people using another means like private email, snail mail,
on the phone or even verbally in a face to face class.
-<P>If this password "gets out" and you have unwanted people
+<p>If this password "gets out" and you have unwanted people
enrolling, you can unenrol them (see their user profile page)
and change this key. Any legitimate students who have already
enrolled will not be affected, but the unwanted people won't be
-<P ALIGN=CENTER><B>Administration Page</B></P>
+<p align="center"><b>Administration Page</b></p>
<p>This page allows the teacher to see the one or more descriptions for the
Exercise, the student assessments and the student submissions. These items
-<P ALIGN=CENTER><B>Assessment Elements</B></P>
+<p align="center"><b>Assessment Elements</b></p>
-<P>For ease of grading, a Exercise Assessment should have a reasonable
+<p>For ease of grading, a Exercise Assessment should have a reasonable
number of "Assessment Elements". Each element should cover
a particular aspect of the assessment. Typically an assessment will have
something between 5 to 15 elements for comments and grading, the
assignment with only one element is allowed and has a similar assessment
strategy to the standard Moodle Assignment.
-<P>The type of elements dependent on the assignment's grading strategy.
+<p>The type of elements dependent on the assignment's grading strategy.
-<P><B>Not Graded.</B> The elements are descriptions of aspects of the assignment.
+<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.
-<P><B>Accumulative Grading.</B> The elements have the following three features:
-<OL>
-<LI>The DESCRIPTION of the assessment element. This should clearly state what
+<p><b>Accumulative Grading.</b> The elements have the following three features:
+<ol>
+<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.
-<LI><p>The SCALE of the assessment element. There are a number of prefined
+<li><p>The SCALE of the assessment element. There are a number of prefined
scales. These range from simple Yes/No scales, through multipoint scales to
a full percentage scale. Each element has its own scale which should be choosen
to fit the number of possible variations for that element. Note that the scale
"Very Wet" at one end of the scale and "Dry" at the
other.</p>
-<LI>The WEIGHT of the assessment element. By default the elements are given the same
+<li>The WEIGHT of the assessment element. By default the elements are given the same
importance when calculating the overall grade of the assignment. Weights can
be assigned negative values, this is an experimental feature.
-</OL>
-<P><B>Error Banded Grading.</B> The elements will normally describe certain items
+</ol>
+<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 give the suggested grades when all the items are present,
"error count" is a weighted sum of the missing items. The assessor
can always make a minor adjustment to these suggested grades.
-<P><B>Criterion Grading.</B> The elements will give a set of "level"
+<p><b>Criterion Grading.</b> The elements will give a set of "level"
statements which can be used to rank the assignment. The statements may be
cumulative or they may each be self contained. The assessor must decide which
statement best fits each piece of work. The teacher must also relate each
criterion statement with a suggested grade. These should normally be in order.
- The assessor can make a minor adjustment to these suggested grades.</P>
+ The assessor can make a minor adjustment to these suggested grades.</p>
-<P><B>Rubric Grading.</B> This is similar to Criterion Grading but there is more
+<p><b>Rubric Grading.</b> This is similar to Criterion Grading but there is more
than one criteria. The number of criteria is given in the assignment
parameters. Within each criterion there can be up to five "level"
statements. In a given assignment the number of levels can vary from criterion
have three, up to five levels. The criteria can be weighted. The levels are
scored 0, 1, 2, up to 4. The grade for the assessment is a weighted sum of
these scores.
-</P>
+</p>
-<P ALIGN=CENTER><B>The Final Grades</B></P>
+<p align="center"><b>The Final Grades</b></p>
<p>The table on this screen lists the overall grades and their breakdown. The first grade is
the grade for the (inital) assessment. This is added to the grades given to each
-<P ALIGN=CENTER><B>Grading of Assignments</B></P>
+<p align="center"><b>Grading of Assignments</b></p>
<p>In this Exercise the same Assessment Form is used by Students and Teachers
to assess the work produced. The form is used at different stages of the
-<p align=center><b>Grade of Student Assessments</b></p>
+<p align="center"><b>Grade of Student Assessments</b></p>
<p>This is the maximum grade given to the assessments make by students of their
own work. That is, the grade for their self assessments. The actual grades
-<P ALIGN=CENTER><B>Grading Strategy</B></P>
+<p align="center"><b>Grading Strategy</b></p>
-<P>An Exercise assignment is quite flexible in the type of grading scheme used. This can be:
+<p>An Exercise assignment is quite flexible in the type of grading scheme used. This can be:
-<OL>
-<LI><B>No grading:</B> In this type of assignment the teacher is not
+<ol>
+<li><b>No grading:</b> In this type of assignment the teacher is not
interested in quantative assessment from the students at all. The students
make comments of the pieces of works but do not grade them. The teacher,
however, can, if desired, grade the student comments. These
If the teacher does not grade the student assessments then the assignment
does not have any final grades.
-<LI><B>Accumulative grading:</B> This is the default type of grading.
+<li><b>Accumulative grading:</b> This is the default type of grading.
In this type of assignment the grade of each
assessment is made up of a number of "assessment elements".
Each element should cover
exercise assignment with only one element is allowed and has a similar assessment
strategy to the standard Moodle Assignment.
-<P>Elements have the following three features:
-<OL>
-<LI>The DESCRIPTION of the assessment element. This should clearly state what
+<p>Elements have the following three features:
+<ol>
+<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.
-<LI><p>The SCALE of the assessment element. There are a number of prefined
+<li><p>The SCALE of the assessment element. There are a number of prefined
scales. These range from simple Yes/No scales, through multipoint scales to
a full percentage scale. Each element has its own scale which should be choosen
to fit the number of possible variations for that element. Note that the scale
"Very Wet" at one end of the scale and "Dry" at the
other.</p>
-<LI>The WEIGHT of the assessment element. By default the elements are given the same
+<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
changed by giving the more importance elements a weight greater than one, and
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>
+</ol>
-<LI><B>Error Banded Grading:</B> In this type of assignment the submissions are
+<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 "Grade
Table " which gives the relationship between the number of
"errors" and the suggested grade. For example an assignment may have six
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.
-<LI><B>Criterion Grading:</B> This is simpliest type of assessment to grade (although
+<li><b>Criterion Grading:</b> This is simpliest type of assessment to grade (although
not necessarily the most straightforward to set up). The submissions are
graded against a set of criteria statments. The assessor choses which statement
best fits the piece of work. The grade is determined by a "Criteria
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.
-</OL>
-</P>
+</ol>
+</p>
-<p align=center><b>League Table</b></p>
+<p align="center"><b>League Table</b></p>
<p>This option controls the display of a League Table at the end of the
exercise. If displayed, the league table displays a list of the best pieces
-<p align=center><b>League Table Names</b></p>
+<p align="center"><b>League Table Names</b></p>
<p>This option controls whether the student's names are displayed in the League
Table shown at the end of the exercise. By default names are not shown,
-<P ALIGN=CENTER><B>Managing an Exercise Assignment</B></P>
+<p align="center"><b>Managing an Exercise Assignment</b></p>
-<P>An Exercise Assignment is slightly more complex than an ordinary assignment.
+<p>An Exercise Assignment is slightly more complex than an ordinary assignment.
It involves three steps or phases. These are
-<OL>
-<LI><p><b>Set up Exercise </b> The assessment of the work produced in the
+<ol>
+<li><p><b>Set up Exercise </b> The assessment of the work produced in the
exercise is made easier if it is broken into a number of assessment ELEMENTS.
This makes the grading of an assignment less
arbitary and gives the students a framework on which to make assessments.
The teacher has the role of setting up the assessment elements thus making a
grading sheet. (See that page for more details.)</p>
- <P>With the assessment elements set up the teacher must submit a
+ <p>With the assessment elements set up the teacher must submit a
Word Document or HTML file which describes the exercise or task to be done
by the students. This file is shown to the students in the second phase of
the exercise. </p>
Word Documents or HTML files, and upload those into the Exercise. Note that
these exercises must be quite similar as the same Assessment Form is used
for all of these variants. The submission of a multiple set of exercises by
- the teacher is optional and for certain assignments may not be appropriate.</P>
+ the teacher is optional and for certain assignments may not be appropriate.</p>
-<LI><p><b>Allow Students Assessments and Submissions</b> The assignment
+<li><p><b>Allow Students Assessments and Submissions</b> The assignment
is now opened to the students. If the teacher has set up multiple exercises then
the students see different exercises, otherwise all the students see the same
exercise.</p>
-<IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/exercise/icon.gif"> <B>Exercise</B>
+<img valign="absmiddle" src="<?php echo $CFG->wwwroot?>/mod/exercise/icon.gif"> <b>Exercise</b>
-<UL>
-<P>An Exercise is a simple but powerful assignment. In an exercise the teacher asks the students to do a piece of practical work. It could be writing an essay or a report, preparing a presentation, etc. When the student has done the task they must first self-assess their work before submitting it to the teacher. Once submitted the teacher assesses the piece of work itself. The teacher can give feedback to the student and ask the student to improve the work and re-submit it or not. The final grade is based on how well the student assessed their own work and the work itself.</p>
-</UL>
+<ul>
+<p>An Exercise is a simple but powerful assignment. In an exercise the teacher asks the students to do a piece of practical work. It could be writing an essay or a report, preparing a presentation, etc. When the student has done the task they must first self-assess their work before submitting it to the teacher. Once submitted the teacher assesses the piece of work itself. The teacher can give feedback to the student and ask the student to improve the work and re-submit it or not. The final grade is based on how well the student assessed their own work and the work itself.</p>
+</ul>
-<IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/exercise/icon.gif"> <B>Exercise</B>
+<img valign="absmiddle" src="<?php echo $CFG->wwwroot?>/mod/exercise/icon.gif"> <b>Exercise</b>
-<P>An Exercise is a simple but powerful assignment. In an exercise the teacher
+<p>An Exercise is a simple but powerful assignment. In an exercise the teacher
asks the students to do a piece of practical work. It could be writing an
essay or a report, preparing a presentation, or setting out a spreadsheet,
etc. When the student has done the task they must first self-assess their
-<P ALIGN=CENTER><B>Number of Comments, Elements, Bands, Criteria or Rubrics</B></P>
+<p align="center"><b>Number of Comments, Elements, Bands, Criteria or Rubrics</b></p>
<p>The number entered here determines how many items will be used in
the assessments. Depending on the type of grading strategy, this number
-<P ALIGN=CENTER><B>Passwords</B></P>
+<p align="center"><b>Passwords</b></p>
-<P>This field sets the "access" password for this exercise. The
+<p>This field sets the "access" password for this exercise. The
password can be up to 10 characters long. The password can be reset at any
time during the exercise. Whether students are asked for the password to
- enter the exercise is determined by the "Use Password" option.</P>
+ enter the exercise is determined by the "Use Password" option.</p>
-<p align=center><b>Re-grading Student Assessments</b></p>
+<p align="center"><b>Re-grading Student Assessments</b></p>
<p>This link re-calculates the "Grading grades" of all the student
assessments. Normally it is <b>not</b> necessary to action this
-<P ALIGN=CENTER><B>Submission of Exercise Descriptions</B></P>
+<p align="center"><b>Submission of Exercise Descriptions</b></p>
-<P>The teacher must submit at least one description of the exercise or task.
+<p>The teacher must submit at least one description of the exercise or task.
The description can be held in a Word document or HTML file (or
any other file type that will display satisfactorily in a browser). This file
will be displayed to the students and should contain instructions for them
to successfully complete the exercise.</p>
-<P>It is permissible for the teacher to submit more than one description of
+<p>It is permissible for the teacher to submit more than one description of
the exercise. These will be used at random and different students will see
different versions of the exercise. These variants should be similar as the
same Assessment Form is used to assess the work from these instructions.</p>
-<P ALIGN=CENTER><B>Take Ownership of the Exercises</B></P>
+<p align="center"><b>Take Ownership of the Exercises</b></p>
<p>This link allows the teacher to take ownership of the current set of exercise
submissions. You will need to do this if you have imported an exercise from a
-<P ALIGN=CENTER><B>Use Password</B></P>
+<p align="center"><b>Use Password</b></p>
-<P>Normal an exercise is open, that is if an Exercise is visible, students can
+<p>Normal an exercise is open, that is if an Exercise is visible, students can
see the contains of the exercise. The availability of an
exercise within the course is normally best controlled through the
Visible/Hide activity feature.</p>
course and each group is set the exercise at different times. The access
password is used to prevent the "second" group of students, say,
from doing the exercise once the exercise has been opened up for the
- "first" group.</P>
+ "first" group.</p>
-<P ALIGN=CENTER><B>Allowing new posts</B></P>
+<p align="center"><b>Allowing new posts</b></p>
-<P>This option allows you to restrict students from posting
+<p>This option allows you to restrict students from posting
new content in this forum.
-<P>For most forums you will want to leave students unrestricted
+<p>For most forums you will want to leave students unrestricted
and choose the first option to allow them to start new discussion
topics (threads), and also to post replies within those threads.
-<P>Sometimes, however, you will want to disable this ability. For
+<p>Sometimes, however, you will want to disable this ability. For
example, this is useful for the News forum when you only want
teachers to post new items that appear on the course main page.
In this case you might choose the third option "No discussions, no replies".
-<P>Sometimes you might want to only allow teachers to start new
+<p>Sometimes you might want to only allow teachers to start new
discussions, but still allow students to reply within those
threads (for example within the news forum on the site home page).
In this case you would choose the second option, "No discussions, but
-<P ALIGN=CENTER><B>Attachments for posts</B></P>
+<p align="center"><b>Attachments for posts</b></p>
-<P>You can optionally attach ONE file from your own computer
+<p>You can optionally attach ONE file from your own computer
to any post in the forums. This file is uploaded to the
server and stored with your post.
-<P>This is useful when you want to share a picture, for example,
+<p>This is useful when you want to share a picture, for example,
or a Word document.
-<P>This file can be of any type, however it is highly recommended
+<p>This file can be of any type, however it is highly recommended
that the file is named using standard 3-letter internet
suffixes such as .doc for a Word document, .jpg or .png
for an image, and so on. This will make it easier for others
to download and view your attachment in their browsers.
-<P>If you re-edit a posting and attach a new file, then any
+<p>If you re-edit a posting and attach a new file, then any
previous attached files for that post will be replaced.
-<P>If you re-edit a posting with an attachment and leave
+<p>If you re-edit a posting with an attachment and leave
this space blank, then the original attachment will be
retained.
-<P ALIGN=CENTER><B>Forum Types</B></P>
+<p align="center"><b>Forum Types</b></p>
-<P>There are several different types of forum to choose from:
+<p>There are several different types of forum to choose from:
-<P><B>A single simple discussion</B> - is just a single topic, all on one page.
+<p><b>A single simple discussion</b> - is just a single topic, all on one page.
Useful for short, focussed discussions.
-<P><B>Standard forum for general use</B> - is an open forum where any one can
+<p><b>Standard forum for general use</b> - is an open forum where any one can
start a new topic at any time. This is the best general-purpose forum.
-<P><B>Each person posts one discussion</B> - Each person can post exactly one
+<p><b>Each person posts one discussion</b> - Each person can post exactly one
new discussion topic (everyone can reply to them though). This is useful when
you want each student to start a discussion about, say, their reflections on
the week's topic, and everyone else responds to these.
-<P>(More development to come in future versions of Moodle)
+<p>(More development to come in future versions of Moodle)
-<P ALIGN=CENTER><B>Maximum attachment size</B></P>
+<p align="center"><b>Maximum attachment size</b></p>
-<P>Attachments can be limited to a certain size file,
+<p>Attachments can be limited to a certain size file,
chosen by the person who set up the forum.
-<P>Sometimes it is possible to upload a file larger than
+<p>Sometimes it is possible to upload a file larger than
this size, but the file will not be saved on the
server and you might see an error.
-<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/forum/icon.gif"> <B>Forums</B></P>
-<UL>
-<P>This activity can be the most important - it is here that most discussion takes place.
+<p><img valign="absmiddle" src="<?php echo $CFG->wwwroot?>/mod/forum/icon.gif"> <b>Forums</b></p>
+<ul>
+<p>This activity can be the most important - it is here that most discussion takes place.
Forums can be structured in different ways, and can include peer rating of each posting.
The postings can be viewed in a variety for formats, and can include attachments.
By subscribing to a forum, participants will receive copies of each new posting
in their email. A teacher can impose subscription on everyone if they want to.
-</UL>
+</ul>
-Individual posts can be rated using a scale based on the theory of <strong>separate and connected knowing</strong>.\r
-\r
-This theory may help you to look at human interactions in a new way. It describes two different ways that we can evaluate and learn about the things we see and hear.\r
-\r
-Although each of us may use these two methods in different amounts at different times, it may be useful to imagine two people as examples, one who is a mostly separate knower (Jim) and the other a mostly connected knower (Mary).\r
-<ul>\r
- <li>Jim likes to remain as 'objective' as possible without including his feelings and emotions. When in a discussion with other people who may have different ideas, he likes to defend his own ideas, using logic to find holes in his opponent's ideas. He is critical of new ideas unless they are proven facts from reputable sources such as textbooks, respected teachers or his own direct experience. Jim is a very <strong>separate knower</strong>.\r
- </li>\r
- <li>Mary is more sensitive to other people. She is skilled at empathy and tends to listen and ask questions until she feels she can connect and "understand things from their point of view". She learns by trying to share the experiences that led to the knowledge she finds in other people. When talking to others, she avoids confrontation and will often try to help the other person if she can see a way to do so, using logical suggestions. Mary is a very <strong>connected knower</strong>.</li>\r
-</ul>\r
-Did you notice in these examples that the separate knower is male and the connected knower is female? Some studies have shown that statistically this tends to be the case, however individual people can be anywhere in the spectrum between these two extremes.\r
-\r
-For a collaborative and effective group of learners it may be best if everyone were able to use BOTH ways of knowing.\r
-\r
-In a particular situation like an online forum, a single post by a person may exhibit either of these characteristics, or even both. Someone who is generally very connected may post a very separate-sounding message, and vice versa. The purpose of rating each post using this scale is to:\r
-<blockquote>\r
-a) help you think about these issues when reading other posts\r
-b) provide feedback to each author on how they are being seen by others\r
-</blockquote>\r
-The results are not used towards student assessment in any way, they are just to help improve communication and learning.\r
-<hr>\r
-In case you're interested, here are some references to papers by the authors who originally developed these ideas:\r
-<ul>\r
- <li>Belenky, M.F., Clinchy, B.M., Goldberger, N.R., & Tarule, J.M. (1986). \r
- Women's ways of knowing: the development of self, voice, and mind. New York, \r
- NY: Basic Books.</li>\r
- <li>Clinchy, B.M. (1989a). The development of thoughtfulness in college women: \r
- Integrating reason and care. American Behavioural Scientist, 32(6), 647-657.</li>\r
- <li>Clinchy, B.M. (1989b). On critical thinking & connected knowing. Liberal \r
- education, 75(5), 14-19.</li>\r
- <li>Clinchy, B.M. (1996). Connected and separate knowing; Toward a marriage \r
- of two minds. In N.R. Goldberger, Tarule, J.M., Clinchy, B.M. &</li>\r
- <li>Belenky, M.F. (Eds.), Knowledge, Difference, and Power; Essays inspired \r
- by “Women’s Ways of Knowing” (pp. 205-247). New York, NY: \r
- Basic Books.</li>\r
- <li>Galotti, K. M., Clinchy, B. M., Ainsworth, K., Lavin, B., & Mansfield, \r
- A. F. (1999). A New Way of Assessing Ways of Knowing: The Attitudes Towards \r
- Thinking and Learning Survey (ATTLS). Sex Roles, 40(9/10), 745-766.</li>\r
- <li>Galotti, K. M., Reimer, R. L., & Drebus, D. W. (2001). Ways of knowing \r
- as learning styles: Learning MAGIC with a partner. Sex Roles, 44(7/8), 419-436. \r
- <br>\r
- </li>\r
-</ul>\r
-\r
+Individual posts can be rated using a scale based on the theory of <strong>separate and connected knowing</strong>.
+
+
+
+This theory may help you to look at human interactions in a new way. It describes two different ways that we can evaluate and learn about the things we see and hear.
+
+
+
+Although each of us may use these two methods in different amounts at different times, it may be useful to imagine two people as examples, one who is a mostly separate knower (Jim) and the other a mostly connected knower (Mary).
+
+<ul>
+
+ <li>Jim likes to remain as 'objective' as possible without including his feelings and emotions. When in a discussion with other people who may have different ideas, he likes to defend his own ideas, using logic to find holes in his opponent's ideas. He is critical of new ideas unless they are proven facts from reputable sources such as textbooks, respected teachers or his own direct experience. Jim is a very <strong>separate knower</strong>.
+
+ </li>
+
+ <li>Mary is more sensitive to other people. She is skilled at empathy and tends to listen and ask questions until she feels she can connect and "understand things from their point of view". She learns by trying to share the experiences that led to the knowledge she finds in other people. When talking to others, she avoids confrontation and will often try to help the other person if she can see a way to do so, using logical suggestions. Mary is a very <strong>connected knower</strong>.</li>
+
+</ul>
+
+Did you notice in these examples that the separate knower is male and the connected knower is female? Some studies have shown that statistically this tends to be the case, however individual people can be anywhere in the spectrum between these two extremes.
+
+
+
+For a collaborative and effective group of learners it may be best if everyone were able to use BOTH ways of knowing.
+
+
+
+In a particular situation like an online forum, a single post by a person may exhibit either of these characteristics, or even both. Someone who is generally very connected may post a very separate-sounding message, and vice versa. The purpose of rating each post using this scale is to:
+
+<blockquote>
+
+a) help you think about these issues when reading other posts
+
+b) provide feedback to each author on how they are being seen by others
+
+</blockquote>
+
+The results are not used towards student assessment in any way, they are just to help improve communication and learning.
+
+<hr />
+
+In case you're interested, here are some references to papers by the authors who originally developed these ideas:
+
+<ul>
+
+ <li>Belenky, M.F., Clinchy, B.M., Goldberger, N.R., & Tarule, J.M. (1986).
+
+ Women's ways of knowing: the development of self, voice, and mind. New York,
+
+ NY: Basic Books.</li>
+
+ <li>Clinchy, B.M. (1989a). The development of thoughtfulness in college women:
+
+ Integrating reason and care. American Behavioural Scientist, 32(6), 647-657.</li>
+
+ <li>Clinchy, B.M. (1989b). On critical thinking & connected knowing. Liberal
+
+ education, 75(5), 14-19.</li>
+
+ <li>Clinchy, B.M. (1996). Connected and separate knowing; Toward a marriage
+
+ of two minds. In N.R. Goldberger, Tarule, J.M., Clinchy, B.M. &</li>
+
+ <li>Belenky, M.F. (Eds.), Knowledge, Difference, and Power; Essays inspired
+
+ by “Women’s Ways of Knowing” (pp. 205-247). New York, NY:
+
+ Basic Books.</li>
+
+ <li>Galotti, K. M., Clinchy, B. M., Ainsworth, K., Lavin, B., & Mansfield,
+
+ A. F. (1999). A New Way of Assessing Ways of Knowing: The Attitudes Towards
+
+ Thinking and Learning Survey (ATTLS). Sex Roles, 40(9/10), 745-766.</li>
+
+ <li>Galotti, K. M., Reimer, R. L., & Drebus, D. W. (2001). Ways of knowing
+
+ as learning styles: Learning MAGIC with a partner. Sex Roles, 44(7/8), 419-436.
+
+ <br />
+
+ </li>
+
+</ul>
+
+
+
-<P ALIGN=CENTER><B>Number of RSS recent articles</B></P>
+<p align="center"><b>Number of RSS recent articles</b></p>
-<P>This option allows you to select the number of articles
+<p>This option allows you to select the number of articles
to include in the RSS Feed.
-<P>A number between 5 and 20 should be appropiate for
+<p>A number between 5 and 20 should be appropiate for
most forums. Increase it if the forum is very used.
-<P ALIGN=CENTER><B>RSS feed for this forum</B></P>
+<p align="center"><b>RSS feed for this forum</b></p>
-<P>This option allows you to enable RSS feeds in this forum.
+<p>This option allows you to enable RSS feeds in this forum.
-<P>You can select between two types of forums:
+<p>You can select between two types of forums:
-<UL>
-<LI><B>Discussions:</B> Using this, generated feeds will include
+<ul>
+<li><b>Discussions:</b> Using this, generated feeds will include
new discussions in the forum with their initial post.
-<LI><B>Posts:</B> Using this, generated feeds will include
+<li><b>Posts:</b> Using this, generated feeds will include
every new post in the forum.
-</UL>
+</ul>
-<P ALIGN=CENTER><B>Forum Subscription</B></P>
+<p align="center"><b>Forum Subscription</b></p>
-<P>When a person is subscribed to a forum it means that
+<p>When a person is subscribed to a forum it means that
they will be sent email copies of every post in that forum
-(posts are sent about <?PHP echo $CFG->maxeditingtime/60 ?> minutes
+(posts are sent about <?php echo $CFG->maxeditingtime/60 ?> minutes
after the post was first written).
-<P>People can usually choose whether or not they want to be
+<p>People can usually choose whether or not they want to be
subscribed to each forum.
-<P>However, if a teacher forces subscription on a particular forum
+<p>However, if a teacher forces subscription on a particular forum
then this choice is taken away and everyone in the class will get
email copies.
-<P>This is especially useful in the News forum and in forums
+<p>This is especially useful in the News forum and in forums
towards the beginning of the course (before everyone has
worked out that they can subscribe to these emails themselves).
-<P ALIGN=CENTER><B>Forum Subscription</B></P>
+<p align="center"><b>Forum Subscription</b></p>
-<P>When a person is subscribed to a forum it means that
+<p>When a person is subscribed to a forum it means that
they will be sent email copies of every post in that forum
-(posts are sent about <?PHP echo $CFG->maxeditingtime/60 ?> minutes
+(posts are sent about <?php echo $CFG->maxeditingtime/60 ?> minutes
after the post was first written).
-</P>
+</p>
-<P>People can usually choose whether or not they want to be
+<p>People can usually choose whether or not they want to be
subscribed to each forum.
-</P>
+</p>
-<P>However, if you choose to force subscription on a particular forum
+<p>However, if you choose to force subscription on a particular forum
then all course users will be subscribed automatically, even those that
enrol at a later time.
-</P>
+</p>
-<P>This is especially useful in the News forum and in forums
+<p>This is especially useful in the News forum and in forums
towards the beginning of the course (before everyone has
worked out that they can subscribe to these emails themselves).
-</P>
+</p>
<p>If you choose the option "Yes, initially" then all current and future
course users will be subscribed initially but
-<P ALIGN=CENTER><B>Keywords</B></P>
+<p align="center"><b>Keywords</b></p>
<p>Each entry in the glossary can have an associated list of keywords (or aliases).
-<p align=center><b>Allow duplicated entries</b></p>
+<p align="center"><b>Allow duplicated entries</b></p>
<p>If you turn this option on, then multiple entries are allowed to
use the same concept name.</p>
-<P ALIGN=CENTER><B>Case sensitive matching</B></P>
+<p align="center"><b>Case sensitive matching</b></p>
-<P>This setting specifies whether matching exact upper and lower case is
+<p>This setting specifies whether matching exact upper and lower case is
necessary when performing automatic linking to these entries.</p>
<p>For example, if this is turned on, then a word like "html" in a forum
-<P ALIGN=CENTER><B>Approved by default</B></P>
+<p align="center"><b>Approved by default</b></p>
<p>This setting allows the teacher to define what happens to new entries added by students. They can be
automatically made available to everyone, otherwise the teacher will have to approve each one.</p>
-<P ALIGN=CENTER><B>Description</B></P>
+<p align="center"><b>Description</b></p>
-<P>This field allows you to describe the purpose of the glossary, and
+<p>This field allows you to describe the purpose of the glossary, and
to possibly provide instructions or background information, links etc.</p>
-<P ALIGN=CENTER><B>Defining the destination of imported entries</B></P>
+<p align="center"><b>Defining the destination of imported entries</b></p>
-<P>You can specify where you want to import entries to:</p>
+<p>You can specify where you want to import entries to:</p>
<ul>
<li><strong>Current Glossary:</strong> Will append the imported entries to the currently open glossary.</li>
<li><strong>New Glossary:</strong> Will create a new glossary based on the information found in the selected import file and will insert the new entries into it.</li>
-<P ALIGN=CENTER><B>Display format</B></P>
+<p align="center"><b>Display format</b></p>
-<P>This setting specifies the way that each entry will be shown within the glossary. The default formats are:</p>
+<p>This setting specifies the way that each entry will be shown within the glossary. The default formats are:</p>
<blockquote>
<dl>
<dt><b>Simple Dictionary</b>:</dt>
</dl>
</blockquote>
-<hr>
+<hr />
<p>Moodle Administrators can create new formats following the instructions in
<b>mod/glossary/formats/README.txt</b>.</p>
-<P ALIGN=CENTER><B>Edit always</B></P>
+<p align="center"><b>Edit always</b></p>
-<P>This option allows you to decide if students can edit their entries
+<p>This option allows you to decide if students can edit their entries
at any time.
-<P>You can select:
+<p>You can select:
-<UL>
-<LI><B>Yes:</B> Entries are always editable.
+<ul>
+<li><b>Yes:</b> Entries are always editable.
-<LI><B>No:</B> Entries are editable for configured editing time.
-</UL>
+<li><b>No:</b> Entries are editable for configured editing time.
+</ul>
-<P ALIGN=CENTER><B>Defining the number of entries shown per page</B></P>
+<p align="center"><b>Defining the number of entries shown per page</b></p>
-<P>The glossary can be configured to restrict the number of entries shown per page.</p>
+<p>The glossary can be configured to restrict the number of entries shown per page.</p>
<p>If you have a large number of automatically-linked entries you should set this number lower to prevent long loading times.</p>
-<P ALIGN=CENTER><B>File to import</B></P>
+<p align="center"><b>File to import</b></p>
-<P>Select the XML file on your own computer which contains the entries to import.</p>
+<p>Select the XML file on your own computer which contains the entries to import.</p>
-<P ALIGN=CENTER><B>Whole words matching</B></P>
+<p align="center"><b>Whole words matching</b></p>
<p>If automatic linking is enabled, then turning this setting on will force only
whole words to be linked.
-<P ALIGN=CENTER><B>Defining a global glossary</B></P>
+<p align="center"><b>Defining a global glossary</b></p>
<p>Administrators can define a glossary to be global.</p>
-<P ALIGN=CENTER><B>Importing categories</B></P>
+<p align="center"><b>Importing categories</b></p>
-<P>By default, all the entries will be imported. You can specify if you want the categories to be imported as well (and the new entries will be assigned to these).</p>
+<p>By default, all the entries will be imported. You can specify if you want the categories to be imported as well (and the new entries will be assigned to these).</p>
-<P ALIGN=CENTER><B>Automatically linking categories</B></P>
+<p align="center"><b>Automatically linking categories</b></p>
-<P>You can specify if you want the categories to be automatically linked or not.</p>
+<p>You can specify if you want the categories to be automatically linked or not.</p>
<p>Note: Categories are linked based on a case sensitive, whole match.</p>
-<P ALIGN=CENTER><B>Defining the main glossary of the course</B></P>
+<p align="center"><b>Defining the main glossary of the course</b></p>
-<P>The glossary system allows you to export entries from any secondary glossary to the main one of the course.</p>
+<p>The glossary system allows you to export entries from any secondary glossary to the main one of the course.</p>
<p>In order to do this, you should specify which glossary is the main one.</p>
-<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/glossary/icon.gif"> <B>Glossary</B></P>
-<UL>
-<P>This activity allows participants to create and maintain a list of definitions, like a dictionary.
-<P>The entries can be searched or browsed in many different formats.
-<P>The glossary also allows teachers to export entries from one glossary to another (the main one) within the same course.
-<P>Finally, it is possible to automatically create links to these entries from throughout the course.</p>
-</UL>
+<p><img valign="absmiddle" src="<?php echo $CFG->wwwroot?>/mod/glossary/icon.gif"> <b>Glossary</b></p>
+<ul>
+<p>This activity allows participants to create and maintain a list of definitions, like a dictionary.
+<p>The entries can be searched or browsed in many different formats.
+<p>The glossary also allows teachers to export entries from one glossary to another (the main one) within the same course.
+<p>Finally, it is possible to automatically create links to these entries from throughout the course.</p>
+</ul>
<p align="center"><b>Number of RSS recent articles</b></p>
-<P>This option allows you to select the number of articles
+<p>This option allows you to select the number of articles
to include in the RSS Feed.
-<P>A number between 5 and 20 would be normal for most glossaries.
+<p>A number between 5 and 20 would be normal for most glossaries.
Increase the number if the glossary is updated frequently.
<p align="center"><b>RSS feed for this glossary</b></p>
-<P>This option allows you to enable RSS feeds from this glossary.
+<p>This option allows you to enable RSS feeds from this glossary.
-<P>You can select between two types of feeds:
+<p>You can select between two types of feeds:
-<UL>
-<LI><B>With author:</B> Generated feeds will include
+<ul>
+<li><b>With author:</b> Generated feeds will include
the name of the author in every article.
-<LI><B>Without author:</B> Generated feeds won't include
+<li><b>Without author:</b> Generated feeds won't include
the name of the author in every article.
-</UL>
+</ul>
-<P ALIGN=CENTER><B>Browsing options in Alphabet Display</B></P>
+<p align="center"><b>Browsing options in Alphabet Display</b></p>
-<P>You can customize the way a user can browse a glossary. Browsing and searching are always available, but you can define three more options:</p>
+<p>You can customize the way a user can browse a glossary. Browsing and searching are always available, but you can define three more options:</p>
<p><b>SHOW SPECIAL</b> Enable or disable browsing by special characters like @, #, etc.</p>
-<P ALIGN=CENTER><B>Students can post entries</B></P>
+<p align="center"><b>Students can post entries</b></p>
-<P>You can specify whether a student can or cannot add, edit or delete his/her own entries.
+<p>You can specify whether a student can or cannot add, edit or delete his/her own entries.
Entries exported to a main glossary can be updated or deleted by teachers only, so this setting
only applies to secondary glossaries.</p>
-<P ALIGN=CENTER><B>Enabling automatic linking in a glossary</B></P>
+<p align="center"><b>Enabling automatic linking in a glossary</b></p>
-<P>Turning this feature on will allow individual entries in this glossary to be automatically linked whenever
+<p>Turning this feature on will allow individual entries in this glossary to be automatically linked whenever
the concept words and phrases appear throughout the rest of the same course. This includes forum
postings, internal resources, week summaries, journals and so on. </p>
-<P ALIGN=CENTER><B>Enabling automatic linking in a entry</B></P>
+<p align="center"><b>Enabling automatic linking in a entry</b></p>
-<P>Turning this feature on will allow the entry to be automatically linked, whenever
+<p>Turning this feature on will allow the entry to be automatically linked, whenever
the concept words and phrases appear throughout the rest of the same course. This includes forum
postings, internal resources, week summaries, journals and so on. </p>
</ul>
</p>
-<P>The group mode can be defined at two levels:</p>
+<p>The group mode can be defined at two levels:</p>
<dl>
<dt><b>1. Course level</b></dt>
the setting for each activity is ignored.</dd>
</dl>
-<P>
+<p>
<p align="center"><b>Force Group Mode</b></p>
-<P>If the group mode is "forced" at a course-level, then
+<p>If the group mode is "forced" at a course-level, then
the course group mode is applied to every activity
in that course. Individual group settings in each
activity are then ignored. </p>
-<P ALIGN=CENTER><B>Guest Access</B></P>\r
-\r
-<P>You have the choice of allowing "guests" into your course.\r
-\r
-<P>People can log in as guests using the "Login as a guest" button\r
- on the login screen.\r
-\r
-<P>Guests ALWAYS have "read-only" access - meaning they can't leave \r
- any posts or otherwise mess up the course for real students.\r
-\r
-<P>This can be handy when you want to let a colleague in to \r
- look around at your work, or to let students see a course before \r
- they have decided to enrol.\r
-\r
-<P>Note that you have a choice between two types of guest access:\r
- with the enrolment key or without. If you choose to allow \r
- guests who have the key, then the guest will need to provide \r
- the current enrolment key EVERY TIME they log in (unlike \r
- students who only need to do it once). This lets you restrict \r
- your guests. If you choose to allow guests without a key, then \r
- anyone can get straight into your course.\r
+<p align="center"><b>Guest Access</b></p>
+
+
+
+<p>You have the choice of allowing "guests" into your course.
+
+
+
+<p>People can log in as guests using the "Login as a guest" button
+
+ on the login screen.
+
+
+
+<p>Guests ALWAYS have "read-only" access - meaning they can't leave
+
+ any posts or otherwise mess up the course for real students.
+
+
+
+<p>This can be handy when you want to let a colleague in to
+
+ look around at your work, or to let students see a course before
+
+ they have decided to enrol.
+
+
+
+<p>Note that you have a choice between two types of guest access:
+
+ with the enrolment key or without. If you choose to allow
+
+ guests who have the key, then the guest will need to provide
+
+ the current enrolment key EVERY TIME they log in (unlike
+
+ students who only need to do it once). This lets you restrict
+
+ your guests. If you choose to allow guests without a key, then
+
+ anyone can get straight into your course.
+
-<P ALIGN=CENTER><B>Help on writing html</B></P>
+<p align="center"><b>Help on writing html</b></p>
-<P>When writing HTML in Moodle, you are free to use almost any HTML tags you like
+<p>When writing HTML in Moodle, you are free to use almost any HTML tags you like
to produce the effect you want.</p>
-<P>Note that scripting (eg Javascript or VB Script) is not allowed, and will be removed
- automatically.</P>
+<p>Note that scripting (eg Javascript or VB Script) is not allowed, and will be removed
+ automatically.</p>
-<P>Your code will normally be printed on the page within a table cell,
+<p>Your code will normally be printed on the page within a table cell,
so:
- <UL>
- <LI>there is no need to use any <HEAD> or <BODY> tags
- <LI>be careful about unmatched </TABLE> tags that may mess up the display.
- </UL>
+ <ul>
+ <li>there is no need to use any <HEAD> or <BODY> tags
+ <li>be careful about unmatched </TABLE> tags that may mess up the display.
+ </ul>
<p>Smilies (emoticons) will be converted into their graphical equivalent, and
bare URLs will be converted into links.</p>
-<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/journal/icon.gif"> <B>Journals</B></P>
-<UL>
-<P>This module is a very important reflective activity. The teacher
+<p><img valign="absmiddle" src="<?php echo $CFG->wwwroot?>/mod/journal/icon.gif"> <b>Journals</b></p>
+<ul>
+<p>This module is a very important reflective activity. The teacher
asks the student to reflect on a particular topic, and the student can
edit and refine their answer over time. This answer is private and
can only be seen by the teacher, who can offer feedback and a grade
on each journal entry. It's usually a good idea to have about one
- Journal activity per week.</P>
-</UL>
+ Journal activity per week.</p>
+</ul>
-<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/label/icon.gif"> <B>Labels</B></P>
-<UL>
-<P>This is a not a true activity - it is a "dummy" activity that allows you
+<p><img valign="absmiddle" src="<?php echo $CFG->wwwroot?>/mod/label/icon.gif"> <b>Labels</b></p>
+<ul>
+<p>This is a not a true activity - it is a "dummy" activity that allows you
to insert text and graphics among the other activities on the course page.</p>
-</UL>
+</ul>
-<P ALIGN=CENTER><B>Language Editing</B></P>
+<p align="center"><b>Language Editing</b></p>
-<P>To edit languages on this page the files need to be writable
+<p>To edit languages on this page the files need to be writable
by the web server process.
-<P>Within some of the strings you will notice <B>$a</B> and <B>$a->something</B>.
+<p>Within some of the strings you will notice <b>$a</b> and <b>$a->something</b>.
-<P>These represent variables that will be replaced by names or other words from
+<p>These represent variables that will be replaced by names or other words from
within Moodle.
-<P>When there is only one variable, the $a form is used. When there are two or
+<p>When there is only one variable, the $a form is used. When there are two or
more variables, then each one has a name.
-<P ALIGN=CENTER><B>Importing new questions</B></P>
+<p align="center"><b>Importing new questions</b></p>
-<P>This function allows you to import questions from
+<p>This function allows you to import questions from
external text files, uploaded through a form.
-<P>A number of file formats are supported:
+<p>A number of file formats are supported:
-<P><B>GIFT format</B></P>
+<p><b>GIFT format</b></p>
<ul>
<p>GIFT is the most comprehensive import format available for importing
Moodle quiz questions from a text file. It was designed to be an easy
When was Ulysses S. Grant born?{#1822}
</pre>
-<p align=right><a href="help.php?file=formatgift.html&module=quiz">More info about the "GIFT" format</a></p>
+<p align="right"><a href="help.php?file=formatgift.html&module=quiz">More info about the "GIFT" format</a></p>
</ul>
-<P><B>Aiken format</B></P>
+<p><b>Aiken format</b></p>
<ul>
<p>The Aiken format is a very simple way of creating multiple choice questions using a very clear human-readable format. Here is an example of the format:</p>
<pre>
ANSWER: A
</pre>
-<p align=right><a href="help.php?file=formataiken.html&module=quiz">More info about the "Aiken" format</a></p>
+<p align="right"><a href="help.php?file=formataiken.html&module=quiz">More info about the "Aiken" format</a></p>
</ul>
-<P><B>Missing Word</B></P>
-<UL>
-<P>This format only supports multiple choice questions.
+<p><b>Missing Word</b></p>
+<ul>
+<p>This format only supports multiple choice questions.
Each answer is separated with a tilde (~), and the correct answer is
prefixed with an equals sign (=). Here is an example:
-<BLOCKQUOTE>As soon as we begin to explore our body parts as infants
+<blockquote>As soon as we begin to explore our body parts as infants
we become students of {=anatomy and physiology ~reflexology
~science ~experiment}, and in a sense we remain students for life.
-</BLOCKQUOTE>
+</blockquote>
-<p align=right><a href="help.php?file=formatmissingword.html&module=quiz">More info about the "Missing Word" format</a></p>
-</UL>
+<p align="right"><a href="help.php?file=formatmissingword.html&module=quiz">More info about the "Missing Word" format</a></p>
+</ul>
-<P><B>AON</B></P>
-<UL>
-<P>This is the same as Missing Word Format, except that after importing
+<p><b>AON</b></p>
+<ul>
+<p>This is the same as Missing Word Format, except that after importing
the questions all Short-Answer questions are converted four at a time
- into Matching Questions.</P>
+ into Matching Questions.</p>
<p>Additionally, the answers of multiple-choice questions are randomly
shuffled during the import.
<p>It's named after an organisation that sponsored the development of many
quiz features</p>
-</UL>
+</ul>
-<P><B>Blackboard</B></P>
-<UL>
-<P>This module can import questions saved in Blackboard's export
-format. It relies on XML functions being compiled into your PHP.</P>
+<p><b>Blackboard</b></p>
+<ul>
+<p>This module can import questions saved in Blackboard's export
+format. It relies on XML functions being compiled into your PHP.</p>
-<p align=right><a href="help.php?file=formatblackboard.html&module=quiz">More info about the "Blackboard" format</a></p>
-</UL>
+<p align="right"><a href="help.php?file=formatblackboard.html&module=quiz">More info about the "Blackboard" format</a></p>
+</ul>
-<P><B>Course Test Manager</B></P>
-<UL>
-<P>This module can import questions saved in a Course Test Manager test bank.
+<p><b>Course Test Manager</b></p>
+<ul>
+<p>This module can import questions saved in a Course Test Manager test bank.
It relies on different ways of accessing the test bank, which is in a Microsoft Access
-database, depending on whether Moodle is running on a Windows or Linux web server.</P>
+database, depending on whether Moodle is running on a Windows or Linux web server.</p>
<p>On Windows it lets you upload the access database just like any other data import file.</p>
<p>On Linux, you must set up a windows machine on the same network with the Course Test
Manager database and a piece of software called the ODBC Socket Server, which uses XML
using this import class.</p>
-<p align=right><a href="help.php?file=formatctm.html&module=quiz">More info about the "CTM" format</a></p>
-</UL>
+<p align="right"><a href="help.php?file=formatctm.html&module=quiz">More info about the "CTM" format</a></p>
+</ul>
-<P><B>Custom</B></P>
-<UL>
-<P>If you have your own format that you need to import, you can
+<p><b>Custom</b></p>
+<ul>
+<p>If you have your own format that you need to import, you can
implement it yourself by editing mod/quiz/format/custom.php
-<P>The amount of new code needed is quite small - just enough
+<p>The amount of new code needed is quite small - just enough
to parse a single question from given text.
-<p align=right><a href="help.php?file=formatcustom.html&module=quiz">More info about the "Custom" format</a></p>
-</UL>
+<p align="right"><a href="help.php?file=formatcustom.html&module=quiz">More info about the "Custom" format</a></p>
+</ul>
-<P>More formats are yet to come, including WebCT, IMS QTI and whatever else
+<p>More formats are yet to come, including WebCT, IMS QTI and whatever else
Moodle users can contribute! </p>
-<IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/lesson/icon.gif"> <B>Lesson</B>
+<img valign="absmiddle" src="<?php echo $CFG->wwwroot?>/mod/lesson/icon.gif"> <b>Lesson</b>
-<UL>
-<P>A lesson delivers content in an interesting and flexible way. It consists of a
+<ul>
+<p>A lesson delivers content in an interesting and flexible way. It consists of a
number of pages. Each page normally ends with a question and a number of
possible answers. Depending on the student's choice of answer they either
progress to the next page or are taken back to a previous page. Navigation
through the lesson can be straight forward or complex, depending largely
on the structure of the material being presented.</p>
-</UL>
+</ul>
-<P ALIGN=CENTER><B>Activity Modules</B></P>
+<p align="center"><b>Activity Modules</b></p>
-<P>Moodle contains a wide range of activity modules that can be used to
- build up any type of course.</P>
+<p>Moodle contains a wide range of activity modules that can be used to
+ build up any type of course.</p>
-<P ALIGN=CENTER><B>Uploading a picture</B></P>
+<p align="center"><b>Uploading a picture</b></p>
-<P>You can upload a picture from your computer to this server, and this picture will be used in various places to represent you.
-<P>For this reason, the best images to use are a close-up of your face, but you can use any image you like.
-<P>The picture must be in JPG or PNG format (ie the names will usually end in .jpg or .png).
-<P>You can get a picture file using one of four methods:
+<p>You can upload a picture from your computer to this server, and this picture will be used in various places to represent you.
+<p>For this reason, the best images to use are a close-up of your face, but you can use any image you like.
+<p>The picture must be in JPG or PNG format (ie the names will usually end in .jpg or .png).
+<p>You can get a picture file using one of four methods:
-<OL>
-<LI>Using a digital camera, your photos will most likely already be on your computer in the right format.
-<LI>You can use a scanner to scan a printed photograph. Make sure you save it as JPG or PNG format.
-<LI>If you're artistic, you might draw a picture using a paint program.
-<LI>Lastly, you can "steal" images from the web. <A TARGET=google HREF="http://images.google.com/">http://images.google.com</A> is a superb place to search for images. Once you find one, you can "right-click" on them with the mouse and choose "Save this image..." from the menu (different computers may vary slightly).
-</OL>
+<ol>
+<li>Using a digital camera, your photos will most likely already be on your computer in the right format.
+<li>You can use a scanner to scan a printed photograph. Make sure you save it as JPG or PNG format.
+<li>If you're artistic, you might draw a picture using a paint program.
+<li>Lastly, you can "steal" images from the web. <a target="google" href="http://images.google.com/">http://images.google.com</a> is a superb place to search for images. Once you find one, you can "right-click" on them with the mouse and choose "Save this image..." from the menu (different computers may vary slightly).
+</ol>
-<P>To upload the image, click the "Browse" button on this editing page, and select the image from your hard disk.
-<P>NOTE: Make sure that the file is not larger than the maximum size listed, or it will not be uploaded.
-<P>Then click "Update my Profile" at the bottom - the image file will be cropped to a square and resized down to 100x100 pixels.
-<P>When you are taken back to your profile page, the image might not appear to have changed. If this is so, just use the "Reload" button in your browser.
+<p>To upload the image, click the "Browse" button on this editing page, and select the image from your hard disk.
+<p>NOTE: Make sure that the file is not larger than the maximum size listed, or it will not be uploaded.
+<p>Then click "Update my Profile" at the bottom - the image file will be cropped to a square and resized down to 100x100 pixels.
+<p>When you are taken back to your profile page, the image might not appear to have changed. If this is so, just use the "Reload" button in your browser.
-<P ALIGN=CENTER><B>Manage Surveys using phpESP</B></P>
-<P>
+<p align="center"><b>Manage Surveys using phpESP</b></p>
+<p>
The questionnaire module uses phpESP to create and manage surveys. Use this link to manage your surveys.
-</P>
+</p>
-<P ALIGN=CENTER><B>Survey response type</B></P>
-<P>
+<p align="center"><b>Survey response type</b></p>
+<p>
If you want your users to only be able to fill out the survey once, choose "respond once".<br />
If you want them to be able to fill it out multiple times, choose "respond many".
-</P>
+</p>
-<P ALIGN=CENTER><B>Choose a survey</B></P>
-<P>
+<p align="center"><b>Choose a survey</b></p>
+<p>
Select the survey from the list of available <i>active</i> surveys available from phpESP. If your survey isn't
listed, its probably not <b>active</b>.
-</P>
+</p>
-<P ALIGN=CENTER><B>Survey response type</B></P>
-<P>
+<p align="center"><b>Survey response type</b></p>
+<p>
You can display your users' full names with each response by setting this to "fullname".<br />
You can hide your users' identities from the respones by setting this to "anonymous".
-</P>
+</p>
-<P ALIGN=CENTER><B>Questions</B></P>\r
-\r
-<P>A good way to help other people think about a subject is to \r
- ask them a question about it. Being asked a good question\r
- can really help us put information together, evaluate our\r
- existing ideas and create new ideas.</P>\r
-\r
-<P>Asking questions that are specifically intended to help \r
- others learn is known as <I>Socratic questioning</I>, named\r
- after Socrates in Ancient Greece.</P>\r
-\r
-<P>Socratic questions require you to listen very carefully\r
- to the other person to help you judge and phrase your question\r
- in a helpful, constructive, and hopefully non-confrontational way.\r
-\r
-<P>Here are some examples of such questions:</P>\r
-\r
-<!--Hidden comment: Someday I will include a great example dialogue here -->\r
-\r
-<h3>Questions of clarification</h3>\r
-<ul>\r
- <li>What do you mean when you say ______?</li>\r
- <li>What is your main point?</li>\r
- <li>How does _____ relate to _____?</li>\r
- <li>Could you put that another way?</li>\r
- <li>Let me see if I understand you; do you mean _____ or _____?</li>\r
- <li>How does this relate to our problem/discussion/issue?</li>\r
- <li>Jane, can you summarize in your own words what Richard said? ... Richard, is this what you meant?</li>\r
- <li>Could you give me an example?</li>\r
- <li>Would _____ be a good example of that?</li>\r
-</ul>\r
-<h3>Questions that probe assumptions</h3>\r
-<ul>\r
- <li>What are you assuming here?</li>\r
- <li>What is Jenny assuming?</li>\r
- <li>What could we assume instead?</li>\r
- <li>You seem to be assuming _____. Do I understand you correctly?</li>\r
- <li>All of your reasoning depends on the idea that _____. Why have you based your reasoning on _____ instead of _____?</li>\r
- <li>You seem to be assuming _____. How do you justify taking that for granted?</li>\r
- <li>Is that always the case? Why do you think the assumption holds here?</li>\r
- <li>Why would someone make that assumption? </li>\r
-</ul>\r
-<h3>Questions that probe reasons and evidence</h3>\r
-<ul>\r
- <li>Could you explain your reasons to us?</li>\r
- <li>How does that apply to this case?</li>\r
- <li>Is there a reason to doubt that evidence?</li>\r
- <li>Who is in a position to know that is true?</li>\r
- <li>What would you say to someone who said that ____?</li>\r
- <li>Can someone else give evidence to support that view?</li>\r
- <li>By what reasoning did you come to that conclusion?</li>\r
- <li>How could we find out if that is true? </li>\r
-</ul>\r
-<h3>Questions about viewpoints or perspectives </h3>\r
-<ul>\r
- <li>What are you implying by that?</li>\r
- <li>When you say _____, are you implying _____?</li>\r
- <li>But, if that happened, what else would happen as a result? Why?</li>\r
- <li>What effect would that have?</li>\r
- <li>Would that necessarily happen or only possibly/probably happen?</li>\r
- <li>What is an alternative?</li>\r
- <li>If _____ and _____ are the case, then what might also be true?</li>\r
- <li>If we say that ____ is ethical, how about _____? </li>\r
-</ul>\r
-<h3>Questions that probe implications and consequences </h3>\r
-<ul>\r
- <li>How can we find out?</li>\r
- <li>What does this question assume?</li>\r
- <li>Would _____ ask this question differently?</li>\r
- <li>How could someone settle this question?</li>\r
- <li>Can we break this question down at all?</li>\r
- <li>Is this question clear? Do we understand it?</li>\r
- <li>Is this question easy or hard to answer? Why?</li>\r
- <li>Do we all agree that this is the question?</li>\r
- <li>To answer this question, what other questions must we answer first?</li>\r
- <li>How would _____ state the issue?</li>\r
- <li>Why is this issue important?</li>\r
- <li>Is this the most important question, or is there an underlying question?</li>\r
- <li>Can you see how this might relate to ________?</li>\r
-</ul>\r
-\r
-<HR>\r
-<FONT SIZE=1><I>Questions adapted from Paul, R. (1993). Critical Thinking: How To Prepare Students for a Rapidly Changing World: Foundation for Critical Thinking, Santa Rosa, CA. </I></FONT>\r
-\r
-<p align=right><a href="help.php?file=writing.html">More info about writing</a></p>\r
-<p align=right><a href="help.php?file=reading.html">More info about reading</a></p>\r
+<p align="center"><b>Questions</b></p>
+
+
+
+<p>A good way to help other people think about a subject is to
+
+ ask them a question about it. Being asked a good question
+
+ can really help us put information together, evaluate our
+
+ existing ideas and create new ideas.</p>
+
+
+
+<p>Asking questions that are specifically intended to help
+
+ others learn is known as <i>Socratic questioning</i>, named
+
+ after Socrates in Ancient Greece.</p>
+
+
+
+<p>Socratic questions require you to listen very carefully
+
+ to the other person to help you judge and phrase your question
+
+ in a helpful, constructive, and hopefully non-confrontational way.
+
+
+
+<p>Here are some examples of such questions:</p>
+
+
+
+<!--Hidden comment: Someday I will include a great example dialogue here -->
+
+
+
+<h3>Questions of clarification</h3>
+
+<ul>
+
+ <li>What do you mean when you say ______?</li>
+
+ <li>What is your main point?</li>
+
+ <li>How does _____ relate to _____?</li>
+
+ <li>Could you put that another way?</li>
+
+ <li>Let me see if I understand you; do you mean _____ or _____?</li>
+
+ <li>How does this relate to our problem/discussion/issue?</li>
+
+ <li>Jane, can you summarize in your own words what Richard said? ... Richard, is this what you meant?</li>
+
+ <li>Could you give me an example?</li>
+
+ <li>Would _____ be a good example of that?</li>
+
+</ul>
+
+<h3>Questions that probe assumptions</h3>
+
+<ul>
+
+ <li>What are you assuming here?</li>
+
+ <li>What is Jenny assuming?</li>
+
+ <li>What could we assume instead?</li>
+
+ <li>You seem to be assuming _____. Do I understand you correctly?</li>
+
+ <li>All of your reasoning depends on the idea that _____. Why have you based your reasoning on _____ instead of _____?</li>
+
+ <li>You seem to be assuming _____. How do you justify taking that for granted?</li>
+
+ <li>Is that always the case? Why do you think the assumption holds here?</li>
+
+ <li>Why would someone make that assumption? </li>
+
+</ul>
+
+<h3>Questions that probe reasons and evidence</h3>
+
+<ul>
+
+ <li>Could you explain your reasons to us?</li>
+
+ <li>How does that apply to this case?</li>
+
+ <li>Is there a reason to doubt that evidence?</li>
+
+ <li>Who is in a position to know that is true?</li>
+
+ <li>What would you say to someone who said that ____?</li>
+
+ <li>Can someone else give evidence to support that view?</li>
+
+ <li>By what reasoning did you come to that conclusion?</li>
+
+ <li>How could we find out if that is true? </li>
+
+</ul>
+
+<h3>Questions about viewpoints or perspectives </h3>
+
+<ul>
+
+ <li>What are you implying by that?</li>
+
+ <li>When you say _____, are you implying _____?</li>
+
+ <li>But, if that happened, what else would happen as a result? Why?</li>
+
+ <li>What effect would that have?</li>
+
+ <li>Would that necessarily happen or only possibly/probably happen?</li>
+
+ <li>What is an alternative?</li>
+
+ <li>If _____ and _____ are the case, then what might also be true?</li>
+
+ <li>If we say that ____ is ethical, how about _____? </li>
+
+</ul>
+
+<h3>Questions that probe implications and consequences </h3>
+
+<ul>
+
+ <li>How can we find out?</li>
+
+ <li>What does this question assume?</li>
+
+ <li>Would _____ ask this question differently?</li>
+
+ <li>How could someone settle this question?</li>
+
+ <li>Can we break this question down at all?</li>
+
+ <li>Is this question clear? Do we understand it?</li>
+
+ <li>Is this question easy or hard to answer? Why?</li>
+
+ <li>Do we all agree that this is the question?</li>
+
+ <li>To answer this question, what other questions must we answer first?</li>
+
+ <li>How would _____ state the issue?</li>
+
+ <li>Why is this issue important?</li>
+
+ <li>Is this the most important question, or is there an underlying question?</li>
+
+ <li>Can you see how this might relate to ________?</li>
+
+</ul>
+
+
+
+<hr />
+
+<font size="1"><i>Questions adapted from Paul, R. (1993). Critical Thinking: How To Prepare Students for a Rapidly Changing World: Foundation for Critical Thinking, Santa Rosa, CA. </i></font>
+
+
+
+<p align="right"><a href="help.php?file=writing.html">More info about writing</a></p>
+
+<p align="right"><a href="help.php?file=reading.html">More info about reading</a></p>
+
-<P ALIGN=CENTER><B>Quiz attempts</B></P>
+<p align="center"><b>Quiz attempts</b></p>
-<P>Students may be allowed to have multiple attempts at a quiz.
+<p>Students may be allowed to have multiple attempts at a quiz.
-<P>This can help make the process of taking the quiz more of
+<p>This can help make the process of taking the quiz more of
an educational activity rather than simply an assessment.
-<P ALIGN=CENTER><B>Calculated questions</B></P>
+<p align="center"><b>Calculated questions</b></p>
Calculated questions offers a way to create individual numerical question by the use of wildcards that are substituted with individual values when the quiz is taken.
<br/>Below is a shrunken view of the main editing page with some example inputs:<br/>
<br/>More details on how to use these PHP-style functions can be found in the <a target="phpmathdoc" href="http://www.php.net/manual/en/ref.math.php">documentation at the PHP web site</a>
<br/><br/>
As for numerical questions it is possible to allow a margin within which all responses are accepted as correct. The "Tolerance" field is used for this. However, there are three different types of tolerances. These are <b>Relative, Nominal and Geometric</b>. If we say that the correct answer at quiz time is calculated to 200 and the tolerance is set to 0.5 then the different tolerance types work like this:
-<br/><br/><b>Relative:</B> A tolerance interval is calculated by multiplying the correct answer with 0.5, ie in this case we get 100 so for this tolerance the correct response must be between 100 and 300. (200 ± 100)<br/>
+<br/><br/><b>Relative:</b> A tolerance interval is calculated by multiplying the correct answer with 0.5, ie in this case we get 100 so for this tolerance the correct response must be between 100 and 300. (200 ± 100)<br/>
This is useful if the magnitude of the correct answer can differ greatly between different wildcard values.
<br/><br/><b>Nominal:</b> This is the simpliest tolerance type but not very powerful. The correct response must be between 199.5 and 200.5 (200 ± 0.5)<br/>
This tolerance type can be useful if the differences between different correct answers are small.
-<P ALIGN=CENTER><B>Question categories</B></P>
+<p align="center"><b>Question categories</b></p>
-<P>Rather than keeping all your questions in one big list,
+<p>Rather than keeping all your questions in one big list,
you can create categories to keep them in.
-<P>Each category consists of a name and a short description.
+<p>Each category consists of a name and a short description.
-<P>Each category can also be "published", which means
+<p>Each category can also be "published", which means
that the category (and all questions in it) will be
available to all courses on this server, so that
other courses can use your questions in their quizzes.
-<P>Categories can also be created or deleted at will.
+<p>Categories can also be created or deleted at will.
However, if you try to delete a category containing
questions, then you will be asked to specify another
category to move them to.
-<P ALIGN=CENTER><B>Show correct answers</B></P>
+<p align="center"><b>Show correct answers</b></p>
-<P>If you enable correct answers, then the
+<p>If you enable correct answers, then the
feedback will show also show the correct answer
for each question (highlighted in a bright colour).
-</P>
+</p>
-<P ALIGN=CENTER><B>Create multiple questions</B></P>
+<p align="center"><b>Create multiple questions</b></p>
-<P>This page allows you to create multiple questions at once.</P>
+<p>This page allows you to create multiple questions at once.</p>
-<P>Currently it will only allow you to create a number of
+<p>Currently it will only allow you to create a number of
Random Questions and (optionally) add them to the current
- quiz.</P>
+ quiz.</p>
-<P>Eventually this page will evolve into a larger wizard that
- will have more options.</P>
+<p>Eventually this page will evolve into a larger wizard that
+ will have more options.</p>
-<P ALIGN=CENTER><B>Description</B></P>\r
-\r
-<P>This type of question is not really a question. </p>\r
-\r
-<p>All it does is print some text without requiring any answers.</p>\r
-\r
-<P>It can be used to print a descriptive text to be used by a following group of questions.</p>\r
+<p align="center"><b>Description</b></p>
+
+
+
+<p>This type of question is not really a question. </p>
+
+
+
+<p>All it does is print some text without requiring any answers.</p>
+
+
+
+<p>It can be used to print a descriptive text to be used by a following group of questions.</p>
+
-<P ALIGN=CENTER><B>Discrimination Index</B></P>
+<p align="center"><b>Discrimination Index</b></p>
-<P>This provides a rough indicator of the performance of each item. It is calculated by counting the number of students who scored in top third on this quiz for each question and dividing this figure by the number of students who scored in the bottom third. </p>
+<p>This provides a rough indicator of the performance of each item. It is calculated by counting the number of students who scored in top third on this quiz for each question and dividing this figure by the number of students who scored in the bottom third. </p>
-<p>For example, if 30 students took the quiz, there would be 10 students each in the top third and bottom third. If, on item #1, 9 of the best students got it right, but only 3 of the poorest third got it right, the discrimination index would be 9/3 = 3.0. The numbers in parentheses are: (top third correct responses/bottom third correct responses). </P>
+<p>For example, if 30 students took the quiz, there would be 10 students each in the top third and bottom third. If, on item #1, 9 of the best students got it right, but only 3 of the poorest third got it right, the discrimination index would be 9/3 = 3.0. The numbers in parentheses are: (top third correct responses/bottom third correct responses). </p>
-<P>If the index goes below 1.0 it means that more of the weaker students got the item right than the stronger students. Such items should be discarded as worthless. In fact, they reduce the accuracy of the overall score for the quiz. </P>
+<p>If the index goes below 1.0 it means that more of the weaker students got the item right than the stronger students. Such items should be discarded as worthless. In fact, they reduce the accuracy of the overall score for the quiz. </p>
-<P>If no weak students got the item correct, the denominator would be 0 which would yield a result of infinity. The program substitutes a '10' for any such items. </P>
+<p>If no weak students got the item correct, the denominator would be 0 which would yield a result of infinity. The program substitutes a '10' for any such items. </p>
-<P ALIGN=CENTER><B>Exporting questions from a Category</B></P>
+<p align="center"><b>Exporting questions from a Category</b></p>
-<P>This function allows you to export a complete category of questions to
+<p>This function allows you to export a complete category of questions to
a text file.
<p>Please note that in many file formats some information is lost
You are advised to check exported data before using
it in a production environment.</p>
-<P>The format(s) currently supported are:</p>
+<p>The format(s) currently supported are:</p>
-<P><B>GIFT format</B></P>
+<p><b>GIFT format</b></p>
<ul>
<p>GIFT is the most comprehensive import/export format available for exporting
Moodle quiz questions to a text file. It was designed to be an easy
When was Ulysses S. Grant born?{#1822}
</pre>
-<p align=right><a href="help.php?file=formatgift.html&module=quiz">More info about the "GIFT" format</a></p>
+<p align="right"><a href="help.php?file=formatgift.html&module=quiz">More info about the "GIFT" format</a></p>
</ul>
-<P>More formats are yet to come, including WebCT, IMS QTI and whatever else
+<p>More formats are yet to come, including WebCT, IMS QTI and whatever else
Moodle users can contribute! </p>
-<P ALIGN=CENTER><B>Feedback</B></P>
+<p align="center"><b>Feedback</b></p>
-<P>If you enable quiz feedback, then students will receive
- question feedback on every answer (right or wrong).</P>
+<p>If you enable quiz feedback, then students will receive
+ question feedback on every answer (right or wrong).</p>
-<p align=center><b>Importing "Aiken" format files</b></p>
+<p align="center"><b>Importing "Aiken" format files</b></p>
<p>The Aiken format is a very simple way of creating multiple choice questions using a clear human-readable format. Here is an example of the format:</p>
<pre>
-<p align=center><b>Importing "Blackboard Quiz Format" files</b></p>
+<p align="center"><b>Importing "Blackboard Quiz Format" files</b></p>
<p>Documentation not completed</p>
-<p align=center><b>Importing "Course Test Manager" files</b></p>
+<p align="center"><b>Importing "Course Test Manager" files</b></p>
<p>Course Test Manager is an "End of Lifetime" software package from Course Technology.
It is no longer being actively developed by Course Technology. It has been replaced by
<a href="http://odbcsock.sourceforge.net/" target="_new"><b>ODBC Socket Server</b></a>. In order to import CTM databases on Linux, you must first download and install
this small network program on the Windows system that hosts your CTM databases. <b>Do not</b> follow the installation
steps outlined in the ODBC Socket Server Installation. They're more complicated than they need to be!
-Instead, follow these steps to install this program on your Windows system:</P>
+Instead, follow these steps to install this program on your Windows system:</p>
<ol><li>Go to the windows system and unzip the install file you downloaded from
<a href="http://odbcsock.sourceforge.net/" target="_new">this site</a> on the system.</li>
<li>Open the Service Manager by either going to
Start->Settings->Control Panels->Administrative Tools->Services or by right-clicking on
-<b>My Computer</b>, choosing <b>Manage</b>, then choosing <B>Services and Applications->Services</b> from
+<b>My Computer</b>, choosing <b>Manage</b>, then choosing <b>Services and Applications->Services</b> from
the right panel. You may also access the Service manager by typing <b>services.msc</b> in the Start->Run...
dialog</li>
as the IP address or hostname of the Windows server. You're going to need this information for the import process.</li>
<li>Now you may import the testbank or testbanks into moodle. Crete your quiz and go into the
-"import questions from file" process. <B>NOW HERE'S WHERE THINGS ARE DIFFERENT FOR LINUX - </B>
+"import questions from file" process. <b>NOW HERE'S WHERE THINGS ARE DIFFERENT FOR LINUX - </b>
YOU MUST SPECIFY A DUMMY FILE IN THE UPLOAD FIELD TO GET THE IMPORT PROCESS STARTED. THIS FILE <b>WILL NOT</b>
BE PROCESSED, IT'S JUST A PLACEHOLDER FOR THE IMPORT FORM. YOU WILL GET A PLACE TO SPECIFY THE WINDOWS SERVER
INFORMATION NEXT. Next, you will get a screen where you can type in the hostname for the Windows ODBC Socket Server
AND YOU'RE ABOUT TO IMPORT QUESTIONS TO MOODLE!</li>
</ol>
-<P>If you received error messages during this process, you may find this technical information useful.
+<p>If you received error messages during this process, you may find this technical information useful.
The ODBC Socket server uses port 9628 to open a socket and trade and XML query for an XML result table of
the query results. The import class parses that XML and use it just like I use a local query to do the importing.
</p>
\ No newline at end of file
-<p align=center><b>Importing custom format files</b></p>
+<p align="center"><b>Importing custom format files</b></p>
<p>Documentation not completed</p>
-<p align=center><b>Importing "GIFT" format files</b></p>
+<p align="center"><b>Importing "GIFT" format files</b></p>
<p>GIFT is the most comprehensive import format available for importing
Moodle quiz questions from a text file. It supports Multiple-Choice,
True-False, Short Answer, Matching and Numerical questions, as well as insertion
-<p align=center><b>Importing "Missing Word" format files</b></p>
+<p align="center"><b>Importing "Missing Word" format files</b></p>
<p>Documentation not completed</p>
-<p align=center><b>Importing "WebCT Quiz Format" files</b></p>
+<p align="center"><b>Importing "WebCT Quiz Format" files</b></p>
<p>The WebCT import filter is in development and does not support
all of the WebCT question types.</p>
-<P ALIGN=CENTER><B>Grading method</B></P>
+<p align="center"><b>Grading method</b></p>
-<P>When multiple attempts are allowed, there are different ways
+<p>When multiple attempts are allowed, there are different ways
you can use the grades to calculate the student's final
grade for the quiz.
-<P><B>Highest grade</B><P>
-<UL>
-<P>The final grade is the highest (best) grade in any attempt.
-</UL>
+<p><b>Highest grade</b><p>
+<ul>
+<p>The final grade is the highest (best) grade in any attempt.
+</ul>
-<P><B>Average grade</B><P>
-<UL>
-<P>The final grade is the average (simple mean) grade of all attempts.
-</UL>
+<p><b>Average grade</b><p>
+<ul>
+<p>The final grade is the average (simple mean) grade of all attempts.
+</ul>
-<P><B>First grade</B><P>
-<UL>
-<P>The final grade is the grade gained on the first attempt (other attempts are ignored).
-</UL>
+<p><b>First grade</b><p>
+<ul>
+<p>The final grade is the grade gained on the first attempt (other attempts are ignored).
+</ul>
-<P><B>Last grade</B><P>
-<UL>
-<P>The final grade is the grade gained on the most recent attempt only.
-</UL>
+<p><b>Last grade</b><p>
+<ul>
+<p>The final grade is the grade gained on the most recent attempt only.
+</ul>
-<P ALIGN=CENTER><B>Importing new questions</B></P>
+<p align="center"><b>Importing new questions</b></p>
-<P>This function allows you to import questions from
+<p>This function allows you to import questions from
external text files, uploaded through a form.
-<P>A number of file formats are supported:
+<p>A number of file formats are supported:
-<P><B>GIFT format</B></P>
+<p><b>GIFT format</b></p>
<ul>
<p>GIFT is the most comprehensive import format available for importing
Moodle quiz questions from a text file. It was designed to be an easy
When was Ulysses S. Grant born?{#1822}
</pre>
-<p align=right><a href="help.php?file=formatgift.html&module=quiz">More info about the "GIFT" format</a></p>
+<p align="right"><a href="help.php?file=formatgift.html&module=quiz">More info about the "GIFT" format</a></p>
</ul>
-<P><B>Aiken format</B></P>
+<p><b>Aiken format</b></p>
<ul>
<p>The Aiken format is a very simple way of creating multiple choice questions using a very clear human-readable format. Here is an example of the format:</p>
<pre>
ANSWER: A
</pre>
-<p align=right><a href="help.php?file=formataiken.html&module=quiz">More info about the "Aiken" format</a></p>
+<p align="right"><a href="help.php?file=formataiken.html&module=quiz">More info about the "Aiken" format</a></p>
</ul>
-<P><B>Missing Word</B></P>
-<UL>
-<P>This format only supports multiple choice questions.
+<p><b>Missing Word</b></p>
+<ul>
+<p>This format only supports multiple choice questions.
Each answer is separated with a tilde (~), and the correct answer is
prefixed with an equals sign (=). Here is an example:
-<BLOCKQUOTE>As soon as we begin to explore our body parts as infants
+<blockquote>As soon as we begin to explore our body parts as infants
we become students of {=anatomy and physiology ~reflexology
~science ~experiment}, and in a sense we remain students for life.
-</BLOCKQUOTE>
+</blockquote>
-<p align=right><a href="help.php?file=formatmissingword.html&module=quiz">More info about the "Missing Word" format</a></p>
-</UL>
+<p align="right"><a href="help.php?file=formatmissingword.html&module=quiz">More info about the "Missing Word" format</a></p>
+</ul>
-<P><B>AON</B></P>
-<UL>
-<P>This is the same as Missing Word Format, except that after importing
+<p><b>AON</b></p>
+<ul>
+<p>This is the same as Missing Word Format, except that after importing
the questions all Short-Answer questions are converted four at a time
- into Matching Questions.</P>
+ into Matching Questions.</p>
<p>Additionally, the answers of multiple-choice questions are randomly
shuffled during the import.
<p>It's named after an organisation that sponsored the development of many
quiz features</p>
-</UL>
+</ul>
-<P><B>Blackboard</B></P>
-<UL>
-<P>This module can import questions saved in Blackboard's export
-format. It relies on XML functions being compiled into your PHP.</P>
+<p><b>Blackboard</b></p>
+<ul>
+<p>This module can import questions saved in Blackboard's export
+format. It relies on XML functions being compiled into your PHP.</p>
-<p align=right><a href="help.php?file=formatblackboard.html&module=quiz">More info about the "Blackboard" format</a></p>
-</UL>
+<p align="right"><a href="help.php?file=formatblackboard.html&module=quiz">More info about the "Blackboard" format</a></p>
+</ul>
-<P><B>WebCT</B></P>
-<UL>
-<P>This module can import questions saved in WebCT's text-based format.</P>
+<p><b>WebCT</b></p>
+<ul>
+<p>This module can import questions saved in WebCT's text-based format.</p>
-<p align=right><a href="help.php?file=formatwebct.html&module=quiz">More info about the "WebCT" format<