<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/19/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hintbw</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/19/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hintbw"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/Special:Contributions/Hintbw"/>
	<updated>2026-05-13T01:41:49Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Development_talk:NWiki_roadmap&amp;diff=22780</id>
		<title>Development talk:NWiki roadmap</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Development_talk:NWiki_roadmap&amp;diff=22780"/>
		<updated>2007-04-26T22:25:58Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I just want to put my own 2 cents.  I would agree with the above posters that discussion forums, grading, and rating are all critical elements to effective wiki use in Moodle.  In particular I think the lack of discussion forums in the current wiki is a shortcoming because it forces the collaboration to go outside of the wiki (which can be limiting to the whole collaborative process).&lt;br /&gt;
&lt;br /&gt;
The grading/rating options are also terrific ways to help a teacher assess the results of the collaboration.&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Certificate_module&amp;diff=21192</id>
		<title>Certificate module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Certificate_module&amp;diff=21192"/>
		<updated>2007-03-07T04:32:16Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: added note about Show Grades requirement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Moodle 1.6}}&lt;br /&gt;
{{Moodle 1.7}}&lt;br /&gt;
The &#039;&#039;&#039;Certificate module&#039;&#039;&#039; creates PDF certificates/diplomas for students of the course and is completely customizable. You can add borders, watermarks, seals and even show grade information. It was originally created by Hugo Salgado, July, 2004, updated by David T. Cannon, July, 2005 to use FPDF and include printing grades, updated and currently maintained by [http://moodle.org/user/view.php?id=3239&amp;amp;course=5 Chardelle Bush] to include backup/restore, types, reporting, emailing, unicode support, etc.&lt;br /&gt;
&lt;br /&gt;
There are different certificate modules for 1.6 and 1.7.  They are not compatible.   These instructions were written for 1.6.   &lt;br /&gt;
&lt;br /&gt;
==Installing==&lt;br /&gt;
#Download and Unpack the Certificate zip file in a temporary area, keep the paths&lt;br /&gt;
#Find the folder that is called &amp;quot;Certificate&amp;quot; in the unpacked area&lt;br /&gt;
#Copy that folder to your moodle mod folder located for example at yourhost\moodle\mod . This will include folders db,docs and all the subfolders located under pics.&lt;br /&gt;
#Copy the file called &amp;quot;certificate.php&amp;quot; in the folder called &amp;quot;yourLangfolder&amp;quot; to your language folder, for example yourhost\moodle\lang\en. Note:  It is not necessary to move the lang file into the Moodle lang folder, the certificate lang folder can stay in the mod/certificate folder.&lt;br /&gt;
#Go to your Moodle, open up the administation block, configuration. Moodle knows something has been added and it will proceed to install the certificate plugin module.&lt;br /&gt;
&lt;br /&gt;
==Settings==&lt;br /&gt;
Help buttons give more information about each setting.&lt;br /&gt;
[[Image:Certificate_Settings_page.JPG|thumb|250px|center|Moodle 1.6 Certificate Setting Page ]]&lt;br /&gt;
&lt;br /&gt;
==Tips &amp;amp; Tricks==&lt;br /&gt;
* Want to indicate specific credits to display for a course? Use the Course ID field to record this information.  For example &amp;quot;IS101- CREDIT HOURS 5.0&amp;quot; or simply &amp;quot;5.0 CEUs&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If you are using your own theme you have to put the icon.gif inside a folder called certificate and put in your mod folder image&lt;br /&gt;
&lt;br /&gt;
===Lesson dependency trick 1===&lt;br /&gt;
Many Moodlers issue a certificate upon sucessful completion of a course.   For those who use Questions in a Lesson to determine if a student can receive a certificate, here is one way to hide the certificate until the student passes.  At the end of a lesson we will provide the student an option to select a link that will print a hidden certificate activity.  The only non standard Moodle feature this uses is the Certificate module itself.  [[Adding/editing_a_lesson#Dependent_on |Lesson dependency]] is available from 1.6 onward.  &lt;br /&gt;
&lt;br /&gt;
*Create a Certificate activity.  Hide it. &lt;br /&gt;
*Create a lesson. We will call it &amp;quot;Certificate Qualification&amp;quot;.  This is the lesson that needs to be passed to get a certificate. We might add questions to this lesson as a means to automatically determine that student qualifies for a certificate.&lt;br /&gt;
*Create another lesson.  We will call it &amp;quot;Certificate Gateway&amp;quot;.   In lesson settings make it [[Adding/editing_a_lesson#Dependent_on |dependent]] upon the &amp;quot;Certificate Qualification&amp;quot;. For example we might say a student must answer 80% of the questions correctly. Still in lesson setting go to the [[Adding/editing_a_lesson#Link_to_activity |link to activity setting]] and link it to Certificate.&lt;br /&gt;
&lt;br /&gt;
Student view of the above example. The student will see a course with 2 lessons.  If they try to enter the Certificate Gateway Lesson, first, they will be told that they must pass the Certificate Qualification Lesson with a score of 80% or higher.  When the student takes the Certificate Qualification Lesson and only scores 70%, they will not be able to take the Certificate Gateway Lesson.   The only way they can get to the certificate is to qualify to take the Certificate Gateway Lesson.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important Note&#039;&#039;&#039;: For this trick to work you must have Show Grades set to Yes in the Course settings page or this trick won&#039;t work (and you&#039;ll get very frustrated wondering why :) )&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=45370#208505 Discuss]&lt;br /&gt;
* [http://moodle.org/mod/data/view.php?d=13&amp;amp;rid=308  Download 1.6 ]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=56265 Download 1.7]&lt;br /&gt;
&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=33997 Certificate module] forum&lt;br /&gt;
* [[Activity_Locking]] - a conditional dependency add-in &lt;br /&gt;
* [[Development:Certificate Module|Development of the certificate module]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Modules (non-standard)]]&lt;br /&gt;
&lt;br /&gt;
[[es:Certificate]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Import_course_data&amp;diff=16969</id>
		<title>Import course data</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Import_course_data&amp;diff=16969"/>
		<updated>2006-10-12T15:01:30Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: Made steps a numbered list &amp;amp; added inital step&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Course admin}}&lt;br /&gt;
&lt;br /&gt;
Course data may be imported from any other course for which the teacher has editing rights.&lt;br /&gt;
&lt;br /&gt;
1.  Select the Import option from the Administration side-block.  &lt;br /&gt;
&lt;br /&gt;
2.  Next, select the course you wish to import from and click the &#039;&#039;Use this course&#039;&#039; button.&lt;br /&gt;
&lt;br /&gt;
3.  You will be presented with a check box list from which you can select the type of activities or resources you wish to import. &lt;br /&gt;
&lt;br /&gt;
4.  Finally, click &#039;&#039;Continue&#039;&#039; when done to import that data. &lt;br /&gt;
&lt;br /&gt;
NB: Selecting forums, for example, will import all forums from that course. Currently you cannot import indivdual items within a module type.&lt;br /&gt;
&lt;br /&gt;
Groups can also be imported as a batch from a file.&lt;br /&gt;
&lt;br /&gt;
Backups, especially in 1.6, offer other creative ways to bring in course material from other courses. See [[Course_backup]] or the backup link on the index.&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Dialogue_module&amp;diff=16861</id>
		<title>Dialogue module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Dialogue_module&amp;diff=16861"/>
		<updated>2006-10-09T14:07:37Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Dialogues&#039;&#039;&#039; are course activities that can be useful when the teacher wants a place to give private feedback to a student on their online activity. For example, if a student is participating in a language forum and made a grammatical error that the teacher wants to point out without embarassing the student, a dialogue is the perfect place. &lt;br /&gt;
&lt;br /&gt;
::&#039;&#039;&#039;Tip:&#039;&#039;&#039; When students initially enroll on a site, it might be a good idea to send them a welcome dialogue to let them know the teacher is there. This way if the student has something to say to the teacher, they will feel more comfortable responding, since the teacher made the first step.&lt;br /&gt;
&lt;br /&gt;
Dialogue is an add-on module and activity in Moodle 1.6.x.&lt;br /&gt;
&lt;br /&gt;
==Settings==&lt;br /&gt;
Dialogue has help buttons with these field settings: &amp;lt;br&amp;gt;&lt;br /&gt;
Dialogue Introduction, Delete Closed Dialogues after (Days),Type of Dialogue, Allow more than one Dialogue with the same person, Mail Notification, Group mode, and Visible to students.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [http://moodle.org/mod/data/view.php?d=13&amp;amp;rid=258 Dialogue Module entry at moodle.org]&lt;br /&gt;
* [http://moodle.org/mod/forum/view.php?id=854 Dialogue module forums]&lt;br /&gt;
* [http://download.moodle.org/docs/using_moodle/ch4_forums.pdf Using Moodle Chapter 4: Using Forums, Chats and Dialogues]&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Modules (non-standard)]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Dialogue_module&amp;diff=16860</id>
		<title>Dialogue module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Dialogue_module&amp;diff=16860"/>
		<updated>2006-10-09T14:07:22Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Dialogues&#039;&#039;&#039; are course activities that can be useful when the teacher wants a place to give private feedback to a student on their online activity. For example, if a student is participating in a language forum and made a grammatical error that the teacher wants to point out without embarassing the student, a dialogue is the perfect place. &lt;br /&gt;
&lt;br /&gt;
::&#039;&#039;&#039;Tip:&#039;&#039;&#039; When students initially enroll on a site, it might be a good idea to send them a welcome dialogue to let them know the teacher is there. This way if the student has something to say to the teacher, they will feel more comfortable responding, since the teacher made the first step.&lt;br /&gt;
&lt;br /&gt;
Dialogue is an add-on module and activity in Moodle 1.6.x.&lt;br /&gt;
&lt;br /&gt;
==Settings==&lt;br /&gt;
Dialogue has help buttons with these field settings: &amp;lt;br&amp;gt;&lt;br /&gt;
Dialogue Introduction, Delete Closed Dialogues after (Days),Type of Dialogue, Allow more than one Dialogue with the same person, Mail Notification, Group mode, and Visible to students.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [http://moodle.org/mod/data/view.php?d=13&amp;amp;rid=258 | Dialogue Module entry at moodle.org]&lt;br /&gt;
* [http://moodle.org/mod/forum/view.php?id=854 Dialogue module forums]&lt;br /&gt;
* [http://download.moodle.org/docs/using_moodle/ch4_forums.pdf Using Moodle Chapter 4: Using Forums, Chats and Dialogues]&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Modules (non-standard)]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=12910</id>
		<title>Teaching with Moodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=12910"/>
		<updated>2006-07-07T00:09:44Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Objective:&#039;&#039;&#039; To organize and share resources and &amp;quot;good practices&amp;quot; so that teachers and students have a positive Moodle experience that enhances the learning process.  The resources presented will focus on the pedagogical implementation of Moodle in a classroom setting (whatever that classroom may look like).&lt;br /&gt;
&lt;br /&gt;
*[[The Good Teacher]] - The best place for a teacher contemplating using Moodle in their classroom to start learning as well as a great place for experienced Moodlers to remember why they began using it.&lt;br /&gt;
&lt;br /&gt;
*[[Teaching Do&#039;s]] &amp;amp; [[Teaching Don&#039;ts]] - Good general/pedagogical guidelines to consider when setting up a course in Moodle and introducing students to it.&lt;br /&gt;
&lt;br /&gt;
*[[Learning Activities Overview]] - A list of the different activities available within Moodle, as well as what type of learning strategy they employ, suggested age level, and a link to each activity&#039;s pedagogy page.&lt;br /&gt;
&lt;br /&gt;
*[[Moodle Stories]] - This is a subset of the &#039;&#039;[http://moodle.org/mod/forum/view.php?f=127 Moodle Stories]&#039;&#039; forum.  It contains a collection of innovative ways teachers are utilizing [http://www.moodle.org Moodle] in their classroom.  This is a great place for teachers who like the idea of Moodle and what it has to offer, but could benefit from ideas to start from.&lt;br /&gt;
&lt;br /&gt;
*[[Teaching FAQ | Common Teacher Questions (FAQs)]]&lt;br /&gt;
&lt;br /&gt;
*[[Teaching Good Practices (K-12) | Good Practices (K-12)]]&lt;br /&gt;
&lt;br /&gt;
*[[NECC 06 Collaboration Session | NECC 2006 Bird&#039;s of a Feather Session]] - Notes from the NECC 2006 Bird&#039;s of a Feather Session.  The focus is on using Moodle in educational settings with ideas about how to use it and hints too.&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=12909</id>
		<title>Teaching with Moodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=12909"/>
		<updated>2006-07-07T00:02:03Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Objective:&#039;&#039;&#039; To organize and share resources and &amp;quot;good practices&amp;quot; so that teachers and students have a positive Moodle experience that enhances the learning process.  The resources presented will focus on the pedagogical implementation of Moodle in a classroom setting (whatever that classroom may look like).&lt;br /&gt;
&lt;br /&gt;
*[[The Good Teacher]] - The best place for a teacher contemplating using Moodle in their classroom to start learning as well as a great place for experienced Moodlers to remember why they began using it.&lt;br /&gt;
&lt;br /&gt;
*[[Teaching Do&#039;s]] &amp;amp; [[Teaching Don&#039;ts]] - Good general/pedagogical guidelines to consider when setting up a course in Moodle and introducing students to it.&lt;br /&gt;
&lt;br /&gt;
*[[Learning Activities Overview]] - A list of the different activities available within Moodle, as well as what type of learning strategy they employ, suggested age level, and a link to each activity&#039;s pedagogy page.&lt;br /&gt;
&lt;br /&gt;
*[[Moodle Stories]] - This is a subset of the &#039;&#039;[http://moodle.org/mod/forum/view.php?f=127 Moodle Stories]&#039;&#039; forum.  It contains a collection of innovative ways teachers are utilizing [http://www.moodle.org Moodle] in their classroom.  This is a great place for teachers who like the idea of Moodle and what it has to offer, but could benefit from ideas to start from.&lt;br /&gt;
&lt;br /&gt;
*[[Teaching FAQ | Common Teacher Questions (FAQs)]]&lt;br /&gt;
&lt;br /&gt;
*[[Teaching Good Practices (K-12) | Good Practices (K-12)]]&lt;br /&gt;
&lt;br /&gt;
*[[NECC 06 Collaboration Session | NECC 2006 Bird&#039;s of a Feather Session]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Learning_activities_overview&amp;diff=11660</id>
		<title>Learning activities overview</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Learning_activities_overview&amp;diff=11660"/>
		<updated>2006-06-07T06:59:12Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: Added category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Learning Activities Overview==&lt;br /&gt;
The classroom activity types (i.e. Discussion/Chat) link to good practices pages targeted at that specific activity type.  These pages are good starting points for teachers wondering how to effectively use these activities in Moodle or to glean some examples of ways they have been used effectively by others.&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; border=1 style=&amp;quot;width: 90%; background: #f9f9f9; padding: 5px; margin: 5px 0 15px 0;&amp;quot;&lt;br /&gt;
| colspan=5 align=&amp;quot;center&amp;quot; style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Discussion/Chat]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Forum&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Chat&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Collaboration/Group Work]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Forum&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Glossaries&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Wiki&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Workshop&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Question/Answer]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Choice&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Hot Potato&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Lessons&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Questionnaire&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Quiz&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Web-based Activities]] - Webquests/Treasure Hunts&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Weblinks&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Webpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Other]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Assignments&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Content Delivery/Storage]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|File Upload&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Textpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Weblinks&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Webpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=11659</id>
		<title>Teaching with Moodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=11659"/>
		<updated>2006-06-07T06:58:10Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: Reorganized and added definitions for sections&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOEDITSECTION__&lt;br /&gt;
&#039;&#039;&#039;Objective:&#039;&#039;&#039; To organize and share resources and &amp;quot;good practices&amp;quot; so that teachers and students have a positive Moodle experience that enhances the learning process.  The resources presented will focus on the pedagogical implementation of Moodle in a classroom setting (whatever that classroom may look like).&lt;br /&gt;
==&#039;&#039;[[The Good Teacher]]&#039;&#039;==&lt;br /&gt;
The best place for a teacher contemplating using Moodle in their classroom to start learning as well as a great place for experienced Moodlers to remember why they began using it.&lt;br /&gt;
==&#039;&#039;[[Teaching Do&#039;s]] &amp;amp; [[Teaching Don&#039;ts]]&#039;&#039;==&lt;br /&gt;
Good general/pedagogical guidelines to consider when setting up a course in Moodle and introducing students to it.&lt;br /&gt;
==&#039;&#039;[[Learning Activities Overview]]&#039;&#039;==&lt;br /&gt;
A list of the different activities available within Moodle, as well as what type of learning strategy they employ, suggested age level, and a link to each activity&#039;s pedagogy page.&lt;br /&gt;
==&#039;&#039;[[Moodle Stories]]&#039;&#039;==&lt;br /&gt;
This is a subset of the &#039;&#039;[http://moodle.org/mod/forum/view.php?f=127 Moodle Stories]&#039;&#039; forum.  It contains a collection of innovative ways teachers are utilizing [http://www.moodle.org Moodle] in their classroom.  This is a great place for teachers who like the idea of Moodle and what it has to offer, but could benefit from ideas to start from.&lt;br /&gt;
==[[Teaching FAQ | Common Teacher Questions (FAQs)]]==&lt;br /&gt;
==[[Teaching Good Practices (K-12) | Good Practices (K-12)]]==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=11658</id>
		<title>Teaching with Moodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=11658"/>
		<updated>2006-06-07T06:44:37Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOEDITSECTION__&lt;br /&gt;
&#039;&#039;&#039;Objective:&#039;&#039;&#039; To organize and share resources so teachers have a positive initial Moodle experience and to suggest good practices to aid in student learning while using Moodle.  The resources presented will focus on the pedagogical implementation of Moodle in a classroom setting (whatever that classroom may look like).&lt;br /&gt;
==&#039;&#039;[[The Good Teacher]]&#039;&#039;==&lt;br /&gt;
The best place for a teacher contemplating using Moodle in their classroom to start learning as well as a great place for experienced Moodlers to remember why they began using it.&lt;br /&gt;
==&#039;&#039;[[Teaching Do&#039;s]] &amp;amp; [[Teaching Don&#039;ts]]&#039;&#039;==&lt;br /&gt;
Good general/pedagogical guidelines to consider when setting up a course in Moodle and introducing students to it.&lt;br /&gt;
==&#039;&#039;[[Learning Activities Overview]]&#039;&#039;==&lt;br /&gt;
A list of the different activities available within Moodle, as well as what type of learning strategy they employ, suggested age level, etc.&lt;br /&gt;
==[[Teaching FAQ | Common Teacher Questions (FAQs)]]==&lt;br /&gt;
==[[Teaching Good Practices (K-12) | Good Practices (K-12)]]==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=11657</id>
		<title>Teaching with Moodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=11657"/>
		<updated>2006-06-07T06:42:00Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: Added Learning Activity Description&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOEDITSECTION__&lt;br /&gt;
&#039;&#039;&#039;Objective:&#039;&#039;&#039; To organize and share resources so teachers have a positive initial Moodle experience and to suggest good practices to aid in student learning while using Moodle.  The resources presented will focus on the pedagogical implementation of Moodle in a classroom setting (whatever that classroom may look like).&lt;br /&gt;
==[[The Good Teacher]]==&lt;br /&gt;
The best place for a teacher contemplating using Moodle in their classroom to start learning as well as a great place for experienced Moodlers to remember why they began using it.&lt;br /&gt;
==[[Teaching Do&#039;s]] &amp;amp; [[Teaching Don&#039;ts]]==&lt;br /&gt;
Good general/pedagogical guidelines to consider when setting up a course in Moodle and introducing students to it.&lt;br /&gt;
==[[Learning Activities Overview]]==&lt;br /&gt;
A list of the different activities available within Moodle, as well as what type of learning strategy they employ, suggested age level, etc.&lt;br /&gt;
==[[Teaching FAQ | Common Teacher Questions (FAQs)]]==&lt;br /&gt;
==[[Teaching Good Practices (K-12) | Good Practices (K-12)]]==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Learning_activities_overview&amp;diff=11656</id>
		<title>Learning activities overview</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Learning_activities_overview&amp;diff=11656"/>
		<updated>2006-06-07T06:38:38Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Learning Activities Overview==&lt;br /&gt;
The classroom activity types (i.e. Discussion/Chat) link to good practices pages targeted at that specific activity type.  These pages are good starting points for teachers wondering how to effectively use these activities in Moodle or to glean some examples of ways they have been used effectively by others.&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; border=1 style=&amp;quot;width: 90%; background: #f9f9f9; padding: 5px; margin: 5px 0 15px 0;&amp;quot;&lt;br /&gt;
| colspan=5 align=&amp;quot;center&amp;quot; style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Discussion/Chat]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Forum&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Chat&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Collaboration/Group Work]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Forum&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Glossaries&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Wiki&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Workshop&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Question/Answer]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Choice&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Hot Potato&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Lessons&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Questionnaire&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Quiz&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Web-based Activities]] - Webquests/Treasure Hunts&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Weblinks&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Webpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Other]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Assignments&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Content Delivery/Storage]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|File Upload&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Textpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Weblinks&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Webpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=11655</id>
		<title>Teaching with Moodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=11655"/>
		<updated>2006-06-07T06:38:31Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOEDITSECTION__&lt;br /&gt;
&#039;&#039;&#039;Objective:&#039;&#039;&#039; To organize and share resources so teachers have a positive initial Moodle experience and to suggest good practices to aid in student learning while using Moodle.  The resources presented will focus on the pedagogical implementation of Moodle in a classroom setting (whatever that classroom may look like).&lt;br /&gt;
==[[The Good Teacher]]==&lt;br /&gt;
The best place for a teacher contemplating using Moodle in their classroom to start learning as well as a great place for experienced Moodlers to remember why they began using it.&lt;br /&gt;
==[[Teaching Do&#039;s]] &amp;amp; [[Teaching Don&#039;ts]]==&lt;br /&gt;
Good general/pedagogical guidelines to consider when setting up a course in Moodle and introducing students to it.&lt;br /&gt;
==[[Learning Activities Overview]]==&lt;br /&gt;
==[[Teaching FAQ | Common Teacher Questions (FAQs)]]==&lt;br /&gt;
==[[Teaching Good Practices (K-12) | Good Practices (K-12)]]==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=11654</id>
		<title>Teaching with Moodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=11654"/>
		<updated>2006-06-07T06:37:10Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOEDITSECTION__&lt;br /&gt;
&#039;&#039;&#039;Objective:&#039;&#039;&#039; To organize and share resources so teachers have a positive initial Moodle experience and to suggest good practices to aid in student learning while using Moodle.  The resources presented will focus on the pedagogical implementation of Moodle in a classroom setting (whatever that classroom may look like).&lt;br /&gt;
==[[The Good Teacher]]==&lt;br /&gt;
The best place for a teacher contemplating using Moodle in their classroom to start learning as well as a great place for experienced Moodlers to remember why they began using it.&lt;br /&gt;
==[[Teaching Do&#039;s]] &amp;amp; [[Teaching Don&#039;ts]]==&lt;br /&gt;
Good general/pedagogical guidelines to consider when setting up a course in Moodle and introducing students to it.&lt;br /&gt;
==[[Teaching FAQ | Common Teacher Questions (FAQs)]]==&lt;br /&gt;
==[[Teaching Good Practices (K-12) | Good Practices (K-12)]]==&lt;br /&gt;
==Learning Activities Overview==&lt;br /&gt;
The classroom activity types (i.e. Discussion/Chat) link to good practices pages targeted at that specific activity type.  These pages are good starting points for teachers wondering how to effectively use these activities in Moodle or to glean some examples of ways they have been used effectively by others.&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; border=1 style=&amp;quot;width: 90%; background: #f9f9f9; padding: 5px; margin: 5px 0 15px 0;&amp;quot;&lt;br /&gt;
| colspan=5 align=&amp;quot;center&amp;quot; style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Discussion/Chat]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Forum&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Chat&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Collaboration/Group Work]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Forum&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Glossaries&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Wiki&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Workshop&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Question/Answer]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Choice&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Hot Potato&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Lessons&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Questionnaire&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Quiz&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Web-based Activities]] - Webquests/Treasure Hunts&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Weblinks&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Webpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Other]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Assignments&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Content Delivery/Storage]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|File Upload&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Textpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Weblinks&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Webpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=11653</id>
		<title>Teaching with Moodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=11653"/>
		<updated>2006-06-07T06:32:35Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOEDITSECTION__&lt;br /&gt;
&#039;&#039;&#039;Objective:&#039;&#039;&#039; To organize and share resources so teachers have a positive initial Moodle experience and to suggest good practices to aid in student learning while using Moodle.  The resources presented will focus on the pedagogical implementation of Moodle in a classroom setting (whatever that classroom may look like).&lt;br /&gt;
==[[The Good Teacher]]==&lt;br /&gt;
The best place for a teacher contemplating using Moodle in their classroom to start learning as well as a great place for experienced Moodlers to remember why they began using it.&lt;br /&gt;
==[[Teaching FAQ | Common Teacher Questions (FAQs)]]==&lt;br /&gt;
==[[Teaching Good Practices (K-12) | Good Practices (K-12)]]==&lt;br /&gt;
==Learning Activities Overview==&lt;br /&gt;
The classroom activity types (i.e. Discussion/Chat) link to good practices pages targeted at that specific activity type.  These pages are good starting points for teachers wondering how to effectively use these activities in Moodle or to glean some examples of ways they have been used effectively by others.&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; border=1 style=&amp;quot;width: 90%; background: #f9f9f9; padding: 5px; margin: 5px 0 15px 0;&amp;quot;&lt;br /&gt;
| colspan=5 align=&amp;quot;center&amp;quot; style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Discussion/Chat]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Forum&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Chat&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Collaboration/Group Work]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Forum&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Glossaries&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Wiki&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Workshop&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Question/Answer]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Choice&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Hot Potato&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Lessons&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Questionnaire&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Quiz&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Web-based Activities]] - Webquests/Treasure Hunts&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Weblinks&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Webpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Other]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Assignments&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Content Delivery/Storage]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|File Upload&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Textpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Weblinks&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Webpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=11652</id>
		<title>Teaching with Moodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=11652"/>
		<updated>2006-06-07T06:19:48Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOEDITSECTION__&lt;br /&gt;
