<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/24/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kproff</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/24/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kproff"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/24/en/Special:Contributions/Kproff"/>
	<updated>2026-05-12T19:09:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/24/en/index.php?title=Database_activity_FAQ&amp;diff=105021</id>
		<title>Database activity FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/24/en/index.php?title=Database_activity_FAQ&amp;diff=105021"/>
		<updated>2014-03-21T20:16:38Z</updated>

		<summary type="html">&lt;p&gt;Kproff: /* How can I create a database in which students can only view their own entries? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Database}}&lt;br /&gt;
==Where can I download additional database presets?==&lt;br /&gt;
&lt;br /&gt;
See the Presets and See also sections in [[Building Database]] for various places with presets for download.&lt;br /&gt;
&lt;br /&gt;
==How can I add to the list of database presets available for users to choose from?==&lt;br /&gt;
&lt;br /&gt;
[[File:databasepresetsnew.png|thumb|Database presets]]&lt;br /&gt;
&lt;br /&gt;
There is one default preset, Image Gallery. It is possible to create your own presets. &lt;br /&gt;
&lt;br /&gt;
When you have created your database that you desire to set as a preset; go to the &amp;quot;Presets&amp;quot; tab of the database and choose &amp;quot;Save as preset&amp;quot;. Give the preset a name and the database fields and templates will now be available as a preset for the rest of the site. You will need site admin rights to do this.&lt;br /&gt;
&lt;br /&gt;
Please see the [[Database presets]] for other available presets you can import into your system.&lt;br /&gt;
&lt;br /&gt;
==How can I create a database in which students can only view their own entries?==&lt;br /&gt;
&lt;br /&gt;
Either:&lt;br /&gt;
*Set up the database so that entries require approval. If the entries are never approved, then only the student that added a particular entry and the teachers can view it.&lt;br /&gt;
&lt;br /&gt;
Or:&lt;br /&gt;
*Set the group mode of the database to &amp;quot;Separate groups&amp;quot; and assign each student to a separate group.&lt;br /&gt;
&lt;br /&gt;
Or:&lt;br /&gt;
*On the edit settings page, set the Maximum number of entries to most that any student would be posting and the entries required before viewing to be higher than the maximum number.&lt;br /&gt;
&lt;br /&gt;
==How can I enable a sort function by clicking on the field headings?==&lt;br /&gt;
&lt;br /&gt;
For sorting, you need to manually create the link in the template around that heading.  To find the URL you need, you can do a sort using the menus and then look in the URLs. Take out everything but the d, sort and order parameters. For example,&lt;br /&gt;
&lt;br /&gt;
http://moodle.org/mod/data/view.php?d=13&amp;amp;sort=44&amp;amp;order=ASC&lt;br /&gt;
&lt;br /&gt;
http://moodle.org/mod/data/view.php?d=13&amp;amp;sort=44&amp;amp;order=DESC&lt;br /&gt;
&lt;br /&gt;
==How can I add highlighting like on the Module and plugins page?==&lt;br /&gt;
&lt;br /&gt;
In the repeated part of the template (note onmouseover and onmouseout to change the classes):&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;tr onmouseover=&amp;quot;this.className=&#039;trhighlight&#039;&amp;quot; onmouseout=&amp;quot;this.className=&#039;trnormal&#039;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;td class=&amp;quot;c0&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&amp;lt;a href=&amp;quot;##MoreURL##&amp;quot;&amp;gt;[[Name]]&amp;lt;/a&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;td class=&amp;quot;c1&amp;quot;&amp;gt;[[Type]]&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;td class=&amp;quot;c2&amp;quot;&amp;gt;[[Requirement]]&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;td class=&amp;quot;c3&amp;quot;&amp;gt;[[Status]]&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;td class=&amp;quot;c4&amp;quot;&amp;gt;[[Summary]]&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;td align=&amp;quot;center&amp;quot; class=&amp;quot;c5&amp;quot;&amp;gt;##Edit##&amp;amp;nbsp;##Delete##&amp;amp;nbsp;##More##&amp;amp;nbsp;##Approve## &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the CSS template there are two styles:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;.trnormal td {&lt;br /&gt;
   background-color: #FFFFFF;&lt;br /&gt;
 }&lt;br /&gt;
 .trhighlight td {&lt;br /&gt;
   background-color: #EEEEEE;&lt;br /&gt;
 }&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==How can I list database information horizontally instead of vertically?==&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=74243 How can I list database information horizontally instead of vertically? Forum discussion]&lt;br /&gt;
&lt;br /&gt;
==Can&#039;t get columns to line up in list view==&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=84050 Can&#039;t get columns to line up in list view forum discussion] including moodle.org presets for download&lt;br /&gt;
&lt;br /&gt;
==How can I make an Encyclopedia database preset?==&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=87560 Encyclopedia database preset forum discussion] including encyclopedia-style preset for download&lt;br /&gt;
&lt;br /&gt;
==Is there a Time stamp for database entries?==&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;##timeadded##&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==How can I make the title of an entry into a link?==&lt;br /&gt;
&lt;br /&gt;
To make the title of an entry in list view link to the single view, add the following code to the list template:&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;quot;##moreurl##&amp;quot;&amp;gt;[[Title]]&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==How can I make email addresses clickable?==&lt;br /&gt;
&lt;br /&gt;
To make email addresses clickable, add the following code to the single template:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;quot;mailto:[[Email]]&amp;quot;&amp;gt;[[Email]]&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;Email&#039; is the text field for inputting email addresses.&lt;br /&gt;
&lt;br /&gt;
==How can I delete a file attached to a database entry?==&lt;br /&gt;
&lt;br /&gt;
There is currently no user interface for deleting a file attached to a database entry, however a workaround would be to delete the entry completely and then create a new entry without the file attached. It will however be possible to delete a file in Moodle 2.5 onwards (see MDL-7660).&lt;br /&gt;
&lt;br /&gt;
==How can I hide a database entry which was previously approved?==&lt;br /&gt;
&lt;br /&gt;
There is currently no user interface for hiding a database entry which was previously approved i.e. setting it to require approval again. However, an entry can be hidden using [[MySQL Admin]] by editing it in the &#039;&#039;data_records&#039;&#039; table and changing the approved value from 1 to 0.&lt;br /&gt;
&lt;br /&gt;
==How can I add a default sort order of entries?==&lt;br /&gt;
&lt;br /&gt;
In the Fields tab, select a default sort field, choose ascending or descending then click the Save button.&lt;br /&gt;
&lt;br /&gt;
==Why is my database so slow to show each page?==&lt;br /&gt;
&lt;br /&gt;
Try to go to &amp;quot;Administration &amp;gt; Miscellaneous &amp;gt; XMLDB editor&amp;quot; and choose &amp;quot;Check Indexes&amp;quot;. If you have any missing indexes found; upgrade your Moodle to the latest weekly build of your version; re-run the test; backup your site database and then run the suggested SQL from the test on your site database. This should speed up your database activity load times.&lt;br /&gt;
&lt;br /&gt;
==How can I prevent students from adding entries?==&lt;br /&gt;
&lt;br /&gt;
An override may be used to close/archive a database activity, or have a database in which only teachers can add entries, but students can view the entries.&lt;br /&gt;
&lt;br /&gt;
# Follow the Permissions link in the settings block under Database activity administration&lt;br /&gt;
# Remove Student from the capability [[Capabilities/mod/data:writeentry|mod/data:writeentry]] by clicking the &#039;X&#039; next to it.&lt;br /&gt;
# Click the continue button to confirm.&lt;br /&gt;
&lt;br /&gt;
==How can I empty a database / remove records from a database en masse?==&lt;br /&gt;
If your clearance is part of a general course clear-out e.g. at rollover time, you may be better off using Reset to clear all student activity (which Moodle calls &#039;user data&#039;) in one go.&lt;br /&gt;
&lt;br /&gt;
But if you just have one database to clear, read on.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Just one database to clear&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
# Log in, go to the Moodle area containing the database you want to clear out and Turn Editing On&lt;br /&gt;
# From the array of icons adjacent to your database to click the Duplicate icon (if in doubt, hover your mouse pointer over the icon to display a tooltip indicating what the icon does)&lt;br /&gt;
# Click through to Edit your duplicate, giving it a distinctive name to avoid confusion with the original. Then Save and return to the course area front page.&lt;br /&gt;
# You can then - assuming you have used Export to save all you need - delete the original.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Save some database records but delete others&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
# Log in, go to the area containing the database you want to clear out and Turn Editing On&lt;br /&gt;
# Click on the link to the database you want to clear&lt;br /&gt;
# From its Settings, click on Export to export all the records from your database into a CSV file; save that somewhere secure where you can find it again.&lt;br /&gt;
# Open the CSV file in e.g. a spreadsheet package, delete the records you don&#039;t want (easiest way may be to select all, unselect the ones you want to keep, then press delete) and remember to save.&lt;br /&gt;
# Then return to your Moodle area and use the Duplicate icon on the existing database to create an empty copy n.b. give it a distinctive name to avoid confusion with the original.&lt;br /&gt;
# Open up the new database, and from its Settings use Import to import the records you need into that.&lt;br /&gt;
# Test out (both viewing and adding). &lt;br /&gt;
# Once you&#039;re satisfied everything is working and you have saved all you need, you can delete the original copy.&lt;br /&gt;
&lt;br /&gt;
==I get an error message when importing a csv of entries==&lt;br /&gt;
One thing to try is to open up the csv file in Excel and save it again as a csv file - with another name - and then try importing it agin. Sometimes this just works :)&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
Using Moodle forum discussions:&lt;br /&gt;
&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=87005 New preset, please review, and make suggestions!] including FAQ preset for download&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=88727 Design a Database Preset for Document Sharing] including preset for download&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=55338 Look of the database module]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=61179 For those who want the display of Moodle Site&#039;s Modules and plugins]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=94854#p457252 Looking for some stellar examples of Moodle courses] including book reviews preset for download&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[de:Datenbank FAQ]]&lt;/div&gt;</summary>
		<author><name>Kproff</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/24/en/index.php?title=Safe_exam_browser&amp;diff=97769</id>
		<title>Safe exam browser</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/24/en/index.php?title=Safe_exam_browser&amp;diff=97769"/>
		<updated>2012-05-16T14:55:56Z</updated>

		<summary type="html">&lt;p&gt;Kproff: /* Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quiz}}&lt;br /&gt;
The Safe Exam Browser can work with Moodle to control what a student can do when in Moodle.  To use it, it must be enabled in &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Development &amp;gt; Experimental &amp;gt; Experimental settings&#039;&#039;. This adds the choice &#039;Require Safe Exam Browser&#039; to the &#039;Browser security&#039; field on the quiz settings form.&lt;br /&gt;
&lt;br /&gt;
The Safe Exam Browser is offered under a Mozilla Public License and uses C++ and JavaScript. &lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Safe Exam Browser is a customised web browser that must be downloaded and installed on the computer that the student uses to attempt the quiz. The restrictions placed on students are similar to those in pop-up window case, but because Safe Exam Browser is software running on the student&#039;s computer, it can do a much more effective job of restricting their actions. If you select this option: &lt;br /&gt;
&lt;br /&gt;
* Students will only be able to attempt the quiz if they are using Safe Exam Browser.&lt;br /&gt;
* The browser window will be fullscreen (without any navigation elements).&lt;br /&gt;
* The window cannot be closed until the test is submitted.&lt;br /&gt;
* Shortcuts keys such as Win, Ctrl+Alt+Del, Alt+F4, F1, Ctrl+P, Printscreen, are disabled.&lt;br /&gt;
* Copy and paste, and the context menu, are disabled.&lt;br /&gt;
* Switching to other applications is disabled.&lt;br /&gt;
* Surfing to other web sites is prohibited.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[http://www.safeexambrowser.org/ Safeexambrowser.org]&lt;br /&gt;
*MDL-19145 Moodle extension for Safe Exam Browser tracker issue&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=111732 New open source online-exam software available (with moodle-extension)] forum discussion&lt;/div&gt;</summary>
		<author><name>Kproff</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/24/en/index.php?title=Glossary_module&amp;diff=64464</id>
		<title>Glossary module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/24/en/index.php?title=Glossary_module&amp;diff=64464"/>
		<updated>2009-10-18T18:39:18Z</updated>

		<summary type="html">&lt;p&gt;Kproff: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Glossaries}}&lt;br /&gt;
&lt;br /&gt;
The [[Teacher_documentation#Activity_modules|Glossary activity]] allows participants to [[Adding/editing a glossary entry|create and maintain]] a list of definitions, like a dictionary. &lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
Glossary can be used in many ways.  The entries can be [[Viewing_a_glossary#Search_options|searched]] or [[Viewing a glossary#Browse_options|browsed]] in different formats. A glossary can be collaborative or entries only made by the teacher. Entries can be put in [[Editing glossary categories|categories]]. The [[Adding/editing_a_glossary#Automatically_link_glossary_entries|autolinking feature]], will highlight any word in the course which is located in the glossary.  Autolinking can be turned off in the quiz module. It is possible to import and export entries from one glossary to another.  Site wide (global) glossaries can be created that work in all courses. An entry can be linked to more than one key phrase.&lt;br /&gt;
&lt;br /&gt;
==Creative glossary practices==&lt;br /&gt;
&lt;br /&gt;
While a basic glossary is important, creatively applying the glossary can really make an impact on your class.&lt;br /&gt;
&lt;br /&gt;
===Collaborative glossaries===&lt;br /&gt;
&lt;br /&gt;
Instead of creating a glossary on your own, why not have the students create them as they encounter unfamiliar terms? A collaborative glossary can serve as a focal point for collaboration in a course. Each member of the class could be assigned to contribute a term, a definition, or comments on submitted definitions. Multiple definitions can be rated by you and by the students, with the highest-rated definitions accepted for the final class glossary.&lt;br /&gt;
&lt;br /&gt;
When students are responsible for creating the definitions, they are much more likely to remember the word and the correct definition. Engaging in the process of learning, debating, and refining a glossary can go a long way toward helping students begin using new terms.&lt;br /&gt;
&lt;br /&gt;
You can also structure multiple glossaries over the course of a semester. Break them up by unit, chapter, week, or any other organizational structure.&lt;br /&gt;
&lt;br /&gt;
If you have a large class, assign student teams to come up with definitions and answers. One strategy for managing large courses is to make each team responsible for one week’s worth of definitions, while all the other teams must rate and comment. Alternatively, each team could be responsible for one definition per chapter and then rate and comment on the other teams’ work.&lt;br /&gt;
&lt;br /&gt;
===Credit for word use===&lt;br /&gt;
This is a combination strategy using the forum and the auto-linking feature of the glossary. After you and your students have defined the glossary terms, it’s important for students to begin practising using the words in realistic contexts. Students, however, are usually reluctant to experiment with new terms. With the auto-linking feature, it’s easy to spot when a glossary word has been used in a forum or in a posting on the web site.&lt;br /&gt;
To encourage word use, assign a portion of the credit students receive for their forum postings for correct use of glossary terms. As you or other students rate posts, you can quickly scan for highlighted glossary words and award points for usage. You may even want to break the score down further. Perhaps award one point for using the word and two points for using it correctly.&lt;br /&gt;
&lt;br /&gt;
==Links to glossary terms==&lt;br /&gt;
* In places such as forum posts and quizzes, terms will be automatically highlighted and linked if they are in the glossary. Sometimes, this may be unwanted. To avoid this on a case-by-case basis, use &amp;lt;pre&amp;gt;&amp;lt;nolink&amp;gt;...term...&amp;lt;/nolink&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* A shortcut for doing this is CTRL-ALT-N&lt;br /&gt;
* See also: [[Quiz FAQ#How can I turn off glossary auto-linking in a quiz?]] for more ways to prevent auto-linking.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*[[Using Moodle book]] Chapter 8: Glossaries&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=54403 Any creative ideas/ stories for using glossaries] forum discussion&lt;br /&gt;
*[http://demo.moodle.org/course/view.php?id=604 Exchange Samples] in the Moodle Demo site for glossaries shared in the Moodle Exchange set up to look at.  &lt;br /&gt;
&lt;br /&gt;
[[Category:Modules]]&lt;br /&gt;
&lt;br /&gt;
[[de:Glossar]]&lt;br /&gt;
[[es:Glosarios]]&lt;br /&gt;
[[eu:Glosategiak]]&lt;br /&gt;
[[fr:Glossaire]]&lt;br /&gt;
[[nl:Woordenlijst]]&lt;br /&gt;
[[ja:用語集モジュール]]&lt;/div&gt;</summary>
		<author><name>Kproff</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/24/en/index.php?title=Glossary_module&amp;diff=60631</id>
		<title>Glossary module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/24/en/index.php?title=Glossary_module&amp;diff=60631"/>
		<updated>2009-07-28T02:36:03Z</updated>

		<summary type="html">&lt;p&gt;Kproff: /* Collaborative glossaries */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Glossaries}}&lt;br /&gt;
&lt;br /&gt;
The [[Teacher_documentation#Activity_modules|Glossary activity]] allows participants to [[Adding/editing a glossary entry|create and maintain]] a list of definitions, like a dictionary. &lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
Glossary can be used in many ways.  The entries can be [[Viewing_a_glossary#Search_options|searched]] or [[Viewing a glossary#Browse_options|browsed]] in different formats. A glossary can be collaborative or entries only made by the teacher. Entries can be put in [[Editing glossary categories|categories]]. The [[Adding/editing_a_glossary#Automatically_link_glossary_entries|autolinking feature]], will highlight any word in the course which is located in the glossary.  Autolinking can be turned off in the quiz module. It is possible to import and export entries from one glossary to another.  Site wide (global) glossaries can be created that work in all courses. An entry can be linked to more than one key phrase.&lt;br /&gt;
&lt;br /&gt;
==Creative glossary practices==&lt;br /&gt;
&lt;br /&gt;
While a basic glossary is important, creatively applying the glossary can really make an impact on your class.&lt;br /&gt;
&lt;br /&gt;
===Collaborative glossaries===&lt;br /&gt;
&lt;br /&gt;
Instead of creating a glossary on your own, why not have the students create them as they encounter unfamiliar terms? A collaborative glossary can serve as a focal point for collaboration in a course. Each member of the class could be assigned to contribute a term, a definition, or comments on submitted definitions. Multiple definitions can be rated by you and by the students, with the highest-rated definitions accepted for the final class glossary.&lt;br /&gt;
&lt;br /&gt;
When students are responsible for creating the definitions, they are much more likely to remember the word and the correct definition. Engaging in the process of learning, debating, and refining a glossary can go a long way toward helping students begin using new terms.&lt;br /&gt;
&lt;br /&gt;
You can also structure multiple glossaries over the course of a semester. Break them up by unit, chapter, week, or any other organizational structure.&lt;br /&gt;
&lt;br /&gt;
If you have a large class, assign student teams to come up with definitions and answers. One strategy for managing large courses is to make each team responsible for one week’s worth of definitions, while all the other teams must rate and comment. Alternatively, each team could be responsible for one definition per chapter and then rate and comment on the other teams’ work.&lt;br /&gt;
&lt;br /&gt;
===Credit for word use===&lt;br /&gt;
This is a combination strategy using the forum and the auto-linking feature of the glossary. After you and your students have defined the glossary terms, it’s important for students to begin practising using the words in realistic contexts. Students, however, are usually reluctant to experiment with new terms. With the auto-linking feature, it’s easy to spot when a glossary word has been used in a forum or in a posting on the web site.&lt;br /&gt;
To encourage word use, assign a portion of the credit students receive for their forum postings for correct use of glossary terms. As you or other students rate posts, you can quickly scan for highlighted glossary words and award points for usage. You may even want to break the score down further. Perhaps award one point for using the word and two points for using it correctly.&lt;br /&gt;
&lt;br /&gt;
==Links to glossary terms==&lt;br /&gt;
* In places such as forum posts and quizzes, terms will be automatically highlighted and linked if they are in the glossary. Sometimes, this may be unwanted. To avoid this on a case-by-case basis, use &amp;lt;pre&amp;gt;&amp;lt;nolink&amp;gt;...term...&amp;lt;/nolink&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* A shortcut for doing this is CTRL-ALT-N&lt;br /&gt;
* See also: [[Quiz FAQ#How can I turn off glossary auto-linking in a quiz?]] for more ways to prevent auto-linking.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*[[Using Moodle book]] Chapter 8: Glossaries&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=54403 Any creative ideas/ stories for using glossaries] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[Category:Modules]]&lt;br /&gt;
&lt;br /&gt;
[[de:Glossar]]&lt;br /&gt;
[[es:Glosarios]]&lt;br /&gt;
[[eu:Glosategiak]]&lt;br /&gt;
[[fr:Glossaire]]&lt;br /&gt;
[[nl:Woordenlijst]]&lt;br /&gt;
[[ja:用語集モジュール]]&lt;/div&gt;</summary>
		<author><name>Kproff</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/24/en/index.php?title=Glossary_module&amp;diff=60630</id>
		<title>Glossary module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/24/en/index.php?title=Glossary_module&amp;diff=60630"/>
		<updated>2009-07-28T02:33:07Z</updated>

		<summary type="html">&lt;p&gt;Kproff: /* Collaborative glossaries */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Glossaries}}&lt;br /&gt;
&lt;br /&gt;
The [[Teacher_documentation#Activity_modules|Glossary activity]] allows participants to [[Adding/editing a glossary entry|create and maintain]] a list of definitions, like a dictionary. &lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
Glossary can be used in many ways.  The entries can be [[Viewing_a_glossary#Search_options|searched]] or [[Viewing a glossary#Browse_options|browsed]] in different formats. A glossary can be collaborative or entries only made by the teacher. Entries can be put in [[Editing glossary categories|categories]]. The [[Adding/editing_a_glossary#Automatically_link_glossary_entries|autolinking feature]], will highlight any word in the course which is located in the glossary.  Autolinking can be turned off in the quiz module. It is possible to import and export entries from one glossary to another.  Site wide (global) glossaries can be created that work in all courses. An entry can be linked to more than one key phrase.&lt;br /&gt;
&lt;br /&gt;
==Creative glossary practices==&lt;br /&gt;
&lt;br /&gt;
While a basic glossary is important, creatively applying the glossary can really make an impact on your class.&lt;br /&gt;
&lt;br /&gt;
===Collaborative glossaries===&lt;br /&gt;
&lt;br /&gt;
Instead of creating a glossary on your own, why not have the students create them as they encounter unfamiliar terms? A collaborative glossary can serve as a focal point for collaboration in a course. Each member of the class could be assigned to contribute a term, a definition, or comments on submitted definitions. Multiple definitions can be rated by you and by the students, with the highest-rated definitions accepted for the final class glossary.&lt;br /&gt;
&lt;br /&gt;
When students are responsible for creating the definitions, they are much more likely to remember the word and the correct definition. Engaging in the process of learning, debating, and refining a glossary can go a long way toward helping students begin using new terms.&lt;br /&gt;
&lt;br /&gt;
You can also structure multiple glossaries over the course of a semester. Break them up by unit, chapter, week, or any other organizational structure.&lt;br /&gt;
&lt;br /&gt;
If you have a large class, assign student teams to come up with definitions and answers. One strategy for managing large courses is to make each team responsible for one week’s worth of definitions, while all the other teams must rate and comment. Alternatively, each team could be responsible for one definition per chapter and then rate and comment on the other teams’ work.&lt;br /&gt;
&lt;br /&gt;
Glossaries can also be used for other activities than sharing vocabulary tasks such as  sharing student postings and then other students can use the comment feature to share their ideas, peer review, etc.  This could include book reports, biographies of famous people in your subject area, favorite websites for research or other class activities, mini research projects displayed to provide information for the rest of the class (ex. parts of the body), etc.  (ideas from Using Moodle forum [[http://moodle.org/mod/forum/discuss.php?d=54403]])&lt;br /&gt;
&lt;br /&gt;
===Credit for word use===&lt;br /&gt;
This is a combination strategy using the forum and the auto-linking feature of the glossary. After you and your students have defined the glossary terms, it’s important for students to begin practising using the words in realistic contexts. Students, however, are usually reluctant to experiment with new terms. With the auto-linking feature, it’s easy to spot when a glossary word has been used in a forum or in a posting on the web site.&lt;br /&gt;
To encourage word use, assign a portion of the credit students receive for their forum postings for correct use of glossary terms. As you or other students rate posts, you can quickly scan for highlighted glossary words and award points for usage. You may even want to break the score down further. Perhaps award one point for using the word and two points for using it correctly.&lt;br /&gt;
&lt;br /&gt;
==Links to glossary terms==&lt;br /&gt;
* In places such as forum posts and quizzes, terms will be automatically highlighted and linked if they are in the glossary. Sometimes, this may be unwanted. To avoid this on a case-by-case basis, use &amp;lt;pre&amp;gt;&amp;lt;nolink&amp;gt;...term...&amp;lt;/nolink&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* A shortcut for doing this is CTRL-ALT-N&lt;br /&gt;
* See also: [[Quiz FAQ#How can I turn off glossary auto-linking in a quiz?]] for more ways to prevent auto-linking.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*[[Using Moodle book]] Chapter 8: Glossaries&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=54403 Any creative ideas/ stories for using glossaries] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[Category:Modules]]&lt;br /&gt;
&lt;br /&gt;
[[de:Glossar]]&lt;br /&gt;
[[es:Glosarios]]&lt;br /&gt;
[[eu:Glosategiak]]&lt;br /&gt;
[[fr:Glossaire]]&lt;br /&gt;
[[nl:Woordenlijst]]&lt;br /&gt;
[[ja:用語集モジュール]]&lt;/div&gt;</summary>
		<author><name>Kproff</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/24/en/index.php?title=Glossary_module&amp;diff=60629</id>
		<title>Glossary module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/24/en/index.php?title=Glossary_module&amp;diff=60629"/>
		<updated>2009-07-28T02:30:54Z</updated>

		<summary type="html">&lt;p&gt;Kproff: /* Collaborative glossaries */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Glossaries}}&lt;br /&gt;
&lt;br /&gt;
The [[Teacher_documentation#Activity_modules|Glossary activity]] allows participants to [[Adding/editing a glossary entry|create and maintain]] a list of definitions, like a dictionary. &lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
Glossary can be used in many ways.  The entries can be [[Viewing_a_glossary#Search_options|searched]] or [[Viewing a glossary#Browse_options|browsed]] in different formats. A glossary can be collaborative or entries only made by the teacher. Entries can be put in [[Editing glossary categories|categories]]. The [[Adding/editing_a_glossary#Automatically_link_glossary_entries|autolinking feature]], will highlight any word in the course which is located in the glossary.  Autolinking can be turned off in the quiz module. It is possible to import and export entries from one glossary to another.  Site wide (global) glossaries can be created that work in all courses. An entry can be linked to more than one key phrase.&lt;br /&gt;
&lt;br /&gt;
==Creative glossary practices==&lt;br /&gt;
&lt;br /&gt;
While a basic glossary is important, creatively applying the glossary can really make an impact on your class.&lt;br /&gt;
&lt;br /&gt;
===Collaborative glossaries===&lt;br /&gt;
&lt;br /&gt;
Instead of creating a glossary on your own, why not have the students create them as they encounter unfamiliar terms? A collaborative glossary can serve as a focal point for collaboration in a course. Each member of the class could be assigned to contribute a term, a definition, or comments on submitted definitions. Multiple definitions can be rated by you and by the students, with the highest-rated definitions accepted for the final class glossary.&lt;br /&gt;
&lt;br /&gt;
When students are responsible for creating the definitions, they are much more likely to remember the word and the correct definition. Engaging in the process of learning, debating, and refining a glossary can go a long way toward helping students begin using new terms.&lt;br /&gt;
&lt;br /&gt;
You can also structure multiple glossaries over the course of a semester. Break them up by unit, chapter, week, or any other organizational structure.&lt;br /&gt;
&lt;br /&gt;
If you have a large class, assign student teams to come up with definitions and answers. One strategy for managing large courses is to make each team responsible for one week’s worth of definitions, while all the other teams must rate and comment. Alternatively, each team could be responsible for one definition per chapter and then rate and comment on the other teams’ work.&lt;br /&gt;
&lt;br /&gt;
Glossaries can also be used for other activities than sharing vocabulary tasks such as  sharing student postings and then other students can use the comment feature to share their ideas, peer review, etc.  This could include book reports, biographies of famous people in your subject area, favorite websites for research or other class activities, mini research projects displayed to provide information for the rest of the class, etc.  (ideas from Using Moodle forum [[http://moodle.org/mod/forum/discuss.php?d=54403]])&lt;br /&gt;
&lt;br /&gt;
===Credit for word use===&lt;br /&gt;
This is a combination strategy using the forum and the auto-linking feature of the glossary. After you and your students have defined the glossary terms, it’s important for students to begin practising using the words in realistic contexts. Students, however, are usually reluctant to experiment with new terms. With the auto-linking feature, it’s easy to spot when a glossary word has been used in a forum or in a posting on the web site.&lt;br /&gt;
To encourage word use, assign a portion of the credit students receive for their forum postings for correct use of glossary terms. As you or other students rate posts, you can quickly scan for highlighted glossary words and award points for usage. You may even want to break the score down further. Perhaps award one point for using the word and two points for using it correctly.&lt;br /&gt;
&lt;br /&gt;
==Links to glossary terms==&lt;br /&gt;
* In places such as forum posts and quizzes, terms will be automatically highlighted and linked if they are in the glossary. Sometimes, this may be unwanted. To avoid this on a case-by-case basis, use &amp;lt;pre&amp;gt;&amp;lt;nolink&amp;gt;...term...&amp;lt;/nolink&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* A shortcut for doing this is CTRL-ALT-N&lt;br /&gt;
* See also: [[Quiz FAQ#How can I turn off glossary auto-linking in a quiz?]] for more ways to prevent auto-linking.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*[[Using Moodle book]] Chapter 8: Glossaries&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=54403 Any creative ideas/ stories for using glossaries] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[Category:Modules]]&lt;br /&gt;
&lt;br /&gt;
[[de:Glossar]]&lt;br /&gt;
[[es:Glosarios]]&lt;br /&gt;
[[eu:Glosategiak]]&lt;br /&gt;
[[fr:Glossaire]]&lt;br /&gt;
[[nl:Woordenlijst]]&lt;br /&gt;
[[ja:用語集モジュール]]&lt;/div&gt;</summary>
		<author><name>Kproff</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/24/en/index.php?title=Features&amp;diff=34329</id>
		<title>Features</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/24/en/index.php?title=Features&amp;diff=34329"/>
		<updated>2008-03-31T02:27:07Z</updated>

		<summary type="html">&lt;p&gt;Kproff: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Update}}{{About Moodle}}&lt;br /&gt;
Moodle is an active and evolving product. This page lists just some of the many features it contains:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Overall design ==&lt;br /&gt;
Moodle&#039;s overall design:&lt;br /&gt;
*  Promotes a social constructionist pedagogy (collaboration, activities, critical reflection, etc)&lt;br /&gt;
* Suitable for 100% online classes as well as supplementing face-to-face learning&lt;br /&gt;
* Simple, lightweight, efficient, compatible, low-tech browser interface&lt;br /&gt;
* Easy to install on almost any platform that supports PHP. Requires only one database (and can share it).&lt;br /&gt;
* Full database abstraction supports all major brands of database (except for initial table definition)&lt;br /&gt;
* Course listing shows descriptions for every course on the server, including accessibility to guests.&lt;br /&gt;
* Courses can be categorised and searched - one Moodle site can support thousands of courses&lt;br /&gt;
* Emphasis on strong security throughout. Forms are all checked, data validated, cookies encrypted etc&lt;br /&gt;
* Most text entry areas (resources, forum postings etc) can be edited using an embedded WYSIWYG HTML editor&lt;br /&gt;
&lt;br /&gt;
== Site management ==&lt;br /&gt;
&lt;br /&gt;
*Site is managed by an [[Administrator|administrator]] user &lt;br /&gt;
*Site is defined during setup. Defaults can be edited during setup or globally accepted&lt;br /&gt;
*Site can be modified by a robust [[Site administration block]].&lt;br /&gt;
* Plug-in [[Themes|&amp;quot;themes&amp;quot;]] allow the administrator to customize the site colors, fonts, layout etc to suit local needs&lt;br /&gt;
* Plug-in [[:Category:Contributed code|activity modules]] can be added to existing Moodle installations&lt;br /&gt;
* Plug-in language packs allow full localization to any language. These can be [[Language editing|edited]] using a built-in web-based editor. Currently there are language packs for over [http://download.moodle.org/lang/ 70 languages].&lt;br /&gt;
* The code is clearly-written PHP under a GPL license - easy to modify to suit your needs&lt;br /&gt;
&lt;br /&gt;
== User management ==&lt;br /&gt;
===Overview===&lt;br /&gt;
* Goals are to reduce admin involvement to a minimum, while retaining high security&lt;br /&gt;
* Supports a range of authentication mechanisms through plug-in authentication modules, allowing easy integration with existing systems.&lt;br /&gt;
* Standard email method: students can create their own login accounts. Email addresses are verified by confirmation.&lt;br /&gt;
* LDAP method: account logins can be checked against an LDAP server. Admin can specify which fields to use.&lt;br /&gt;
* IMAP, POP3, NNTP: account logins are checked against a mail or news server. SSL, certificates and TLS are supported.&lt;br /&gt;
* Students are encouraged to build an online profile including photos, description. Email addresses can be protected from display if required.&lt;br /&gt;
* Every user can specify their own timezone, and every date in Moodle is translated to that timezone (e.g. posting dates, assignment due dates etc)&lt;br /&gt;
* Every user can choose the language used for the Moodle interface (English, French, German, Spanish, Portuguese etc)&lt;br /&gt;
&lt;br /&gt;
===[[Enrolment_plugins|Enrolment]]===&lt;br /&gt;
* Teachers can add an &amp;quot;[[enrolment_key|enrolment key]]&amp;quot; to their courses to keep out non-students. They can give out this key face-to-face or via personal email etc&lt;br /&gt;
* Teachers can [[Students#Manual_enrol|enrol students manually]] if desired&lt;br /&gt;
* Teachers can [[Students#Manual_unenrol|unenrol students manually]] if desired, otherwise they are automatically unenrolled after a certain period of inactivity (set by the admin)&lt;br /&gt;
* [[External_database|External database]]: any database containing at least two fields can be used as an external authentication source.&lt;br /&gt;
* Each person requires only one account for the whole server - each account can have different access&lt;br /&gt;
* [[Metacourses|Meta courses]] can group related courses so participants can interact with each other&lt;br /&gt;
&lt;br /&gt;
===Roles ===&lt;br /&gt;
* Roles for specific participants can be defined for each course&lt;br /&gt;
* An admin account controls the creation of courses and creates teachers by assigning users to courses&lt;br /&gt;
* Course creators can create courses, teach in them, and assign others to teacher roles.&lt;br /&gt;
* Teachers are a role in a specific course.&lt;br /&gt;
* Non-editing teacher roles are available for adjuncts, and part-time tutors.&lt;br /&gt;
&lt;br /&gt;
== Course management ==&lt;br /&gt;
===Overview===&lt;br /&gt;
*  A full teacher has full control over all settings for a course, including restricting other teachers&lt;br /&gt;
* Choice of course formats such as by week, by topic or a discussion-focussed social format&lt;br /&gt;
* Course Themes. A course can have its own theme of colors and layout.&lt;br /&gt;
* Flexible array of course activities - Forums, Quizzes, Glossaries, Resources, Choices, Surveys, Assignments, Chats, Workshops&lt;br /&gt;
* Groups - teacher(s) and students can be placed in one or more groups&lt;br /&gt;
* Recent changes to the course since the last login can be displayed on the course home page - helps give sense of community&lt;br /&gt;
* Most text entry areas (resources, forum postings etc) can be edited using an embedded WYSIWYG HTML editor&lt;br /&gt;
* All grades for Forums, Quizzes and Assignments can be viewed on one page (and downloaded as a spreadsheet file)&lt;br /&gt;
* Full user logging and tracking - activity reports for each student are available with graphs and details about each module (last access, number of times read) as well as a detailed &amp;quot;story&amp;quot; of each students involvement including postings etc on one page.&lt;br /&gt;
* Mail integration - copies of forum posts, teacher feedback etc can be mailed in HTML or plain text.&lt;br /&gt;
* Custom scales - teachers can define their own scales to be used for grading forums and assignments&lt;br /&gt;
* Courses can be packaged as a single zip file using the Backup function. These can be restored on any Moodle server.&lt;br /&gt;
&lt;br /&gt;
=== Assignment Module ===&lt;br /&gt;
&lt;br /&gt;
* Assignments can be specified with a due date and a maximum grade.&lt;br /&gt;
* Students can upload their assignments (any file format) to the server - they are date-stamped.&lt;br /&gt;
* Late assignments are allowed, but the amount of lateness is shown clearly to the teacher&lt;br /&gt;
* For each particular assignment, the whole class can be assessed (grade and comment) on one page in one form.&lt;br /&gt;
* Teacher feedback is appended to the assignment page for each student, and notification is mailed out.&lt;br /&gt;
* The teacher can choose to allow resubmission of assignments after grading (for regrading)&lt;br /&gt;
* Allowing resubmissions can allow the teacher to progress monitor student projects/assignments as they evolve.&lt;br /&gt;
* Advanced assignments can allow multiple files to be uploaded. This could keep together preplanning maps, outlines, research papers and presentations. (Not for beginners)&lt;br /&gt;
&lt;br /&gt;
=== [[Chats|Chat Module]] ===&lt;br /&gt;
&lt;br /&gt;
* Allows smooth, synchronous text interaction&lt;br /&gt;
* Includes profile pictures in the chat window&lt;br /&gt;
* Supports URLs, smilies, embedded HTML, images etc&lt;br /&gt;
* All sessions are logged for later viewing, and these can also be made available to students&lt;br /&gt;
&lt;br /&gt;
=== Choice Module ===&lt;br /&gt;
&lt;br /&gt;
* Like a poll. Can either be used to vote on something, or to get feedback from every student (eg research consent)&lt;br /&gt;
* Teacher sees intuitive table view of who chose what&lt;br /&gt;
* Students can optionally be allowed to see an up-to-date graph of results&lt;br /&gt;
&lt;br /&gt;
=== Forum Module ===&lt;br /&gt;
&lt;br /&gt;
* Different types of forums are available, such as teacher-only, course news, open-to-all, and one-thread-per-user.&lt;br /&gt;
* All postings have the authors photo attached.&lt;br /&gt;
* Discussions can be viewed nested, flat or threaded, oldest or newest first.&lt;br /&gt;
* Individual forums can be subscribed to by each person so that copies are forwarded via email, or the teacher can force subscription for all&lt;br /&gt;
* The teacher can choose not to allow replies (eg for an announcements-only forum)&lt;br /&gt;
* Discussion threads can be easily moved between forums by the teacher&lt;br /&gt;
* Attached images are shown inline&lt;br /&gt;
* If forum ratings are being used, these can be restricted to a range of dates&lt;br /&gt;
===Glossary Module===&lt;br /&gt;
*This is one of the modules that best illustrates the way that Moodle can fundamentally improve upon the experience of a traditional classroom&lt;br /&gt;
*When students contribute to a course in a public place like the glossary, their ideas are given weight and attention and often result in a greater pride or ownership of the assignment&lt;br /&gt;
*Allows participants to create and maintain a list of definitions, like a dictionary&lt;br /&gt;
*Student entries can be previewed by instructors before publishing&lt;br /&gt;
*Entries can be searched or browsed using alphabet, category, date, and author&lt;br /&gt;
*A glossary of terms can be easily referenced by students&lt;br /&gt;
*Almost any module of Moodle can be set to hyperlink - automatically - to any word or phrase that is stored in or added to the glossary&lt;br /&gt;
*Glossary items can be grouped in categories&lt;br /&gt;
*Participants can comment on glossary entries&lt;br /&gt;
*Entries can be rated using teacher-defined scales&lt;br /&gt;
*Glossaries can be easily exported and imported via xml&lt;br /&gt;
*Glossaries can be fully searched&lt;br /&gt;
*Glossaries can be viewed with different display formats&lt;br /&gt;
&lt;br /&gt;
=== Lesson Module ===&lt;br /&gt;
*A lesson is a series of pages which can be presented in a linear fashion, like a slide show, or in a non-linear, branching manner, or in a combination of the two.&lt;br /&gt;
*Navigation through the lesson can be straight forward or complex, logical or random&lt;br /&gt;
*Pages can allow students choices through answers to teacher directed questions or descriptions &lt;br /&gt;
*Each choice can be associated with jumps that link to other tables&lt;br /&gt;
*Offers different scoring and grading potentials&lt;br /&gt;
*Interfaces with Grade and Glossary modules&lt;br /&gt;
*Lessons can build upon each other through conditional dependencies upon one another&lt;br /&gt;
*Question pages include Multiple choice, Multi-answer, T/F, numeric, short answer and essay.&lt;br /&gt;
*Pages can be imported either as questions in a variety of formats or from PowerPoints&lt;br /&gt;
*Student attempts, time limits, minimum score and retakes can be set.&lt;br /&gt;
*Page content is HTML compatible, with a full set of edit tools for the teacher&lt;br /&gt;
*Students may see progress bars, running score, reinforcement to student questions&lt;br /&gt;
*Password, start and end times, and other restrictions can be placed on students.&lt;br /&gt;
&lt;br /&gt;
=== Quiz Module ===&lt;br /&gt;
* Teachers can define a database of questions for re-use in different quizzes&lt;br /&gt;
* Questions can be stored in categories for easy access, and these categories can be &amp;quot;published&amp;quot; to make them accessible from any course on the site.&lt;br /&gt;
* Quizzes are automatically graded, and can be re-graded if questions are modified&lt;br /&gt;
* Quizzes can have a limited time window outside of which they are not available&lt;br /&gt;
* At the teacher&#039;s option, quizzes can be attempted multiple times, and can show feedback and/or correct answers&lt;br /&gt;
* Quiz questions and quiz answers can be shuffled (randomised) to reduce cheating&lt;br /&gt;
* Questions allow HTML and images&lt;br /&gt;
* Questions can be imported from external text files&lt;br /&gt;
* Quizzes can be attempted multiple times, if desired&lt;br /&gt;
* Attempts can be cumulative, if desired, and finished over several sessions&lt;br /&gt;
* Multiple-choice questions supporting single or multiple answers&lt;br /&gt;
* Short Answer questions (words or phrases)&lt;br /&gt;
* True-False questions&lt;br /&gt;
* Matching questions&lt;br /&gt;
* Random questions&lt;br /&gt;
* Numerical questions (with allowable ranges)&lt;br /&gt;
* Embedded-answer questions (cloze style) with answers within passages of text&lt;br /&gt;
* Embedded descriptive text and graphics&lt;br /&gt;
&lt;br /&gt;
=== Resource Module ===&lt;br /&gt;
&lt;br /&gt;
* Supports display of any electronic content, Word, Powerpoint, Flash, Video, Sounds etc. that are stored locally, or remotely&lt;br /&gt;
* Files can be uploaded and managed (zipped, unzipped, renamed, moved, etc..) on the server&lt;br /&gt;
* Folders can be created and managed on the server and linked to&lt;br /&gt;
* Internal web pages (html formatted) can be created with WYSIWYG editor and linked to&lt;br /&gt;
* Internal text pages (no formatting) can be created and linked to&lt;br /&gt;
* External content on the web can be linked to or seamlessly included within the course interface.&lt;br /&gt;
* External web applications can be linked to with data passed to them&lt;br /&gt;
* Linked MP3 audio files will display with elegant flash player&lt;br /&gt;
&lt;br /&gt;
=== Survey Module ===&lt;br /&gt;
&lt;br /&gt;
* Built-in surveys (COLLES, ATTLS) have been proven as instruments for analysing online classes&lt;br /&gt;
* Online survey reports always available, including many graphs. Data is downloadable as an Excel spreadsheet or CSV text file.&lt;br /&gt;
* Survey interface prevents partly-finished surveys.&lt;br /&gt;
* Feedback is provided to the student of their results compared to the class averages&lt;br /&gt;
&lt;br /&gt;
=== Wiki Module===&lt;br /&gt;
*Wiki is a web page that anyone can add to or edit&lt;br /&gt;
*It enables documents to be authored collectively and supports collaborative learning&lt;br /&gt;
*Old versions are not deleted and may be restored if required&lt;br /&gt;
&lt;br /&gt;
=== Workshop Module ===&lt;br /&gt;
&lt;br /&gt;
* Allows peer assessement of documents, and the teacher can manage and grade the assessment.&lt;br /&gt;
* Supports a wide range of possible grading scales&lt;br /&gt;
* Teacher can provide sample documents for students to practice grading&lt;br /&gt;
* Very flexible with many options.&lt;br /&gt;
&lt;br /&gt;
[[es:Características]]&lt;br /&gt;
[[fr:Fonctionnalités]]&lt;br /&gt;
[[pt:Características do Moodle]]&lt;/div&gt;</summary>
		<author><name>Kproff</name></author>
	</entry>
</feed>