==[[The Good Teacher]]==&lt;br /&gt;
==[[Teaching FAQ | Common Teacher Questions (FAQs)]]==&lt;br /&gt;
==[[Teaching Good Practices (K-12) | Good Practices (K-12)]]==&lt;br /&gt;
==Learning Activities Overview==&lt;br /&gt;
The classroom activity types (i.e. Discussion/Chat) link to good practices pages targeted at that specific activity type.  These pages are good starting points for teachers wondering how to effectively use these activities in Moodle or to glean some examples of ways they have been used effectively by others.&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; border=1 style=&amp;quot;width: 90%; background: #f9f9f9; padding: 5px; margin: 5px 0 15px 0;&amp;quot;&lt;br /&gt;
| colspan=5 align=&amp;quot;center&amp;quot; style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Discussion/Chat]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Forum&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Chat&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Collaboration/Group Work]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Forum&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Glossaries&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Wiki&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Workshop&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Question/Answer]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Choice&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Hot Potato&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Lessons&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Questionnaire&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Quiz&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Web-based Activities]] - Webquests/Treasure Hunts&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Weblinks&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Webpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Other]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Assignments&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Content Delivery/Storage]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|File Upload&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Textpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Weblinks&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Webpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=8285</id>
		<title>Teaching with Moodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=8285"/>
		<updated>2006-04-10T17:32:20Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
==[[Teaching FAQ | Common Teacher Questions (FAQs)]]==&lt;br /&gt;
==[[Teaching Good Practices (K-12) | Good Practices (K-12)]]==&lt;br /&gt;
==Learning Activities Overview==&lt;br /&gt;
The classroom activity types (i.e. Discussion/Chat) link to good practices pages targeted at that specific activity type.  These pages are good starting points for teachers wondering how to effectively use these activities in Moodle or to glean some examples of ways they have been used effectively by others.&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; border=1 style=&amp;quot;width: 90%; background: #f9f9f9; padding: 5px; margin: 5px 0 15px 0;&amp;quot;&lt;br /&gt;
| colspan=5 align=&amp;quot;center&amp;quot; style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Discussion/Chat]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Forum&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Chat&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Collaboration/Group Work]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Forum&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Glossaries&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Wiki&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Workshop&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Question/Answer]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Choice&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Hot Potato&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Lessons&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Questionnaire&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Quiz&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Web-based Activities]] - Webquests/Treasure Hunts&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Weblinks&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Webpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Other]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Assignments&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Content Delivery/Storage]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Activity Type&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|File Upload&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Textpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Weblinks&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Webpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_Good_Practices_(K-12)&amp;diff=5128</id>
		<title>Teaching Good Practices (K-12)</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_Good_Practices_(K-12)&amp;diff=5128"/>
		<updated>2006-02-10T19:26:57Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Assignments==&lt;br /&gt;
*My students have to think harder before they bring in their assignment. How can I stimulate them?&lt;br /&gt;
==Collaboration==&lt;br /&gt;
*How can you let students write a text together? &lt;br /&gt;
==Course Design==&lt;br /&gt;
*What course formats and settings are best for specific grade-levels?&lt;br /&gt;
==Discussion==&lt;br /&gt;
*How to use a forum in a class? &lt;br /&gt;
*How can you let students collaborate on a forum?&lt;br /&gt;
*How do you organise an on line discussion with Moodle? &lt;br /&gt;
[[Brett Hinton]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=4904</id>
		<title>Teaching with Moodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=4904"/>
		<updated>2006-02-07T07:35:32Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
==[[Teaching FAQ | Common Teacher Questions (FAQs)]]==&lt;br /&gt;
==[[Teaching Good Practices (K-12) | Good Practices (K-12)]]==&lt;br /&gt;
==Learning Activities Overview==&lt;br /&gt;
The classroom activity types (i.e. Discussion/Chat) link to good practices pages targeted at that specific activity type.  These pages are good starting points for teachers wondering how to effectively use these activities in Moodle or to glean some examples of ways they have been used effectively by others.&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; border=1 style=&amp;quot;width: 90%; background: #f9f9f9; padding: 5px; margin: 5px 0 15px 0;&amp;quot;&lt;br /&gt;
| colspan=5 align=&amp;quot;center&amp;quot; style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Discussion/Chat]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Moodle Module&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Forum&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Chat&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Collaboration/Group Work]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Moodle Module&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Forum&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Glossaries&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Wiki&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Workshop&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Question/Answer]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Moodle Module&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Choice&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Hot Potato&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Lessons&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Questionnaire&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Quiz&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Web-based Activities]] - Webquests/Treasure Hunts&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Moodle Module&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Weblinks&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Webpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Other]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Moodle Module&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Assignments&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Content Delivery/Storage]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Moodle Module&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|File Upload&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Textpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Weblinks&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Webpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=4903</id>
		<title>Teaching with Moodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=4903"/>
		<updated>2006-02-07T07:35:04Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: Added activity table&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==[[Teaching FAQ | Common Teacher Questions (FAQs)]]==&lt;br /&gt;
==[[Teaching Good Practices (K-12) | Good Practices (K-12)]]==&lt;br /&gt;
==Learning Activities Overview==&lt;br /&gt;
The classroom activity types (i.e. Discussion/Chat) link to good practices pages targeted at that specific activity type.  These pages are good starting points for teachers wondering how to effectively use these activities in Moodle or to glean some examples of ways they have been used effectively by others.&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; border=1 style=&amp;quot;width: 90%; background: #f9f9f9; padding: 5px; margin: 5px 0 15px 0;&amp;quot;&lt;br /&gt;
| colspan=5 align=&amp;quot;center&amp;quot; style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Discussion/Chat]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Moodle Module&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Forum&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Chat&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Collaboration/Group Work]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Moodle Module&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Forum&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Glossaries&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Wiki&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Workshop&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Question/Answer]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Moodle Module&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Choice&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Hot Potato&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Lessons&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Questionnaire&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Quiz&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Web-based Activities]] - Webquests/Treasure Hunts&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Moodle Module&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Weblinks&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Webpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Other]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Moodle Module&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Assignments&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Content Delivery/Storage]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Moodle Module&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|File Upload&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Textpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Weblinks&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Webpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=4902</id>
		<title>Teaching with Moodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=4902"/>
		<updated>2006-02-07T07:11:34Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==[[Teaching FAQ | Common Teacher Questions (FAQs)]]==&lt;br /&gt;
==[[Teaching Good Practices (K-12) | Good Practices (K-12)]]==&lt;br /&gt;
==Learning Activities Overview==&lt;br /&gt;
Each activity/resource is linked to a page with suggested good practices for using it with your students.&lt;br /&gt;
{| border=1 width=90%&lt;br /&gt;
| colspan=5 align=center | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Discussion/Chat]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Moodle Module&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Forum&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Chat&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Collaboration/Group Work]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Moodle Module&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Forum&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Glossaries&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Wiki&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Workshop&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Question/Answer]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Moodle Module&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Choice&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Hot Potato&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Lessons&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Questionnaire&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Quiz&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Other]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Moodle Module&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Assignments&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Web-based Activities]] - Webquests/Treasure Hunts&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Moodle Module&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Weblinks&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Webpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Content Delivery/Archival]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Moodle Module&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|File Upload&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Textpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Weblinks&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Webpages&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=4901</id>
		<title>Teaching with Moodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=4901"/>
		<updated>2006-02-07T07:04:12Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==[[Teaching FAQ | Common Teacher Questions (FAQs)]]==&lt;br /&gt;
==[[Teaching Good Practices (K-12) | Good Practices (K-12)]]==&lt;br /&gt;
==Learning Activities Overview==&lt;br /&gt;
Each activity/resource is linked to a page with suggested good practices for using it with your students.&lt;br /&gt;
{| border=1 width=90%&lt;br /&gt;
| colspan=5 align=center | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Discussion/Chat]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Moodle Module&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Forum&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Chat&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Collaboration/Group Work]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Moodle Module&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Forum&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Glossaries&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Wiki&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Workshop&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=5 align=center | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Question/Answer]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Moodle Module&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|- align=center&lt;br /&gt;
|Choice&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Hot Potato&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Lessons&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Questionnaire&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|- align=center&lt;br /&gt;
|Quiz&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=4900</id>
		<title>Teaching with Moodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=4900"/>
		<updated>2006-02-07T06:56:28Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: Ordered content, added overview table&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==[[Teaching FAQ | Common Teacher Questions (FAQs)]]==&lt;br /&gt;
==[[Teaching Good Practices (K-12) | Good Practices (K-12)]]==&lt;br /&gt;
==Learning Activities Overview==&lt;br /&gt;
Each activity is linked to a page with suggested good practices for using it with your students.&lt;br /&gt;
{| border=1 width=90%&lt;br /&gt;
| colspan=5 align=center | &amp;lt;h3&amp;gt;&#039;&#039;&#039;&#039;&#039;[[Discussion/Chat]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Moodle Module&lt;br /&gt;
!Learning Purpose&lt;br /&gt;
!Recommended Age/Level&lt;br /&gt;
!Description&lt;br /&gt;
!Subject(s)&lt;br /&gt;
|-&lt;br /&gt;
|Forum&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|Chat&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_Good_Practices_(K-12)&amp;diff=4899</id>
		<title>Teaching Good Practices (K-12)</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_Good_Practices_(K-12)&amp;diff=4899"/>
		<updated>2006-02-07T05:51:39Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: Content brought over from Best Practices page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Assignments==&lt;br /&gt;
*My students have to think harder before they bring in their assignment. How can I stimulate them?&lt;br /&gt;
==Collaboration==&lt;br /&gt;
*How can you let students write a text together? &lt;br /&gt;
==Course Design==&lt;br /&gt;
*What course formats and settings are best for specific grade-levels?&lt;br /&gt;
==Discussion==&lt;br /&gt;
*How to use a forum in a class? &lt;br /&gt;
*How can you let students collaborate on a forum?&lt;br /&gt;
*How do you organise an on line discussion with Moodle? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_Best_Practices_(K-12)&amp;diff=4898</id>
		<title>Teaching Best Practices (K-12)</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_Best_Practices_(K-12)&amp;diff=4898"/>
		<updated>2006-02-07T05:51:12Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: redirect to new page with Good Practices instead of Best term&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect[[Teaching Good Practices (K-12)]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_FAQ&amp;diff=4897</id>
		<title>Teaching FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_FAQ&amp;diff=4897"/>
		<updated>2006-02-07T05:47:50Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: link edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FAQ}}&lt;br /&gt;
&lt;br /&gt;
==Showing things to students==&lt;br /&gt;
&lt;br /&gt;
* How to show texts and websites to students?&lt;br /&gt;
* How to put pictures in a text?&lt;br /&gt;
* How to show a Word or PDF document in Moodle?&lt;br /&gt;
* How to play a sound file in Moodle?&lt;br /&gt;
* How to show a picture gallery in Moodle?&lt;br /&gt;
* How to add an RSS-feed?&lt;br /&gt;
&lt;br /&gt;
==Practice and grading==&lt;br /&gt;
&lt;br /&gt;
* How do I very quickly make many multiple choice questions in Moodle?&lt;br /&gt;
* How to make a listening quiz with Moodle?&lt;br /&gt;
* How do I make drill and practice exercises (different questions in the same quiz) with Moodle?&lt;br /&gt;
* How can I get an overview of the results of a test or assignment?&lt;br /&gt;
* Can I export grades to Excel?&lt;br /&gt;
&lt;br /&gt;
==Assignments==&lt;br /&gt;
&lt;br /&gt;
* How can I let my students make a report of a group task?&lt;br /&gt;
* I want to let my students make a presentation. How can I collect them?&lt;br /&gt;
* My students have to think harder before they bring in their assignment. How can I stimulate them?&lt;br /&gt;
* Some students send it in their assignment by mistake. How can they resend it?&lt;br /&gt;
&lt;br /&gt;
==Setting up activities==&lt;br /&gt;
&lt;br /&gt;
* How do I set up a Wiki?&lt;br /&gt;
* How do I set up a Lesson?&lt;br /&gt;
* How do I set up a Hot Potatoes test for students?&lt;br /&gt;
* How do I set up a Workshop?&lt;br /&gt;
&lt;br /&gt;
==[[Teaching Good Practices (K-12) | Moodle and pedagogy]]==&lt;br /&gt;
&lt;br /&gt;
* How do you organise an online discussion with Moodle?&lt;br /&gt;
* How can you let students write a text together?&lt;br /&gt;
* How to use a forum in a class?&lt;br /&gt;
* How can you let students collaborate on a forum?&lt;br /&gt;
&lt;br /&gt;
==Course design==&lt;br /&gt;
&lt;br /&gt;
* How can I design a course for different classes?&lt;br /&gt;
* Whats the use of a metacourse?&lt;br /&gt;
* How can I put a background picture on my course?&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:FAQ]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=4896</id>
		<title>Teaching with Moodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=4896"/>
		<updated>2006-02-07T05:46:51Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: edit link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Teaching FAQ | Common Teacher Questions (FAQs)]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Teaching Good Practices (K-12) | Good Practices (K-12)]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teacher_documentation&amp;diff=4895</id>
		<title>Teacher documentation</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teacher_documentation&amp;diff=4895"/>
		<updated>2006-02-07T05:45:52Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: link edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=85% align=center style=&amp;quot;background: #F8EABA; border: 1px solid #aaa;&amp;quot;&lt;br /&gt;
| style=&amp;quot;font-size: 90%; padding-right: 4px; padding-left: 4px;&amp;quot;|&lt;br /&gt;
&#039;&#039;&#039;Note for contributors:&#039;&#039;&#039; Design and/or style improvements to this page are welcome :-) Please add additional teacher documentation links to the See also section.&lt;br /&gt;
|}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 15px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;Activity modules&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[mod/assignment/index|Assignments]] | [[mod/chat/index|Chats]] | [[mod/choice/index|Choices]] | [[mod/forum/index|Forums]] | [[mod/glossary/index|Glossaries]] | [[mod/hotpot/index|Hot Potatoes]] | [[mod/lesson/index|Lessons]] | [[mod/quiz/index|Quizzes]] | [[mod/scorm/index|SCORM]] | [[mod/survey/index|Surveys]] | [[mod/wiki/index|Wikis]] | [[mod/workshop/index|Workshops]]&lt;br /&gt;
|}&lt;br /&gt;
 &lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 15px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[mod/resource/index|Resources]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[course/mod/text|Text page]] | [[course/mod/html|Web page]] | [[course/mod/file|File or website link]] | [[course/mod/directory|Directory]] | [[course/mod/label|Label]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Blocks]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[Activities]] | [[Administration]] | [[Calendar]] | [[Courses]] | [[Course/Site Description]] | [[HTML]] | [[Latest News]] | [[Messages]] | [[Online Users]] | [[People]] | [[Quiz Results]] | [[Random Glossary Entry]] | [[Recent Activity]] | [[RSS feeds]] | [[Search Forums]] | [[Section Links]] | [[Upcoming Events]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Tools]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[Gradebook]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Teaching with Moodle]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[Teaching FAQ]] | [[Teaching Good Practices (K-12) | Good Practices (K-12)]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[course/view|The course homepage]]&lt;br /&gt;
*[[Course sections]]&lt;br /&gt;
*[[Formatting options]]&lt;br /&gt;
*[[HTML in Moodle]]&lt;br /&gt;
*[[Moodle manuals]]&lt;br /&gt;
*[[Adding resources and activities|Adding resources and activities to your course]]&lt;br /&gt;
*[[Non-standard modules]]&lt;br /&gt;
*[[Non-standard blocks]]&lt;br /&gt;
*[[Teaching FAQ]]&lt;br /&gt;
*[[Teaching Best Practices (K-12) | Teaching with Moodle - Good Practices (K-12)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_Best_Practices_(K-12)&amp;diff=4873</id>
		<title>Teaching Best Practices (K-12)</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_Best_Practices_(K-12)&amp;diff=4873"/>
		<updated>2006-02-06T18:54:54Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: Added content&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Assignments==&lt;br /&gt;
*My students have to think harder before they bring in their assignment. How can I stimulate them?&lt;br /&gt;
==Collaboration==&lt;br /&gt;
*How can you let students write a text together? &lt;br /&gt;
==Course Design==&lt;br /&gt;
*What course formats and settings are best for specific grade-levels?&lt;br /&gt;
==Discussion==&lt;br /&gt;
*How to use a forum in a class? &lt;br /&gt;
*How can you let students collaborate on a forum?&lt;br /&gt;
*How do you organise an on line discussion with Moodle? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_FAQ&amp;diff=4872</id>
		<title>Teaching FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_FAQ&amp;diff=4872"/>
		<updated>2006-02-06T18:49:02Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FAQ}}&lt;br /&gt;
&lt;br /&gt;
==Showing things to students==&lt;br /&gt;
&lt;br /&gt;
* How to show texts and websites to students?&lt;br /&gt;
* How to put pictures in a text?&lt;br /&gt;
* How to show a Word or PDF document in Moodle?&lt;br /&gt;
* How to play a sound file in Moodle?&lt;br /&gt;
* How to show a picture gallery in Moodle?&lt;br /&gt;
* How to add an RSS-feed?&lt;br /&gt;
&lt;br /&gt;
==Practice and grading==&lt;br /&gt;
&lt;br /&gt;
* How do I very quickly make many multiple choice questions in Moodle?&lt;br /&gt;
* How to make a listening quiz with Moodle?&lt;br /&gt;
* How do I make drill and practice exercises (different questions in the same quiz) with Moodle?&lt;br /&gt;
* How can I get an overview of the results of a test or assignment?&lt;br /&gt;
* Can I export grades to Excel?&lt;br /&gt;
&lt;br /&gt;
==Assignments==&lt;br /&gt;
&lt;br /&gt;
* How can I let my students make a report of a group task?&lt;br /&gt;
* I want to let my students make a presentation. How can I collect them?&lt;br /&gt;
* My students have to think harder before they bring in their assignment. How can I stimulate them?&lt;br /&gt;
* Some students send it in their assignment by mistake. How can they resend it?&lt;br /&gt;
&lt;br /&gt;
==Setting up activities==&lt;br /&gt;
&lt;br /&gt;
* How do I set up a Wiki?&lt;br /&gt;
* How do I set up a Lesson?&lt;br /&gt;
* How do I set up a Hot Potatoes test for students?&lt;br /&gt;
* How do I set up a Workshop?&lt;br /&gt;
&lt;br /&gt;
==[[Teaching Best Practices (K-12) | Moodle and pedagogy]]==&lt;br /&gt;
&lt;br /&gt;
* How do you organise an online discussion with Moodle?&lt;br /&gt;
* How can you let students write a text together?&lt;br /&gt;
* How to use a forum in a class?&lt;br /&gt;
* How can you let students collaborate on a forum?&lt;br /&gt;
&lt;br /&gt;
==Course design==&lt;br /&gt;
&lt;br /&gt;
* How can I design a course for different classes?&lt;br /&gt;
* Whats the use of a metacourse?&lt;br /&gt;
* How can I put a background picture on my course?&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:FAQ]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_FAQ&amp;diff=4871</id>
		<title>Teaching FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_FAQ&amp;diff=4871"/>
		<updated>2006-02-06T18:48:18Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: text edits&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FAQ}}&lt;br /&gt;
&lt;br /&gt;
==Showing things to students==&lt;br /&gt;
&lt;br /&gt;
* How to show texts and websites to students?&lt;br /&gt;
* How to put pictures in a text?&lt;br /&gt;
* How to show a Word or PDF document in Moodle?&lt;br /&gt;
* How to play a sound file in Moodle?&lt;br /&gt;
* How to show a picture gallery in Moodle?&lt;br /&gt;
* How to add an RSS-feed?&lt;br /&gt;
&lt;br /&gt;
==Practice and grading==&lt;br /&gt;
&lt;br /&gt;
* How do I very quickly make many multiple choice questions in Moodle?&lt;br /&gt;
* How to make a listening quiz with Moodle?&lt;br /&gt;
* How do I make drill and practice exercises (different questions in the same quiz) with Moodle?&lt;br /&gt;
* How can I get an overview of the results of a test or assignment?&lt;br /&gt;
* Can I export grades to Excel?&lt;br /&gt;
&lt;br /&gt;
==Assignments==&lt;br /&gt;
&lt;br /&gt;
* How can I let my students make a report of a group task?&lt;br /&gt;
* I want to let my students make a presentation. How can I collect them?&lt;br /&gt;
* My students have to think harder before they bring in their assignment. How can I stimulate them?&lt;br /&gt;
* Some students send it in their assignement by mistake. Can it be made undone?&lt;br /&gt;
&lt;br /&gt;
==Setting up activities==&lt;br /&gt;
&lt;br /&gt;
* How do I set up a Wiki?&lt;br /&gt;
* How do I set up a Lesson?&lt;br /&gt;
* How do I set up a Hot Potatoes test for students?&lt;br /&gt;
* How do I set up a Workshop?&lt;br /&gt;
&lt;br /&gt;
==[[Teaching Best Practices (K-12) | Moodle and pedagogy]]==&lt;br /&gt;
&lt;br /&gt;
* How do you organise an online discussion with Moodle?&lt;br /&gt;
* How can you let students write a text together?&lt;br /&gt;
* How to use a forum in a class?&lt;br /&gt;
* How can you let students collaborate on a forum?&lt;br /&gt;
&lt;br /&gt;
==Course design==&lt;br /&gt;
&lt;br /&gt;
* How can I design a course for different classes?&lt;br /&gt;
* Whats the use of a metacourse?&lt;br /&gt;
* How can I put a background picture on my course?&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:FAQ]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_FAQ&amp;diff=4870</id>
		<title>Teaching FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_FAQ&amp;diff=4870"/>
		<updated>2006-02-06T18:46:20Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: typo edit, formatting, add link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FAQ}}&lt;br /&gt;
&lt;br /&gt;
==Showing things to students==&lt;br /&gt;
&lt;br /&gt;
* How to show texts and websites to students?&lt;br /&gt;
* How to put pictures in a text?&lt;br /&gt;
* How to show a Word or PDF document in Moodle?&lt;br /&gt;
* How to play a sound file in Moodle?&lt;br /&gt;
* How to show a picture gallery in Moodle?&lt;br /&gt;
* How to add an RSS-feed?&lt;br /&gt;
&lt;br /&gt;
==Practice and grading==&lt;br /&gt;
&lt;br /&gt;
* How do I very quickly make many multiple choice questions in Moodle?&lt;br /&gt;
* How to make a listening quiz with Moodle?&lt;br /&gt;
* How do I make drill and practice exercises (different questions in the same quiz) with Moodle?&lt;br /&gt;
* How can I get an overview of the results of a test or assignement?&lt;br /&gt;
* Can I export grades to Excel?&lt;br /&gt;
&lt;br /&gt;
==Assignments==&lt;br /&gt;
&lt;br /&gt;
* How can I let my students make a report of a grouptask?&lt;br /&gt;
* I want to let my students make a presentation. How can I collect them?&lt;br /&gt;
* My students have to think harder before they bring in their assignment. How can I stimulate them?&lt;br /&gt;
* Some students send it in their assignement by mistake. Can it be made undone?&lt;br /&gt;
&lt;br /&gt;
==Setting up activities==&lt;br /&gt;
&lt;br /&gt;
* How do I set up a Wiki?&lt;br /&gt;
* How do I set up a Lesson?&lt;br /&gt;
* How do I set up a Hot Potatoes test for students?&lt;br /&gt;
* How do I set up a Workshop?&lt;br /&gt;
&lt;br /&gt;
==[[Teaching Best Practices (K-12) | Moodle and pedagogy]]==&lt;br /&gt;
&lt;br /&gt;
* How do you organise an online discussion with Moodle?&lt;br /&gt;
* How can you let students write a text together?&lt;br /&gt;
* How to use a forum in a class?&lt;br /&gt;
* How can you let students collaborate on a forum?&lt;br /&gt;
&lt;br /&gt;
==Course design==&lt;br /&gt;
&lt;br /&gt;
* How can I design a course for different classes?&lt;br /&gt;
* Whats the use of a metacourse?&lt;br /&gt;
* How can I put a background picture on my course?&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:FAQ]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_FAQ&amp;diff=4869</id>
		<title>Teaching FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_FAQ&amp;diff=4869"/>
		<updated>2006-02-06T18:38:46Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: typo edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FAQ}}&lt;br /&gt;
&lt;br /&gt;
==Showing things to students==&lt;br /&gt;
&lt;br /&gt;
* How to show texts and websitest to students?&lt;br /&gt;
* How to put pictures in a text?&lt;br /&gt;
* How to show a Word- or PDF-document in Moodle?&lt;br /&gt;
* How to play a soundfile in Moodle?&lt;br /&gt;
* How to show a picture gallery in Moodle?&lt;br /&gt;
* How to add an RSS-feed?&lt;br /&gt;
&lt;br /&gt;
==Practice and grading==&lt;br /&gt;
&lt;br /&gt;
* How do I make very quick a lot of multiple choice questions in Moodle?&lt;br /&gt;
* How to make a listeningquiz with Moodle?&lt;br /&gt;
* How do I make &#039;drill and practice exercices (different questions in the same quiz) with Moodle?&lt;br /&gt;
* How can I get an overview of the results of a test or assignement?&lt;br /&gt;
* Can I export grades to Excel?&lt;br /&gt;
&lt;br /&gt;
==Assignments==&lt;br /&gt;
&lt;br /&gt;
* How can I let my students make a report of a grouptask?&lt;br /&gt;
* I want to let my students make a presentation. How can I collect them?&lt;br /&gt;
* My students have to think harder before they bring in their assignement. How can I stimulate them?&lt;br /&gt;
* Some students send it in their assignement by mistake. Can it be made undone?&lt;br /&gt;
&lt;br /&gt;
==Setting up activities:==&lt;br /&gt;
&lt;br /&gt;
* How do I set up a Wiki?&lt;br /&gt;
* How do I set up a Lesson?&lt;br /&gt;
* How do I set up a Hot Potatoestest for students?&lt;br /&gt;
* How do I set up a Workshop?&lt;br /&gt;
&lt;br /&gt;
==Moodle and pedagogy:==&lt;br /&gt;
&lt;br /&gt;
* How do you organise an on line discussion with Moodle?&lt;br /&gt;
* How can you let students write a text together?&lt;br /&gt;
* How to use a forum in a class?&lt;br /&gt;
* How can you let students collaborate on a forum?&lt;br /&gt;
&lt;br /&gt;
==Course design==&lt;br /&gt;
&lt;br /&gt;
* How can I design a cours for different classes?&lt;br /&gt;
* Whats the use of a metacourse?&lt;br /&gt;
* How can I put a background picture on my course?&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:FAQ]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teacher_documentation&amp;diff=4868</id>
		<title>Teacher documentation</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teacher_documentation&amp;diff=4868"/>
		<updated>2006-02-06T18:36:48Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: link edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=85% align=center style=&amp;quot;background: #F8EABA; border: 1px solid #aaa;&amp;quot;&lt;br /&gt;
| style=&amp;quot;font-size: 90%; padding-right: 4px; padding-left: 4px;&amp;quot;|&lt;br /&gt;
&#039;&#039;&#039;Note for contributors:&#039;&#039;&#039; Design and/or style improvements to this page are welcome :-) Please add additional teacher documentation links to the See also section.&lt;br /&gt;
|}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 15px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;Activity modules&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[mod/assignment/index|Assignments]] | [[mod/chat/index|Chats]] | [[mod/choice/index|Choices]] | [[mod/forum/index|Forums]] | [[mod/glossary/index|Glossaries]] | [[mod/hotpot/index|Hot Potatoes]] | [[mod/lesson/index|Lessons]] | [[mod/quiz/index|Quizzes]] | [[mod/scorm/index|SCORM]] | [[mod/survey/index|Surveys]] | [[mod/wiki/index|Wikis]] | [[mod/workshop/index|Workshops]]&lt;br /&gt;
|}&lt;br /&gt;
 &lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 15px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[mod/resource/index|Resources]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[course/mod/text|Text page]] | [[course/mod/html|Web page]] | [[course/mod/file|File or website link]] | [[course/mod/directory|Directory]] | [[course/mod/label|Label]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Blocks]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[Activities]] | [[Administration]] | [[Calendar]] | [[Courses]] | [[Course/Site Description]] | [[HTML]] | [[Latest News]] | [[Messages]] | [[Online Users]] | [[People]] | [[Quiz Results]] | [[Random Glossary Entry]] | [[Recent Activity]] | [[RSS feeds]] | [[Search Forums]] | [[Section Links]] | [[Upcoming Events]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Tools]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[Gradebook]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Teaching with Moodle]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[Teaching FAQ]] | [[Teaching Best Practices (K-12) | Best Practices (K-12)]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[course/view|The course homepage]]&lt;br /&gt;
*[[Course sections]]&lt;br /&gt;
*[[Formatting options]]&lt;br /&gt;
*[[HTML in Moodle]]&lt;br /&gt;
*[[Moodle manuals]]&lt;br /&gt;
*[[Adding resources and activities|Adding resources and activities to your course]]&lt;br /&gt;
*[[Non-standard modules]]&lt;br /&gt;
*[[Non-standard blocks]]&lt;br /&gt;
*[[Teaching FAQ]]&lt;br /&gt;
*[[Teaching Best Practices (K-12) | Teaching with Moodle - Best Practices (K-12)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_Best_Practices_(K-12)&amp;diff=4867</id>
		<title>Teaching Best Practices (K-12)</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_Best_Practices_(K-12)&amp;diff=4867"/>
		<updated>2006-02-06T18:35:50Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: Created page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Best Practices (K-12)==&lt;br /&gt;
===Discussion===&lt;br /&gt;
*How to use a forum in a class? &lt;br /&gt;
*How can you let students collaborate on a forum?&lt;br /&gt;
*How do you organise an on line discussion with Moodle? &lt;br /&gt;
===Collaboration===&lt;br /&gt;
*How can you let students write a text together? &lt;br /&gt;
==== ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=4865</id>
		<title>Teaching with Moodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=4865"/>
		<updated>2006-02-06T18:20:38Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: add category Teacher&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Teaching FAQ | Common Teacher Questions (FAQs)]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Teaching Best Practices (K-12) | Best Practices (K-12)]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teacher_documentation&amp;diff=4864</id>
		<title>Teacher documentation</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teacher_documentation&amp;diff=4864"/>
		<updated>2006-02-06T18:19:49Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: link edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=85% align=center style=&amp;quot;background: #F8EABA; border: 1px solid #aaa;&amp;quot;&lt;br /&gt;
| style=&amp;quot;font-size: 90%; padding-right: 4px; padding-left: 4px;&amp;quot;|&lt;br /&gt;
&#039;&#039;&#039;Note for contributors:&#039;&#039;&#039; Design and/or style improvements to this page are welcome :-) Please add additional teacher documentation links to the See also section.&lt;br /&gt;
|}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 15px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;Activity modules&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[mod/assignment/index|Assignments]] | [[mod/chat/index|Chats]] | [[mod/choice/index|Choices]] | [[mod/forum/index|Forums]] | [[mod/glossary/index|Glossaries]] | [[mod/hotpot/index|Hot Potatoes]] | [[mod/lesson/index|Lessons]] | [[mod/quiz/index|Quizzes]] | [[mod/scorm/index|SCORM]] | [[mod/survey/index|Surveys]] | [[mod/wiki/index|Wikis]] | [[mod/workshop/index|Workshops]]&lt;br /&gt;
|}&lt;br /&gt;
 &lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 15px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[mod/resource/index|Resources]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[course/mod/text|Text page]] | [[course/mod/html|Web page]] | [[course/mod/file|File or website link]] | [[course/mod/directory|Directory]] | [[course/mod/label|Label]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Blocks]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[Activities]] | [[Administration]] | [[Calendar]] | [[Courses]] | [[Course/Site Description]] | [[HTML]] | [[Latest News]] | [[Messages]] | [[Online Users]] | [[People]] | [[Quiz Results]] | [[Random Glossary Entry]] | [[Recent Activity]] | [[RSS feeds]] | [[Search Forums]] | [[Section Links]] | [[Upcoming Events]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Tools]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[Gradebook]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Teaching with Moodle]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[Teaching FAQ]] | [[Teaching Best Practices (K-12) | Best Practices (K-12)]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[course/view|The course homepage]]&lt;br /&gt;
*[[Course sections]]&lt;br /&gt;
*[[Formatting options]]&lt;br /&gt;
*[[HTML in Moodle]]&lt;br /&gt;
*[[Moodle manuals]]&lt;br /&gt;
*[[Adding resources and activities|Adding resources and activities to your course]]&lt;br /&gt;
*[[Non-standard modules]]&lt;br /&gt;
*[[Non-standard blocks]]&lt;br /&gt;
*[[Teaching FAQ]]&lt;br /&gt;
*[[Teaching Best Practices - (K-12) | Teaching with Moodle - Best Practices (K-12)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teacher_documentation&amp;diff=4863</id>
		<title>Teacher documentation</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teacher_documentation&amp;diff=4863"/>
		<updated>2006-02-06T18:18:06Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: link edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=85% align=center style=&amp;quot;background: #F8EABA; border: 1px solid #aaa;&amp;quot;&lt;br /&gt;
| style=&amp;quot;font-size: 90%; padding-right: 4px; padding-left: 4px;&amp;quot;|&lt;br /&gt;
&#039;&#039;&#039;Note for contributors:&#039;&#039;&#039; Design and/or style improvements to this page are welcome :-) Please add additional teacher documentation links to the See also section.&lt;br /&gt;
|}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 15px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;Activity modules&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[mod/assignment/index|Assignments]] | [[mod/chat/index|Chats]] | [[mod/choice/index|Choices]] | [[mod/forum/index|Forums]] | [[mod/glossary/index|Glossaries]] | [[mod/hotpot/index|Hot Potatoes]] | [[mod/lesson/index|Lessons]] | [[mod/quiz/index|Quizzes]] | [[mod/scorm/index|SCORM]] | [[mod/survey/index|Surveys]] | [[mod/wiki/index|Wikis]] | [[mod/workshop/index|Workshops]]&lt;br /&gt;
|}&lt;br /&gt;
 &lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 15px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[mod/resource/index|Resources]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[course/mod/text|Text page]] | [[course/mod/html|Web page]] | [[course/mod/file|File or website link]] | [[course/mod/directory|Directory]] | [[course/mod/label|Label]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Blocks]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[Activities]] | [[Administration]] | [[Calendar]] | [[Courses]] | [[Course/Site Description]] | [[HTML]] | [[Latest News]] | [[Messages]] | [[Online Users]] | [[People]] | [[Quiz Results]] | [[Random Glossary Entry]] | [[Recent Activity]] | [[RSS feeds]] | [[Search Forums]] | [[Section Links]] | [[Upcoming Events]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Tools]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[Gradebook]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Teaching with Moodle]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[Teaching FAQ]] | [[Teaching Best Practices (K-12) | Best Practices (K-12)]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[course/view|The course homepage]]&lt;br /&gt;
*[[Course sections]]&lt;br /&gt;
*[[Formatting options]]&lt;br /&gt;
*[[HTML in Moodle]]&lt;br /&gt;
*[[Moodle manuals]]&lt;br /&gt;
*[[Adding resources and activities|Adding resources and activities to your course]]&lt;br /&gt;
*[[Non-standard modules]]&lt;br /&gt;
*[[Non-standard blocks]]&lt;br /&gt;
*[[Teaching FAQ]]&lt;br /&gt;
*[[Teaching Best Practices - K-12 | Teaching with Moodle - Best Practices (K-12)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=4861</id>
		<title>Teaching with Moodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=4861"/>
		<updated>2006-02-06T18:17:53Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Teaching FAQ | Common Teacher Questions (FAQs)]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Teaching Best Practices (K-12) | Best Practices (K-12)]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=4860</id>
		<title>Teaching with Moodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle&amp;diff=4860"/>
		<updated>2006-02-06T18:15:19Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: Page Created&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Teaching FAQ | Common Teacher Questions (FAQs)]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Teaching with Moodle - Best Practices (K-12)]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle_-_Best_Practices&amp;diff=4858</id>
		<title>Teaching with Moodle - Best Practices</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle_-_Best_Practices&amp;diff=4858"/>
		<updated>2006-02-06T18:09:34Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: Moved to Teaching with Moodle&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect[[Teaching with Moodle]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teacher_documentation&amp;diff=4857</id>
		<title>Teacher documentation</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teacher_documentation&amp;diff=4857"/>
		<updated>2006-02-06T18:01:09Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: Adding Teaching Practices section to page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=85% align=center style=&amp;quot;background: #F8EABA; border: 1px solid #aaa;&amp;quot;&lt;br /&gt;
| style=&amp;quot;font-size: 90%; padding-right: 4px; padding-left: 4px;&amp;quot;|&lt;br /&gt;
&#039;&#039;&#039;Note for contributors:&#039;&#039;&#039; Design and/or style improvements to this page are welcome :-) Please add additional teacher documentation links to the See also section.&lt;br /&gt;
|}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 15px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;Activity modules&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[mod/assignment/index|Assignments]] | [[mod/chat/index|Chats]] | [[mod/choice/index|Choices]] | [[mod/forum/index|Forums]] | [[mod/glossary/index|Glossaries]] | [[mod/hotpot/index|Hot Potatoes]] | [[mod/lesson/index|Lessons]] | [[mod/quiz/index|Quizzes]] | [[mod/scorm/index|SCORM]] | [[mod/survey/index|Surveys]] | [[mod/wiki/index|Wikis]] | [[mod/workshop/index|Workshops]]&lt;br /&gt;
|}&lt;br /&gt;
 &lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 15px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[mod/resource/index|Resources]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[course/mod/text|Text page]] | [[course/mod/html|Web page]] | [[course/mod/file|File or website link]] | [[course/mod/directory|Directory]] | [[course/mod/label|Label]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Blocks]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[Activities]] | [[Administration]] | [[Calendar]] | [[Courses]] | [[Course/Site Description]] | [[HTML]] | [[Latest News]] | [[Messages]] | [[Online Users]] | [[People]] | [[Quiz Results]] | [[Random Glossary Entry]] | [[Recent Activity]] | [[RSS feeds]] | [[Search Forums]] | [[Section Links]] | [[Upcoming Events]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Tools]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[Gradebook]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Teaching with Moodle]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[Teaching FAQ]] | [[Teaching Best Practices - K-12 | Best Practices (K-12)]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[course/view|The course homepage]]&lt;br /&gt;
*[[Course sections]]&lt;br /&gt;
*[[Formatting options]]&lt;br /&gt;
*[[HTML in Moodle]]&lt;br /&gt;
*[[Moodle manuals]]&lt;br /&gt;
*[[Adding resources and activities|Adding resources and activities to your course]]&lt;br /&gt;
*[[Non-standard modules]]&lt;br /&gt;
*[[Non-standard blocks]]&lt;br /&gt;
*[[Teaching FAQ]]&lt;br /&gt;
*[[Teaching Best Practices - K-12 | Teaching with Moodle - Best Practices (K-12)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=User:Hintbw&amp;diff=4855</id>
		<title>User:Hintbw</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=User:Hintbw&amp;diff=4855"/>
		<updated>2006-02-06T17:37:45Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;p style=&amp;quot;text-indent: 5px;&amp;quot;&amp;gt;I&#039;m an instructional technologist in Gilbert, Arizona.  I came across Moodle about a 1 1/2 years ago and have been working to help teachers in our 40,000 student district begin to use it.  My current goal in working with the MoodleDOCS project is to help create an organized body of pedagogy knowledge that teachers can readily tie into.  I have found there is a difference between knowing how to do something in Moodle, and doing it in the way most effective with students.  I will be presenting at [http://center.uoregon.edu/ISTE/NECC2006/ NECC 2006] about best practices in using Moodle in a K-12 environment.  I don&#039;t pretend to know all there is to know, that is partly why I wanted to jumpstart this project on MoodleDOCS.  There is a great body of pedagogy knowledge that has been created by Moodle users out there in the K-12 space, worldwide, and, as Moodle continues to catch on throughout the educational community, it is important to have some pedagogy suggestions/guidelines that new teachers can depend on.&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=User:Hintbw&amp;diff=4854</id>
		<title>User:Hintbw</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=User:Hintbw&amp;diff=4854"/>
		<updated>2006-02-06T17:37:04Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: Bio on Hintbw - Brett Hinton&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;   I&#039;m an instructional technologist in Gilbert, Arizona.  I came across Moodle about a 1 1/2 years ago and have been working to help teachers in our 40,000 student district begin to use it.  My current goal in working with the MoodleDOCS project is to help create an organized body of pedagogy knowledge that teachers can readily tie into.  I have found there is a difference between knowing how to do something in Moodle, and doing it in the way most effective with students.  I will be presenting at [http://center.uoregon.edu/ISTE/NECC2006/ NECC 2006] about best practices in using Moodle in a K-12 environment.  I don&#039;t pretend to know all there is to know, that is partly why I wanted to jumpstart this project on MoodleDOCS.  There is a great body of pedagogy knowledge that has been created by Moodle users out there in the K-12 space, worldwide, and, as Moodle continues to catch on throughout the educational community, it is important to have some pedagogy suggestions/guidelines that new teachers can depend on.&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=User:Hintbw&amp;diff=4853</id>
		<title>User:Hintbw</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=User:Hintbw&amp;diff=4853"/>
		<updated>2006-02-06T17:35:34Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;:I&#039;m an instructional technologist in Gilbert, Arizona.  I came across Moodle about a 1 1/2 years ago and have been working to help teachers in our 40,000 student district begin to use it.  My current goal in working with the MoodleDOCS project is to help create an organized body of pedagogy knowledge that teachers can readily tie into.  I have found there is a difference between knowing how to do something in Moodle, and doing it in the way most effective with students.  I will be presenting at [http://center.uoregon.edu/ISTE/NECC2006/ NECC 2006] about best practices in using Moodle in a K-12 environment.  I don&#039;t pretend to know all there is to know, that is partly why I wanted to jumpstart this project on MoodleDOCS.  There is a great body of pedagogy knowledge that has been created by Moodle users out there in the K-12 space, worldwide, and, as Moodle continues to catch on throughout the educational community, it is important to have some pedagogy suggestions/guidelines that new teachers can depend on.&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle_-_Best_Practices&amp;diff=4851</id>
		<title>Teaching with Moodle - Best Practices</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teaching_with_Moodle_-_Best_Practices&amp;diff=4851"/>
		<updated>2006-02-06T17:23:52Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: Created page, place holder content&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Teaching with Moodle - Best Practices]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[General]] | [[K-12]] | [[University/College]] |&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teacher_documentation&amp;diff=4850</id>
		<title>Teacher documentation</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teacher_documentation&amp;diff=4850"/>
		<updated>2006-02-06T17:22:31Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=85% align=center style=&amp;quot;background: #F8EABA; border: 1px solid #aaa;&amp;quot;&lt;br /&gt;
| style=&amp;quot;font-size: 90%; padding-right: 4px; padding-left: 4px;&amp;quot;|&lt;br /&gt;
&#039;&#039;&#039;Note for contributors:&#039;&#039;&#039; Design and/or style improvements to this page are welcome :-) Please add additional teacher documentation links to the See also section.&lt;br /&gt;
|}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 15px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;Activity modules&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[mod/assignment/index|Assignments]] | [[mod/chat/index|Chats]] | [[mod/choice/index|Choices]] | [[mod/forum/index|Forums]] | [[mod/glossary/index|Glossaries]] | [[mod/hotpot/index|Hot Potatoes]] | [[mod/lesson/index|Lessons]] | [[mod/quiz/index|Quizzes]] | [[mod/scorm/index|SCORM]] | [[mod/survey/index|Surveys]] | [[mod/wiki/index|Wikis]] | [[mod/workshop/index|Workshops]]&lt;br /&gt;
|}&lt;br /&gt;
 &lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 15px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[mod/resource/index|Resources]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[course/mod/text|Text page]] | [[course/mod/html|Web page]] | [[course/mod/file|File or website link]] | [[course/mod/directory|Directory]] | [[course/mod/label|Label]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Blocks]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[Activities]] | [[Administration]] | [[Calendar]] | [[Courses]] | [[Course/Site Description]] | [[HTML]] | [[Latest News]] | [[Messages]] | [[Online Users]] | [[People]] | [[Quiz Results]] | [[Random Glossary Entry]] | [[Recent Activity]] | [[RSS feeds]] | [[Search Forums]] | [[Section Links]] | [[Upcoming Events]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Tools]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[Gradebook]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[course/view|The course homepage]]&lt;br /&gt;
*[[Course sections]]&lt;br /&gt;
*[[Formatting options]]&lt;br /&gt;
*[[HTML in Moodle]]&lt;br /&gt;
*[[Moodle manuals]]&lt;br /&gt;
*[[Adding resources and activities|Adding resources and activities to your course]]&lt;br /&gt;
*[[Non-standard modules]]&lt;br /&gt;
*[[Non-standard blocks]]&lt;br /&gt;
*[[Teaching FAQ]]&lt;br /&gt;
*[[Teaching with Moodle - Best Practices]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teacher_documentation&amp;diff=4849</id>
		<title>Teacher documentation</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teacher_documentation&amp;diff=4849"/>
		<updated>2006-02-06T17:21:13Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: Added a teaching best practices section.  The goal is to incorporate the Teaching FAQ into this section and to refine some forum discussion material for posting here.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=85% align=center style=&amp;quot;background: #F8EABA; border: 1px solid #aaa;&amp;quot;&lt;br /&gt;
| style=&amp;quot;font-size: 90%; padding-right: 4px; padding-left: 4px;&amp;quot;|&lt;br /&gt;
&#039;&#039;&#039;Note for contributors:&#039;&#039;&#039; Design and/or style improvements to this page are welcome :-) Please add additional teacher documentation links to the See also section.&lt;br /&gt;
|}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 15px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;Activity modules&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[mod/assignment/index|Assignments]] | [[mod/chat/index|Chats]] | [[mod/choice/index|Choices]] | [[mod/forum/index|Forums]] | [[mod/glossary/index|Glossaries]] | [[mod/hotpot/index|Hot Potatoes]] | [[mod/lesson/index|Lessons]] | [[mod/quiz/index|Quizzes]] | [[mod/scorm/index|SCORM]] | [[mod/survey/index|Surveys]] | [[mod/wiki/index|Wikis]] | [[mod/workshop/index|Workshops]]&lt;br /&gt;
|}&lt;br /&gt;
 &lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 15px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[mod/resource/index|Resources]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[course/mod/text|Text page]] | [[course/mod/html|Web page]] | [[course/mod/file|File or website link]] | [[course/mod/directory|Directory]] | [[course/mod/label|Label]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Blocks]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[Activities]] | [[Administration]] | [[Calendar]] | [[Courses]] | [[Course/Site Description]] | [[HTML]] | [[Latest News]] | [[Messages]] | [[Online Users]] | [[People]] | [[Quiz Results]] | [[Random Glossary Entry]] | [[Recent Activity]] | [[RSS feeds]] | [[Search Forums]] | [[Section Links]] | [[Upcoming Events]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Tools]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[Gradebook]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[course/view|The course homepage]]&lt;br /&gt;
*[[Course sections]]&lt;br /&gt;
*[[Formatting options]]&lt;br /&gt;
*[[HTML in Moodle]]&lt;br /&gt;
*[[Moodle manuals]]&lt;br /&gt;
*[[Adding resources and activities|Adding resources and activities to your course]]&lt;br /&gt;
*[[Non-standard modules]]&lt;br /&gt;
*[[Non-standard blocks]]&lt;br /&gt;
*[[Teaching FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/19/en/index.php?title=Teacher_documentation&amp;diff=4848</id>
		<title>Teacher documentation</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/19/en/index.php?title=Teacher_documentation&amp;diff=4848"/>
		<updated>2006-02-06T17:18:22Z</updated>

		<summary type="html">&lt;p&gt;Hintbw: Added a teaching best practices section.  The goal is to incorporate the Teaching FAQ into this section and to refine some forum discussion material for posting here.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=85% align=center style=&amp;quot;background: #F8EABA; border: 1px solid #aaa;&amp;quot;&lt;br /&gt;
| style=&amp;quot;font-size: 90%; padding-right: 4px; padding-left: 4px;&amp;quot;|&lt;br /&gt;
&#039;&#039;&#039;Note for contributors:&#039;&#039;&#039; Design and/or style improvements to this page are welcome :-) Please add additional teacher documentation links to the See also section.&lt;br /&gt;
|}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 15px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4;&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;Activity modules&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[mod/assignment/index|Assignments]] | [[mod/chat/index|Chats]] | [[mod/choice/index|Choices]] | [[mod/forum/index|Forums]] | [[mod/glossary/index|Glossaries]] | [[mod/hotpot/index|Hot Potatoes]] | [[mod/lesson/index|Lessons]] | [[mod/quiz/index|Quizzes]] | [[mod/scorm/index|SCORM]] | [[mod/survey/index|Surveys]] | [[mod/wiki/index|Wikis]] | [[mod/workshop/index|Workshops]]&lt;br /&gt;
|}&lt;br /&gt;
 &lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 15px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[mod/resource/index|Resources]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[course/mod/text|Text page]] | [[course/mod/html|Web page]] | [[course/mod/file|File or website link]] | [[course/mod/directory|Directory]] | [[course/mod/label|Label]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Blocks]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[Activities]] | [[Administration]] | [[Calendar]] | [[Courses]] | [[Course/Site Description]] | [[HTML]] | [[Latest News]] | [[Messages]] | [[Online Users]] | [[People]] | [[Quiz Results]] | [[Random Glossary Entry]] | [[Recent Activity]] | [[RSS feeds]] | [[Search Forums]] | [[Section Links]] | [[Upcoming Events]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Teaching with Moodle - Best Practices]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[General]] | [[K-12]] | [[University/College]] |&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #aaa; background: #f9f9f9; padding: 5px; margin: 5px 0 10px 0; width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 5px 0 5px; background:#e4e4e4&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;h2 style=&amp;quot;border: 0; margin: 0&amp;quot;&amp;gt;[[Tools]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;font-size: 100%;&amp;quot; | [[Gradebook]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[course/view|The course homepage]]&lt;br /&gt;
*[[Course sections]]&lt;br /&gt;
*[[Formatting options]]&lt;br /&gt;
*[[HTML in Moodle]]&lt;br /&gt;
*[[Moodle manuals]]&lt;br /&gt;
*[[Adding resources and activities|Adding resources and activities to your course]]&lt;br /&gt;
*[[Non-standard modules]]&lt;br /&gt;
*[[Non-standard blocks]]&lt;br /&gt;
*[[Teaching FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Hintbw</name></author>
	</entry>
</feed>