<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/37/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Joergw</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/37/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Joergw"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/Special:Contributions/Joergw"/>
	<updated>2026-04-17T17:59:10Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Theme_directory&amp;diff=64198</id>
		<title>Theme directory</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Theme_directory&amp;diff=64198"/>
		<updated>2009-10-10T01:16:03Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Themes}}&lt;br /&gt;
In the standard Moodle distribution, all themes are placed in the theme/ directory.&lt;br /&gt;
&lt;br /&gt;
From version 1.7, moodle will support changing the location which themes are stored in and used with the theme selector.&lt;br /&gt;
&lt;br /&gt;
== Changing Theme Storage Location ==&lt;br /&gt;
{{Moodle 1.7}}&lt;br /&gt;
Starting from Moodle 1.7, the storage location of themes may be altered, using the variables &#039;&#039;$CFG-&amp;gt;themewww&#039;&#039; and &#039;&#039;$CFG-&amp;gt;themedir&#039;&#039;. Themes from placed in the directory specified by these variables will then be available for selection using the theme selector.&lt;br /&gt;
&lt;br /&gt;
For example, should you wish to place themes in a subdirectory called &#039;my_moodle_themes&#039;, your config.php might look like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$CFG-&amp;gt;wwwroot   = &#039;http://my.moodle.site.edu&#039;;&lt;br /&gt;
$CFG-&amp;gt;dirroot   = &#039;/var/www/my.moodle.site.edu/public_html&#039;;&lt;br /&gt;
$CFG-&amp;gt;themewww  = $CFG-&amp;gt;wwwroot . &#039;/my_moodle_themes&#039;;&lt;br /&gt;
$CFG-&amp;gt;themedir  = $CFG-&amp;gt;dirroot . &#039;/my_moodle_themes&#039;;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Theme directory for Developers ==&lt;br /&gt;
&lt;br /&gt;
Developers should follow the [[Development:Theme directory guide]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=20152 Feature request: Themes path in a VAR]&lt;br /&gt;
*Moodle Tracker [http://tracker.moodle.org/browse/MDL-6784 MDL-6784]  &lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Themes]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Dossier de thèmes]]&lt;br /&gt;
[[ja:テーマディレクトリ]]&lt;br /&gt;
[[de:Design-Verzeichnis]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Theme_settings&amp;diff=64197</id>
		<title>Theme settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Theme_settings&amp;diff=64197"/>
		<updated>2009-10-10T00:48:20Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Themes}}&lt;br /&gt;
Location: &#039;&#039;Administration &amp;gt; Appearance &amp;gt; Themes &amp;gt; Theme settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Theme settings ==&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;themelist&#039;&#039; - This lists the themes available for course and user themes. Leave this blank to allow any valid theme to be used. If you want to shorten the theme menu, you may specify a comma-separated list of names, though don&#039;t use spaces (e.g. standard,orangewhite).&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;allowuserthemes&#039;&#039; - If enabled, then users will be allowed to set their own themes through their [[Edit_profile#Preferred_theme|Edit Profile]] page. User themes override site themes but not if the course setting is [[Course_settings#Force_Theme|Force theme]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;allowcoursethemes&#039;&#039; - If you enable this, then teachers will be able to set their own course themes. Course themes override all other theme choices (site, user, or session themes).&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;allowcategorythemes&#039;&#039; - If you enable this, then themes can be set at the category level. This will affect all child categories and courses unless they have specifically set their own theme. WARNING: Enabling category themes may affect performance.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;allowuserstohideblocks&#039;&#039;- Allows users to display and hide blocks&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;showblocksonmodulepage&#039;&#039; -If activity module allows blocks, this will enable a pulldown list.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;allowcategorythemes&#039;&#039; - If you enable this, then themes can be set at the category level (from Moodle 1.9 onwards).&lt;br /&gt;
&lt;br /&gt;
== Theme types ==&lt;br /&gt;
&lt;br /&gt;
==== Site themes ====&lt;br /&gt;
Site themes may be previewed and chosen via Administration &amp;gt;&amp;gt; Configuration &amp;gt;&amp;gt; [[Themes]].&lt;br /&gt;
&lt;br /&gt;
==== User themes ====&lt;br /&gt;
If the option &#039;&#039;allowuserthemes&#039;&#039; is enabled, each user may select their preferred theme on the [[user/edit|Edit profile]] page. All Moodle pages will be displayed in the user&#039;s theme, apart from courses where a course theme has been set.&lt;br /&gt;
&lt;br /&gt;
==== Course themes ====&lt;br /&gt;
If the option &#039;&#039;allowcoursethemes&#039;&#039; is enabled, each editing teacher may select their course theme via the Force theme option on the [[course/edit|Course settings]] page. The course will always be displayed in the theme specified in the course setting, with user and the site themes being overwritten.&lt;br /&gt;
&lt;br /&gt;
==== Category themes ====&lt;br /&gt;
{{Moodle 1.9}}In Moodle 1.9 onwards, category themes may be set. There is an admin setting to turn this feature on/off under &amp;quot;Site Administration/Appearance/Themes/Theme settings&amp;quot;. It is off by default as it does take a bit of processing overhead. If it is switched on then you will be able to select a theme when editing categories. The theme will then apply to all courses in that category or child categories and the category page itself.&lt;br /&gt;
&lt;br /&gt;
==== Session themes ====&lt;br /&gt;
Moodle offers an additional way to set a theme - the &#039;&#039;&#039;session theme&#039;&#039;&#039;. This is set with the URL and lasts until you log out. When you next login, the site/course/user themes are active again. This option is great for theme testing and works perfectly when you want to enable different themes for different situations.&lt;br /&gt;
&lt;br /&gt;
For example you can offer a special link for PDA users and integrate the session theme &#039;&#039;orangewhitepda&#039;&#039; in that link. Nobody needs to change any settings, you just click on that link. The session theme is called by the URL parameter &amp;lt;code&amp;gt;&amp;amp;theme=orangewhitepda&amp;lt;/code&amp;gt;. The whole URL  without the session theme could look like &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://mymoodlesite.org/course/view.php?id=18&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; and with the parameter for the PDA theme like &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;quot;http://mymoodlesite.org/course/view.php?id=18&amp;amp;theme=orangewhitepda&amp;quot;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
In a standard Moodle installation, session themes are not active. To activate them the administrator must add the parameter &amp;lt;code&amp;gt;$CFG-&amp;gt;allowthemechangeonurl = true;&amp;lt;/code&amp;gt; to the Moodle &#039;&#039;config.php&#039;&#039; file in the Moodle base directory.&lt;br /&gt;
&lt;br /&gt;
==== Page theme ====&lt;br /&gt;
A page theme is for special page-only themes set by code.&lt;br /&gt;
&lt;br /&gt;
== Theme overview ==&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border:1px dashed #ddd&amp;quot;&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;text-align:left&amp;quot;&lt;br /&gt;
!Theme type&lt;br /&gt;
! style=&amp;quot;background:#eee&amp;quot;|Overwrites&lt;br /&gt;
!Display&lt;br /&gt;
! style=&amp;quot;background:#eee&amp;quot;|Setting type&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
|Site&lt;br /&gt;
|style=&amp;quot;background:#eee&amp;quot;| - &lt;br /&gt;
|all pages*&lt;br /&gt;
|style=&amp;quot;background:#eee&amp;quot;|saved in theme profile&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
|User&lt;br /&gt;
|style=&amp;quot;background:#eee&amp;quot;|Site theme&lt;br /&gt;
|all pages*&lt;br /&gt;
|style=&amp;quot;background:#eee&amp;quot;|saved in user profile&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
|Course&lt;br /&gt;
|style=&amp;quot;background:#eee&amp;quot;|Site, user and session themes&lt;br /&gt;
|one course&lt;br /&gt;
|style=&amp;quot;background:#eee&amp;quot;|saved in course profile&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
|Session&lt;br /&gt;
|style=&amp;quot;background:#eee&amp;quot;|Site and user themes&lt;br /&gt;
|all pages*&lt;br /&gt;
|style=&amp;quot;background:#eee&amp;quot;|temporary until logout&lt;br /&gt;
|}&lt;br /&gt;
(* except courses with the course theme set)&lt;br /&gt;
&lt;br /&gt;
== Sideblock width ==&lt;br /&gt;
{{Moodle 1.8}}When you need to define the side column width for your themes you can add the following settings to your theme config.php.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
$THEME-&amp;gt;block_l_min_width = 148;&lt;br /&gt;
$THEME-&amp;gt;block_l_max_width = 148;&lt;br /&gt;
$THEME-&amp;gt;block_r_min_width = 260;&lt;br /&gt;
$THEME-&amp;gt;block_r_max_width = 260;&lt;br /&gt;
&lt;br /&gt;
/// These values define the min and max width of the left and right&lt;br /&gt;
/// sideblocks in the course pages. If not set or false the standard &lt;br /&gt;
/// values are taken.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Change column order==&lt;br /&gt;
{{Moodle 1.8}}When you need to change the column order for your themes you can add the following settings to your theme config.php.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
$THEME-&amp;gt;layouttable = array(&#039;left&#039;, &#039;right&#039;, &#039;middle&#039;);&lt;br /&gt;
&lt;br /&gt;
/// These values define the order of the columns for all&lt;br /&gt;
/// pages showing sideblocks. If not set Moodle uses the &lt;br /&gt;
/// default order:&lt;br /&gt;
/// $THEME-&amp;gt;layouttable = array(&#039;left&#039;, &#039;middle&#039;, &#039;right&#039;);&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Theme priority==&lt;br /&gt;
{{Moodle 1.9}}In Moodle 1.9 onwards, the priority of themes can be set. The order defines which theme wins when there are several set at different levels. You can set a variable in config.php called $CFG-&amp;gt;themeorder (see config-dist.php for more details). By default it is set to: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;$CFG-&amp;gt;themeorder = array(&#039;page&#039;, &#039;course&#039;, &#039;category&#039;, &#039;session&#039;, &#039;user&#039;, &#039;site&#039;);&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Hide activity type navigation==&lt;br /&gt;
{{Moodle 1.9}}In Moodle 1.9 onwards, the activity type (e.g. Quizzes) crumb in the navigation bar may be hidden from students or all users.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*How to change [[Header logo]] &lt;br /&gt;
*[[Theme scrapbook]] has more information about themes&lt;br /&gt;
*[http://www.youtube.com/watch?v=mCVsJ3Wsoj8 Video demonstrating how to set a category theme in Moodle 1.9]&lt;br /&gt;
&lt;br /&gt;
[[Category:Themes]]&lt;br /&gt;
&lt;br /&gt;
[[es:Configuración de temas]]&lt;br /&gt;
[[fr:Configuration des thèmes]]&lt;br /&gt;
[[ja:テーマ設定]]&lt;br /&gt;
[[de:Design-Einstellungen]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Themes_FAQ&amp;diff=64195</id>
		<title>Themes FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Themes_FAQ&amp;diff=64195"/>
		<updated>2009-10-10T00:43:14Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Themes}}==How do I install a new theme?==&lt;br /&gt;
&lt;br /&gt;
# Unzip the .zip file to an empty local directory.&lt;br /&gt;
# Upload folder to your web server to the /moodle/theme/[Theme Name]. (Replace [Theme Name] with the name of the theme you have downloaded.) Ensure the new theme folder and its contents are readable by the webserver.  Change Read and Write permissions (CHMOD) for the files and folder to 755 - Owner read/write/execute, Group read/execute, Everyone read/execute.  Incorrect permissions may prevent display of the newly installed theme.&lt;br /&gt;
# Choose your new theme from within Moodle via &#039;&#039;Administration &amp;gt; Appearance &amp;gt; Themes &amp;gt; Theme selector&#039;&#039;  (or &#039;&#039;Administration &amp;gt; Configuration &amp;gt; Themes&#039;&#039; in versions of Moodle prior to 1.7).&lt;br /&gt;
&lt;br /&gt;
==How do I create a custom theme?==&lt;br /&gt;
&lt;br /&gt;
See [[Creating a custom theme]] and/or [[Make your own theme]].&lt;br /&gt;
&lt;br /&gt;
==How can I get the New Moodle2 theme for my site?==&lt;br /&gt;
Not til Moodle 2.x comes out and it will be a &amp;quot;sort of&amp;quot;.  The new look (refered to as &amp;quot;Moodle2&amp;quot;) for Moodle.org was made public just before the close of 2008. The Moodle2 look has various things hard coded into its fabric.   The good news is that many pieces of the look are available.&lt;br /&gt;
&lt;br /&gt;
==Will I lose my courses, language files, logo, etc. if I switch my theme?==&lt;br /&gt;
Switching themes only changes the appearance of your site, not the content within it. The logo is a part of the theme and will be lost when you switch.&lt;br /&gt;
&lt;br /&gt;
Follow these instructions to [[Creating_a_custom_theme#Adding_a_Logo|add a logo]] to a theme.&lt;br /&gt;
&lt;br /&gt;
== Are there tools which help me creating and editing themes? ==&lt;br /&gt;
&lt;br /&gt;
=== Clear Cache Button ===&lt;br /&gt;
This useful Firefox add-on let&#039;s you add a button to your tool bar for easily clearing your cache while working on your theme: https://addons.mozilla.org/de/firefox/addon/1801&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;Please note that the following tools are only for development. They only change the way &#039;&#039;you&#039;&#039; see your Moodle site, not the Moodle site itself. Any changes you make using these tools will not be visible to anyone else who uses your site. For this you will have to make those changes permanent by changing your theme&#039;s CSS files for example.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Firebug ===&lt;br /&gt;
The single most useful tool is the [[Development:Firebug|Firebug]] add-on for the [[Firefox]] web browser. Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page... And there are additional add-ons for making Firebug an even more powerful tool.&lt;br /&gt;
&lt;br /&gt;
=== Web Developer Toolbar ===&lt;br /&gt;
Another great tool for any web developer is the [[Web developer extension]], another Firefox add-on. One very useful feature is the option to &#039;&#039;&#039;disable your browser&#039;s cache&#039;&#039;&#039; while working on your theme. That way you are sure you&#039;re always presented with your latest modifications and not with an older, cached version.&lt;br /&gt;
&lt;br /&gt;
=== Stylish ===&lt;br /&gt;
Modifications made with Firebug are lost when refreshing your page. If you want your CSS changes to be a bit more permanent, for example to try them with different pages of your Moodle installation, you can use another Firefox plugin: [https://addons.mozilla.org/en-US/firefox/addon/2108 Stylish]. That way you can change your site&#039;s CSS with a simple mouse click without having to change Moodle code.&lt;br /&gt;
&lt;br /&gt;
See [[Stylish]] for detailed instructions and examples.&lt;br /&gt;
&lt;br /&gt;
== How do I check for cross-browser compatibility? ==&lt;br /&gt;
There are some tools (standalone and online) which can show you how your site looks in different browsers. See this [http://moodle.org/mod/forum/discuss.php?d=127746 forum discussion] for details.&lt;br /&gt;
&lt;br /&gt;
== Where do I find concrete examples for modifying Moodle themes? ==&lt;br /&gt;
See [[Theme scrapbook]] (soon to be incorporated in this page).&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/view.php?f=29 Themes forum]&lt;br /&gt;
* [[CSS FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[de:Designs_FAQ]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Themes&amp;diff=64194</id>
		<title>Themes</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Themes&amp;diff=64194"/>
		<updated>2009-10-09T23:53:32Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Themes}}&lt;br /&gt;
A Moodle theme is a pre-designed user &amp;quot;view&amp;quot; (interface) that can be changed by the site administrator, teacher, or student.  While robust, it does not affect how Moodle functions, just how it looks.  Moodle comes with a standard set of themes and there is a [http://moodle.org/mod/data/view.php?id=6552  large free library] available to download. &lt;br /&gt;
  &lt;br /&gt;
==Moodle themes==&lt;br /&gt;
Moodle has a powerful themes system that allows for a variety of effects through the use of XHTML and CSS.&lt;br /&gt;
&lt;br /&gt;
* Themes may be [[Theme settings|selected]] at site level, course level and/or user level.&lt;br /&gt;
* Each page is individually-addressable via CSS, allowing you to pinpoint exact items.&lt;br /&gt;
* Our CSS class naming system uses simple English, is consistent and easily understood.&lt;br /&gt;
* New modules can tell Moodle what styles they need and automatically include these in the stylesheet.&lt;br /&gt;
* Themes can be based on the &#039;&#039;standard&#039;&#039; theme, which is very plain but functional.  You simply override styles you want to change by adding to the stylesheet in your own theme.  This means that if you upgrade Moodle later and new styles are needed, your custom theme will still work without any changes, because the new classes will be defined in the &#039;&#039;standard&#039;&#039; theme.&lt;br /&gt;
* Themes can also be based on any other theme.  This allows you to easily create families of themes, or variations on a theme.  For example you might create a spectrum of pastel shades for use in different courses, but with the same basic layout and logos.  You may also want to create a family of differently-coloured themes for accessibility purposes.&lt;br /&gt;
&lt;br /&gt;
==Theme selector== &lt;br /&gt;
&lt;br /&gt;
Moodle has a number of themes for you to choose from using the theme selector, including an interactive theme called [[Chameleon]]. Chameleon uses Ajax technology to enable you to easily design your own theme or enhance an existing theme. The Ajax editing interface for Chameleon loads for administrators only. &lt;br /&gt;
&lt;br /&gt;
Alternatively, you can download a theme from the Moodle.org [http://moodle.org/themes Themes database].&lt;br /&gt;
&lt;br /&gt;
== Creating your own theme ==&lt;br /&gt;
&lt;br /&gt;
If you plan to work on your own theme please create a new one (with its own named subfolder) and use Moodle&#039;s theme system to base your theme on an existing theme such as &#039;&#039;standard&#039;&#039;. If you just modify one of the delivered themes it will be overwritten by the next Moodle update.&lt;br /&gt;
&lt;br /&gt;
See [[Creating a custom theme]] and/or [[Make your own theme]] for some tutorials. &lt;br /&gt;
&lt;br /&gt;
To distribute your theme, zip the theme folder and submit to the Moodle.org [http://moodle.org/themes Themes database].&lt;br /&gt;
&lt;br /&gt;
== Installing a theme ==&lt;br /&gt;
&lt;br /&gt;
To install a theme:&lt;br /&gt;
# Unzip the .zip file to an empty local directory.&lt;br /&gt;
# Upload folder to your web server to the /moodle/theme/[Theme Name]. (Replace [Theme Name] with the name of the theme you have downloaded.) Ensure the new theme folder and its contents are readable by the webserver.  Change Read and Write permissions (CHMOD) for the files and folder to 755 - Owner read/write/execute, Group read/execute, Everyone read/execute.  Incorrect permissions may prevent display of the newly installed theme.&lt;br /&gt;
# Choose your new theme from within Moodle via &#039;&#039;Administration &amp;gt; Appearance &amp;gt; Themes &amp;gt; Theme selector&#039;&#039; (version 1.7+) or &#039;&#039;Administration &amp;gt; Configuration &amp;gt; Themes&#039;&#039; (older versions).&lt;br /&gt;
&lt;br /&gt;
See [[Installing a new theme]] for more information.&lt;br /&gt;
&lt;br /&gt;
== Theme system changes ==&lt;br /&gt;
&lt;br /&gt;
Themes have improved a great deal in recent versions of Moodle. If you are using your own theme and want to upgrade, please refer to one of the following:&lt;br /&gt;
* [[1.6 theme upgrade]]&lt;br /&gt;
* [[1.7 theme upgrade]]&lt;br /&gt;
* [[1.8 theme upgrade]]&lt;br /&gt;
&lt;br /&gt;
==Core themes==&lt;br /&gt;
&lt;br /&gt;
Themes included in Moodle 1.9 are [[Chameleon theme|chameleon]], cornflower, [[Custom corners theme|custom corners]], formal white, metal, oceanblue, orangewhite, orangewhitepda, standard (default), standardblue, standardgreen, standardlogo, standardred, standardwhite, wood&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[http://www.youtube.com/watch?v=pPUB_ReBPeg Installing 3rd Party Modules and Themes in Moodle video]&lt;br /&gt;
* [[Themes FAQ]]&lt;br /&gt;
*[[Web developer extension]] Firefox addon tool&lt;br /&gt;
&lt;br /&gt;
[[es:Temas]]&lt;br /&gt;
[[fr:Thèmes]]&lt;br /&gt;
[[ja:テーマ]]&lt;br /&gt;
[[pt:Temas]]&lt;br /&gt;
[[de:Designs]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Installing_a_new_theme&amp;diff=59805</id>
		<title>Installing a new theme</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Installing_a_new_theme&amp;diff=59805"/>
		<updated>2009-07-14T11:27:32Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Change Moodle Theme ==&lt;br /&gt;
&lt;br /&gt;
You can easily change the moodle theme.  Here we will install a new theme that has been made by someone else. &lt;br /&gt;
&lt;br /&gt;
Steps are&lt;br /&gt;
&lt;br /&gt;
1) Download the zip file of the theme&lt;br /&gt;
&lt;br /&gt;
2) Extract to it&#039;s own named folder &lt;br /&gt;
&lt;br /&gt;
3) copy this folder to the /theme folder of your Moodle installation site&lt;br /&gt;
&lt;br /&gt;
4) Go to yourdomain.com/admin/ or your site administration block &lt;br /&gt;
&lt;br /&gt;
5) You will have to have administrative rights as the user&lt;br /&gt;
&lt;br /&gt;
6) Expand Appearance icon/link&lt;br /&gt;
&lt;br /&gt;
7) Expand Theme icon/link&lt;br /&gt;
&lt;br /&gt;
8) click on Theme Selector icon/link&lt;br /&gt;
&lt;br /&gt;
9) Find your theme picture and theme name displayed here&lt;br /&gt;
&lt;br /&gt;
10) First click preview link on the right side of your theme picture to preview before selection&lt;br /&gt;
&lt;br /&gt;
11) press Choose button to select your new theme, your theme will now be displayed on the site.&lt;br /&gt;
&lt;br /&gt;
12) Now you can check your Moodle site (e.g. yourdomain.com) by going to the site home page!&lt;br /&gt;
[[de:Ein_neues_Design_installieren]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Moodle_Docs&amp;diff=55962</id>
		<title>Moodle Docs</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Moodle_Docs&amp;diff=55962"/>
		<updated>2009-05-19T00:48:50Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Location: &#039;&#039;Administration &amp;gt; Appearance &amp;gt; Moodle Docs&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Moodle Docs is an abbreviation for &#039;&#039;Moodle documentation&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[Image:Information_icon.GIF|frame|Example link]]&lt;br /&gt;
By default, teachers and administrators have &amp;quot;Moodle Docs for this page&amp;quot; links at the bottom of each page in Moodle for accessing context-specific documentation.&lt;br /&gt;
&lt;br /&gt;
==Settings==&lt;br /&gt;
The default path is to docs.moodle.org.. You can change this if you wish to have your own custom online documentation. However if you do, make sure that the paths in your documentation follow the same format as docs.moodle.org.&lt;br /&gt;
&lt;br /&gt;
If the Moodle Docs document root field is left blank, no &amp;quot;Moodle Docs for this page&amp;quot; links will appear.&lt;br /&gt;
&lt;br /&gt;
You may find that teachers prefer the documentation to open in a new window, so they can easily return to their page in Moodle. If so, click the &amp;quot;Open in new window&amp;quot; checkbox.&lt;br /&gt;
&lt;br /&gt;
==Moodle documentation==&lt;br /&gt;
As you may have discovered, Moodle Docs contains many searchable pages which represents 1,000s of hours of refinement by the Moodle community. For example, it is common to see a link from a forum in Moodle.org to a specific page or section in a Moodle Docs page. Likewise, something can be added to Moodle Docs to cover a new feature or to give a more detail description of a process that is not possible or desirable in a forum or as part of the help files.   &lt;br /&gt;
&lt;br /&gt;
Moodle Docs is a living document that is constantly changing at docs.moodle.org . Anyone in the Moodle community who sees a need is invited to make an addition or add their opinion in the page comments tab.&lt;br /&gt;
&lt;br /&gt;
==Tips and tricks ==&lt;br /&gt;
It is possible to download am HTML copy of Moodle documentation at [http://wimski.org/docs/ wimski.org/docs] to another server.  While useful, these are not Wiki pages and do not follow the file structure of docs.moodle.org. &lt;br /&gt;
&lt;br /&gt;
It is possible to export one or more docs.moodle.org pages and then import those to another wiki via functions found in Special pages, located in the wiki Toolbox, usually located on the left of each Moodle Doc page.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Note: Information links are different than help links [[Image:Help.gif]] which are internal links.  They can be found in the Moodle site file structure.  For example a lesson question&#039;s feedback help file might be found at &amp;lt;nowiki&amp;gt;C:\moodle18\moodle\lang\en_utf8\help\lesson\feedback.html&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also ==&lt;br /&gt;
*[[Capabilities/moodle/site:doclinks]]&lt;br /&gt;
*[[:Category:MoodleDocs]]&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=81000 MoodleDocs link] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
&lt;br /&gt;
[[eu:Moodle_Doc-ak]]&lt;br /&gt;
[[fr:Moodle Docs]]&lt;br /&gt;
[[de:Dokumentation]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=HTML_settings&amp;diff=55961</id>
		<title>HTML settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=HTML_settings&amp;diff=55961"/>
		<updated>2009-05-19T00:07:23Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Moodle 1.9}}Location: &#039;&#039;Administration &amp;gt; Appearance &amp;gt; HTML Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In Moodle 1.9.3 onwards, HTML tags in activity and resource names may be allowed by unchecking the &amp;quot;Remove HTML tags from all activity names&amp;quot; box.&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:HTML]]&lt;br /&gt;
&lt;br /&gt;
[[eu:HTML_ezarpenak]]&lt;br /&gt;
[[fr:Réglages HTML]]&lt;br /&gt;
[[de:HTML-Einstellungen]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Administrator&amp;diff=55858</id>
		<title>Administrator</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Administrator&amp;diff=55858"/>
		<updated>2009-05-17T23:49:16Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An administrator in Moodle, manages the overall site.   Typically, the administrator supervises the look and feel that makes their organization&#039;s Moodle unique.   &lt;br /&gt;
&lt;br /&gt;
The administrator is the top level category of privileges (called roles) in Moodle. A user&#039;s privileges can hide features and functions from a user depending upon their level. There are several layers of privileges from highest to lowest role of the user:  primary administrator, an administrator, course creator, editing teacher, non-editing teacher, student, and guest.&lt;br /&gt;
&lt;br /&gt;
The purpose of this page is to provide links to other pages and provide other definitions. &lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*[[Administrator documentation]] - a good starting place for a new administrator&lt;br /&gt;
*[[Assign administrators]]&lt;br /&gt;
*[[:Category:Administrator]] -  an index of documentation pages for administrators&lt;br /&gt;
*[[Manage roles]] for details about roles in Moodle 1.7&lt;br /&gt;
*[http://tracker.moodle.org/browse/MDL-10312 MDL-10312 - Admins can delete every other admin] tracker report&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
&lt;br /&gt;
[[eu:Kudeatzailea]]&lt;br /&gt;
[[fr:Administrateur]]&lt;br /&gt;
[[it:Amministratore]]&lt;br /&gt;
[[de:Administrator]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Unicode&amp;diff=55856</id>
		<title>Unicode</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Unicode&amp;diff=55856"/>
		<updated>2009-05-17T23:10:54Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==About unicode==&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Unicode Unicode], or UTF-8, is a character set that allows one to support practically any language and many special characters used in science, math and technology. Moodle transformed (optionally in 1.6 and 1.7, required in 1.8 onwards) to Unicode to better be able to support different languages.&lt;br /&gt;
&lt;br /&gt;
In MySQL, the database collation has to be set to unicode before the Moodle database is created. There are two different Unicode collations used: utf8_general_ci (default) and utf8_unicode_ci. The utf8_general_ci collation is slightly faster but less accurate than the utf8_unicode_ci collation in representing all the characters in languages. For this reason, Moodle tables are normally set-up using the utf8_unicode_ci collation. For a discussion of the difference between the collations see [http://dev.mysql.com/doc/refman/4.1/en/charset-unicode-sets.html the MySQL documentation].&lt;br /&gt;
&lt;br /&gt;
[http://www-atm.physics.ox.ac.uk/user/iwi/charmap.html Free On-line Unicode Character Map] gives you the possibility to see the different characters that are supported (or NOT!) in your browser and see which code is used if you need that. A nice feature with the  characters is that you can easily enlarge the text in your browser to see them better. ([Ctrl]+[+] in Mozilla) If you are interested in Math symbols check list &amp;quot;22 Mathematical Operators&amp;quot;. For Chemists looking for arrows, list &amp;quot;21&amp;quot; might be interesting.&lt;br /&gt;
&lt;br /&gt;
[http://www.catalysoft.com/catalog/unicode-1-1.jar Free offline java application], you must have java (ordinary, doesn&#039;t need the development environment) installed on your computer. Click on the JAR file. Chose Insert symbol, a popup with a list of categories comes, like &amp;quot;arrows&amp;quot; (but it doesn&#039;t have the group numbers).&lt;br /&gt;
&lt;br /&gt;
Moodle has good support for mathematical expressions in its [[TeX filter]], but using Unicode instead can sometimes be good. In some places (e.g. [[Cloze|CLOZE]] questions) the \ characters for TeX can cause problems, whereas Unicode characters won&#039;t. A user can enlarge an expression with Unicode.&lt;br /&gt;
&lt;br /&gt;
==Migrating to unicode==&lt;br /&gt;
Prior to 1.6, Moodle did not support UTF-8 across all languages and the encoding in which the data was stored in the database depended upon the language used in a particular course. From Moodle 1.6 onwards, all language packs are converted to UTF-8 and different languages may be used on the same page. Moodle 1.6 and 1.7 include a utility to [[Database migration|migrate your database]] from any encoding to UTF-8.&lt;br /&gt;
&lt;br /&gt;
From Moodle 1.8 onwards, the database migration utility is no longer included, as it is assumed that you upgrade from a UTF-8 encoded database.&lt;br /&gt;
&lt;br /&gt;
Thus, if you wish to upgrade from 1.5 or an earlier version, &#039;&#039;you must first upgrade to 1.6 or 1.7&#039;&#039;, migrate your database to UTF-8, and then upgrade to 1.8. Similarly, if you are using Moodle 1.6 or 1.7 and have not yet migrated your database, you need to do so before upgrading to 1.8. Please refer to [[Upgrading to Moodle 1.6]] for additional information.&lt;br /&gt;
&lt;br /&gt;
[[Category:Environment]]&lt;br /&gt;
[[Category:UTF-8]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Unicode]]&lt;br /&gt;
[[de:Unicode]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Block_layout&amp;diff=55833</id>
		<title>Block layout</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Block_layout&amp;diff=55833"/>
		<updated>2009-05-16T04:37:28Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Default block layout for new courses==&lt;br /&gt;
&lt;br /&gt;
[[Sticky blocks]] may be used in Moodle 1.6.&lt;br /&gt;
&lt;br /&gt;
Alternatively, to amend the default block layout for new courses (in all versions of Moodle), add one or more of the following lines (omitting the forward slashes) to &#039;&#039;config.php&#039;&#039; and amend the block names as required.&lt;br /&gt;
&lt;br /&gt;
Note how the colon is used to separate those blocks appearing on the left, from those appearing on the right.&lt;br /&gt;
&lt;br /&gt;
 // These variables define DEFAULT block variables for new courses&lt;br /&gt;
 // If this one is set it overrides all others and is the only one used.&lt;br /&gt;
 //      $CFG-&amp;gt;defaultblocks_override =    &#039;participants,activity_modules,search_forums,admin,course_list:news_items,calendar_upcoming,recent_activity&#039;;&lt;br /&gt;
 //&lt;br /&gt;
 // These variables define the specific settings for defined course formats.&lt;br /&gt;
 // They override any settings defined in the formats own config file.&lt;br /&gt;
 //      $CFG-&amp;gt;defaultblocks_site = &#039;site_main_menu,admin,course_list:course_summary,calendar_month&#039;;&lt;br /&gt;
 //      $CFG-&amp;gt;defaultblocks_social =  &#039;participants,search_forums,calendar_month,calendar_upcoming,social_activities,recent_activity,admin,course_list&#039;;&lt;br /&gt;
 //      $CFG-&amp;gt;defaultblocks_topics =  &#039;participants,activity_modules,search_forums,admin,course_list:news_items,calendar_upcoming,recent_activity&#039;;&lt;br /&gt;
 //      $CFG-&amp;gt;defaultblocks_weeks =  &#039;participants,activity_modules,search_forums,admin,course_list:news_items,calendar_upcoming,recent_activity&#039;;&lt;br /&gt;
 // These blocks are used when no other default setting is found.&lt;br /&gt;
 //      $CFG-&amp;gt;defaultblocks = &#039;participants,activity_modules,search_forums,admin,course_list:news_items,calendar_upcoming,recent_activity&#039;;&amp;lt;/pre&amp;gt;&lt;br /&gt;
(code copied from &#039;&#039;config-dist.php&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
==Resetting the block layout for existing courses==&lt;br /&gt;
&lt;br /&gt;
The block layout for existing courses may be reset by copying the following script into a text file, saving it as &#039;&#039;resetblocks.php&#039;&#039;, copying it into the Moodle root directory, then visiting &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://yourmoodlesite.org/resetblocks.php&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Warning&#039;&#039;&#039;: This script may change the layout of your course pages and also remove blocks from those pages if they have not been specified in the config.php line. Check which of your courses has blocks which are not in the config.pho line and be prepared to spend time adding blocks to your course pages again. &#039;&#039;Please note that a database backup is recommended before using the script&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;?php&lt;br /&gt;
 require_once(&#039;config.php&#039;);&lt;br /&gt;
 require_once($CFG-&amp;gt;libdir.&#039;/blocklib.php&#039;);&lt;br /&gt;
 $courses = get_records(&#039;course&#039;);&lt;br /&gt;
 foreach($courses as $course) {&lt;br /&gt;
    $page = page_create_object(PAGE_COURSE_VIEW, $course-&amp;gt;id);&lt;br /&gt;
    blocks_repopulate_page($page);&lt;br /&gt;
 }&lt;br /&gt;
 print_heading(&#039;Done!&#039;);&lt;br /&gt;
 ?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
Using Moodle [http://moodle.org/mod/forum/discuss.php?d=98808 Default Block Layout for moodle 1.9] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
[[ja:ブロックレイアウト]]&lt;br /&gt;
[[de:Layout_von_Bl%C3%B6cken]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Front_page_settings&amp;diff=54135</id>
		<title>Front page settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Front_page_settings&amp;diff=54135"/>
		<updated>2009-04-11T01:40:40Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Location: &#039;&#039;Administration &amp;gt; Front Page &amp;gt; Front Page settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The site front page is similar to a course page. Administrators can edit the front page by clicking the &amp;quot;Turn editing on&amp;quot; button in the top right corner of the front page.&lt;br /&gt;
&lt;br /&gt;
Front page settings include the following options:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Full site name==&lt;br /&gt;
This name appears at the top of every page above the navigation bar.&lt;br /&gt;
&lt;br /&gt;
==Short name for site==&lt;br /&gt;
The short name appears at the beginning of the navigation bar as a link back to your site front page.&lt;br /&gt;
&lt;br /&gt;
==Front page description==&lt;br /&gt;
An optional setting enabling you to add short message to your users in a block on the front page.&lt;br /&gt;
&lt;br /&gt;
==Front page and front page items when logged in==&lt;br /&gt;
The centre of the front page can display any combination of the following: news items, a list of courses, a list of course categories, a list of categories and courses or none. If you choose to display a list of courses when logged in, then students&lt;br /&gt;
are provided with a list of only the courses they are enrolled in.&lt;br /&gt;
&lt;br /&gt;
Note: An alternative option for logged-in users is [[My Moodle]].&lt;br /&gt;
&lt;br /&gt;
==Include a topic section==&lt;br /&gt;
This adds a topic section to the centre-top of the front page. When editing is turned on, resources and/or activities can be added to the topic section using the dropdown menus, in the same way as on a course page.&lt;br /&gt;
&lt;br /&gt;
Note: The label resource can be used to add text and/or an image to the centre-top of the front page.&lt;br /&gt;
&lt;br /&gt;
==News items to show==&lt;br /&gt;
This setting only applies if the front page is set to display news items or if you are using the [[Latest News block]].&lt;br /&gt;
&lt;br /&gt;
==Default front page role==&lt;br /&gt;
{{Moodle 1.9}}To enable logged-in users to participate in front page activities, a default front page role, such as student, can be set.&lt;br /&gt;
&lt;br /&gt;
Note: The default front page role should &#039;&#039;never&#039;&#039; be set to [[Guest]].&lt;br /&gt;
&lt;br /&gt;
In versions of Moodle prior to 1.9, you can enable logged-in users to participate in front page activities by setting an authenticated user role override or by assigning users a front page role.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Site files]]&lt;br /&gt;
*[[Site settings]] for versions of Moodle prior to 1.7&lt;br /&gt;
*[[Upgrading to Moodle 1.8]] for the steps to enable logged-in users to read the site news&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=73448 Front page activities] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Réglages page d&#039;accueil]]&lt;br /&gt;
[[pl:Ustawienia strony głównej]]&lt;br /&gt;
[[de:Einstellungen_f%C3%BCr_die_Startseite]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Formatting_options&amp;diff=54134</id>
		<title>Formatting options</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Formatting_options&amp;diff=54134"/>
		<updated>2009-04-11T01:26:15Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When writing text in Moodle there are several formats you can choose to produce your text, depending on your expertise and the type of browser you are using. Usually you can just leave this setting to the default value and things should work as you expect.&lt;br /&gt;
&lt;br /&gt;
==Moodle auto-format==&lt;br /&gt;
&lt;br /&gt;
This format is best for when you are using normal web forms for entry (instead of the Richtext HTML editor). Just type text normally, as if you were sending an email.&lt;br /&gt;
&lt;br /&gt;
When you save your text, Moodle will do a number of things to automatically format your text for you, for example:&lt;br /&gt;
&lt;br /&gt;
* URLs such as http://yahoo.com or even www.yahoo.com will be turned into links.&lt;br /&gt;
* Your line breaks will be retained, and blank lines will start new paragraphs.&lt;br /&gt;
* Smiley characters such as :-) will automatically become their graphical equivalents.&lt;br /&gt;
* You can even embed HTML code if you want to and it will be retained.&lt;br /&gt;
&lt;br /&gt;
==HTML format==&lt;br /&gt;
&lt;br /&gt;
This format assumes the text is pure HTML. If you are using the HTML editor to edit text then this is the default format - all the commands in the toolbar are producing HTML for you.&lt;br /&gt;
&lt;br /&gt;
Even if you are not using the Richtext HTML editor, you can use HTML code in your text and it should come out exactly as you intended.&lt;br /&gt;
&lt;br /&gt;
Unlike the Moodle auto-format, no automatic formatting is performed.&lt;br /&gt;
&lt;br /&gt;
==Plain text format==&lt;br /&gt;
&lt;br /&gt;
This format is useful when you need to include lots of code or HTML that you want to be displayed exactly as you wrote it.&lt;br /&gt;
&lt;br /&gt;
It still translates spaces and new lines, but otherwise your text isn&#039;t touched.&lt;br /&gt;
&lt;br /&gt;
==Markdown text format==&lt;br /&gt;
&lt;br /&gt;
Markdown format tries to make it easy as possible to type well-formatted XHTML pages using nothing but text written more or less like you would write an email.&lt;br /&gt;
&lt;br /&gt;
It&#039;s very good for writing clean text pages with some headings and some lists but without many links or images. It is an excellent choice when accessibility of the generated page is important.&lt;br /&gt;
&lt;br /&gt;
For complete syntax description, see: http://daringfireball.net/projects/markdown/syntax&lt;br /&gt;
{{Moodle 1.6}}&lt;br /&gt;
Moodle 1.6 has extended features called Markdown Extra: for &#039;&#039;additional&#039;&#039; features see http://www.michelf.com/projects/php-markdown/extra/&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[de:Formatierung]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Front_page&amp;diff=53649</id>
		<title>Front page</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Front_page&amp;diff=53649"/>
		<updated>2009-04-01T08:26:28Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The front page is the initial page seen by someone reaching a Moodle site.   &lt;br /&gt;
&lt;br /&gt;
The site settings determine which user roles can reach it.  For example, the demo.moodle.org allows visitors (guests) to see  it&#039;s front page and asks them to log in.  A user clicking on the course is taken to the &amp;quot;Returning to this website&amp;quot; Moodle login in screen. Other sites may require a login before showing the front page.&lt;br /&gt;
&lt;br /&gt;
Many functions of a front page are similar to those found in a course.   The administration block will allow topics to be added to a Front Page.&lt;br /&gt;
&lt;br /&gt;
==Backup topic section tips==&lt;br /&gt;
In earlier versions of Moodle, there is no obvious way to backup or move something placed in a topic on the front page.   One trick is to go to any course and click on the backup icon.  Change the id in the address bar of the browser to 1. &lt;br /&gt;
:For example &amp;lt;nowiki&amp;gt;http://demo.moodle.org/backup/backup.php?id=2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
:Change to  &amp;lt;nowiki&amp;gt;http://demo.moodle.org/backup/backup.php?id=1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Go to that page.  This will show a standard backup menu for the Front Page&#039;s activities and resources. It will behave just like any [[Course backup]] and [[Restore]] process.   The backup file will be located with the site files (admin block &amp;gt;Server&amp;gt;Sitefiles) in a folder called backupdata. You will need the correct permissions to be able to do this.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Make News on Front Page viewable to Teachers only]]&lt;br /&gt;
&lt;br /&gt;
[[de:Startseite]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Pedagogy&amp;diff=52378</id>
		<title>Pedagogy</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Pedagogy&amp;diff=52378"/>
		<updated>2009-03-11T09:37:09Z</updated>

		<summary type="html">&lt;p&gt;Joergw: /* What else would you like to see? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Let&#039;s sit back and really reflect on the pedagogy that is at the core of what we, as online educators, are trying to do.&lt;br /&gt;
&lt;br /&gt;
==Definition of Pedagogy==&lt;br /&gt;
One definition of [http://en.wiktionary.org/wiki/Pedagogy pedagogy] in Wiktionary says&lt;br /&gt;
#The profession of teaching&lt;br /&gt;
#The activities of educating, teaching or instructing&lt;br /&gt;
&lt;br /&gt;
Wikipedia has a much longer page on [http://en.wikipedia.org/wiki/Pedagogy Pedagogy].  At one point it said Pedagogy is the art or science of being a teacher, generally refers to strategies of instruction, or a style of instruction. The word comes from the Ancient Greek παιδαγωγέω (paidagōgeō; from παῖς (child) and ἄγω (lead)): literally, &amp;quot;to lead the child”.&lt;br /&gt;
&lt;br /&gt;
==Moodle in three short paragraphs==&lt;br /&gt;
&lt;br /&gt;
The heart of Moodle is courses that contain activities and resources. There are about 20 different types of activities available (forums, glossaries, wikis, assignments, quizzes, choices (polls), scorm players, databases etc) and each can be customised quite a lot. The main power of this activity-based model comes in combining the activities into sequences and groups, which can help you guide participants through learning paths. Thus, each activity can build on the outcomes of previous ones.&lt;br /&gt;
&lt;br /&gt;
There are a number of other tools that make it easier to build communities of learners, including blogs, messaging, participant lists etc, as well useful tools like grading, reports, integration with other systems and so on.&lt;br /&gt;
&lt;br /&gt;
For more about Moodle, see http://moodle.org, and particularly the main community “course” called [http://moodle.org/course/view.php?id=5 Using Moodle]. It&#039;s crowded and busy these days, but jump in and you&#039;ll soon find interesting stuff I&#039;m sure. The developers and the users are deliberately forced to mix in the same forums. The other great place to start is our [https://docs.moodle.org/ online documentation] which is a community-developed wiki site.&lt;br /&gt;
&lt;br /&gt;
==Social Constructionism as a Referent==&lt;br /&gt;
&lt;br /&gt;
I have these five points on a slide which I use in every presentation I do. They are useful referents taken from research that apply to education in general, boiled down into a simple list that I carry around under the moniker of &amp;quot;social constructionism&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;All of us are potential teachers as well as learners - in a true collaborative environment we are both&#039;&#039;&#039;.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; It&#039;s so important to recognise and remember this.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; I think this perspective helps us retain some humility as teachers and fight the (very natural!) tendency to consolidate all your history and assume the revered position of “wise source of knowledge”.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; It helps us keep our eyes open for opportunities to allow the other participants in our learning situation to share their ideas with us and to remind us to listen carefully and ask good questions that elicit more from others.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; I find I need to constantly remind myself of this point, especially when the culture of a situation pushes me into a central role (like now!)&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;We learn particularly well from the act of creating or expressing something for others to see.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; For most of us this is basically “learning by doing”, and is fairly obvious, yet it&#039;s worth reminding ourselves of it. &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; It&#039;s surprising how much online learning is still just presenting static information, giving students little opportunity to practice the activities they are learning about. I often see online teachers spending a great deal of time constructing perfect resources for their course, which no doubt is a terrific learning experience for them, but then they deny their students that same learning experience. Even textbooks often do a better job, with exercises after every chapter and so on.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; Most importantly, such learning is best when you are expressing and presenting posts, projects, assignments, constructions etc &#039;&#039;&#039;for others to see&#039;&#039;&#039;. In this situation your personal “stakes” are a lot higher, and a lot of self-checking and reflection takes place that increases learning. Seymour Papert (the inventor of logo) famously described the process of constructing something for others to see as a very powerful learning experience, and really this sort of thinking goes right back to Socrates and beyond.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;We learn a lot by just observing the activity of our peers&#039;&#039;&#039;.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; Basically this is about “classroom culture”, or learning by osmosis. Humans are good at watching each other and learning what to do in a given situation though cues from others. &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; For example, if you walk into a lecture theatre where everyone is sitting in seats, facing the front, listening quietly to the teacher at the front and taking notes, then that&#039;s most likely what you are going to do too, right?&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; If you are in a less rigid class where people are asking questions all the time, then it&#039;s likely you&#039;ll feel freer to do so too. By doing so you&#039;ll be learning about both the subject itself and the meta-subject of how learning occurs from overhearing the discussions of your peers and the kinds of questions that get asked, leading to a richer multi-dimensional immersion in learning.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;By understanding the contexts of others, we can teach in a more transformational way (constructivism)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; As you probably know from experience, advice from a mentor or friend can provide better, more timely and customised learning experience than with someone who doesn&#039;t know you and is speaking to a hundred people.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; If we understand the background of the people we are speaking to then we can customise our language and our expression of concepts in ways that are best suited to the audience. You can choose metaphors that you know the audience will relate to. You can use jargon where it helps or avoid jargon when it gets in the way.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; Again this is a pretty basic idea - every guide to public speaking talks about knowing your audience - but in online learning we need to be particular mindful of this because we often have not met these people in person and don&#039;t have access to many visual and auditory cues.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;A learning environment needs to be flexible and adaptable, so that it can quickly respond to the needs of the participants within it&#039;&#039;&#039;.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; Combining all the above, if you as a learning facilitator want to take advantage of your growing knowledge about your participants, giving them tailored opportunities to share ideas, ask questions and express their knowledge, then you need an environment which is flexible, both in time and space.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; If you discover that you need to throw your schedule out the window because your participants know a lot less than you&#039;d expected when you first designed the course, you should be able to readjust the schedule, and easily add new activities to help everyone (or just one group) catch up. Likewise, some great ideas for a simulation or something may have come up during discussions, so you should be able to add those later in the course.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; Timewise, your participants may be spread over different timezones, or maybe they live in the same timezone but have differing free time, so you should be able to offer asynchronous activities where people can work together but at different times.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jason Cole from Open University recently referred to these as “Martin&#039;s five laws” (ha!) but really they are referents: guiding concepts that I personally find useful to refer to whenever I need to make a decision in any given educational situation. In particular I find them useful for building &#039;&#039;&#039;communities of learners&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
I guess you probably find a lot of this familiar, even if you use different terms. If not there is a lot of research about constructionism, constructivism and social Constructionism which you can find out more about in some of [http://dougiamas.com/writing/ my more formal papers].&lt;br /&gt;
&lt;br /&gt;
==How Moodle tries to support a Social Constructionist view==&lt;br /&gt;
&lt;br /&gt;
I&#039;m going to go through the earlier list again, this time pointing out existing features in Moodle. Pedagogy and software design are closely intertwined in online learning - the &amp;quot;shape&amp;quot; of the software can help or hinder the teacher in what they are trying to do.&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;All of us are potential teachers as well as learners - in a true collaborative environment we are both&#039;&#039;&#039;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; Many of the activities in Moodle are designed to allow students to control common content, such as forums, wikis, glossaries, databases, messaging and so on. This encourages students to add to the total course experience for others.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; In Moodle 1.7 we&#039;ve made a huge step of a whole new Roles implementation which further breaks down the distinction of teachers and students, allowing Moodle system administrators and teachers to create new roles with any mix of capabilities they like. If you want students to be allowed to facilitate forums, create quiz questions or even control the course layout then you can. There is a very fine degree of control – for example you can allow students the ability to delete posts in just one single forum if you like.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; I hope that people will take these new features and experiment with control in their courses, allowing students more flexibility to do things that were previously thought of as something teachers should do.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;We learn particularly well from the act of creating or expressing something for others to see&#039;&#039;&#039;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; Moodle has a wide range of ways in which people can create representations of their knowledge and share them.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
#* The course structure itself is terrific way to construct a shared and active representation of the learning journey that everyone is going through.&lt;br /&gt;
#* Forums of course are the core of this, providing spaces for discussion and sharing of media and documents (using the media plugin filters, attachments or simply links).&lt;br /&gt;
#* Wikis are collaboratively-built pages useful for group work and other negotiations.&lt;br /&gt;
#* Glossaries are collaboratively-built lists of definitions that can then appear throughout the course.&lt;br /&gt;
#* Databases are an extension of this idea allowing participants to enter structured media of any type (for example a collection of digital photos or a library of references). &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;We learn a lot by just observing the activity of our peers&#039;&#039;&#039;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; The participants page is the main place where you can see everyone in your course. It shows a lot of information about your participants and how recently they&#039;ve been there.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; An Online Users block is the best way to see everyone else who might be on right now.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; The Recent Activity block shows a great deal of information about what has happened recently, and via link you can see reports with more detail. Things that happened not only include changes to the course and forum posts, etc, but also things like assignment submissions and quiz attempts. Students can&#039;t see the results that other students got from these activities, but they do get some sense that everyone is submitting Assignment 1 now and this peer pressure hopefully helps those who need it.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; Finally, almost all the modules will &amp;quot;tag&amp;quot; an entry or change with the name of the user, so that you can see who did what and when. For example, wiki pages all have a history link with full details on every edit.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;By understanding the contexts of others, we can teach in a more transformational way (constructivism)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; There are many different ways to find out about people. Access to these can be decided on a site basis (different sites have different privacy policies): &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
#* The user profile contains several fields where people can provide information about their background, etc. In particular there is a user profile photograph, which appears throughout Moodle whenever that person writes something. The photo links back to the profile page.&lt;br /&gt;
#* A compendium of forum posts (and discussion starters) by that person in that course (or across the site).&lt;br /&gt;
#* Individual blogs allow people to express things in a public but reflective way, often providing access to thinking that might not normally expressed in, say, a forum.&lt;br /&gt;
#* Overall activity reports show all the contributions from a user in a course, including assignment submissions, glossary entries, etc.&lt;br /&gt;
#* User log reports show detailed logs of every action taken by a person in Moodle, as well as graphs showing overall activity statistics.&lt;br /&gt;
#* The survey module provides a variety of proven questionnaire instruments for discovering interesting information about the state of mind of the group.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;A learning environment needs to be flexible and adaptable, so that it can quickly respond to the needs of the participants within it&#039;&#039;&#039;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
#* The course page itself is the main tool for a teacher, allowing them to add/remove and structure activities as necessary. Changing the course is one button click away at any time, so the teacher can change it on a whim. In Moodle 1.7 we have now added AJAX features, so that activities, sections and blocks can all be simply dragged-and-dropped.&lt;br /&gt;
#* The roles in Moodle 1.7 can be applied individually in every context across the site, and can be further tweaked with overrides. So if you want to create one single quiz where everyone has access to everybody&#039;s results, or allow parents of students to see parts of your course, then you can.&lt;br /&gt;
#* Navigation around the course and site is automatically generated.&lt;br /&gt;
#* The gradebook is automatically maintained, and reflects the activities in the course at any given time.&lt;br /&gt;
#* There are preferences for many aspects of appearance and behaviour, at site, course and activity levels, allowing educators to fine-tune the behaviour of Moodle in many ways.&lt;br /&gt;
#* External systems can be integrated easily, to maintain authentication, enrolments and other things, allowing Moodle to react smoothly as data in other systems is modified. &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Finding a balance==&lt;br /&gt;
&lt;br /&gt;
Before I talk about about where we are going, let me talk a little about the balance that a Course Management System (aka VLE) like Moodle needs to achieve. One thing I found out quickly in a community like ours is that people have a wide range of expectations of online learning.&lt;br /&gt;
&lt;br /&gt;
At the fascist extreme there are those who want students to be highly controlled: reading resources that are revealed at set times and later sitting quizzes to prove they read those resources. I call this the rat-in-the-maze approach, or dump-and-pump.&lt;br /&gt;
&lt;br /&gt;
At the techno-hippy end of that spectrum there are those who want to devolve management completely, with every user running their own portfolio site, streaming blogs and files to each other using RSS and trackbacks. It&#039;s an interesting dream that really opens up thinking about education but I think the problems to be solved are many (such as security, accountability, the structure of institutions etc).&lt;br /&gt;
&lt;br /&gt;
The vast majority of people that I meet fall somewhere between these two extremes. Many of them are new to online learning, and are looking for the next step beyond what they were being paid to do offline, while being accepting of gentle guidance to improving their online techniques. These people are on a steep learning curve already without facing the aggregation of 100 different blogs.&lt;br /&gt;
&lt;br /&gt;
==Progression==&lt;br /&gt;
&lt;br /&gt;
Moodle needs to be flexible to cater for a wide variety of needs while remaining simple enough for ordinary teachers to start making good use of the power of the internet for community building and collaborative learning. My hope is that Moodle can be seen as a toolbox where they can start simply and naturally, and then progress to more and more advanced community facilitation over time.  Ultimately, we&#039;d like to see teachers being involved with and supported by a community of their peers.&lt;br /&gt;
&lt;br /&gt;
Let&#039;s look at a typical progression that a teacher might go through as they learn to use the Moodle tools:&lt;br /&gt;
&lt;br /&gt;
# Putting up the handouts (Resources, SCORM)&lt;br /&gt;
# Having a passive forum &lt;br /&gt;
# Using Quizzes and Assignments (less management)&lt;br /&gt;
# Using the Wiki, Glossary and Database tools (interactive content)&lt;br /&gt;
# Using the Forum seriously and actively&lt;br /&gt;
# Combining activities into sequences, where results feed later activities&lt;br /&gt;
# Think deeper about each activity, advanced features, unusual applications&lt;br /&gt;
# Using the Survey module to study and reflect on course activity&lt;br /&gt;
# Using peer-review modules like Workshop &lt;br /&gt;
# Conducting active research on oneself, sharing ideas in a community of peers&lt;br /&gt;
&lt;br /&gt;
==Where Moodle can do better and what we&#039;re doing about it==&lt;br /&gt;
&lt;br /&gt;
Keeping in mind the theme of this paper and the conference stream, here are a few of the upcoming plans for things that are more related to pedagogy:&lt;br /&gt;
&lt;br /&gt;
===Repositories and Portfolios===&lt;br /&gt;
&lt;br /&gt;
Currently only teachers can upload and manage &#039;&#039;&#039;collections&#039;&#039;&#039; of files into Moodle, using the Files tool in each course. There is no easy way to share files between courses, and no way for ordinary users to keep a portfolio, say.&lt;br /&gt;
&lt;br /&gt;
This is changing in Moodle 2.0 with the addition of a [[Development:Repository API|Repository API]] (which allows any external repository to be used as a source of files and data) and a [[Development:Portfolio API|Portfolio API]] (which will allow all users to capture things in Moodle and store them in any external repository of their choice). &lt;br /&gt;
&lt;br /&gt;
Special-purpose repositories are a growing area, and it means institutions can keep their valuable data where they want to, even if they switch front-end systems like VLEs.&lt;br /&gt;
&lt;br /&gt;
Most importantly, this will allow the development of e-Portfolios to explode, and these are something I think a lot of us really want to see as a very positive pedagogical enhancement.&lt;br /&gt;
&lt;br /&gt;
===Community Hubs===&lt;br /&gt;
&lt;br /&gt;
We want to improve the way teachers and users of Moodle communicate with each other, not only about e-learning and Moodle, but also in their subject areas. For example, imagine a Biology 101 teacher finding a &amp;quot;community&amp;quot; button in their course, taking them straight to a place where their peers are all discussing best practice for teaching Biology 101, sharing and browsing repositories of course materials and learning designs.&lt;br /&gt;
&lt;br /&gt;
A major focus for Moodle 2.0 is the creation of networking between Moodles, allowing anyone to turn their Moodle site into a Moodle Community Hub. Login between Moodles will be transparent but secure and fully controlled by site administrators. The peer-to-peer nature of the design will allow all sorts of interesting scenarios to develop.&lt;br /&gt;
&lt;br /&gt;
===Better interaction between tools===&lt;br /&gt;
&lt;br /&gt;
Currently Moodle already sends an email as notification of a lot of different types of events, but it can be difficult to manage. By piping all the messaging from throughout the system via the Messaging module that we already have, users will have a much finer control over exactly what sorts of messages they want to see. We can also allow email to come back into Moodle.&lt;br /&gt;
&lt;br /&gt;
Similarly, we&#039;ll be integrating the existing blogging much more tightly with the whole system, by adding &amp;quot;blog this&amp;quot; buttons everywhere that allow users to capture and comment on items of interest.&lt;br /&gt;
&lt;br /&gt;
===Metadata and outcome statements===&lt;br /&gt;
&lt;br /&gt;
Currently Moodle courses need to be manually connected to state learning standards. In many places of the world such reporting is mandatory, so it can take a lot of time.&lt;br /&gt;
&lt;br /&gt;
Moodle 1.9 introduced a mechanism so that:&lt;br /&gt;
&lt;br /&gt;
# admins can import a long list of outcome statements (as tags)&lt;br /&gt;
# teachers can relate a subset of these to their course&lt;br /&gt;
# teachers can connect each activity to an even smaller subset&lt;br /&gt;
&lt;br /&gt;
This helps course design by providing teachers with a tool to ensure the requirements for the course are being met, while also providing much better reporting for admins and students on what has been achieved.&lt;br /&gt;
&lt;br /&gt;
Moodle 2.0 will build on this with [[Development:Progress_tracking|Progress Tracking]] which allows these things to be guided by individual learning plans for each student.&lt;br /&gt;
&lt;br /&gt;
===Role-playing and scenario simulations===&lt;br /&gt;
&lt;br /&gt;
A popular and effective technique in face-to-face teaching is that of role-playing in scenarios, and this can be difficult to do online. You could imagine an Environmental Science course running a role-playing simulation where some students play the government, some as Greenpeace, some as industry for a particular scenario.&lt;br /&gt;
&lt;br /&gt;
The plans for this have been around for a long time, but I hope it can be developed soon. It would be a module where people can be assigned roles within a simulated situation and appear to others anonymously in those roles, interacting in forums, wikis, and all the other tools in Moodle according to the rules of the simulation.&lt;br /&gt;
&lt;br /&gt;
==What else would you like to see?==&lt;br /&gt;
&lt;br /&gt;
I hope this has stimulated some thoughts about the sorts of things you would like to see in your ideal online learning environment. If so, please join in with the discussions on http://moodle.org and let&#039;s brainstorm them a bit. I hope we can come up with some new ideas to put in the [http://tracker.moodle.org Moodle Tracker], or at least some support or modifications for old ones.&lt;br /&gt;
&lt;br /&gt;
[[Category:Pedagogy]]&lt;br /&gt;
[[fr:Pédagogie]][[es:Pedagogia]][[ru:Педагогика]]&lt;br /&gt;
[[de:Pädagogik]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=YouTube_block&amp;diff=51031</id>
		<title>YouTube block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=YouTube_block&amp;diff=51031"/>
		<updated>2009-02-17T00:23:48Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Youtube block.png|thumb|A Youtube block showing links to videos about dogs]]The Youtube block can only be added to a [[Tags]] page.&lt;br /&gt;
&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[eu:Youtube_blokea]]&lt;br /&gt;
[[de:YouTube_%28Block%29]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Site_administration_block&amp;diff=51030</id>
		<title>Site administration block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Site_administration_block&amp;diff=51030"/>
		<updated>2009-02-17T00:23:15Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Moodle 1.8}}&lt;br /&gt;
The site administration block is seen on the home page of the Moodle site by administrators. This block was reorganized in Moodle 1.7.  The page index will guide you to the sub categories under each of the major headings. &lt;br /&gt;
&lt;br /&gt;
==General Links==&lt;br /&gt;
[[Image:Block_Site_administration.JPG|frame|left|Site Administration block menu 1.8]]&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Links in Moodle Docs&#039;&#039;&#039;&lt;br /&gt;
**[[Notification page|Notifications]]&lt;br /&gt;
**[[Users]]&lt;br /&gt;
**[[Site_administration_block#Courses|Courses]]&lt;br /&gt;
**Location: [[Location settings]], [[Update timezones|Timezone]]&lt;br /&gt;
**[[Language]]&lt;br /&gt;
**[[Activity modules administration|Modules]]&lt;br /&gt;
**[[Security]]&lt;br /&gt;
**[[Site_administration_block#Appearance|Appearance]]&lt;br /&gt;
**[[Front Page]]&lt;br /&gt;
**[[Site_administration_block#Server|Server]] Proposed page [[Server links {administrator)]]&lt;br /&gt;
**[[Moodle Network|Networking]]&lt;br /&gt;
**[[Reports]]&lt;br /&gt;
**Miscellaneous: [[Experimental]] and [[XMLDB editor|Moodle global word editor&lt;br /&gt;
]]&lt;br /&gt;
&lt;br /&gt;
==Notifications==&lt;br /&gt;
This links to a page with several purposes.&lt;br /&gt;
&lt;br /&gt;
*[[Cron]] can be run from this page if it&#039;s not automated&lt;br /&gt;
*The site&#039;s [[Moodle version]], copyright, acknowledgments and GNU license information can be found here&lt;br /&gt;
*If a new version of Moodle has been loaded, notification can begin the install process&lt;br /&gt;
*There is a [[Moodle registration]] request and link&lt;br /&gt;
&lt;br /&gt;
==Users==&lt;br /&gt;
[[Users]] page has a site admin block section&lt;br /&gt;
*[[Authentication]]&lt;br /&gt;
**[[Manage authentication]]&lt;br /&gt;
**[[Email-based self-registration]]&lt;br /&gt;
**[[Manual accounts]]&lt;br /&gt;
**[[No login]]&lt;br /&gt;
&lt;br /&gt;
*Accounts&lt;br /&gt;
**[[Browse list of users]]&lt;br /&gt;
**Bulk user actions (add/send message,delete, display list, download)&lt;br /&gt;
**[[Edit profile|Add a new user]]&lt;br /&gt;
**[[Upload users]]&lt;br /&gt;
**User profile fields (create new fields for user profile)&lt;br /&gt;
**[[Enrolment plugins]] (was moved to Course folder in 1.8)&lt;br /&gt;
*Permissions &lt;br /&gt;
**[[Manage roles|Define roles]] &lt;br /&gt;
**[[Assign roles]] &lt;br /&gt;
**[[User policies]]&lt;br /&gt;
&lt;br /&gt;
==Courses==&lt;br /&gt;
The site administration block under the courses folder has&lt;br /&gt;
*[[Add/edit courses]] link will also [[Add/edit course categories]]&lt;br /&gt;
*[[Enrolment plugins|Enrollment]] (settings page)&lt;br /&gt;
*[[Course request]]&lt;br /&gt;
*[[Backup settings]]&lt;br /&gt;
&lt;br /&gt;
==Location==&lt;br /&gt;
*[[Location settings]]&lt;br /&gt;
*[[Update timezones]]&lt;br /&gt;
&lt;br /&gt;
==Language==&lt;br /&gt;
*[[Language settings]]&lt;br /&gt;
*[[Language editing]]&lt;br /&gt;
*[[Language packs]]&lt;br /&gt;
&lt;br /&gt;
==Modules==&lt;br /&gt;
*[[Activity modules administration|Activities]]&lt;br /&gt;
*[[Blocks administration|Blocks]]&lt;br /&gt;
*[[Filters]]&lt;br /&gt;
&lt;br /&gt;
==Security==&lt;br /&gt;
*[[Site policies]]&lt;br /&gt;
*[[HTTP security]]&lt;br /&gt;
*[[Module security]]&lt;br /&gt;
*[[Notifications]]&lt;br /&gt;
*[[Anti-virus]]&lt;br /&gt;
&lt;br /&gt;
==Appearance==&lt;br /&gt;
*Themes folder&lt;br /&gt;
**[[Themes|Theme selector]]&lt;br /&gt;
**[[Theme settings]]&lt;br /&gt;
*[[Calendar settings|Calendar]]&lt;br /&gt;
*[[Filter settings]]&lt;br /&gt;
*[[HTML editor]]&lt;br /&gt;
*[[Moodle Docs]]&lt;br /&gt;
*[[My Moodle]]&lt;br /&gt;
*[[Grades|Gradebook]]/Grades&lt;br /&gt;
*[[Course managers]]&lt;br /&gt;
*[[Sticky blocks]]&lt;br /&gt;
&lt;br /&gt;
==Front Page==&lt;br /&gt;
[[Front Page]] is often administered as a type of course.  &lt;br /&gt;
*[[Front Page settings]]&lt;br /&gt;
*[[Assign_roles#Locations_that_assign_roles|Front Page roles]] Assign roles page&lt;br /&gt;
*[[Course backup|Front Page backup]] Course backup page&lt;br /&gt;
*[[Restore|Front Page restore]] General Restore page&lt;br /&gt;
*[[Site files]]&lt;br /&gt;
&lt;br /&gt;
==Server==&lt;br /&gt;
*[[System paths]]&lt;br /&gt;
*[[Email settings|Email]]&lt;br /&gt;
*[[Session handling]]&lt;br /&gt;
*[[RSS]]&lt;br /&gt;
*[[Debugging]]&lt;br /&gt;
*[[Statistics]]&lt;br /&gt;
*[[HTTP security|HTTP]]&lt;br /&gt;
*[[Maintenance mode]]&lt;br /&gt;
*[[Cleanup]]&lt;br /&gt;
*[[Environment]]&lt;br /&gt;
*[[PHP|PHP info]]&lt;br /&gt;
*[[Performance]]&lt;br /&gt;
&lt;br /&gt;
==Networking==&lt;br /&gt;
*[[Moodle Network|Peers]] Moodle Network page&lt;br /&gt;
*[[Moodle Network|SSO Access Control]] Moodle Network page&lt;br /&gt;
*[[Enrolments]]&lt;br /&gt;
*[[Moodle Network|XML-RPC hosts]] Moodle Network page&lt;br /&gt;
&lt;br /&gt;
==Reports==&lt;br /&gt;
*[[Course overview reports|Course overview]]&lt;br /&gt;
*[[Logs]]&lt;br /&gt;
*[[Development:Unit tests|Unit tests]]&lt;br /&gt;
*[[Statistics]]&lt;br /&gt;
&lt;br /&gt;
==Miscellaneous==&lt;br /&gt;
*[[Experimental]]&lt;br /&gt;
*[[XMLDB editor]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
[[Category: Administrator]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Bloc administration du site]]&lt;br /&gt;
[[de:Website-Administration_%28Block%29]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Search_forums_block&amp;diff=51028</id>
		<title>Search forums block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Search_forums_block&amp;diff=51028"/>
		<updated>2009-02-17T00:22:07Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Search Forum block allows you to search the course forums for a word or phrase. Type the word or phrase you want to find in the text field space. &lt;br /&gt;
&lt;br /&gt;
[[Image:SearchBlock.jpg]]&lt;br /&gt;
&lt;br /&gt;
For basic searching of one or more words anywhere in the texts, just type them separated by spaces. All words longer than two characters are used. If you want to use advanced search options you can either move to the Advanced Search page (clicking Advanced Search in the Search Forums block) or use &lt;br /&gt;
&lt;br /&gt;
To force exact matching of a word, use the plus sign, and the minus sign if there are particular exact words you don&#039;t want included in the search. To search for a particular phrase, use double quotes around it. To search for texts by a particular user, prefix a word from their name with &amp;quot;user:&amp;quot;. If you know the user id of a particular user, you can search for them like this. To search for a word within the subject or title of a text only, prefix the word with &amp;quot;subject:&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
You can also use the [[Advanced forum search|advanced search options]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Search]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
[[Category:Forum]]&lt;br /&gt;
&lt;br /&gt;
[[de:Suche_in_Foren_%28Block%29]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Recent_activity_block&amp;diff=51025</id>
		<title>Recent activity block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Recent_activity_block&amp;diff=51025"/>
		<updated>2009-02-17T00:18:43Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Recent activity.png|frame|Recent Activity block]]&lt;br /&gt;
The Recent Activity block lists course activity, such as updated resources and activities, forum posts and [[Assignment submissions|assignment submissions]], since the user last accessed the course.&lt;br /&gt;
&lt;br /&gt;
The activity report filter and generator may be accessed via the [[Full report of recent activity]] link.&lt;br /&gt;
&lt;br /&gt;
The setting &#039;&#039;assignment_showrecentsubmissions&#039;&#039; in the [[Assignment settings]] (accessed via &#039;&#039;Administration &amp;gt; Modules &amp;gt; Activities&#039;&#039;) determines whether students can see other students&#039; recent assignment submissions or not. Teachers can always see all recent submissions and students can always see their own recent submissions.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[http://www.moodletutorials.org/view_video.php?viewkey=8ab9159f51fd0297e236 Video showing different ways to monitor activity in Moodle]&lt;br /&gt;
&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Bloc Activité récente]]&lt;br /&gt;
[[de:Neueste_Aktivit%C3%A4ten_%28Block%29]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Network_servers_block&amp;diff=51024</id>
		<title>Network servers block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Network_servers_block&amp;diff=51024"/>
		<updated>2009-02-17T00:18:16Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
A site [[Administrator]] can add a [[Blocks_administration#Blocks_.28administrator.29_list|block]] from a list that is called &amp;quot;Network Servers&amp;quot;.  &lt;br /&gt;
&lt;br /&gt;
[[Image:Block network servers.jpg|center]]&lt;br /&gt;
&lt;br /&gt;
[[de:Netzwerk_Server_%28Block%29]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Mentees_block&amp;diff=51023</id>
		<title>Mentees block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Mentees_block&amp;diff=51023"/>
		<updated>2009-02-17T00:17:01Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Moodle 1.8}}&lt;br /&gt;
The &#039;&#039;&#039;Mentees block&#039;&#039;&#039;, from Moodle 1.8 onwards, may be added to the site front page or to [[My Moodle]]. It provides a mentor with quick access to their mentee(s) profile page(s).&lt;br /&gt;
&lt;br /&gt;
==Adding the Mentees block==&lt;br /&gt;
&lt;br /&gt;
To the site front page:&lt;br /&gt;
#On the site front page click &amp;quot;Turn editing on&amp;quot;&lt;br /&gt;
#Choose Mentees from the Add a block drop-down menu&lt;br /&gt;
#If required, give the Mentees block a title by following the block configuration/edit link&lt;br /&gt;
&lt;br /&gt;
To My Moodle:&lt;br /&gt;
#Access My Moodle configuration via &#039;&#039;Administration &amp;gt; Appearance &amp;gt; [[Sticky blocks]]&#039;&#039;&lt;br /&gt;
#Choose Mentees from the Add a block drop-down menu&lt;br /&gt;
#If required, give the Mentees block a title by following the block configuration/edit link &lt;br /&gt;
&lt;br /&gt;
==Block visibility==&lt;br /&gt;
&lt;br /&gt;
The Mentees block is visible only for users who are assigned a role in the user context with the capability [[Capabilities/moodle/user:viewdetails|moodle/user:viewdetails]] set to &#039;&#039;allow&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Example usage==&lt;br /&gt;
&lt;br /&gt;
The [[Parent role]] is an example of a role which utilizes the Mentees block.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[Roles]]&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=57812 Create a Parent of a student role] forum discussion &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[fr:Bloc participants suivis]]&lt;br /&gt;
[[ja:メンティーブロック]]&lt;br /&gt;
[[ru:Подопечные (блок)]]&lt;br /&gt;
[[de:Mentoren_%28Block%29]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Courses_block&amp;diff=51022</id>
		<title>Courses block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Courses_block&amp;diff=51022"/>
		<updated>2009-02-17T00:16:08Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:CourseBlock.jpg|frame|My Courses block]]&lt;br /&gt;
The &#039;&#039;&#039;Courses&#039;&#039;&#039; block lists and allows navigation between all of the courses in which the logged in user is a participant (as tutor and/or student). The block title shows as &amp;quot;My courses&amp;quot; and allows one-click access to a course&#039;s home page. &lt;br /&gt;
&lt;br /&gt;
There is a also the option to list &#039;&#039;All courses...&#039;&#039; available within the Moodle site. In 1.6 this will display a list of course types and a click on one of the types will reveal all the courses in that category.  There is also a search all courses option on this page.&lt;br /&gt;
&lt;br /&gt;
A brand new user to a Moodle site, who has not enrolled in any course, will see the block title as &amp;quot;Course Categories&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
When a student enters an unassigned course using the course block, they will be asked to enroll.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[Courses block configuration]]&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=92190 How to make users can only see their own courses?] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[de:Kurse_%28Block%29]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Remote_RSS_Feeds_block_settings&amp;diff=51020</id>
		<title>Remote RSS Feeds block settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Remote_RSS_Feeds_block_settings&amp;diff=51020"/>
		<updated>2009-02-17T00:14:00Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Location: Remote RSS Feeds settings link in &#039;&#039;Administration &amp;gt; Modules &amp;gt; Blocks&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This page defines the settings for remote RSS feeds. You can find on the internet on blog sites, newspapers etc. and they can be shown in a block on your Moodle course.&lt;br /&gt;
&lt;br /&gt;
Three settings are available here:&lt;br /&gt;
* block_rss_client_num_entries - The default number of entries to show per feed shown in the block. This can be overridden when you actually set up a block in a course.&lt;br /&gt;
* block_rss_timeout - The time in minutes between a reread of the feed by Moodle. Since some feeds on busy sites can take long to load, it can slow down the load of your course page. Therefore it is wise to set this time rather high, so only every now and then a visitor of your course is the victim of the slow remote server. Time is in minutes here.&lt;br /&gt;
* block_rss_client_submitters - Who will be allowed to define new rss feeds? Defined feeds are available for any page on your site. The choice is administrators, teachers and administrators or everybody.&lt;br /&gt;
&lt;br /&gt;
Adding more feeds can be done from an [[RSS feeds block]]. &lt;br /&gt;
&lt;br /&gt;
==See also== &lt;br /&gt;
* [[RSS feeds block]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:RSS]]&lt;br /&gt;
&lt;br /&gt;
[[de:Konfiguration_des_Blocks_%22RSS-Feeds%22]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Online_Users_block_settings&amp;diff=51019</id>
		<title>Online Users block settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Online_Users_block_settings&amp;diff=51019"/>
		<updated>2009-02-17T00:13:30Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Online Users Block is configured from &#039;&#039;Administration -&amp;gt; Configuration -&amp;gt; Blocks&#039;&#039;. Click on &#039;&#039;&#039;Settings&#039;&#039;&#039; to see the configuration page.&lt;br /&gt;
&lt;br /&gt;
There is only one setting to change: &#039;&#039;&#039;block_online_users_timetosee&#039;&#039;&#039; which is the number of minutes after which users will not be displayed in the list. The default is 5 minutes. You may want to adjust this if the list of users displayed is too long or too short.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: If separate groups are enabled in a course and this block is added onto the course page, only members of the group will be displayed in the list.&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[eu:On-line_erabiltzaileak_bloklearen_ezarpenak]]&lt;br /&gt;
[[fr:Configuration bloc utilisateurs en ligne]]&lt;br /&gt;
[[de:Konfiguration_des_Blocks_%22Online-Aktivit%C3%A4ten%22]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Courses_block_settings&amp;diff=51018</id>
		<title>Courses block settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Courses_block_settings&amp;diff=51018"/>
		<updated>2009-02-17T00:12:46Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Location: Courses settings link in &#039;&#039;Administration &amp;gt; Modules &amp;gt; Blocks&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are two settings for the [[Courses block]]:&lt;br /&gt;
*block_course_list_adminview - This determines what administrators see in the block.&lt;br /&gt;
*block_course_list_hideallcourseslink - This enables you to hide the &amp;quot;All courses&amp;quot; link at the bottom of the block from everyone except administrators.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[Courses block]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Configuration des blocs de cours]]&lt;br /&gt;
[[ja:コースブロック設定]]&lt;br /&gt;
[[de:Konfiguration_des_Blocks_%22Kurse%22]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Flickr_block&amp;diff=51016</id>
		<title>Flickr block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Flickr_block&amp;diff=51016"/>
		<updated>2009-02-17T00:09:00Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Flickr block.png|thumb|A Flickr block showing images of dogs]]The Flickr block can only be added to a [[Tags]] page.&lt;br /&gt;
&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[eu:Flickr_blokea]]&lt;br /&gt;
[[de:Flickr_%28Block%29]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Blocks_FAQ&amp;diff=51015</id>
		<title>Blocks FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Blocks_FAQ&amp;diff=51015"/>
		<updated>2009-02-17T00:08:25Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}==How do I set the default block layout for new courses?==&lt;br /&gt;
&lt;br /&gt;
The default block layout can be set as &amp;quot;sticky&amp;quot; blocks via &#039;&#039;Administration &amp;gt; Appearance &amp;gt; [[Sticky blocks]]&#039;&#039; (in 1.6 to 1.8) or &#039;&#039;Administration &amp;gt; Modules &amp;gt; Blocks &amp;gt; [[Sticky blocks]]&#039;&#039; (in 1.9 onwards).&lt;br /&gt;
&lt;br /&gt;
An alternative method is to edit &#039;&#039;config.php&#039;&#039;. See [[Block layout]] for more details.&lt;br /&gt;
&lt;br /&gt;
==How do I hide front page blocks from non-logged-in users?==&lt;br /&gt;
&lt;br /&gt;
# Click the &amp;quot;Turn editing on&amp;quot; button at the top-right of the front page. (You need to be logged in as an administrator.)&lt;br /&gt;
# Access the assign roles page via the assign roles icon (a face and mask) in the header of the block to be hidden.&lt;br /&gt;
# Click the &amp;quot;Override permissions&amp;quot; tab.&lt;br /&gt;
# Select the guest role.&lt;br /&gt;
# Set the capability [[Capabilities/moodle/block:view|moodle/block:view]] to prevent.&lt;br /&gt;
# Click the &amp;quot;Save changes&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/view.php?id=2121 Blocks forum]&lt;br /&gt;
&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[de:Bl%C3%B6cke_FAQ]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Upcoming_events_block&amp;diff=51014</id>
		<title>Upcoming events block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Upcoming_events_block&amp;diff=51014"/>
		<updated>2009-02-17T00:06:47Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:UpcomingBlock4.jpg|right]]&lt;br /&gt;
The &#039;&#039;&#039;Upcoming Events&#039;&#039;&#039; block displays future events in a summarised list - the number of days in advance is determined as a global variable. &lt;br /&gt;
&lt;br /&gt;
Events are generated directly from the calendar and/or activity deadlines, providing a link to full details or directly to the activity. &lt;br /&gt;
&lt;br /&gt;
There are also links to &#039;&#039;Go to calendar...&#039;&#039; and add a &#039;&#039;New Event...&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
If you click on a date, you will go to the day-view calendar for that day. If the title of the event is a link, and you click on it, you will be taken to that event.&lt;br /&gt;
&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Bloc Prochains événements]]&lt;br /&gt;
[[de:Bald_aktuell_%28Block%29]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Managing_blocks&amp;diff=51013</id>
		<title>Managing blocks</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Managing_blocks&amp;diff=51013"/>
		<updated>2009-02-17T00:05:41Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Location: &#039;&#039;Administration &amp;gt; Modules &amp;gt; Blocks &amp;gt; Manage Blocks&#039;&#039;&lt;br /&gt;
[[Image:blocks admin.png|thumb|Blocks administration]]&lt;br /&gt;
&lt;br /&gt;
The blocks administration page enables administrators to manage installed blocks and their settings.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Hiding a block==&lt;br /&gt;
&lt;br /&gt;
The hide/show column allows selected blocks to be hidden i.e. they do not appear in any course &amp;quot;Add a block&amp;quot; dropdown menu and cannot be used in any course. To hide a block, click the eye icon so that it changes to a closed eye. &lt;br /&gt;
&lt;br /&gt;
To reduce the length of course &amp;quot;Add a block&amp;quot; dropdown menus, you should hide blocks which will not be used, such as global search (unless you have enabled the global search feature in &#039;&#039;Administration &amp;gt; Miscellaneous &amp;gt; Experimental&#039;&#039;), mentees (unless you have added a [[Parent role|mentor role]]) and network servers (unless you are using [[Moodle Network|Moodle Networking]]).&lt;br /&gt;
&lt;br /&gt;
==Instances==&lt;br /&gt;
&lt;br /&gt;
The blocks page also lists the number of instance for each block. Clicking on a number results in the list of courses containing that block being displayed.&lt;br /&gt;
&lt;br /&gt;
==Multiple blocks==&lt;br /&gt;
&lt;br /&gt;
Some blocks, such as the HTML block, can be used more than once on a course page. You can choose whether or not to allow this by clicking the change link in the Multiple column.&lt;br /&gt;
&lt;br /&gt;
==Block deletion==&lt;br /&gt;
&lt;br /&gt;
Any block can be deleted using the link in the delete column. There is no reason for standard blocks to be deleted, however non-standard blocks may need to be deleted before upgrading.&lt;br /&gt;
&lt;br /&gt;
Note: To delete a block completely, in addition to deleting it on the blocks page, you also need to remove/delete the actual block folder from the &#039;&#039;moodle/blocks&#039;&#039; folder, otherwise Moodle will reinstall it next time you access the site administration. &lt;br /&gt;
&lt;br /&gt;
==Block settings==&lt;br /&gt;
A few blocks have additional settings, which can be accessed via the links in the settings column.&lt;br /&gt;
&lt;br /&gt;
*[[Courses block settings]]&lt;br /&gt;
*[[Online Users block settings]]&lt;br /&gt;
*[[Remote RSS Feeds block settings]]&lt;br /&gt;
&lt;br /&gt;
==Blocks (administrator) list==&lt;br /&gt;
In edit mode, a Moodle page can show a block which contains a list of blocks that are available to add in that context for a [[Roles and capabilities|role]].  There are special blocks only available to [[Administrator]]. &lt;br /&gt;
&lt;br /&gt;
Examples of context include  a Site&#039;s front page or a Course&#039;s main page.  [[Blocks (teacher)|Teacher blocks]] are available to administrators in their contextual pull down menus.  &lt;br /&gt;
&lt;br /&gt;
The list below only includes those blocks available to administrator. All of these are available on the frontpage, only Admin bookmarks and Network Servers are found on the course level.  &lt;br /&gt;
{| border=&amp;quot;0&amp;quot;&lt;br /&gt;
| | &lt;br /&gt;
{| border=&amp;quot;2&amp;quot;;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;[[Activities block]]&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;[[Student projects/Admin page cleanup/Bookmarks|Admin bookmarks block]]&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;[[Courses block|Courses]]&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;[[Latest News block]]&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;[[Main menu block|Main menu]]&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;[[Network servers block|Network Servers]]&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;[[People block]]&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;[[Recent Activity block]]&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| style=&amp;quot;width:100px&amp;quot; |  &lt;br /&gt;
|[[Image:Block add frontpage dropdown list admin 1 9.jpg|frame|left| Admin blocks for site frontpage 1.9]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contributed blocks==&lt;br /&gt;
&lt;br /&gt;
In addition to using the blocks included in the standard download, other Moodlers have developed their own blocks which they share with the Moodle community. You can download these contributed blocks from the Moodle.org [http://moodle.org/mod/data/view.php?id=6009 Modules and plugins database].&lt;br /&gt;
&lt;br /&gt;
Warning: Be aware that contributed blocks may have quality issues, may not work correctly, and may not work when you upgrade Moodle. You should test them thoroughly before using them and be prepared to uninstall them before upgrading.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[Block layout]]&lt;br /&gt;
*[[Installing contributed modules or plugins]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[eu:Blokeak_%28Kudeatzailea%29]]&lt;br /&gt;
[[ja:ブロック管理 (管理者)]]&lt;br /&gt;
[[de:Administration_von_Bl%C3%B6cken]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Remote_RSS_feeds_block&amp;diff=48903</id>
		<title>Remote RSS feeds block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Remote_RSS_feeds_block&amp;diff=48903"/>
		<updated>2009-01-14T23:05:40Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;RSS feeds&#039;&#039;&#039; block enables [[RSS]] feeds from external websites to be displayed within Moodle. As the information on the other site (for example, news headlines or recently added documents) is changed the block will update to show the latest information.   One or more RSS feeds can be added to a course by selecting them from an existing list.  Site and course home pages are common places to place an RSS feed block(s). &lt;br /&gt;
&lt;br /&gt;
==Configuring RSS feeds block==&lt;br /&gt;
&lt;br /&gt;
After adding an RSS feed block, select the edit icon on the Remote News Feed block.  The default will open up the &#039;&#039;&#039;Configure this block&#039;&#039;&#039; tab.  &lt;br /&gt;
&lt;br /&gt;
;Display each link&#039;s description?&lt;br /&gt;
:Choose yes or no from the drop-down menu to determine whether the block will display a description of each article, or just the title of the article. Both the title and description are generated by the external feed.&lt;br /&gt;
&lt;br /&gt;
;Max number of entries to show per block&lt;br /&gt;
:Determines how many articles will be displayed. The most recent will be displayed first.&lt;br /&gt;
&lt;br /&gt;
;Choose the feeds to make available&lt;br /&gt;
:Check the box next to each feed you would displayed in this block. You can have more than one instance of the RSS feed block if you would like to break them up.&lt;br /&gt;
&lt;br /&gt;
;Title&lt;br /&gt;
:Enter a title for the block. If you leave this blank a title will be taken from the RSS feeds, which can be confusing if there are multiple feeds in one block.&lt;br /&gt;
&lt;br /&gt;
;Display a link?&lt;br /&gt;
:Each article headline should link to the full article, but you can also display a link to the original site where available.&lt;br /&gt;
&lt;br /&gt;
;Show channel image?&lt;br /&gt;
:Some feeds supply an image or logo from the original site which you can choose to display when available.&lt;br /&gt;
&lt;br /&gt;
==Add/Manage all RSS feeds ==&lt;br /&gt;
All the Moodle site&#039;s RSS feeds can be managed on the &#039;&#039;Manage all my feeds&#039;&#039; tab in the RSS News Feed edit menu. The site administrator may give other roles permission to use this tab.  This tab creates a list of RSS feeds that can be selected for display in every course on the Moodle site.&lt;br /&gt;
&lt;br /&gt;
Copy and paste (or type) the URL address of the RSS feed in the space provided. This the generating site&#039;s actual RSS page address. For example here is a Moodle RSS feed address : http://moodle.org/rss/file.php/1/1/forum/1/rss.xml&lt;br /&gt;
&lt;br /&gt;
Adding a custom title will take the place of the one supplied by the generating site.There is a validation tool included to confirm the feed URL is accurate. &lt;br /&gt;
&lt;br /&gt;
When checked, the Shared Feed checkbox makes the feed available (although not necessarily visible) to all courses on the Moodle site.  This would be useful, for example, when a college has an urgent announcements feed that would be of interest to all students, regardless of the Moodle course in which they are enrolled.  Leave unchecked if the feed is of interest only to a single course.&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Add&#039;&#039; button to submit the feed.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[http://www.youtube.com/watch?v=wiwSZNgXuzo RSS feeds and how to add them to your course video]&lt;br /&gt;
&lt;br /&gt;
[[Category:RSS]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Bloc Fil RSS]]&lt;br /&gt;
[[de:RSS-Block]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Activities_block&amp;diff=48481</id>
		<title>Activities block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Activities_block&amp;diff=48481"/>
		<updated>2008-12-26T21:28:07Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An activity is generally an interactive learning segment for a student in a course. The teacher adds activities by a pull down menu found in their course&#039;s sections when the edit mode is turned on.  &lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Activities&#039;&#039;&#039; block lists and allows navigation between the different activities available in your course ([[Forums]], [[Quizzes]], [[Assignments]], [[Lesson module]] and so forth). The activities list will grow as you add activities to your course. Therefore, the first time you enter your course, the only category that is listed is Forums. This is because one forum exists by default – the news forum.  &lt;br /&gt;
&lt;br /&gt;
Whenever you add a different activity or resource to your course, an icon will appear in this block representing the specific Moodle module. These icons will link to a list of all instances of that modules activity that appear throughout the course.&lt;br /&gt;
&lt;br /&gt;
The activity block is on the left and the activity pulldown menu is on the right.&lt;br /&gt;
&lt;br /&gt;
The two lists do not match because [[Hotpot module|Hot Potatoes Quizzes]] is a non-standard activity (great one but non standard).  [[LAMS]] and [[SCORM]] require more set up than the demo.moodle can provide.&lt;br /&gt;
&lt;br /&gt;
[[Image:ActivityBlock.jpg|left|Activity block]]&lt;br /&gt;
[[Image:Activity dropdown.JPG|center|Activity drop down menu]]&lt;br /&gt;
&amp;lt;br&amp;gt; &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;  &amp;lt;br&amp;gt; &lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
== See also ==&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[es:Actividades]]&lt;br /&gt;
[[eu:Jarduerak]]&lt;br /&gt;
[[fr:Bloc activités]]&lt;br /&gt;
[[pl:Blok działalności]]&lt;br /&gt;
[[de:Aktivit%C3%A4ten_%28Block%29]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Lesson_FAQ&amp;diff=48466</id>
		<title>Lesson FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Lesson_FAQ&amp;diff=48466"/>
		<updated>2008-12-25T00:44:56Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Lessons}}&lt;br /&gt;
==Import PowerPoint does not work==&lt;br /&gt;
&amp;quot;No data&amp;quot; or some other error shows up.  Please read [[Import PowerPoint]]. Most common causes:&lt;br /&gt;
#Complicated PowerPoint. Too many images, text boxes or fancy features.&lt;br /&gt;
#Wrong version of PowerPoint&lt;br /&gt;
#Site error - try the tested zip file at  [http://tracker.moodle.org/browse/MDL-15755 Tracker.Moodle.org]&lt;br /&gt;
&lt;br /&gt;
==What is the difference between a Branch and a Branch Table?==&lt;br /&gt;
A &#039;&#039;&#039;Branch Table&#039;&#039;&#039; is like a Question page.  However, a branch table can not be scored and a teacher can not give a response. Both pages have a content area, offer a student choices and these can lead to other pages (jumps). &lt;br /&gt;
&lt;br /&gt;
Many Moodlers call a series of pages in their lesson &amp;quot;&#039;&#039;&#039;a branch&#039;&#039;&#039;&amp;quot;. Usually the student will enter the series by jumping from a page that is not directly before the &amp;quot;branch&amp;quot;.   Thus, a student will &amp;quot;branch&amp;quot; off the lesson path from a missed question and visit a series of pages for review before they are returned to the main lesson path again.  &lt;br /&gt;
&lt;br /&gt;
Some Moodlers think of a Branch Table as an index page.  Where each choice sends the student off on a branch.   At the end of the series of pages (maybe just one), the student is sent back to the starting branch table.  This process is sometimes called a classic branch.&lt;br /&gt;
&lt;br /&gt;
Confused yet? :)  Maybe [[Branch structures]] will help.&lt;br /&gt;
&lt;br /&gt;
==Multiple Choice and Multianswer issues==&lt;br /&gt;
When I check the multianswer box in a multiple choice question, it does not work. It makes random jumps and does not put the teacher&#039;s response with the students choice.   &lt;br /&gt;
&lt;br /&gt;
*In a Lesson module [[Lesson_module#Multiple_choice|multianswer question]], all the correct choices must have the same jump and teacher response.  All the wrong choices must also have the same jump and teacher response.&lt;br /&gt;
&lt;br /&gt;
==Are there some examples of Lessons I can see?==&lt;br /&gt;
[[Lesson samples]] is one place to look&lt;br /&gt;
&lt;br /&gt;
==The lesson was completed but it does not record it==&lt;br /&gt;
Every lesson must have one question.  &lt;br /&gt;
*Tip: There are lots of creative ways to put in a question, such as setting a multiple choice question so that all answers are correct and the answers act like a branch table. Or put in content and then award 1 point for &amp;quot;next page&amp;quot; as the answer, do not include the score in grades.&lt;br /&gt;
&lt;br /&gt;
==How to add sound to a lesson page==&lt;br /&gt;
There are some detailed instructions and options on linking to sound files.  *[[MP3_player#Inserting_sounds_into_questions|Here is the best place to look]].  &lt;br /&gt;
*[[Audio in Moodle]] has an overview and tool recommendations.&lt;br /&gt;
&lt;br /&gt;
==Can I turn off the answer shuffle in a lesson?==&lt;br /&gt;
In short, no.   Turning off the page and answer shuffle are Quiz options, but neither is found in Lesson. A minor hack to the Lesson code is possible but that would impact the entire Moodle site.    &lt;br /&gt;
*&#039;&#039;TIP:&#039;&#039;  If you don&#039;t need to score students answers in a question, then consider using a branch table instead of a Multiple Choice or a True/False question.   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/view.php?f=333 Lesson module forum]&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[de:Lektion_FAQ]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Lesson_reports&amp;diff=48465</id>
		<title>Lesson reports</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Lesson_reports&amp;diff=48465"/>
		<updated>2008-12-24T23:52:48Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Lessons}}&lt;br /&gt;
This page is about the Lesson Report tab that is available to a teacher.&lt;br /&gt;
&lt;br /&gt;
*A teacher in edit mode can click on the &amp;quot;Reports&amp;quot; tab in a lesson.&lt;br /&gt;
*Lesson reports can also be reached from [[Grades]] in the course administration menu by clicking on the Lesson name in the column title. Note: the lesson can not be a practice lesson and have a grade to appear in a grades report.     &lt;br /&gt;
*Student activity (sometimes called logs) of page views can be seen in the [[Reports|report]] menu. &lt;br /&gt;
   &lt;br /&gt;
==Lesson report tab==&lt;br /&gt;
The Lesson Reports tab has an &amp;quot;Overview&amp;quot; (default) and a &amp;quot;Detailed statistics&amp;quot; screen links.  The reports show student scores and grades for an individual lesson.&lt;br /&gt;
[[Image:Lesson_Tabs_Report18.JPG|center]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
This screen has two sections.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;The top section&#039;&#039;&#039; shows all student attempts. By clicking on the specific  attempt, the teacher can view the student&#039;s answers to specific questions.  It is also possible to delete a student attempt by checking the attempt and using the pull down menu to change &amp;quot;Choose&amp;quot; to &amp;quot;Delete&amp;quot;. &lt;br /&gt;
[[Image:Lesson Report Overview19 1.jpg|center|thumb|Example of Overview, click to expand]]&lt;br /&gt;
Note: the &amp;quot;See all course grades&amp;quot; link that goes to the course [[Grades|grade report]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;The lower section&#039;&#039;&#039; shows lesson statistics of the: Average score, Average time, High score, Low score, High time, Low time.&lt;br /&gt;
[[Image:Lesson Report Stats19.jpg|center|thumb|Example of Overview, click to expand]]&lt;br /&gt;
&lt;br /&gt;
===Detailed statistics===&lt;br /&gt;
This view shows every page and the choices offered to a student.  It tells the teacher what percentage of the class selected each answer on a question page. While the report is available by clicking on a student&#039;s individual attempt,it is different than a quiz report.  The Lesson detailed report will give the raw score (for example, 11/13) of a student.  &lt;br /&gt;
&lt;br /&gt;
The detailed report shows each page&#039;s choice buttons and where the button will jump.  Note that it does not tell the teacher what percentage of students selected a branch table choice.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; The detailed report will not show how the individual student answered each question. This tool is located in the overview tab.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Lesson Report questiondetail19.jpg|thumb|center|Example of Detail statistics of a question page]]&lt;br /&gt;
&lt;br /&gt;
==Grades in lesson==&lt;br /&gt;
For a lesson to be graded, it must have at least one question where a student can receive a [[Lesson score|score]] and the lesson can not be a practice lesson.  Grades are calculated when the student has completed a lesson. Grades are kept for every student attempt.&lt;br /&gt;
&lt;br /&gt;
==Tips and Tricks==&lt;br /&gt;
*It is possible to change a grade using the [[Grades]] report in the administrative block by using the &amp;quot;turn editing on&amp;quot; button.  The &amp;quot;See all course grades&amp;quot; link on the Lesson&amp;gt;Report&amp;gt;Overview menu will take the teacher to the Grades report screen.&lt;br /&gt;
&lt;br /&gt;
==See also ==&lt;br /&gt;
*[[Lesson_module#Grading]] for more help on grading&lt;br /&gt;
*[[Lesson score]] &lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Lesson]]&lt;br /&gt;
&lt;br /&gt;
[[de:Lektionen-Berichte]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Lesson_clusters&amp;diff=48464</id>
		<title>Lesson clusters</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Lesson_clusters&amp;diff=48464"/>
		<updated>2008-12-24T23:52:23Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Lessons}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Clusters&#039;&#039;&#039; are special navigational sections in a [[Lesson_module]].  A &amp;quot;cluster&amp;quot; is a group of  pages. It is formed by placing a &amp;quot;cluster&amp;quot; page at the start of the group and an &amp;quot;end cluster&amp;quot; page after the last page in the group.  Clusters can be considered an advanced feature of Lesson. &lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;&#039;&#039;Note:&#039;&#039;&#039; If you are a Moodle [[Administrator documentation|administrator]] looking for information on using multiple machines in a &#039;&#039;&#039;server cluster&#039;&#039;&#039; see the [[Performance]] page instead.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== What are clusters? ==&lt;br /&gt;
&lt;br /&gt;
The typical cluster group (or series of pages) contains question pages and we will focus our attention on this kind of cluster. It is a good practice to first add most of the branch and question pages in a lesson, then consider where to place the special navigation pages that define a cluster.&lt;br /&gt;
&lt;br /&gt;
Consider a series of question pages: Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8. This represents 8 questions in a Lesson.&lt;br /&gt;
&lt;br /&gt;
A cluster is started in the logical order with a cluster page.  Clusters should be completed with an End of Cluster page for best results (otherwise they treat the End of Lesson as the End of Cluster). &lt;br /&gt;
&lt;br /&gt;
The teacher might put some of them in a cluster, where C1 is the first &amp;quot;cluster&amp;quot; page and EC1 is the first &amp;quot;end cluster&amp;quot; page in the lesson.&lt;br /&gt;
*Q1, &#039;&#039;&#039;C1&#039;&#039;&#039;, Q2, Q3, Q4, Q5,  Q6, Q7, &#039;&#039;&#039;EC1&#039;&#039;&#039;, Q8.  &lt;br /&gt;
&lt;br /&gt;
A cluster represents a set of pages from which one or more may be randomly chosen. Questions within a cluster are randomly selected by choosing &amp;quot;Random Question within a Cluster&amp;quot; as the jump in the &amp;quot;Start Cluster&amp;quot; page. Questions within a cluster may either link to the End of Cluster to exit the cluster, or jump to any other page in the lesson. They may also jump to an unseen question within the cluster but most commonly are directed back to the &amp;quot;Start Cluster&amp;quot; page. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Sub-Clusters==&lt;br /&gt;
&lt;br /&gt;
Clusters can contain sub-clusters by using Branch Tables and End of Branches.  To implement this advanced feature, set up a cluster as normal with a Cluster page followed by question pages (with the jumps set up the same as above) and ended with an End of Cluster page. &lt;br /&gt;
* Q1, &#039;&#039;&#039;C1&#039;&#039;&#039;, Q2, Q3, Q4, Q5, Q6, Q7, &#039;&#039;&#039;EC1&#039;&#039;&#039;, Q8&lt;br /&gt;
To set up a sub-cluster, wrap a group of questions with a Branch Table and an End of Branch.  &lt;br /&gt;
* Q1, &#039;&#039;&#039;C1&#039;&#039;&#039;, Q2, Q3, &#039;&#039;&#039;B1&#039;&#039;&#039;, Q4, Q5, Q6, &#039;&#039;&#039;EB1&#039;&#039;&#039;, Q7, &#039;&#039;&#039;EC1&#039;&#039;&#039;, Q8&lt;br /&gt;
Neither the content nor the jumps of the Branch Table and the End of Branch are seen by the student.  Rather the two pages act as markers for the sub-cluster within the main cluster.  When the student attempts the lesson, only one random question page within the sub-cluster will be displayed to the student.&lt;br /&gt;
&lt;br /&gt;
==When to use a cluster?==&lt;br /&gt;
A cluster is used when the teacher wants a series of questions in a lesson to appear in a different random order for each student.  &lt;br /&gt;
&lt;br /&gt;
In the example: Q1, Q2, C1, Q3, Q4, Q5, EC1, Q6, Q7, Q8, when the student reaches C1, the teacher might set the jump to &amp;quot;go to an unseen question in the cluster&amp;quot;.   When a jump in Q3, Q4 and Q5 is set to go back to C1, the student will see a &amp;quot;new&amp;quot; question in the cluster.  When the student has seen all the questions in the cluster, they will be sent to EC1. The student will never see EC1, just be redirected by the jump in EC1. &lt;br /&gt;
&lt;br /&gt;
Any or all of the question answers inside a cluster, could exit the student from the cluster.  For example, specific jumps in Q3, Q4 and Q5 could be set to Q6, thus the student would pass over EC1 and leave the cluster.&lt;br /&gt;
&lt;br /&gt;
==Tips and tricks==&lt;br /&gt;
Remember clusters have their own adaptive logic.  It is always a good idea to test a cluster when logged in as a student.  New users of a cluster, might do well to create a simple lesson so they understand how clusters  work when applied in a more complex adaptive lesson.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; Setting an answer&#039;s jump to &amp;quot;Unseen question&amp;quot; may cause problems. For example, when a student has seen all the questions and is allowed to re-enter the cluster in the same lesson attempt.  Clusters are an advanced feature and should be checked in a student role.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; Looking for a page that redirects without the student seeing it?   Alison Schubert discovered the start and end cluster pages are not seen by the student. The teacher can insert an &amp;quot;End of cluster&amp;quot; page in the edit order with a jump.  This will automatically redirect a student to another page without the usual continue button.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Branch structures]]&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Lesson]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Groupes de questions]]&lt;br /&gt;
[[de:Cluster]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Adding_a_question_page&amp;diff=48463</id>
		<title>Adding a question page</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Adding_a_question_page&amp;diff=48463"/>
		<updated>2008-12-24T23:51:53Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Lessons}}&lt;br /&gt;
&lt;br /&gt;
There are several ways to add a question to a Lesson. This page will show ways of adding a question when in edit mode.&lt;br /&gt;
==Insert question page==&lt;br /&gt;
In Moodle 1.7 and later there is now a collapsed view under edit.  Use the Action &amp;quot;Add a page&amp;quot; pulldown to the right and select &amp;quot;Question&amp;quot;.   &lt;br /&gt;
[[Image:Lesson Tabs Collapsed short-1 7.JPG|thumb|center|500px|Moodle 1.7 Edit in Collapsed]]&lt;br /&gt;
&lt;br /&gt;
Or under the Expanded view (previously called &amp;quot;All pages view&amp;quot;), above each existing page you will see a link &#039;&#039;&#039;Add a Question Page here,&#039;&#039;&#039; similar to below. &lt;br /&gt;
[[Image:Lesson_insert_page_types_circle1.GIF|frame|Insert page types]]  &lt;br /&gt;
&lt;br /&gt;
This link will insert a question page for you in that spot.  Don&#039;t worry you can move it later like any other page.&lt;br /&gt;
&lt;br /&gt;
===Importing questions===&lt;br /&gt;
It is possible to insert one or more questions from a file by using the [[Import questions]] link in the expanded edit tab.  Between each question the teacher will see something like the &amp;quot;Insert page type&amp;quot; links shown above.&lt;br /&gt;
&lt;br /&gt;
==Select question type==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Before you type in any information, you should decide about the kind of question which will end your question page.&#039;&#039;&#039; The default type is multiple choice.  You can easily change that to any of the following: True/ False, Short Answer, Numerical, Matching or Essay question. To find out more about question types available in the lesson, [[Lesson_module#Types_of_questions_available_within_a_lesson|go here in MoodleDocs]]  or on the help button near the top of the screen next to &amp;quot;Question Types&amp;quot; for a quick review.&lt;br /&gt;
[[Image:Question_type_tabs.GIF]]&lt;br /&gt;
&lt;br /&gt;
==Elements of question page==&lt;br /&gt;
A lesson question page has blocks for [[Lesson_Pages#Title_.26_Content|title, content]], [[Lesson_Pages#Answer|answers]], [[Lesson_Pages#Responses_in_Questions|responses]] and [[Jumps|jumps]].  Depending up the [[Adding/editing a lesson|lesson settings]], each answer maybe assigned a [[Adding/editing_a_lesson#Custom_Scoring|specific score]]. Each question type has a slightly different look.  In general you will give your question a title, add something to the content (the question), supply answer(s), perhaps a response to an answer and the jump the student will take depending up their answer. &lt;br /&gt;
&lt;br /&gt;
The content and answer blocks have the [[Page content|HTML toolbar]] available&lt;br /&gt;
&lt;br /&gt;
Remember to click on &#039;&#039;&#039;Add a Question Page&#039;&#039;&#039; to save your page.&lt;br /&gt;
&lt;br /&gt;
== How to add a picture as an answer ==&lt;br /&gt;
Moodle is little quirky ( for programming reasons) in inserting pictures into answers.  &lt;br /&gt;
#Insert your question into the lesson. Remember the page title (important step for bald guys),&lt;br /&gt;
##Maybe type in your question, &lt;br /&gt;
##Save the question with the Add question button at the bottom, then the &amp;quot;continue&amp;quot; link&lt;br /&gt;
#Find the question you just saved, &lt;br /&gt;
##Edit the question. Now you will see a place to check &amp;quot;Use Editor&amp;quot; next to each of the answers and responses,&lt;br /&gt;
##Check off the boxes you want, There is a help icon which will describe this process,&lt;br /&gt;
##Click on redisplay at the bottom. You should see the html editor tool bar above the responces you checked off, &lt;br /&gt;
##Insert your picture using the editor,&lt;br /&gt;
##Save your work by clicking of add question button at bottom. &lt;br /&gt;
&lt;br /&gt;
There is a help icon which will describe this editing tool.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
*[[Lesson score]] methods for scoring a lesson&lt;br /&gt;
*This MoodleDoc section gives more detail about [https://docs.moodle.org/en/Lesson#Types_of_questions_available_within_a_lesson Types of questions available in a Lesson].&lt;br /&gt;
*[[Effective_quiz_practices]] offers some good advice about designing questions and &amp;quot;security and cheating&amp;quot;.&lt;br /&gt;
*In version 1.6, it is possible to import questions from the [[Question bank]], a feature of the Quiz module. The teacher first exports questions from the question bank in a GIFT file, then use Import Questions in the expanded edit mode in Lesson.&lt;br /&gt;
*[[MP3_player#Inserting_sounds_into_questions|Adding sound to a question]] is written for Quiz but it will work in a Lesson question.&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Lesson]]&lt;br /&gt;
&lt;br /&gt;
[[de:Frageseite_einf%C3%BCgen]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Adding_a_branch_table&amp;diff=48462</id>
		<title>Adding a branch table</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Adding_a_branch_table&amp;diff=48462"/>
		<updated>2008-12-24T23:51:26Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Lessons}}&lt;br /&gt;
A Branch Table is one of two content page types in a Lesson.  Sometimes they are referred to as a Branch page.   A branch is a series of pages. &lt;br /&gt;
&lt;br /&gt;
== Branch Tables and branches in a nutshell ==&lt;br /&gt;
# Branch Tables are simply pages which have a set of links to other pages in the lesson. Typically a lesson may start with a Branch Table which acts as a table of contents.&lt;br /&gt;
# Each link in a Branch Table has two components, a &amp;quot;jump&amp;quot; and a &amp;quot;description&amp;quot; that the student sees as a button.&lt;br /&gt;
# A Branch Table can effectively divide the lesson into a number of branches (or sections). Each branch can contain a number of pages (probably all related to the same topic). The end of a branch is usually marked by an End of Branch page. This is a special page which, by default, returns the student back to the preceding Branch Table.  As with any page, the &amp;quot;return&amp;quot; jump in an End of Branch page can be changed, by editing the page. In some versions, using a &amp;quot;This page&amp;quot; jump in an End of Branch, will send the student to the first page in the lesson.&lt;br /&gt;
# Branches can be nested within each other. For example, a lesson might usefully be structured so that specialist points are sub-branches within the main subject branches. Working on nested sub branches can get complicated without a plan.   &lt;br /&gt;
# Branch Tables can also be used to hold content in the lesson as a simple page. As such they are really non-graded content pages.  With no description, their jump-link will automatically go to the next page if that is the default in the lesson setting.&lt;br /&gt;
&lt;br /&gt;
== Title ==&lt;br /&gt;
The title in a branch table is similar to other pages but has some special uses.  The title is the identifier in collapse edit mode and appears on the pulldown jumpto list.  The title in a branch table is also used with the &amp;quot;display left menu&amp;quot; setting.&lt;br /&gt;
&lt;br /&gt;
== Content==&lt;br /&gt;
The content area in a branch table is typical of most informational areas used in Moodle.  It has the standard Moodle [[HTML editor]].&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
A branch table description appears to the student as a button. The button width fits the text and the height is fixed.   The student selects the button which is associated with a jump.  These buttons may be arranged vertically or horizontally.  Vertical buttons are centered.  Horizon buttons appear in a row, and a second row will appear if needed. The arrangement of buttons is the only thing a teacher can change and this is done in the Lesson settings.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; The &amp;quot;Description&amp;quot; box does not work like the &amp;quot;Answer&amp;quot; box in a question, no mater what it looks like.  The &amp;quot;use editor&amp;quot; check box is there and the familiar HTML editor will appear.  They do not work. For example, you will see the text in a description field in bold, but the student will not see it.&lt;br /&gt;
&lt;br /&gt;
*The &amp;quot;[[Adding/editing_a_lesson#The_Maximum_Number_of_Answers_.2F_Branches_in_a_Lesson|Maximum number of answers/branches]]&amp;quot; in Lesson settings (&amp;quot;Update this Lesson&amp;quot; button) determines how many blank descriptions the teacher will see in edit mode.&lt;br /&gt;
&lt;br /&gt;
== The Jump link ==&lt;br /&gt;
&lt;br /&gt;
Each Description in a Branch Table has a Jump associated with it. When a Description button is chosen, the student is sent to the page defined in the Jump associated with the button. The jump can direct a student to a relative or absolute page. In edit mode the teacher can see all the possible jumps by a pull down menu. The most common Relative links are &amp;quot;This page&amp;quot; and &amp;quot;Next page&amp;quot;. &amp;quot;This page&amp;quot; means that the student sees the current page again. &amp;quot;Next page&amp;quot; shows the page which follows in the logical order of pages. An absolute page link is specified by choosing a page&#039;s title.&lt;br /&gt;
&lt;br /&gt;
Note that when a page is moved, its relative (for example, &amp;quot;Next page&amp;quot;) Jump link will show the student a different page than before. Whereas a Jump link that uses an absolute (For example, a page title) always show the same page after the page has been moved.&lt;br /&gt;
&lt;br /&gt;
===Special Jumps===&lt;br /&gt;
&lt;br /&gt;
====Unseen Question within a branch====&lt;br /&gt;
&lt;br /&gt;
This will link to a randomly chosen unseen (by the student in this attempt) question between this Branch Table and the End of the Lesson or the next End of Branch.&lt;br /&gt;
&lt;br /&gt;
====Random Question within a branch====&lt;br /&gt;
&lt;br /&gt;
This will link to a randomly chosen question between the current Branch Table and the End of Lesson or the next End of Branch. If the student has already seen the question and attempts are greater than 1, they will get another chance to earn the point(s) for that question. If attempts are set to 1, the question will be skipped and another random question shown.&lt;br /&gt;
&lt;br /&gt;
====Random Branch Table====&lt;br /&gt;
&lt;br /&gt;
This will jump to a random Branch Table between the current Branch Table and the End of Lesson or the next End of Branch.&lt;br /&gt;
&lt;br /&gt;
== Creating a branch structure in a lesson  ==&lt;br /&gt;
It is best to create a branching structure in a lesson after you have created content pages in your lesson in some sort of logical order.  Here is a simple example of creating branches that students can navigate to from a page at the start of a lesson.&lt;br /&gt;
&lt;br /&gt;
Go to All-Pages View or Expanded View of your lesson.  Above each page of your lesson you will see a link: Add a Branch Table.  Decide where you want to create a branch table and click on the Add Branch Table link.  You will need to specify the name of your Branch Table (for example: Contents) and then write a few words introducing the topic/ topics covered in your branches.&lt;br /&gt;
&lt;br /&gt;
Next, enter the name of each button link in the description and the page to which each button link will jump.  This jump should be the start of each navigational branch section.  As a best practice, add a button for End of Lesson in at least this branch table so the student can exit.&lt;br /&gt;
&lt;br /&gt;
Finally you will insert End of Branch pages where each navigational branch section ends.  All the jumps your End of Branch pages should be set to the Content page we created in this example.   &lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
*[http://moodle.org/help.php?file=index.html Index of Help Files] - Very Useful&lt;br /&gt;
[[Lesson_Pages#Branch_.28Branch_Table.29-_Choice_Pages]]&lt;br /&gt;
&lt;br /&gt;
For more Lesson topics click on Lesson or the Teacher links below&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Lesson]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Ajouter une table de branchement]]&lt;br /&gt;
[[de:Verzweigungsseite_einf%C3%BCgen]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Using_Lesson&amp;diff=48460</id>
		<title>Using Lesson</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Using_Lesson&amp;diff=48460"/>
		<updated>2008-12-24T23:50:19Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Lessons}}&lt;br /&gt;
In an existing lesson, there are 2 basic lesson views types for a teacher: preview and edit. There are several variations of these views which depend upon the needs of the teacher and the version of Moodle. A lesson must have at least one page before it can be viewed.  This page will not cover [[Grades]] in the course administration block, that will give a teacher another view of how students did in the lesson. &lt;br /&gt;
&lt;br /&gt;
== When the lesson already has content ==&lt;br /&gt;
&lt;br /&gt;
There are three main ways in which the teacher can view a lesson after the first page(s) has been added:&lt;br /&gt;
* Navigation view - Preview tab&lt;br /&gt;
* Expanded - Edit tab&lt;br /&gt;
* Collapsed - Edit tab&lt;br /&gt;
&lt;br /&gt;
Navigational tabs for the teacher were added in Moodle 1.6 .  The views can be selected by clicking on a tab.&lt;br /&gt;
&lt;br /&gt;
[[Image:Lesson_Tabs_Expanded_short-1_6.JPG]]&lt;br /&gt;
&lt;br /&gt;
=== Expanded Edit View ===&lt;br /&gt;
In the expanded view, the teacher sees the pages in the edit order.  There is the page title, an edit or action bar,  a view of the page content, and more information about the jumps. &lt;br /&gt;
[[Image:Lesson Edit Expanded 1 9.JPG|center]]&lt;br /&gt;
The action bar next to the page title, allows the teacher to move, edit, preview or delete the page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is a detail showing a single branch page.  &lt;br /&gt;
[[Image:Lesson Edit Expanded single page.JPG|thumb|center|500px]]&lt;br /&gt;
&lt;br /&gt;
Notice the blue links that repeat at the top bottom for page insertions.  These separate every page in the expanded view.&lt;br /&gt;
[[Image:Lesson_insert_page_types_circle1.GIF]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Tree or collapsed view===&lt;br /&gt;
[[Image:Lesson Edit Collapsed 1 9.JPG|center]]&lt;br /&gt;
&lt;br /&gt;
In the collapsed view, the teacher sees the pages in edit order, with the page title, type of question and where the jumps will take the student.  It also has some edit-action functions to the right. In either the collapsed or expanded edit view, the pages are presented what is called the edit (logical) order.&lt;br /&gt;
&lt;br /&gt;
[[Image:Lesson Edit Collapsed edit functions.JPG|center]]&lt;br /&gt;
&lt;br /&gt;
These action functions allow the teacher to move, edit, preview, delete or add a page type (pull down menu).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Older versions====&lt;br /&gt;
In version 1.5, there is a lesson setting under &amp;quot;other&amp;quot; called tree view.  In version 1.6 this is located under the edit on the collapsed tab. &lt;br /&gt;
[[Image:Lesson_collapsed_view_logical_order.JPG|center]]&lt;br /&gt;
&lt;br /&gt;
These views show the teacher the structure of the lesson in what is called the [[Edit page order (Lesson)|edit order]]. It shows the page titles and uses colors to show different types of pages. There are icons to edit, move and delete the pages.&lt;br /&gt;
In 1.8, this view also shows the jumps associated with branch tables&lt;br /&gt;
&lt;br /&gt;
===Preview or Navigation order ===&lt;br /&gt;
There are several ways a teacher can see how a lesson&#039;s [[Navigation Page Order|navigation order]] &amp;quot;works&amp;quot; from a student&#039;s perspective. Remember that jumps make the Lesson module adaptive or individualize based upon a student&#039;s choices. Preview tab is a way to view some of the adaptive nature of compiled lesson.  The Preview tab will start the lesson at the first page in the edit order.  While there are exceptions, the lesson will then appear in the navigational order seen by students when they make a choice.  &lt;br /&gt;
&lt;br /&gt;
Another way to view the lesson is to click on the preview icon which is part of the action bar which is next to every page in the edit mode.  This will start the lesson at that page.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; navigation view will often depend upon the choices the student makes.  In lessons with more complicated structures, each student maybe presented with a different navigation view.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; If, in the lesson settings, the teacher has chosen to &#039;&#039;&#039;display the left menu&#039;&#039;&#039;, the student will see that menu on the left hand side.  This menu is visible only when teacher is in the navigation view.  The teacher sees if currently using the All pages view or the Tree view.&lt;br /&gt;
&lt;br /&gt;
====Older ways to check navigational order====&lt;br /&gt;
&lt;br /&gt;
In Version 1.5 and earlier there are two ways to preview this as a teacher.  One is to use the Check Navigation link, located at the start and end of the lesson in &#039;all pages view&#039;. The Check Navigation link starts the lesson at the first page, the way a student would see the lesson initially. In Version 1.6 this tool is placed on a tab and is called Preview. Another way to see how things works is to use the individual page preview buttons labeled as &amp;quot;Check Question&amp;quot; or &amp;quot;Check Branch&amp;quot;. The Check Question or Branch buttons &amp;quot;launches&amp;quot; the lesson at that page. &lt;br /&gt;
== When the lesson has no content ==&lt;br /&gt;
When adding a new lesson activity to a course,  Moodle will first ask the creator to decide on the settings of the lesson (see [[Adding/editing a lesson]]).  Next Moodle will ask how you want to start editing your lesson.  When in doubt, start by adding either a question page or branch table from the menu shown below.  &lt;br /&gt;
&lt;br /&gt;
[[Image:Lesson initial page add 1.9.JPG]]     &lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; It is a good idea to first create the majority of a lesson&#039;s pages with content and/or questions with either branch or question pages.   And then if desired, add [[Jumps|jumps]] to those pages and then add [[Lesson_Pages#Navigation_Pages|navigational pages]] that create [[Lesson_Pages#Branches_and_clusters|classic branches or clusters]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Lesson]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Afficher une leçon]]&lt;br /&gt;
[[de:Lektion_ansehen]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Lesson_Pages&amp;diff=48459</id>
		<title>Lesson Pages</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Lesson_Pages&amp;diff=48459"/>
		<updated>2008-12-24T23:49:43Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Lessons}}&lt;br /&gt;
&lt;br /&gt;
The intent of this page is to give a slightly different context for teachers concerning lesson pages. Teachers can add 10 different types of pages to a Lesson. 6 basic question types and a content page called a Branch Table.  There are 3 navigation &amp;quot;pages&amp;quot; called Cluster, End of Cluster, and End of Branch which give special attributes to a series of pages.   Students will only see Question and Branch Table page types.&lt;br /&gt;
&lt;br /&gt;
== Overview Lesson Pages ==&lt;br /&gt;
{{Moodle 1.8}}&lt;br /&gt;
There are two basic types of Lesson pages: Choice and Navigation.  Most pages offer the student choices, &amp;quot;question pages&amp;quot; (related to  [[Quizzes]]) are the most common. Moodle calls another type of choice page a &amp;quot;branch table&amp;quot;.  Navigation pages create additional robust features that impact a student&#039;s choices and might be considered more advanced features.   &amp;quot;End of Branch&amp;quot;, &amp;quot;Cluster&amp;quot; and &amp;quot;End Cluster&amp;quot; are the Navigational pages  seen by the teacher but can not be seen by the student.&lt;br /&gt;
&lt;br /&gt;
This article will cover the generic format for these types. We will focus upon the Choice pages format as seen by the teacher in edit mode. A Question page has all the elements of a Branch Table, plus a few more features.  &lt;br /&gt;
&lt;br /&gt;
*Choice pages could also be called a: View page, Student page, Seen page.  Generally we will refer to the specific page type.   &lt;br /&gt;
*Navigation pages are not seen by the student.  &lt;br /&gt;
&lt;br /&gt;
===Branches and clusters===&lt;br /&gt;
A teacher may think of a single lesson as being made up of a series of ideas.  For example, a lesson of 40 pages might have 4 different parts to it, or it might have 1 part.   When more than 1, these parts are generally referred to as branches or [[Clusters|clusters]].   These parts are a series of pages in the logical order. In their simplest form, they do not overlap one another in the lesson.   &lt;br /&gt;
&lt;br /&gt;
The term branch can be confusing.  For the sake of discussion, there are two types.  The ordered branch sends the student to specific page every time. For example a Branch Table can be used as a Table of Contents and its links/jumps go to specific pages in the Lesson. The classic branch uses the more advanced navigation page called &amp;quot;End of Branch&amp;quot;.  The classic branch offers the teacher a way to randomize what the student sees next in a series of pages.      &lt;br /&gt;
&lt;br /&gt;
A &amp;quot;cluster&amp;quot; is a group of pages, similar to a classic branch and could also be considered an advanced feature.  For example, either a cluster or classic branch might be used for a mini quiz to reinforce other lesson segments.  A cluster group starts with a &amp;quot;cluster&amp;quot; page and ends with a &amp;quot;end cluster&amp;quot; page.&lt;br /&gt;
&lt;br /&gt;
== Branch (Branch Table)- Choice Pages ==&lt;br /&gt;
Branch (we will simply call it Branch) pages have content and buttons at the bottom that students can select.  Branch pages can serve as neutral content pages that don&#039;t count as a question page in grade or lesson completion calculations.  &lt;br /&gt;
&lt;br /&gt;
The basic parts of a Branch page are: Page Title, Page Content, Description(#) and Jump(#). In the edit mode there is an edit toolbar filled with icons directly below the Page Title.  At the bottom of the edit mode screen are buttons to redisplay, save or cancel.  Small yellow buttons with question marks are help links.   &lt;br /&gt;
&lt;br /&gt;
The number of choices (descriptions or answers) can be changed in edit mode as needed by the &amp;quot;Updating the Lesson&amp;quot; button in edit mode. The Maximum number of answers/branches default is 4, but can range from 2 to 20.  Teachers may discover that they can not edit a 10 answer question they created, because they changed the lesson setting back to a smaller number.  &lt;br /&gt;
&lt;br /&gt;
[[Image:Lesson_branch_edit_expanded1.GIF]]&lt;br /&gt;
&lt;br /&gt;
==== Page Title ====&lt;br /&gt;
In general, the Page Title is used to locate the page.  For example, it can be used in jumps or seen in edit modes by the teacher. The title can also be seen by the student in any choice page.&lt;br /&gt;
&lt;br /&gt;
==== Page Content ====&lt;br /&gt;
Page Content is where material is going to be presented to the student.  [[Page content]] offers a [[HTML editor|tool bar]] with basic formatting icons. Perhaps the simplest form of content is text.  Moodle also allows insertion of pictures of various types, links to documents or webpages. Not to mention blank tables, emoticons, and special text characters.  And for the brave and HTML savvy, there is a toggle that switches between HTML code and WYSIWYG (what you see it what you get) which allows the teacher to use tags to embed audio or Quicktime video.&lt;br /&gt;
&lt;br /&gt;
In other pages you will read that Branch pages can serve as an initial Table of Contents.   You will read more about that in Descriptions and Jumps below.&lt;br /&gt;
&lt;br /&gt;
==== Descriptions ====&lt;br /&gt;
Descriptions are the choices the student must make.  In a branch page these show up as buttons below the page.  They can be arranged vertically or horizontally in any branch page.  While you can turn on the HTML editor, you will not be able to insert a picture in a button description or make the text bold.&lt;br /&gt;
&lt;br /&gt;
Leaving  description 1 blank, will automatically give the student one choice: &amp;quot;continue&amp;quot; with the flow set to next page.  This is a Moodle default setting.&lt;br /&gt;
&lt;br /&gt;
==== Jumps in General====&lt;br /&gt;
[[Jumps]] determine what happens after a student makes a choice.  &lt;br /&gt;
&lt;br /&gt;
Jumps can be divided into two types - Relative Jumps and Absolute Jumps. The default navigation using the relative jumps is Next Page and This Page. The destination of the Next Page jump is the next page in the logical order of the lesson. Absolute jumps specify the actual page to show next by specifying of the page&#039;s Title.&lt;br /&gt;
&lt;br /&gt;
There is a pull down menu which lists the relative jumps like &amp;quot;next page&amp;quot;, &amp;quot;this page&amp;quot; &amp;quot;previous page&amp;quot; and some special navigation pages we will discuss later. There will probably be many absolute page jumps listed in a nearly completed lesson.  The teacher selects the page listed in the pull down menu that the student will jump to after their choice, and after seeing the response.  See  [[Jumps]] for more details.&lt;br /&gt;
&lt;br /&gt;
== Questions - Choice Pages ==&lt;br /&gt;
Question pages have content and something for the student to answer or select. There can be a specific text responce for each specific answer. Question pages can be scored/graded  [[Lesson_module#Grading|(see lesson grading)]] in several ways. These last two features make them different from Branch pages.&lt;br /&gt;
&lt;br /&gt;
There are many [[Lesson_module#Types_of_questions_available_within_a_lesson|types of questions]] the teacher can select. The help button next to Question type gives a good description of each.  In Version 1.6, the question types are on tabs. Be sure to select the question type before starting your question or you could lose your work when you try to change it later.  &lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; Often you can start a question, save it, then change it&#039;s type without losing your content section. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:Question_multiplechoice_expanded_med.gif| question in expanded lesson view ]]&lt;br /&gt;
&lt;br /&gt;
==== Title &amp;amp; Content ====&lt;br /&gt;
The title and content sections are the same as for a branch page.  Again, the page title can be important, don&#039;t give away the answer!&lt;br /&gt;
&lt;br /&gt;
In some learning situations, the teacher will put lesson material in the [[Page content| page content]].  At the bottom of the content section, they put the question the student must answer.   In other lessons, the question will be the content.&lt;br /&gt;
&lt;br /&gt;
==== Answer ====&lt;br /&gt;
Answers are the choices the student must make.  In a question, these can take different forms and show up below the content section page. Each of the question types has its own type of answer.   The help button next to Answer offers a good description of each type. The most common is mutiple choice. We will use this type in our examples.  &lt;br /&gt;
&lt;br /&gt;
The order of the answers will appear to be random to the students. In other words, two students looking at the same question, will see the answers in a different order. Unlike a Quiz, there is no Lesson setting to turn off the &amp;quot;shuffle&amp;quot;.   &lt;br /&gt;
&lt;br /&gt;
When form permits, a good practice is to always enter the correct answer(s) first.  Moodle does not like skipped answers.&lt;br /&gt;
&lt;br /&gt;
There is also the ability to use all the content editing tools in each of the answers.   For example, one answer could be a picture, another text.  Normally it is turned off, but checking the box and pressing the redisplay button at the bottom of the page in edit mode, will turn it on. &lt;br /&gt;
&lt;br /&gt;
The default answer for a question with all blank answers is &amp;quot;continue&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Responses in Questions====&lt;br /&gt;
{{Moodle 1.7}} &lt;br /&gt;
Every question can have a default or teacher designed response for an answer. Different types of questions use the response field differently.  Version 1.7 has a Lesson setting that can turn off the [[Adding/editing_a_lesson#Display_default_feedback|default response]].  &lt;br /&gt;
&lt;br /&gt;
Each answer can have a unique response in a multiple choice, short answer, numeric question.  There can only be a  correct and wrong answer response for multianswer and matching question types. Teachers can create individualized responses when they grade essay questions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you want a student to be taken directly from one question to the next irrespective of their answer being correct or incorrect:&#039;&#039;&#039; in the Lesson Settings, set [[Adding/editing_a_lesson#The_Maximum_Number_of_Attempts_.28by_a_Student.29|Maximum number of attempts:]] to &amp;quot;1&amp;quot; and in Version 1.7 [[Adding/editing_a_lesson#Display_default_feedback|Display default feedback]] to &amp;quot;no&amp;quot;.  &lt;br /&gt;
&lt;br /&gt;
*In earlier versions without the display feedback option, a default response message will  still be displayed to the student upon answering each question. Of course you can always enter your own response for every or any answer.  However if you want no visible message displayed after the answer, then make sure your enter the special character called a non-breaking space as response in text mode. You will type this in text mode:  &amp;amp;amp;nbsp; (Ampersand nbsp semicolon).&lt;br /&gt;
&lt;br /&gt;
*This task is a little easier for those who import questions, just enter the &amp;amp;amp;nbsp; as the response  and you will achieve the desired effect in the Lesson.&lt;br /&gt;
&lt;br /&gt;
==== Jumps in Questions ====&lt;br /&gt;
Jumps determine what happens after a student makes a choice. See [[Jumps]] for more details.  Their use is the same as a Branch page jump.   Make sure you check lesson settings and flow control to see what will happen if you don&#039;t put in an answer or jump for a correct answer.&lt;br /&gt;
&lt;br /&gt;
Usually the presentation mode default for a question with all blank answers is &amp;quot;Next Page&amp;quot;. The default for Correct answer is &amp;quot;Next Page. For a wrong answer the default is &amp;quot;This Page.&amp;quot;  See [[Lesson_module#The_Flash_card_lesson| Lesson Flash Card]] for lesson setting that create a different random navigational order for the student.&lt;br /&gt;
&lt;br /&gt;
Each answer can have a unique jump in a multiple choice,short answer and numeric questions  and true/false question types.  There can only be a correct and wrong answer jumps for multianswer and matching question types.&lt;br /&gt;
&lt;br /&gt;
==== Score ====&lt;br /&gt;
The score is used with &amp;quot;custom scoring&amp;quot;.  It serves as the basis for grading each specific answer.  It can be a positive or negative number.  The default is 1 for a correct answer and 0 for a wrong answer.  It is possible to use other scoring methods which ignore this value.  See - link- for a better description of grading and scoring a lesson.&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
There are several buttons at the bottom.  Save and Cancel should explain themselves.  Redisplay is used after the &amp;quot;use HTML Editor&amp;quot; box is checked on the answer.&lt;br /&gt;
&lt;br /&gt;
= Navigation Pages =&lt;br /&gt;
There are 3 navigational pages which can be added by the teacher.  These provide special special effects and are discussed elsewhere in MoodleDocs.  They are not seen by the students and are only used by the teacher.&lt;br /&gt;
&lt;br /&gt;
==Cluster Pages - Start and End ==&lt;br /&gt;
Clusters are a series of question or branch pages used by relative jumps for special effects.   For example, the teacher can send a student to a question they have not seen before.   &amp;quot;A cluster&amp;quot; is defined by the pages that appear between the Start Cluster page and End Cluster page in the logical order.  Typically, the pages in &amp;quot;a cluster&amp;quot; are question pages.   The page content for a Start and End Cluster are not visible to the student.   Using an End Cluster page by itself can act as a hidden redirect page from the students perspective.  &lt;br /&gt;
&lt;br /&gt;
See also the MoodleDoc page on [[Clusters]].&lt;br /&gt;
&lt;br /&gt;
==End of Branch Page ==&lt;br /&gt;
Inserting an &amp;quot;End of Branch&amp;quot; page creates some new relative jumps for the teacher to use in a series of Lesson pages.   These relative jumps are &amp;quot;Random Branch&amp;quot;, &amp;quot;Unseen question within a branch&amp;quot; and &amp;quot;Random question within a branch&amp;quot;. The series is defined by a Branch Table and an End of Branch page that follows it someplace in the logical order.  Usually the single jump in the End of Branch links to the start of the series. &lt;br /&gt;
&lt;br /&gt;
If Lesson expects to find an End of Branch and does not, then it will use all the pages in the logical order to the end of the Lesson.  &lt;br /&gt;
&lt;br /&gt;
Please note that Branch Table pages do not require an End of Branch page. See also [[Adding_a_branch_table| adding branch tables]].&lt;br /&gt;
&lt;br /&gt;
==End of Lesson Page==&lt;br /&gt;
This relative page is created by the Lesson Module. It is called &amp;quot;End of Lesson&amp;quot; in a list of page jumps.  It is seen by the student when they finish the lesson.  An example appears below. This is also the page where a button linking to the next activity will appear.   &lt;br /&gt;
&lt;br /&gt;
[[Image:Lesson End of Lesson1.JPG|center|thumb|200px|Example End of Lesson]]&lt;br /&gt;
&lt;br /&gt;
= Tips &amp;amp; Suggestions =&lt;br /&gt;
*Planning is important, in presenting a classroom lesson or in Moodle lesson. We suggest to check your work from the students perspective available in Moodle.  There are several ways to do this [[Viewing_a_lesson]]. For those new to Moodle, we strongly suggest to learn the way you teach.  Start simple and build upon your successes.&lt;br /&gt;
*Looking for title page, a static page, description page  or page that just holds information?  Use a Branch table page and only add content.  Or use a Multiple Choice question page and only add content.  Lesson will automatically place a continue button at the bottom of the page when the student views it.&lt;br /&gt;
*Continue button.  Some sites like to modify this button. It is possible to change the word &amp;quot;Continue&amp;quot; to another word by [[Language editing|editing the local language]].  However it will take an [http://moodle.org/mod/forum/discuss.php?d=52338#p449760 adjustment in the code] to change the speed of the automatic advance past the continue or to visually skip it.&lt;br /&gt;
&lt;br /&gt;
= See Also =&lt;br /&gt;
*[[Jumps]] More details&lt;br /&gt;
*[[Lesson_module]] &lt;br /&gt;
*[http://moodle.org/mod/lesson/view.php?id=2321 Demo Lesson] - One demonstration of a Moodle Course, all about Moodle of course&lt;br /&gt;
*[http://download.moodle.org/docs/using_moodle/ch10_lessons.pdf Using Moodle Chapter 10: Lessons] - a PDF document which could be a little outdated but still useful&lt;br /&gt;
*[https://docs.moodle.org/en/Adding_a_question_page Adding a question page]&lt;br /&gt;
*[http://moodle.org/help.php?file=index.html Index of Help Files] - Very Useful, organized by grouping topics with similar uses.  For example &amp;quot;Reading and Writing&amp;quot; contains text formatting.&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Lesson]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Pages d&#039;une leçon]]&lt;br /&gt;
[[de:Lektionsseiten]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Lesson_settings&amp;diff=47732</id>
		<title>Lesson settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Lesson_settings&amp;diff=47732"/>
		<updated>2008-12-05T03:50:53Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Lessons}}&lt;br /&gt;
This page is about lesson settings (update this lesson) that can be changed by the teacher when they view the lesson in edit mode.  There are excellent help files once Lesson settings window has been open.  After selecting lesson with the &amp;quot;Add activity&amp;quot; pull down menu, Moodle will first show the lesson settings page.  At any point in the design or compilation of the lesson, it is possible (almost desirable in some cases) to edit the lesson settings by using the &amp;quot;Update the Lesson&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
After reviewing the lesson settings and saving them, you(the teacher) will jump back to the page list with its insert, edit, move or delete potentials.   &lt;br /&gt;
&lt;br /&gt;
There is some difference between  Moodle 1.5 and 1.6 with additional settings.  Please note that the settings group category is shown.&lt;br /&gt;
&lt;br /&gt;
== General ==&lt;br /&gt;
===Name===&lt;br /&gt;
Lesson name, HTML code will not work in 1.9&lt;br /&gt;
&lt;br /&gt;
===Timed=== &lt;br /&gt;
&lt;br /&gt;
This puts a time limit on the lesson. Students are shown a JavaScript counter and the time is recorded in the database. Due to the inconsistent nature of JavaScript, the timer does not evict a student from the lesson when the time is up, however a question answered after the time limit is not counted. The time in the database is checked each time a student submits a question.&lt;br /&gt;
&lt;br /&gt;
===The Maximum Number of Answers / Branches in a Lesson===&lt;br /&gt;
&lt;br /&gt;
This value determines the maximum number of answers the teacher can see and use when editing a lesson or a page. The default value is 4.  This is a useful feature in older versions of Moodle that have no collapsed view.  This value can reduce the number of screens a teacher might see in the lesson edit mode.&lt;br /&gt;
&lt;br /&gt;
This parameter also sets the maximum number of Branches that can be seen by the teacher in a Branch Table.&lt;br /&gt;
&lt;br /&gt;
It is safe to change the value of this parameter at any time. It only effects what the teacher sees, not the data. For example, a teacher starting to enter a series of multiple choice questions with 6 answers, might set this value to 6.  Then when the teacher starts to enter a series of questions with 2 answers,  they might set this value to 2 because they don&#039;t need to see 4 blank answers for every question in the design phase.&lt;br /&gt;
&lt;br /&gt;
In a similar manner, changing the value does not effect what the student sees when they view a branch page, nor does it change previous information put in by the teacher.&lt;br /&gt;
&lt;br /&gt;
== Grade Options ==&lt;br /&gt;
&lt;br /&gt;
===Practice Lesson===&lt;br /&gt;
&lt;br /&gt;
A practice lesson will not show up in the Gradebook.  A practice lesson can not be a dependent lesson.&lt;br /&gt;
&lt;br /&gt;
===Custom Scoring===&lt;br /&gt;
&lt;br /&gt;
This will allow you to put a numerical point value on each answer. Answers may have negative values or positive values. Imported questions will automatically be assigned 1 point for correct answers and 0 for incorrect, though you may change this after the import.&lt;br /&gt;
&lt;br /&gt;
===Maximum Grade===&lt;br /&gt;
&lt;br /&gt;
This value determines the maximum grade which can be awarded in the lesson. The range is 0 to 100%. This value can be changed at any time during the lesson. Any change has an immediate effect in the Grades page and on the grades shown to the students in various lists. If the grade is set to 0 the Lesson does not appear in any of the Grades pages.&lt;br /&gt;
&lt;br /&gt;
===User can re-take===&lt;br /&gt;
&lt;br /&gt;
This setting determines whether the students can take the lesson more than once or only once. The teacher may decide that the lesson contains material which the students ought to know thoroughly. In which case repeated viewing of the lesson should be allowed. If, however, the material is used more like an exam then the students should not be allowed to re-take the lesson.&lt;br /&gt;
&lt;br /&gt;
When the students are allowed to re-take the lesson, the grades shown in the Grades page are either their average grade over the re-takes or their best grade for the lesson. The next parameter determines which of these two grading alternatives is used.&lt;br /&gt;
&lt;br /&gt;
Note that the Question Analysis always uses the answers from the first tries of the lesson, subsequent re-takes by students are ignored.&lt;br /&gt;
&lt;br /&gt;
By default this option is Yes, meaning that students are allowed to re-take the lesson. It is expected that only in exceptional circumstances will this option be set to No.&lt;br /&gt;
&lt;br /&gt;
===Handling of Re-takes===&lt;br /&gt;
&lt;br /&gt;
When students are allowed to re-take the lesson, this option allows the teacher to show the grade for the lesson in, for example, the Grades page, as either the mean, this is average, of the grades over the first and subsequent tries or as the grade from the students&#039; best tries.&lt;br /&gt;
&lt;br /&gt;
This option can be changed at any time.&lt;br /&gt;
&lt;br /&gt;
===Display ongoing score===&lt;br /&gt;
&lt;br /&gt;
This setting will allow the student to see their current score.&lt;br /&gt;
&lt;br /&gt;
== Flow Control ==&lt;br /&gt;
&lt;br /&gt;
===Allow Student Review===&lt;br /&gt;
&lt;br /&gt;
This will place a &amp;quot;Review Lesson&amp;quot; button on the last screen of the lesson to encourage the to student navigate through the lesson again from the start.  Be sure to check other settings to allow them to change their answers.&lt;br /&gt;
&lt;br /&gt;
===Display Review Button===&lt;br /&gt;
&lt;br /&gt;
This will display a button after an incorrectly answered question, allowing a student to re-attempt it.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; It is not compatible with essay questions, so leave this off if you are using essay questions.  Sometimes this setting will override any &amp;quot;display default feedback&amp;quot; lesson setting, where the default feedback will always be displayed when the review button is shown.&lt;br /&gt;
&lt;br /&gt;
===The Maximum Number of Attempts (by a Student)===&lt;br /&gt;
&lt;br /&gt;
This value determines the maximum number of attempts a Student has in answering any of the questions in the lesson. Once reached, the student does not see the question again.  &lt;br /&gt;
&lt;br /&gt;
The default value is 5. Smaller values may discourage the student from trying different answers about a question. Larger values may lead to frustration when the student &amp;quot;does not get it&amp;quot;.  For example with a short answer or numerical question, the student is not given an opportunity to try different answer choices. This value provides an escape route to the next page in the lesson. &lt;br /&gt;
&lt;br /&gt;
Setting this value to 1 gives the students just single chance to answer each question. This would be similar to a question in the Quiz module.  &lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;Note:&#039;&#039; this value is student global parameter and that it applies to all the questions in the lesson regardless of their type. However it does not apply to teachers checking of questions or navigating through the lesson. Checking the number of attempts relies on values stored in the database and question attempts by teachers are not recorded. The teacher should after all know the answers!&lt;br /&gt;
&lt;br /&gt;
===Action after a Correct Answer===&lt;br /&gt;
&lt;br /&gt;
The usual action is to follow the jump as specified in the answer. In most cases this will probably show the Next Page of the lesson. The student is taken through the lesson in a logical way, beginning at the start and ending at the end.&lt;br /&gt;
&lt;br /&gt;
However, the lesson module can also be used as a type of Flash Card assignment. The student is shown some information (optional) and a question in basically a random order. There is no set beginning and no set end. Just a set of Cards shown one after another in no particular order.&lt;br /&gt;
&lt;br /&gt;
This option allows two very similar variants of Flash Card behavior. The option &amp;quot;Show an unseen page&amp;quot; never shows the same page twice (even if the student did not answer the question associated with the Card/Page correctly). The other non-default option &amp;quot;Show an unanswered page&amp;quot; allows the student to see pages that may have appeared before but only if they answered the associated question wrongly.&lt;br /&gt;
&lt;br /&gt;
In either of these Flash Card-type lessons the teacher can decide to use either all the Cards/Pages in the lesson or just a (random) sub-set. This is done through the &amp;quot;Number of Pages (Cards) to show&amp;quot; parameter.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you want a student to be taken directly from one question to the next irrespective of their answer being correct or incorrect&#039;&#039;&#039;: in the Lesson Settings, set Maximum number of attempts: to 1. Please note, however, that a message &amp;quot;correct / incorrect&amp;quot; will still be displayed to the student upon answering each question. If you do not want this (default) feedback message to be displayed then enter your own feedback message (i.e. &amp;quot;continue&amp;quot;, &amp;quot;---&amp;quot;, etc.) In case you want no visible message displayed then enter a non-breaking space as feedback, so you&#039;ll have to put a # after the answer which may be ~3 and write &amp;amp; n b s p ; after that.(without spaces between these characters) To find out how Moodle works - you may export a sample of your questions with GIFT and check them out!&lt;br /&gt;
&lt;br /&gt;
===Display default feedback ===&lt;br /&gt;
{{Moodle 1.7}}&lt;br /&gt;
Feedback to a specific answer to a question can appear on the next page after the student makes a choice and submits it. The question, the student&#039;s answer and the feedback appear on a page with a continue button at the bottom.  This lesson setting controls what appears as the feedback response and if the page appears at all.&lt;br /&gt;
&lt;br /&gt;
When this option is set to Yes, the standard default response will appear.  In most lessons, when this is set to yes, Lesson first looks for the teachers custom feedback and if it does not find one, will put in the default feedback. It is possible to change the words used in the standard [[Language editing|default feedbacks]] for the entire MoodleSite.&lt;br /&gt;
&lt;br /&gt;
Selecting No, will only show the teacher&#039;s supplied feedbacks for each specific answer.  If the teacher has not entered a response for a specific answer, then the feedback page is not displayed and the student will immediately go to the page that the specific answer&#039;s jump is set to. &lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; Under some versions of Moodle, other lesson settings may cause the default feedback to appear, even when the teacher has supplied their own feedback.  Changing the &amp;quot;Review button&amp;quot; lesson setting to &amp;quot;No&amp;quot; will show the teachers custom feedback.&lt;br /&gt;
&lt;br /&gt;
===The Minimum Number of Questions in a Lesson===&lt;br /&gt;
This value determines the &#039;&#039;&#039;minimum&#039;&#039;&#039; number of questions that will be used to calculate a student&#039;s score.  It does not force students to answer that many questions in the lesson.  When a lesson contains one or more [[Adding a branch table| branches]], the teacher should normally set this parameter. &lt;br /&gt;
&lt;br /&gt;
For example, setting this parameter to 20, will ensure that grades are given as though the students have seen at least this number of questions. Take the case of a student who only looks at a single branch in a lesson with 5 pages and answers all the associated questions correctly. This student then choose to end the lesson (assuming there is that option in the &amp;quot;top level&amp;quot;Branch Table, a reasonable enough assumption). If this parameter was set to 0 their grade would be 5 out of 5, that is 100%. However, with it set to 20 their grade would be reduced to 5 out of 20, that is 25%. In the case of another student who goes through all the branches and sees, say, 25 pages and answers all but two of the questions correctly, then their grade would be 23 out of 25, that is 92%.&lt;br /&gt;
&lt;br /&gt;
If this parameter is used, the teacher might want to add  a statement on the opening page of the lesson.  For example, if the teacher set the value to 20 they might say:&lt;br /&gt;
&lt;br /&gt;
:In this lesson you are expected to attempt at least &#039;&#039;20&#039;&#039; questions. You can attempt more if you wish. However, if you attempt less than &#039;&#039;20&#039;&#039; questions your grade will be calculated as though you attempted &#039;&#039;20&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
When this parameter is set to a value more than 0,  students are told how many questions they have attempted and how many they are expected to attempt.&lt;br /&gt;
&lt;br /&gt;
===Number of Pages (Cards) to Show===&lt;br /&gt;
&lt;br /&gt;
This parameter is only used in Flash Card type lessons. The default value is zero which means that all the Pages/Cards are shown in a lesson. Setting this parameter to a non-zero value shows that number of pages. After that number of Page/Cards have been shown the end of lesson is reached and the student is shown their grade.&lt;br /&gt;
&lt;br /&gt;
If this parameter is set to a number greater than the number of pages in the lesson then the end of the lesson is reached when all the pages have been shown.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Lesson formatting ==&lt;br /&gt;
&lt;br /&gt;
===Slide Show===&lt;br /&gt;
&lt;br /&gt;
This enables the display of the lesson as a slide show, with a fixed width, height, and custom background color. A CSS based scroll bar will be displayed if the width or height of the slide is exceeded by the content of a page. Questions will &#039;break out&#039; of the slide show mode, only pages (branch tables) will be shown in a slide by default. Buttons labeled with the lang default for &amp;quot;Next&amp;quot; and &amp;quot;Back&amp;quot; will be shown at the far right and left of the slide if that option is chosen on the page. Other buttons will be centered below the slide.  You can also decide on the width, height and the background colour of the slide show.&lt;br /&gt;
&lt;br /&gt;
===Display Left Menu===&lt;br /&gt;
&lt;br /&gt;
This will show a list of the pages (Branch Tables) in the lesson. Question pages, cluster pages, etc. will not be shown by default (you may choose to show question pages by checking that option on the question).&lt;br /&gt;
&lt;br /&gt;
===Progress bar===&lt;br /&gt;
A simple bar at the bottom of the lesson which will give an approximate percentage of completion.  Since lessons vary greatly in their navigation, this works best with lesson that follow the logical order and do not jump around.&lt;br /&gt;
&lt;br /&gt;
== Access control ==&lt;br /&gt;
&lt;br /&gt;
===Password Protected Lesson===&lt;br /&gt;
&lt;br /&gt;
This will not allow a student to access the lesson unless they type the password.&lt;br /&gt;
&lt;br /&gt;
=== Dependent on ===&lt;br /&gt;
{{Moodle 1.6}}&lt;br /&gt;
In Version 1.6 a lesson can be dependent upon another lesson. There are 3 possible dependencies which can be use separately or in combination with each other. Time Spent (minutes) refers to how long the student was in the lesson on their last attempt (it is not cumulative). Completed means the student has attempted one question. Grade as a percentage of a specific lesson means just that.&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; Dependency not working when is sent to &amp;quot;Completed&amp;quot; on another lesson?  You must have a question for lesson to recognize that it is complete.  Put a multiple choice question at the end of the lesson and ask: &amp;quot;In this lesson you learned A, B, and C.&amp;quot; Do not put in an answer or a jump.  The student will see &amp;quot;Continue&amp;quot; at the end and go to the end of the lesson and fulfil the requirement of completing the lesson.  The dependent on lesson can not be a practice lesson.&lt;br /&gt;
&lt;br /&gt;
===Available from &amp;amp; deadline dates===&lt;br /&gt;
&lt;br /&gt;
Determine the dates for the opening and closing of the lesson.  For example in Moodle 1.7 it is possible to close the course in the year 2020.&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
===Link to activity===&lt;br /&gt;
Upon completion of the lesson, use the pull down menu to offer a choice for the student to go to another activity.  &lt;br /&gt;
&lt;br /&gt;
===Pop-up to file or web page===&lt;br /&gt;
At the start of the lesson, this creates a popup window.  For example this might be a music file, an agreement or text which the student can refer while in the lesson.&lt;br /&gt;
&lt;br /&gt;
===Tree View===&lt;br /&gt;
Found in pre 1.6 versions of Moodle.  Similar to the setting under Lesson Formatting, display left menu in Moodle 1.6 and later.&lt;br /&gt;
&lt;br /&gt;
===Display High Scores===&lt;br /&gt;
&lt;br /&gt;
A list of the high scores for the lesson will be shown. Students who get a high score can choose a custom name to list their score by. There is a &#039;badwords&#039; filter which checks for naughty names.&lt;br /&gt;
&lt;br /&gt;
High scores do not display if the &amp;quot;Practice lesson&amp;quot; option is turned On.&lt;br /&gt;
&lt;br /&gt;
===Number of High Scores Displayed===&lt;br /&gt;
&lt;br /&gt;
Type a number to limit how many of the top scores are displayed.&lt;br /&gt;
&lt;br /&gt;
===Use this lesson&#039;s settings as defaults===&lt;br /&gt;
&lt;br /&gt;
Select yes before Saving the lesson, and the settings you have chosen for this lesson will be the default settings for the next time you create a lesson for this course.&lt;br /&gt;
&lt;br /&gt;
===Visible to users===&lt;br /&gt;
&lt;br /&gt;
Allows you to show to, or to hide the lesson from students.&lt;br /&gt;
&lt;br /&gt;
==Common module settings==&lt;br /&gt;
*Groupings (advanced): &lt;br /&gt;
*Available for groups only check box (advanced)&lt;br /&gt;
*Visable&lt;br /&gt;
*ID number&lt;br /&gt;
*Grade category&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Adding the first page in a Lesson==&lt;br /&gt;
&lt;br /&gt;
After you decide on the lesson settings (above), you are taken to the lesson and you are asked which of the following you want to do now: import questions, add a Branch Table or add a Question Page. To read more about adding pages go to: [[Viewing_a_lesson]].  If you would like more information about lesson pages in general go to [[Lesson Pages]] or select something from the index at the top of this page or one of the overall indexes below.  &lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[http://www.youtube.com/watch?v=4xjXelUZguw Creating a Lesson video tutorial]&lt;br /&gt;
&lt;br /&gt;
[[fr:Ajouter/modifier une leçon]]&lt;br /&gt;
[[de:Lektion_anlegen]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Lesson_activity&amp;diff=47730</id>
		<title>Lesson activity</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Lesson_activity&amp;diff=47730"/>
		<updated>2008-12-05T03:49:46Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Lessons}}&lt;br /&gt;
&lt;br /&gt;
[[Image:Lesson icon.gif]] The lesson module presents a series of HTML pages to the student, who is usually asked to make some sort of choice underneath the content area. In a Lesson page&#039;s simplest form, the student can select a continue button at the bottom of the page, which will send them to the next page in the Lesson.&lt;br /&gt;
&lt;br /&gt;
The significant difference between a Lesson and other activity tools available in Moodle comes from its adaptive ability. With this tool, each answer to a question may send the student to a different series of pages in the lesson. The teacher&#039;s response and the next page the student will see has already been thought out by the teacher. Thus Lesson can deliver content in interesting and flexible ways to each student, with no direct or time sensitive action required by the teacher once the lesson has been created.&lt;br /&gt;
&lt;br /&gt;
There are 7 different choice types that the teacher can use with the standard content area. Some of the choice types can be scored, such as a multiple choice question. There are also several advanced navigational features which can meet more specialized adaptive needs of the Teacher. However, the two basic Lesson type of pages are question pages and branch table pages, both types are straight forward to most teachers. &lt;br /&gt;
&lt;br /&gt;
There are two basic modes: presentation and flash card.  Most of the descriptions of a lesson in this document are about the [[Lesson_module#Presentation mode|presentation mode]] and the use of questions and branch  pages. The [[Lesson_module#The_Flash_card_lesson|Flash Card]] section describes how to make lesson pages appear randomly.&lt;br /&gt;
&lt;br /&gt;
==Table of Contents==&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== General information about the lesson and its methodology ==&lt;br /&gt;
For a student, a lesson is a series of interactive pages that require a choice on their part before the next page appears.    &lt;br /&gt;
&lt;br /&gt;
The determines the way the lesson appears to the student. The lesson can be a series of pages presented in a linear fashion, like a slide show, or presented in a non-linear, branching manner, or a combination of the two. The teacher can use the Lesson settings to create a different student experience for each lesson.  There are also special navigation pages that the teacher may use to change the way parts of the lesson are viewed by students.&lt;br /&gt;
&lt;br /&gt;
The student choice generally drives the lesson, which has been thought out by the teacher. For example, a particular answer might send the student back in the lesson for a review, while another answer will advance the student to a new page. Sometimes the student will only be given the choice to &amp;quot;continue&amp;quot;.  The lesson can be scored with the use of questions for a grade, or used simply as a resource of non-graded pages or a combination of both.&lt;br /&gt;
&lt;br /&gt;
There are two basic modes: presentation and flash card.  Most of the descriptions of a lesson in this document are about the presentation mode and the use of questions and branch  pages.  The Flash Card section describes how to make lesson pages appear randomly.&lt;br /&gt;
&lt;br /&gt;
[[Lesson_module#Table_of_Contents|Table of Contents]]&lt;br /&gt;
&lt;br /&gt;
== Presentation Lesson ==&lt;br /&gt;
The Lesson activity uses the standard Moodle [[HTML editor]] tool to make any [[Page content|page&#039;s content]] interesting. This tool can assist the teacher with pictures, links, fonts, tables and other graphics to engage the student&#039;s attention.  Lesson also can keep students from straying from the lesson plan with various settings including, password protection, various time limits and dependency on a previous lesson&#039;s activity. &lt;br /&gt;
&lt;br /&gt;
Navigation pages are only seen by the teacher but will effect the order of the pages the student views. For example, a [[Cluster|cluster]] is a series of pages bracketed by a navigational pages called a &amp;quot;start cluster&amp;quot; and a &amp;quot;end of cluster&amp;quot; page.   Navigation pages are an advanced feature and are best added after the teacher has laid out their lesson with the pages that will be seen by the student.  &lt;br /&gt;
&lt;br /&gt;
===Pages, questions, answers and responses===&lt;br /&gt;
A [[Lesson_Pages|lesson is made up of pages]]. For the teacher there are two basic types of Lesson pages: choice and navigation. The student sees choice pages called  [[Lesson_Pages#Branch_.28Branch_Table.29-_Choice_Pages|&amp;quot;Branch Tables&amp;quot;]] or [[Lesson_module#Types_of_questions_available_within_a_lesson|Question pages]]. Branch tables deliver content and can provide links to one or more other pages in the lesson. Each question page can do the same but also can give an individual response and an individual score for each choice (the student&#039;s answer).  The teacher decides upon the page type and how to best use its flexibility to achieve the educational goals of the specific Lesson or course.&lt;br /&gt;
&lt;br /&gt;
For example, the default lesson question is a multiple choice page. The teacher might place content on the page and ask a question about it.  The teacher can provide 1 to 20 answers. In a simple use of the multiple choice question, the teacher might decided to send the student back to the question again after a student selects a wrong answer, but move a correct answer to the next page.  On some answers, the teacher may decide to provide some explanation before sending the student along.  Unlike a piece of paper, the answers are going to re arrange themselves every time the student enters the question page.   &lt;br /&gt;
&lt;br /&gt;
Of course the teacher can decide a more complex approach in constructing Lesson or a page. Using our multiple choice example,the teacher may give each answer a different score.  And/or depending upon the answer, send the student to a different page for an appropriate review.   The teacher may decide that a specific Lesson is a series of pages filled with information and only one choice (the continue button) that always sends the student to the next page, perhaps saving the question pages for the end. &lt;br /&gt;
&lt;br /&gt;
[[Lesson_module#Table_of_Contents|Table of Contents]]&lt;br /&gt;
&lt;br /&gt;
===Edit order and navigation order===&lt;br /&gt;
&lt;br /&gt;
The order of the pages of a lesson is usually determined by the material or the personal style of the teacher. A page feature called [[Jumps|jumps]] determines what a student sees next.&lt;br /&gt;
Once a lesson contains two or more pages the teacher can move existing pages around and add different kinds of pages to any position within the lesson. &lt;br /&gt;
&lt;br /&gt;
The teacher sees the pages in what is called the &#039;&#039;[[Edit page order (Lesson)|edit order]]&#039;&#039; when they edit a lesson.  The students see the lesson pages in the &#039;&#039;[[Navigation Page Order|navigation order]]&#039;&#039;, which can also be seen by the teacher in preview mode. Most of the time we will be talking about the edit order from the teacher&#039;s perspective, rather than navigation order of the student.&lt;br /&gt;
&lt;br /&gt;
Jumps are the primary tool the teacher will use to determine a students navigation. For example, each different answer to a question, might send the student to a different page. There are two types of jumps, &#039;&#039;relative&#039;&#039; and &#039;&#039;absolute&#039;&#039;. The default jumps used by most pages are the &#039;&#039;relative&#039;&#039; jumps &amp;quot;Next Page&amp;quot; and &amp;quot;This Page&amp;quot;.  For example, the destination of the Next Page jump is always the next page in the edit order of the lesson. An &#039;&#039;absolute&#039;&#039; jump sends the student to a specific page (identified by the page title).  A pull down list of possible jumps assist the teacher in being creative. Thus jumps allow the teacher to design a lesson for the students with &amp;quot;branches&amp;quot;, loops and a non-linear structure.&lt;br /&gt;
&lt;br /&gt;
The teacher can see how a lesson&#039;s navigation &amp;quot;works&amp;quot; by using several preview tools.  For example there is a [[Viewing_a_lesson#When_the_lesson_already_has_content:|Preview tab]] for the teacher when they open a lesson and there is also a preview icon associated with each page.  It is possible for the Teacher to switch their role in the course to that of a student.&lt;br /&gt;
&lt;br /&gt;
[[Lesson_module#Table_of_Contents|Table of Contents]]&lt;br /&gt;
&lt;br /&gt;
===Answers===&lt;br /&gt;
&lt;br /&gt;
Typically each question within a lesson will have one correct [[Answers|answer]] and several wrong answers. For example, in a multiple choice question, each answer can receive an individual response from the teacher before sending the student (with a jump setting) to view the same or another page.&lt;br /&gt;
&lt;br /&gt;
As will be seen later, there are two ways to score an answer. In one method, the direction students are sent in the edit order of pages determines if the answer was correct or wrong for scoring purposes. Usually a correct answer advances the student in the edit order and wrong answers send the students back to the question page or back in the edit order. The other method uses custom scoring and an answer is given a score to calculate the grade. &lt;br /&gt;
&lt;br /&gt;
When a question page is added, the jumps have a default setting. The jump for the first answer is the Next Page and it is a good practice to keep this as a right answer. The jumps for the subsequent answers are set to Same Page. The score for the first answer is 1 and for the rest 0. These settings can be changed by editing the question. Remember the order of the answers is going to be random each time a student enters the question page.&lt;br /&gt;
&lt;br /&gt;
When Custom Scoring is turned On in the Lesson settings, then each answer has a point value associated with it. Usually a correct answer receives a score of 1 and a wrong answer receive a score 0. It is possible to give a negative score or partial credit (say 3 for the best answer and 1 for a marginal answer) in some question types.&lt;br /&gt;
[[Lesson_module#Table_of_Contents|Table of Contents]]&lt;br /&gt;
&lt;br /&gt;
===Grading===&lt;br /&gt;
A students answers to questions can be graded. The [[Lesson score|lesson scores]] and grades can be viewed on the [[Lesson reports|&amp;quot;Reports&amp;quot; tab]] in edit mode and become part of the [[Grades|gradebook]]. A relatively simple formula is used to [[Lesson score|score]] the lesson. It is the number of correct answers divided by the number of question pages seen. This number score can be use by the [[Scales|grade scale]].&lt;br /&gt;
&lt;br /&gt;
When [[Adding/editing_a_lesson#Custom_Scoring|Custom Scoring]] is selected in the Lesson settings, then the grading method changes.  With this option, the grade is based on earned points by the user, which is divided by the total points possible. When this option is turned on, the teacher can assign a score for each answer, this can be a negative or 0 (zero) or a positive number.  Usually the score is 0 for a wrong answer and 1 for a correct answer.  The point values associated with each of the user&#039;s answers are added up. That is then divided by the total of the maximum points that the user could have earned for each page answered. This number is then scaled by the grade parameter of the lesson.&lt;br /&gt;
&lt;br /&gt;
The overall score is computed when the Lesson is completed by the student.   A completed lesson usually means the student has viewed every page, or answered every question or is directed by a jump to the &amp;quot;[[Lesson_Pages#End_of_Lesson_Page|end of lesson]]&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; Grading can be continued when student leaves the lesson for some reason before completing it. The student does not have to go through all of the lesson in one &amp;quot;[[Adding/editing_a_lesson#User_can_re-take|sitting]]&amp;quot;. For example, if a student goes through some pages and then breaks off, the next time they view the lesson they are asked whether they want to start at the beginning of the lesson or at the point where they left off. The latter point is actually the page they reached with their last correct answer. The previous &amp;quot;attempts&amp;quot; are recorded and the grade for &amp;quot;broken&amp;quot; sessions will include pages seen and questions answered in the previous viewings.&lt;br /&gt;
&lt;br /&gt;
*The main focus of a lesson should be the transfer of knowledge in a reasonably interesting way. Giving a grade may well turn the lesson into a kind of quiz where giving the correct answer is the sole goal instead of exploring different ways of thinking about an idea. On the other hand, students like to get a perfect &amp;quot;score&amp;quot; and giving grades may well be the carrot needed to get the student to repeat the lesson until they get the magic 100%.&lt;br /&gt;
&lt;br /&gt;
*Some instructors use Lessons as Formative Assignments where the grades, although some measure of activity, are not generally counted in the final mark for the course. If lessons are used in a formal way then it is probably best to use their grades in thresholds.  &lt;br /&gt;
*Many instructors use lessons to get across chunks of knowledge. The grading options enable instructors to utilize the [http://www.wcln.org/Flow_Documentation.htm#The_Practice_Principle &amp;quot;Practice Principle&amp;quot;] of eLearning, in which immediate practice in answering questions about content leads to improved retention and understanding of the material. &lt;br /&gt;
&lt;br /&gt;
With that in mind, a lesson has a Retake option.&lt;br /&gt;
&lt;br /&gt;
===Teacher review of students answers===&lt;br /&gt;
The teacher has several options to review students answers in a lesson.  The [[Lesson reports|report tab]] provides both an overview of each student&#039;s attempt of a lesson, and a detailed summary of the class&#039;s answers to each question. It is also possible to see the same report via [[Grades|gradebook]] in the course administration block.&lt;br /&gt;
&lt;br /&gt;
===Student Review===&lt;br /&gt;
&lt;br /&gt;
Enabling student review will override custom feedback for questions. [http://moodle.org/mod/forum/discuss.php?d=70798 Forum discussion]&lt;br /&gt;
&lt;br /&gt;
[[Lesson_module#Table_of_Contents|Table of Contents]]&lt;br /&gt;
&lt;br /&gt;
===Re-takes===  &lt;br /&gt;
Allowing a student to re take a lesson is the default lesson setting under [[Adding/editing_a_lesson#User_can_re-take|grade options]]. Each attempt at a lesson is normally recorded and the student can see a record of their performance by viewing their [[Student_tutorials#Settings|activity page]]. The teacher when creating a lesson has the option of showing the &amp;quot;final&amp;quot; grade as either the mean of all the attempts or the best (maximum score) of their attempts. This &amp;quot;final&amp;quot; grade is the one shown on the [[Grades]] page and the &amp;quot;Lessons&amp;quot; page. By default the mean of the grades is used.&lt;br /&gt;
&lt;br /&gt;
In some learning environments, the teacher may not wish the students to have more than one attempt at a lesson. A particular lesson may be being used in an exam-like situation. Here the Lesson parameter for re-take is set to &amp;quot;No. Once completed the lesson will then not allow students to re-take the lesson. If, however, the lesson is not completed in one &amp;quot;sitting&amp;quot;, students are still allowed to restart the lesson at the beginning or at the point where they left off.&lt;br /&gt;
&lt;br /&gt;
*As mentioned earlier a lesson can be used as a formative assignment, imparting some knowledge while at the same time making some demands on the students. It seems natural that students should be allowed to re-visit lessons and because they are given a grade many will want to achieve a good grade. This promotes re-takes.&lt;br /&gt;
&lt;br /&gt;
*Remember that even if a student has achieved the maximum possible grade in a lesson, allowing them to revisit the lesson to explore the various &amp;quot;wrong&amp;quot; paths in the lesson, may provide the student, you and your class additional insights.&lt;br /&gt;
&lt;br /&gt;
[[Lesson_module#Table_of_Contents|Table of Contents]]&lt;br /&gt;
&lt;br /&gt;
===Building lessons===&lt;br /&gt;
&lt;br /&gt;
When creating a lesson the teacher must put some content using the [[HTML editor]] tool into the first page. Once the first page is in place the teacher has the option of adding more pages in front or after that page.  Once a question or branch page have been created, the pages can be edited by the teacher at any time.  When the lesson contains more than one page the teacher also has the option of moving pages, that is, changing the order of the pages. &lt;br /&gt;
&lt;br /&gt;
*A lesson will normally cover a limited amount of material. A topic or week might contain many lessons. Lessons are shown to the student in the home page for the course within &amp;quot;weeks&amp;quot; or &amp;quot;topics&amp;quot;, and/or in the activity block when it is part of the course home page. &lt;br /&gt;
&lt;br /&gt;
*As with any lesson, it is a good idea to have a plan before starting the presentation.   Simple lessons that basically go from the start to the end in a straight line path, one page after the other, can be created from an outline. More complicated lessons require more planning.  The good news is that a teacher can create a simple lesson and then based upon feedback and performance,  can add refinements or complexity.&lt;br /&gt;
&lt;br /&gt;
[[Adding_a_question_page]]- more help on adding question pages &amp;lt;br&amp;gt;&lt;br /&gt;
[[Adding_a_branch_table]] - more help on adding branch pages&lt;br /&gt;
&lt;br /&gt;
[[Lesson_module#Table_of_Contents|Table of Contents]]&lt;br /&gt;
&lt;br /&gt;
== Types of questions available within a lesson ==&lt;br /&gt;
{{Moodle 1.6}} [[Image:Question_type_tabs.GIF]]  &lt;br /&gt;
===Multiple choice ===&lt;br /&gt;
In a multiple choice question, the student is given a question and a list of answers.  In a Lesson, the answer list will be shuffled every time the question is view by a student. In a multiple choice question, the student selects one answer.  &lt;br /&gt;
&lt;br /&gt;
Questions can use pictures.   Indeed, pictures can be used as answers when the [[HTML editor]] is turned on and the page reloaded.   Each answer in a multichoice question can be scored separately.  It is possible to give a negative score for an answer, or partial credit for a wrong answer. The teacher can give a response based upon the answer selected by the student. &lt;br /&gt;
&lt;br /&gt;
====With multianswer box checked====&lt;br /&gt;
A check in the multianswer box allows the teacher to determine that more than 1 answer is required for the student to receive credit for the question. There is no partial credit and the student must select just correct answers from a list. &lt;br /&gt;
&lt;br /&gt;
An example of a multianswer question is:&lt;br /&gt;
::&#039;&#039;&#039;Which of the following are animals&#039;&#039;&#039;?&lt;br /&gt;
::- A dog&lt;br /&gt;
::- A cow&lt;br /&gt;
::- A rock&lt;br /&gt;
::- A rose&lt;br /&gt;
&lt;br /&gt;
To ensure the multianswer feature works, all correct answers should be in first lines of the answer list, receive the same score (let say 1), response and jump to the same page. Then wrong answers should hve the same score (usually 0), response and all jump to the same page. In other words you should have two groups of answers (correct answers first and then incorrect ones) with the identical scores, responses and jumps for each group.&lt;br /&gt;
&lt;br /&gt;
A student who does not select all the correct answers, or includes any wrong answer will receive the &amp;quot;wrong answer&amp;quot; score, response and jump.   &lt;br /&gt;
&lt;br /&gt;
See also [[Multiple_Choice_question_type]] which is a quiz question and works differently.&lt;br /&gt;
&lt;br /&gt;
===Short answer===&lt;br /&gt;
In a short answer question the student is expected to answer with one word or a few words. [[Short-Answer question type]] gives more information about this kind of question &lt;br /&gt;
{{Moodle 1.6}}&lt;br /&gt;
Starting with Moodle 1.6, there are two different &#039;&#039;student answer&#039;&#039; analysis systems available for the Short Answer type of question in the Lesson Module: the &#039;&#039;&#039;simple system &#039;&#039;&#039; and the  new  &#039;&#039;&#039;regular expressions system&#039;&#039;&#039;.  The simple system is the default and is the same used by the Quiz Module.  There is a &amp;quot;Use Regular Expressions&amp;quot; option box on the Edit Question Page screen in the Lesson Module.  &lt;br /&gt;
&lt;br /&gt;
We suggest first reading about the  [[Short-Answer question type|Short answer question page]] with the examples of the &amp;quot;simple analysis&amp;quot;, and then read the [[Short answer analysis]] page that gives more information about &amp;quot;Regular Expression analysis&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[Lesson_module#Table_of_Contents|Table of Contents]]&lt;br /&gt;
&lt;br /&gt;
===True / false===&lt;br /&gt;
&lt;br /&gt;
The True/False question type is a special case of the multiple choice question. The student is prompted to choose which is the correct option. See [[Lesson_module#Multiple_choice|multiple choice question]] above for details.&lt;br /&gt;
&lt;br /&gt;
===Matching questions===&lt;br /&gt;
[[Image:Question Matching pulldown 1.JPG||thumb|80px|right|Matching]]&lt;br /&gt;
Matching questions consist of a list of names or statements, or pictures which must be correctly matched against another list. For example &amp;quot;Match the letter with its position in the alphabet.   One list would have A, B, C, D, Z and the other in a pull down menu next to each item would have 2, 4, 3, 1, 26 .   &lt;br /&gt;
&lt;br /&gt;
Unlike the &#039;&#039;Multichoice question&#039;&#039; where the choices are shown in a random order, the first list of items in a &#039;&#039;Matching question&#039;&#039; is not shuffled but shown in the same order as entered. The second list is scrambled.  &lt;br /&gt;
&lt;br /&gt;
In 1.9 there is one score, one response and one jump associated with the right answers (where all matches are correct) and one score, one response and one jump associated with a wrong match (where one or more are not matched correctly).&lt;br /&gt;
&lt;br /&gt;
See [[Matching question type]] for more information.&lt;br /&gt;
&lt;br /&gt;
===Numerical Question===&lt;br /&gt;
This type of question requires a number as the answer. In it&#039;s simplest form it requires just one answer to be specified. For example &amp;quot;What is 2 plus 2?&amp;quot;, where 4 is the correct answer. A numerical question will also accept a number in a range as being correct.  The answers are similar to short answer, where the order that the teacher lists the answers is important.&lt;br /&gt;
&lt;br /&gt;
See [[Numerical question type]] for more information.&lt;br /&gt;
&lt;br /&gt;
The lesson numerical question differs from the numerical quiz question and the numerical embedded question (Cloze), in a couple of ways when it evaluates answers. For example there is no wild card.&lt;br /&gt;
&lt;br /&gt;
[[Lesson_module#Table_of_Contents|Table of Contents]]&lt;br /&gt;
&lt;br /&gt;
===Essay Questions===&lt;br /&gt;
Short essay questions were introduced in Moodle version 1.5. These are meant for short, paragraph or two type of essays one often finds on exams. Thus we did not use the html editor, preferring a simple text field. For longer essays, the assignment module is a better choice.&lt;br /&gt;
&lt;br /&gt;
The student simply enters their essay in the box provided. The teacher sees ungraded essay questions when opening the lesson.  After grading, the teacher can email their responses to the student.&lt;br /&gt;
&lt;br /&gt;
[[Essay question type]] page has more information.&lt;br /&gt;
&lt;br /&gt;
[[Lesson_module#Table_of_Contents|Table of Contents]]&lt;br /&gt;
&lt;br /&gt;
== Branches and branch tables ==&lt;br /&gt;
If your lesson delivers quite a lot of information, you can divide it into sections that are called [[Lesson_Pages#Branch_.28Branch_Table.29-_Choice_Pages|branches]] in Moodle. One way of moving between these branches is by [[Adding_a_branch_table |adding a Branch Table page]].  &lt;br /&gt;
&lt;br /&gt;
Branch tables are simply pages which have a set of links/jumps to other pages in the lesson.  The student sees labeled buttons under the page content to provide their choices. Branch tables are similar to a multiple choice question format.  They have a title, [[Page content|content]] section, student choices (called descriptions) and [[Jumps|jumps]]. There is no score for a student&#039;s choice, so branch tables are grade neutral.  Branch tables also can be put to special uses by a teacher.  To help understand these concepts we are going to call one use a &amp;quot;ordered branch&amp;quot; and the other a &amp;quot;classic branch&amp;quot;.  &lt;br /&gt;
&lt;br /&gt;
===Ordered branches===&lt;br /&gt;
A table of contents is an example of a use of ordered branches. Typically a lesson may start with a [[Lesson_Pages#Branch_.28Branch_Table.29-_Choice_Pages|branch table]] with the title &amp;quot;Table of Contents&amp;quot;.  The student selects a Description button and jumps to a page in the edit order that starts a series of pages about that subject.  At the end of an ordered branch, the student is given several options by a question or branch page, such as: &amp;quot;Go to the next page&amp;quot;, &amp;quot;Start of the series again&amp;quot;,  &amp;quot;End the lesson&amp;quot;, or &amp;quot;Return to the Table of Contents. [[Image:Lesson visual order graphic1.png|thumb|100px|center|TOC that leads to 3 ordered branches]]&lt;br /&gt;
&lt;br /&gt;
===Classic branches===&lt;br /&gt;
The classic branch is an advanced navigational feature.  It introduces random movement within a series of pages that the teacher determines.  A classic branch needs a Branch Table at the start of the series and a special navigation page called &amp;quot;End of Branch&amp;quot; at the end of the series.  &lt;br /&gt;
&lt;br /&gt;
The default jump in an &amp;quot;End of Branch&amp;quot; page is the preceding branch table page as an absolute jump.  After a classic branch has been created, the teacher will see 3 new relative jump options: &amp;quot;Unseen question within a branch&amp;quot;, &amp;quot;Random question within a branch&amp;quot; and &amp;quot;Random branch page&amp;quot;.  The classic branch with its &amp;quot;end of branch&amp;quot; navigation page is similar to a [[Clusters|cluster]].&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;Tip:&#039;&#039; As with any advanced navigational feature, it is best to add it after the basic question and branch tables pages have been created.  Checking the Lesson&#039;s behavior in a student role is another best practice with highly adaptive lesson formats.&lt;br /&gt;
&lt;br /&gt;
===Tips when using branches===&lt;br /&gt;
*The number of links shown when setting up or editing a branch table or a question is set by the lesson setting &amp;quot;[[Adding/editing_a_lesson#The_Maximum_Number_of_Answers_.2F_Branches_in_a_Lesson|Number of Answers/Branches]]&amp;quot;. This parameter can be changed on the fly by simply clicking on the &amp;quot;Update this Lesson&amp;quot; button at the top of the teacher&#039;s page and changing the value.&lt;br /&gt;
&lt;br /&gt;
*When a lesson includes one or more ordered or classic branches, teachers need to decide if their students must visit every branch.  By adding a question or two in each branch, the teacher can set the &amp;quot;[[Adding/editing_a_lesson#The_Minimum_Number_of_Questions_in_a_Lesson|Minimum number of Questions]]&amp;quot; parameter to some reasonable number of questions that must be answered.  Without this parameter a student might visit a single branch in the lesson, answer all its questions correctly and leave the lesson with the maximum grade based upon their attempts, not the total number of available questions.&lt;br /&gt;
&lt;br /&gt;
*Remember that using branches may encourage a student to revisit a question page more than once.  This can impact scoring.  Since scores can not be displayed for a teacher, it is a good practice for a new Moodling Teacher to log in as a student to check how the score is kept in their Lesson.&lt;br /&gt;
&lt;br /&gt;
*[[Lesson_Pages#Branch_.28Branch_Table.29-_Choice_Pages|Choice pages gives]] detailed help about editing a branch . [[Adding_a_branch_table|Adding a branch table]] reviews process.&lt;br /&gt;
&lt;br /&gt;
[[Lesson_module#Table_of_Contents|Table of Contents]]&lt;br /&gt;
&lt;br /&gt;
== The Flash card lesson ==&lt;br /&gt;
&lt;br /&gt;
The Lesson module can be used as a type of Flash Card assignment by changing the [[Adding/editing_a_lesson|lesson settings]]. In this kind of lesson, the student is shown pages (cards) in random order.  Usually these are question pages. There is no set beginning and no set end. Just a series of cards shown one after another in no particular order.&lt;br /&gt;
&lt;br /&gt;
There are two very similar variants of Flash Card behavior. A Flow Control option, &amp;quot;After a correct answer&amp;quot; set to [[Adding/editing_a_lesson#Action_after_a_Correct_Answer |&amp;quot;Show an unseen page&amp;quot;]] never shows the same page twice (even if the student did not answer the question associated with the Card/Page correctly). The other option is &amp;quot;Show an unanswered page&amp;quot; which shows the student pages that may have appeared before but only if they answered the associated question wrongly.&lt;br /&gt;
&lt;br /&gt;
When using either of these Flash Card lessons the teacher can decide to use either all the Cards/Pages in the lesson or just a (random) sub-set. This is done through the [[Adding/editing_a_lesson#Number_of_Pages_.28Cards.29_to_Show|&amp;quot;Number of Pages (Cards) to show&amp;quot;]] parameter also found in the Flow Control settings. Make sure the number is less than the total number of available pages.&lt;br /&gt;
&lt;br /&gt;
When using the Flash Card mode of presentation, setting the jumps is important. A correct answer jump should point to the Next Page, a wrong answer should stay on the same page.&lt;br /&gt;
&lt;br /&gt;
The Lesson Flash Card mode is very similar to a random ordered Quiz, the difference is that the questions are shown one page at a time. And, extra text can be included with each question in the Flash Card.&lt;br /&gt;
&lt;br /&gt;
There is also a [[Flashcard_module]] that can be added to a Moodle site.  It is also possible to create lesson segment that is a mini flashcard lesson with the use of special jumps and navigational pages called [[Clusters]].&lt;br /&gt;
&lt;br /&gt;
[[Lesson_module#Table_of_Contents|Table of Contents]]&lt;br /&gt;
&lt;br /&gt;
== Lesson dependencies and linking ==&lt;br /&gt;
===Dependency===&lt;br /&gt;
[[Adding/editing_a_lesson#Dependent_on|A dependency setting]] allows the current lesson to be dependent upon a student&#039;s performance in one specific lesson that is in the same course. If the conditions(s) is not met, then the student will not be able to access this lesson. &lt;br /&gt;
&lt;br /&gt;
These conditions time spent, if they answered at least one question (Completed) or a &amp;quot;better than&amp;quot; grade. Any  combination of the conditions can be used.&lt;br /&gt;
&lt;br /&gt;
*A typical use of this feature is to &amp;quot;daisy chain&amp;quot; a series of Lessons to make sure the students take the lessons in order.   This might be useful in a training type of course which has no open or close dates because it can be started and finished at any time.  &lt;br /&gt;
&lt;br /&gt;
===Links to other places===&lt;br /&gt;
Using the [[Adding/editing_a_lesson#Link_to_activity|link to activity]] in the Lesson settings, will offer the student a direct link button to another activity in the course when they complete the lesson.&lt;br /&gt;
&lt;br /&gt;
Another handy Lesson setting [[Adding/editing_a_lesson#Pop-up_to_file_or_web_page|Pop-Up]], will create a window the student can view while in the lesson.&lt;br /&gt;
&lt;br /&gt;
More advanced Moodlers can figure out how to place HTML links on a lesson page. Thus it is possible to create a link to another lesson/activity, a lesson/activity in another course, or even to a specific page in a lesson.  While this method can be useful, the student may not be able to find their way back to the page with the link.   In general, the links can be created by copying the location of the desired link from the browser&#039;s address bar, then pasting it as a link.&lt;br /&gt;
&lt;br /&gt;
[[Lesson_module#Table_of_Contents|Table of Contents]]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*[[Lesson samples]] down loadable and on line demonstrations of the Lesson module.&lt;br /&gt;
*[[Using Moodle book]] Chapter 9: Lessons&lt;br /&gt;
*[[Grades]] See how individuals and the class answered the questions (must not be a practice lesson)&lt;br /&gt;
*[http://www.youtube.com/watch?v=4xjXelUZguw Creating a Lesson video tutorial]&lt;br /&gt;
*[http://moodle.tokem.fi moodle.tokem.fi] Go to teacher&#039;s manual and select lesson. For versions 1.5.4 and 1.6.4, a good supplement or alternative to MoodleDocs.  Very hands on for specific type of teacher.&lt;br /&gt;
&lt;br /&gt;
[[Category:Modules]]&lt;br /&gt;
&lt;br /&gt;
[[es:Lecciones]]&lt;br /&gt;
[[eu:Ikasgaiak]]&lt;br /&gt;
[[fr:Leçon]]&lt;br /&gt;
[[de:Lektion]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Jumps&amp;diff=47729</id>
		<title>Jumps</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Jumps&amp;diff=47729"/>
		<updated>2008-12-05T03:49:02Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Lessons}}&lt;br /&gt;
Jumps determine what happens after a student makes a choice in a lesson.  They the feature that  creates the potential for an adaptive lesson.  There are really two types of jumps - Relative and Absolute. The teacher uses a pull down menu to see a selection of all possible jumps.   &lt;br /&gt;
&lt;br /&gt;
For example, a teacher creates 10 Lesson pages and titles them P1 to P10.  &lt;br /&gt;
&lt;br /&gt;
P1, P2, P3, P4, &#039;&#039;&#039;P5&#039;&#039;&#039;, P6, P7, P8, P9, P10.&lt;br /&gt;
&lt;br /&gt;
On P5, the teacher may want to send the student to P7 for one student choice and to &amp;quot;Next Page&amp;quot; for other choices.  In this example &amp;quot;P7&amp;quot; is an absolute jump and &amp;quot;Next Page is a relative jump.&lt;br /&gt;
&lt;br /&gt;
== Absolute jumps ==&lt;br /&gt;
The absolute jump always goes to the same page that a teacher has created. In our example we used P7. &lt;br /&gt;
&lt;br /&gt;
P1, P2, P3, P4, &#039;&#039;&#039;P5&#039;&#039;&#039;, P6, &#039;&#039;&#039;P7&#039;&#039;&#039;, P8, P9, P10.&lt;br /&gt;
&lt;br /&gt;
Note that the teacher can decide to change the title of &amp;quot;P7&amp;quot; to &amp;quot;Grading&amp;quot; as the page title.   The jump from P5 will automatically change.  &lt;br /&gt;
&lt;br /&gt;
P1, P2, P3, P4, &#039;&#039;&#039;P5&#039;&#039;&#039;, P6, &#039;&#039;&#039;Grading&#039;&#039;&#039;, P8, P9, P10.&lt;br /&gt;
&lt;br /&gt;
Moving either page will not effect any absolute jumps.  In the example below the absolute jump in P5 will now skip 4 pages in the logical order.&lt;br /&gt;
&lt;br /&gt;
P1, P2, &#039;&#039;&#039;P5&#039;&#039;&#039;, P3, P4, P6, P8, &#039;&#039;&#039;Grading&#039;&#039;&#039;, P9, P10.&lt;br /&gt;
&lt;br /&gt;
Pages can have the same title and this can be confusing when setting jumps.  For example, it is a good practice to retitle an End of Branch page so you don&#039;t end up with 5 pages all called End of Branch.&lt;br /&gt;
&lt;br /&gt;
== Relative jumps ==&lt;br /&gt;
These kinds of jumps go to a position or create an effect. In our example, a Next Page jump in P5 is the next page in the logical order of the lesson is P6.  &lt;br /&gt;
&lt;br /&gt;
P1, P2, P3, P4, &#039;&#039;&#039;P5&#039;&#039;&#039;, &#039;&#039;&#039;P6&#039;&#039;&#039;, P7, P8, P9, P10.&lt;br /&gt;
&lt;br /&gt;
The teacher may decide that more information is needed for those students going to P6. The teacher can insert a page (called P5-b)immediately after P5 and the Next Page jump will now go to P5-b.  &lt;br /&gt;
&lt;br /&gt;
P1, P2, P3, P4, &#039;&#039;&#039;P5, P5-b&#039;&#039;&#039;, P6, P7, P8, P9, P10.&lt;br /&gt;
&lt;br /&gt;
Or the teacher can move another page to the position right after P5, and the Next page jump will go there. In the example below P10 has been moved and it has become the &amp;quot;Next page&amp;quot;.&lt;br /&gt;
 &lt;br /&gt;
P1, P2, P3, P4, &#039;&#039;&#039;P5, P10&#039;&#039;&#039;, P5-b, P6, P7, P8, P9.&lt;br /&gt;
&lt;br /&gt;
If the teacher moves P5 to another location in the logical order, the relative jump will still look for the &amp;quot;Next page&amp;quot; in our example this will now be P10. &lt;br /&gt;
&lt;br /&gt;
P1, P2, P3, P4, P6, P7, P8, P9, &#039;&#039;&#039;P5, P10&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Here are a few of the relative jumps that a teacher might find in a Lesson page.&lt;br /&gt;
&lt;br /&gt;
The random relative jumps need to be planned with care. The were designed to be used within a segment of a lesson.  &lt;br /&gt;
&lt;br /&gt;
===Next page===&lt;br /&gt;
We have covered this relative jump in our above example. It is also the default jump for the first answer of any question or branch table choices.&lt;br /&gt;
&lt;br /&gt;
===This page===&lt;br /&gt;
This page takes the student back to the page they just viewed.  Lesson will usually use this jump as a default in most questions and branch pages, if it didn&#039;t use &amp;quot;Next page&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Previous page===&lt;br /&gt;
The page which is in front of the current page in the logical order.&lt;br /&gt;
&lt;br /&gt;
===End of lesson===&lt;br /&gt;
The end of lesson is the splash screen a student sees when they have completed the lesson. In the simple lesson, this follows the last page in the logical order.  It may show their score, offer a link to the next lesson or just say that they have completed the lesson.   This jump is often used as a branch table choice to allow the student to end the lesson at that point in the Lesson.  &lt;br /&gt;
&lt;br /&gt;
=== Unseen question within a branch ===&lt;br /&gt;
This will link to a randomly chosen unseen (by the student in this attempt) question between this branch table and the End of the Lesson or the next End of Branch.  This might be used in a segment of a lesson, where it is used in as a jump in BT2 in the example below. Use with care.&lt;br /&gt;
&lt;br /&gt;
BT1, &#039;&#039;&#039;BT2, Q1, Q2, Q3, EoB&#039;&#039;&#039;, B3, B4, B5, Q4, B6.&lt;br /&gt;
&lt;br /&gt;
=== Random question within a branch ===&lt;br /&gt;
This will link to a randomly chosen question between the current branch table and the End of Lesson or the next End of Branch. If the student has already seen the question and attempts are greater than 1, they will get another chance to earn the point(s) for that question. If attempts are set to 1, the question will be skipped and another random question shown. Use with care.&lt;br /&gt;
&lt;br /&gt;
BT1, &#039;&#039;&#039;BT2, Q1, Q2, Q3, EoB&#039;&#039;&#039;, B3, B4, B5, Q4, B6.&lt;br /&gt;
&lt;br /&gt;
=== Random branch table ===&lt;br /&gt;
This will jump to a random Branch Table between the current Branch Table and the End of Lesson or the next End of Branch. It is used in a segment and is a jump in BT2 shown below. Use with care.&lt;br /&gt;
&lt;br /&gt;
BT1, &#039;&#039;&#039;BT2, B3, B4, B5 EoB&#039;&#039;&#039;, Q1, Q2, Q3, Q4, B6.&lt;br /&gt;
&lt;br /&gt;
==Lesson jump pulldown example==&lt;br /&gt;
[[Image:Lesson Jump pulldown 3.JPG|center]]&lt;br /&gt;
&lt;br /&gt;
Here is a pull down of jumps in a demo lesson for 1.8.   Notice the relative and absolute pages.  The relative pages are listed at the top and the absolute pages underneath them.  Depending upon the current pages in a Lesson, some of the relative jumps may not be shown.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=See also=&lt;br /&gt;
[[Lesson_Pages]] for short review of different lesson pages&lt;br /&gt;
&lt;br /&gt;
[[Lesson_module]] for a longer review of Lesson features&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Lesson]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Sauts]]&lt;br /&gt;
[[de:Spr%C3%BCnge]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=People_block&amp;diff=47642</id>
		<title>People block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=People_block&amp;diff=47642"/>
		<updated>2008-12-04T00:40:53Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:ParticBlock.jpg|right]]&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;People&#039;&#039;&#039; block contains a link to the list of course [[Participants|participants]].&lt;br /&gt;
&lt;br /&gt;
You can view participants&#039; profiles from this block. &lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=32461#151290 The Lonely People Block] forum discussion and code for combining the People block and [[Online Users block]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Bloc Personnes]]&lt;br /&gt;
[[de:Personen_%28Block%29]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Participants&amp;diff=47641</id>
		<title>Participants</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Participants&amp;diff=47641"/>
		<updated>2008-12-04T00:39:36Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Participants list.png|thumb|Participants list showing members of group A]] Participants are the [[Teachers|teachers]] and [[Students|students]] who are part of a course.  The list of participants can be seen by following the Participant link in the [[People block]].&lt;br /&gt;
&lt;br /&gt;
{{Moodle 1.9}}In Moodle 1.9 onwards, any users with hidden [[Assign roles|role assignments]] are indicated with a closed eye icon.&lt;br /&gt;
&lt;br /&gt;
The participants list may be restricted to display:&lt;br /&gt;
* Members of a particular [[Groups|group]]&lt;br /&gt;
* Users inactive for more than a particular period of time&lt;br /&gt;
* Users with a particular role, such as teacher&lt;br /&gt;
&lt;br /&gt;
Teachers (or other users with appropriate permissions) may select particular users then perform any of the following actions:&lt;br /&gt;
* Send [[Messaging|message]]&lt;br /&gt;
* Add a [[Notes|new note]]&lt;br /&gt;
* Add a common note (for adding the same note to more than one user)&lt;br /&gt;
* Extend [[Enrolment|enrolment]] (individual)&lt;br /&gt;
* Extend enrolment (common) (for extending enrolment by the same amount for more than one user)&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*The &#039;&#039;Enrolment duration&#039;&#039; in the [[Course_settings|course settings]], which unenrols students after the specified time has elapsed&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[fr:Participants]]&lt;br /&gt;
[[ca:Participants]]&lt;br /&gt;
[[de:Teilnehmerliste]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Groups_FAQ&amp;diff=47566</id>
		<title>Groups FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Groups_FAQ&amp;diff=47566"/>
		<updated>2008-12-03T03:32:37Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General==&lt;br /&gt;
===What is the &#039;groups mode&#039; setting?===&lt;br /&gt;
&lt;br /&gt;
There are three different groups modes – No groups, Separate Groups, Visible Groups. In ‘Separate groups’ mode, each group can only see their own group – other groups are invisible. In ‘Visible groups’ mode, each group works in their own group, but can also see other groups.&lt;br /&gt;
&lt;br /&gt;
===What is the &#039;force&#039; setting?===&lt;br /&gt;
&lt;br /&gt;
If force is set to yes, then all activities are group activities. This overrides any settings for individual activities.  If force is set to no, then activities are only group activities if they have been set to group mode.  In this case, each activity requires to be set to group mode individually.&lt;br /&gt;
&lt;br /&gt;
===How do I assign a teacher to a group? Can a teacher be in more than one group?===&lt;br /&gt;
&lt;br /&gt;
You can assign a teacher to a group in exactly the same way that you assign a student to a group. In 1.5, a teacher cannot be in more than one group. This has changed in 1.6.&lt;br /&gt;
&lt;br /&gt;
===How do I restrict a teacher to view only information about the groups that they are in?===&lt;br /&gt;
&lt;br /&gt;
In Moodle 1.6, for Separate Groups mode, teachers can see all groups, whilst non-editing teachers can only see the groups of which they are a member.&lt;br /&gt;
&lt;br /&gt;
In Moodle 1.7 onwards, for Separate Groups mode, the capability [[Capabilities/moodle/site:accessallgroups|moodle/site:accessallgroups]] may be used to restrict access to all groups in a particular context.&lt;br /&gt;
&lt;br /&gt;
===What determines whether students can see a teacher&#039;s profile?===&lt;br /&gt;
&lt;br /&gt;
A student can see the profile of all teachers that are members of their group or that have edit rights. &lt;br /&gt;
&lt;br /&gt;
===I have two groups that meet on different days. Can I set up activities for different times for the two groups?===&lt;br /&gt;
&lt;br /&gt;
Not currently. You can create a separate course for each class using backup and restore, though you do then have to update both courses. &lt;br /&gt;
&lt;br /&gt;
===Can I use the same groups for more than one course?===&lt;br /&gt;
&lt;br /&gt;
Not currently. There are two possible workarounds for this. The first is to give the students group enrolment keys, so they enrol themselves into the right group for each course. The other alternative is to create a master course with all the students enrolled and in the correct groups, and then to make each of the courses a metacourse based on that master course (although the metacourse documentation claims that metacourses do not preserve groups, this seems to have been used by some people). See the documentation on [[Metacourses]].&lt;br /&gt;
&lt;br /&gt;
===Can a student be a member of more than one group? Is it possible to have students not in any group?===&lt;br /&gt;
&lt;br /&gt;
In 1.5, a student cannot be a member of more than one group. This has changed in 1.6 - a student can be in more than one group. A student does not need to be in a group.&lt;br /&gt;
&lt;br /&gt;
===If I have several groups, can I make a specific activity visible to just one of those groups?===&lt;br /&gt;
{{Moodle 1.9}}In Moodle 1.9 onwards, you can organise groups into [[Groupings|groupings]], then assign an activity (or resource) to a particular grouping.&lt;br /&gt;
&lt;br /&gt;
In any version of Moodle you can make a forum post visible to just one group.&lt;br /&gt;
&lt;br /&gt;
===Can I have one set of groups for Activity A and another set of groups for Activity B?===&lt;br /&gt;
&lt;br /&gt;
{{Moodle 1.9}}In Moodle 1.9 onwards, you can create two different [[Groupings|groupings]] (a grouping is a set of groups), and assign different groupings to the two activities.&lt;br /&gt;
&lt;br /&gt;
===Is it possible to view all the groups in a course as a list to print out?===&lt;br /&gt;
&lt;br /&gt;
In Moodle 1.9 onwards, the [[Groups overview|groups overview page]] provides a table listing groups, group members and a user count.&lt;br /&gt;
&lt;br /&gt;
===When I try to add a student, they are always added to the first group, whichever group I select?===&lt;br /&gt;
&lt;br /&gt;
Make sure that the students name does not include any punctuation. There is also a workaround – give each group a temporary name at the start of the alphabet, put your students in the group and then rename the group. &lt;br /&gt;
&lt;br /&gt;
===How can I delete a group in Moodle 1.9?===&lt;br /&gt;
&lt;br /&gt;
{{Moodle 1.9}}In Moodle 1.9, follow these steps.&lt;br /&gt;
&lt;br /&gt;
After clicking, &amp;quot;Groups&amp;quot; in the Administration block,&lt;br /&gt;
&lt;br /&gt;
# Select the group that you want to delete.&lt;br /&gt;
# Click &amp;quot;Show members for group.&amp;quot;  (Then the &amp;quot;Delete selected group&amp;quot; button will become active.)&lt;br /&gt;
# Now you can click the &amp;quot;Delete selected group&amp;quot; button&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===How can I import a list of students into a group?===&lt;br /&gt;
&lt;br /&gt;
Please check [[Upload users]].&lt;br /&gt;
&lt;br /&gt;
===How can I sort students automatically into groups during enrolment?===&lt;br /&gt;
&lt;br /&gt;
You can make use of [[Enrolment key|enrolment keys]]. Set an enrolment key on the course settings page (to enforce the enrolment key dialogue form when students enrol). That key is only for students who should not be in a group. On the screen for administering groups, you create your groups and by editing the settings of each group, you can add a different enrolment key for each group. When a student enrols, using an enrolment key that is connected to a certain group, the student will automatically be part of that group.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; Make sure that the first letter for each group enrolment key is the same as the course settings enrolment key. If a student makes a mistake typing in the enrolment key, they are provided with the first letter of the course settings enrolment key as a hint.&lt;br /&gt;
&lt;br /&gt;
===How can I change the sort order of the participants?===&lt;br /&gt;
&lt;br /&gt;
The admin can change the &amp;quot;fullnamedisplay&amp;quot; which will affect the sort order of participants.&lt;br /&gt;
&lt;br /&gt;
Have your admin go to:&lt;br /&gt;
&lt;br /&gt;
Administration  &amp;gt;&amp;gt;  Configuration &amp;gt;&amp;gt; Variables&lt;br /&gt;
&lt;br /&gt;
Then under &amp;quot;User,&amp;quot; see &amp;quot;fullnamedisplay.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
(Tested using Moodle 1.6.3.)&lt;br /&gt;
&lt;br /&gt;
===What are groupings?===&lt;br /&gt;
{{Moodle 1.9}}Groupings, in Moodle 1.9 onwards, are collections of groups. Groups normally exist within a grouping, but it is possible to create a group which doesn&#039;t belong to any grouping.&lt;br /&gt;
&lt;br /&gt;
===What is an orphan group?===&lt;br /&gt;
&lt;br /&gt;
An orphan group (in Moodle 1.9 onwards) is simply a group that doesn&#039;t belong to any grouping.&lt;br /&gt;
&lt;br /&gt;
===Is it possible to create site-wide groups?===&lt;br /&gt;
&lt;br /&gt;
Site-wide groups are not yet available in Moodle. The Using Moodle forum discussion [http://moodle.org/mod/forum/discuss.php?d=43755 Site Wide Groups] contains possible work-arounds.&lt;br /&gt;
&lt;br /&gt;
===Is there any way to enable students to choose a group?===&lt;br /&gt;
&lt;br /&gt;
Not in the standard Moodle 1.9 build, but there are hacks which people have described in the forums.&lt;br /&gt;
&lt;br /&gt;
==Activity modules and groups==&lt;br /&gt;
&lt;br /&gt;
Different activity modules vary as to how they treat groups – some have better support for groups than others! For groups in forums, see the section on group mode in [[Adding/editing a forum]].&lt;br /&gt;
&lt;br /&gt;
In general if you have questions about how an activity supports groups, you’re advised to post in the forum for the activity module, and not the groups forum. &lt;br /&gt;
&lt;br /&gt;
===What happens if I switch an activity from being in non-groups mode to being in groups mode?===&lt;br /&gt;
&lt;br /&gt;
This depends on the activity module in question.&lt;br /&gt;
&lt;br /&gt;
For forums, posts made before the forum is put into groups mode are visible to all students after you have put the forum into group mode. However students cannot reply to these posts if they have no group (i.e. blank). &lt;br /&gt;
&lt;br /&gt;
===What happens if I change the groups for an activity in groups mode e.g. if I move a student from one group to another?===&lt;br /&gt;
&lt;br /&gt;
Again this depends on the activity module. You may find that grades or activity logs are lost, so check for the specific activity module first. &lt;br /&gt;
&lt;br /&gt;
===How do I post a message in a forum that only one group can see?===&lt;br /&gt;
&lt;br /&gt;
Before you click &#039;Add a new topic&#039;, you need to choose the group from the Separate groups drop-down menu at the top left. &lt;br /&gt;
&lt;br /&gt;
===As a teacher I want to put the same post in each group&#039;s forum with students able to reply to that post. How can I do this?===&lt;br /&gt;
&lt;br /&gt;
You need to post the same message into the forum for each group. There is currently no way to do this in one go if you want students to be able to reply to your post. If you don&#039;t mind students not being able to reply, then you can of course just post the message to all participants.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Groups]]&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[fr:FAQ des groupes]]&lt;br /&gt;
[[ru:FAQ по группам]]&lt;br /&gt;
[[de:Gruppen_FAQ]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Calendar_export&amp;diff=47561</id>
		<title>Calendar export</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Calendar_export&amp;diff=47561"/>
		<updated>2008-12-03T00:30:53Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Calendar}}&lt;br /&gt;
{{Moodle 1.8}}Moodle allows administrators, teachers and students to easily export calendars for backing up or inserting in calendar software.&lt;br /&gt;
&lt;br /&gt;
There are two methods for exporting a calendar in Moodle.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== To backup a calendar ==&lt;br /&gt;
[[Image:MoodleCalendarExport.jpg|thumb|150px|right|Moodle Calendar &amp;quot;Export calendar&amp;quot; and &amp;quot;iCal&amp;quot; buttons]]&lt;br /&gt;
* Click the &amp;quot;Export calendar&amp;quot; button located on the bottom of the calendar page &lt;br /&gt;
* Select the items you wish to back up (select &amp;quot;All events&amp;quot; to back up the entire calendar) &lt;br /&gt;
* Click &amp;quot;Export&amp;quot; when you are ready to export 	&lt;br /&gt;
&lt;br /&gt;
Note: you can only export calendar events up to the next 60 days.&lt;br /&gt;
		&lt;br /&gt;
== To copy a calendar ==  &lt;br /&gt;
&lt;br /&gt;
For use on a device such as a PDA, or to import a Moodle calendar into software such as Apple iCal, Microsoft Outlook, or Mozilla Thunderbird:&lt;br /&gt;
	&lt;br /&gt;
* Click on the orange &amp;quot;iCal&amp;quot; button located on the bottom of the calendar page&lt;br /&gt;
* Alternatively, when using &amp;quot;Export calendar&amp;quot; clicking on &amp;quot;Get calendar URL&amp;quot; will provide you with a URL which can be used with other calendar software to sync with a Moodle calendar&lt;br /&gt;
&lt;br /&gt;
Note: you cannot select individual items to include in the exported file with iCal, all events will be included.&lt;br /&gt;
&lt;br /&gt;
You can then import the exported calendar into your desired software. &lt;br /&gt;
&lt;br /&gt;
== Importing a Moodle calendar into Mozilla Thunderbird/Lightning == &lt;br /&gt;
&lt;br /&gt;
* Enter into calendar mode by clicking the Calendar icon at the bottom-right of the client&lt;br /&gt;
* Click Calendar -&amp;gt; Import... then locate the exported iCal file&lt;br /&gt;
&lt;br /&gt;
Note: changing an event in Thunderbird/Lightning will not change the event in a Moodle calendar as well, you must do that yourself.&lt;br /&gt;
&lt;br /&gt;
==Subscribing to a calendar in Outlook 2007==&lt;br /&gt;
If you use an Outlook 2007 calendar, you can have your Moodle calendar events overlaid on top (or placed side by side) by following these steps:&lt;br /&gt;
&lt;br /&gt;
#Go to the calendar view in your Moodle install and find the orange ical icon at the bottom and right click it, choosing &amp;quot;copy link location&amp;quot;.  This link will permanently subscribe to the calendar events for the currently logged in user. &lt;br /&gt;
#Open Outlook 2007 and go to Tools-&amp;gt;account settings-&amp;gt;internet calendars-&amp;gt;new.&lt;br /&gt;
#Paste in the address you copied from Moodle.&lt;br /&gt;
#Click OK and close.&lt;br /&gt;
#You should now see another calendar available on the left hand calendar bar, underneath &#039;My Calendars&#039;. Enable this and Outlook will update the calendar every time it opens.&lt;br /&gt;
#Right-click on the tabs to choose between &#039;side by side mode&#039; and &#039;overlay mode&#039;.&lt;br /&gt;
&lt;br /&gt;
[http://au.youtube.com/watch?v=H9qQ1dWcloo| See video demonstration of calendar linking]&lt;br /&gt;
&lt;br /&gt;
[[Category:Backup]]&lt;br /&gt;
&lt;br /&gt;
[[ca:Exportaci%C3%B3_d%27un_calendari]]&lt;br /&gt;
[[fr:Exportation_du_calendrier]]&lt;br /&gt;
[[de:Kalender_exportieren]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Calendar&amp;diff=47555</id>
		<title>Calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Calendar&amp;diff=47555"/>
		<updated>2008-12-02T17:01:03Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Calendar}}&lt;br /&gt;
&lt;br /&gt;
The Calendar displays the following events:&lt;br /&gt;
&lt;br /&gt;
* Site (event viewable in all courses - created by admin users)&lt;br /&gt;
* Course (event viewable only to course members - created by teachers)&lt;br /&gt;
* Groups (event viewable only by members of a group - created by teachers)&lt;br /&gt;
* User (personal event a student user can create - viewable only by the user)&lt;br /&gt;
&lt;br /&gt;
Events are added to the calendar, and can be aimed at individual users, your defined groups, or your courses. Adding closing dates to assignments, forums, quizzes, etc. will cause them to show up in the [[Calendar block|calendar block]]. You can view previous or future months on Calendar by clicking the left/right arrows next to the current month&#039;s name. The current date is outlined. You can hide or show various categories of events by clicking on the color key below the calendar. This can make the calendar easier to read (especially if there are many events on the calendar). For example, if you wanted to hide Group event dates (events assigned to learner Groups you create), click &amp;quot;Group events&amp;quot; on the bottom of the Calendar. This would hide all group events, and the color code would disappear from the link on the calendar. To show the events again, click the Group Events link again.&lt;br /&gt;
&lt;br /&gt;
Both the daily detail screen and the monthly detail screen have the Preferences button in the upper right. This button leads to a screen like this: The last two settings (&#039;Maximum upcoming events&#039; and &#039;Upcoming events look-ahead&#039;) affect how the Upcoming Events block displays information. You may change any of these settings to suit your class needs. When you have finished any changes, click Save changes. &lt;br /&gt;
&lt;br /&gt;
Both the daily and monthly detail screens have the New Event button. This allows you to manually add events for your classes (remember that the system will automatically add due dates for assignments, quizzes, etc. when you create those activities). &lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Calendar FAQ]]&lt;br /&gt;
*[http://www.youtube.com/watch?v=Rwst4lSNniw Video on using the Moodle calendar]&lt;br /&gt;
*[[Calendar settings]] for administrators&lt;br /&gt;
&lt;br /&gt;
[[fr:Calendrier]]&lt;br /&gt;
[[ca:Calendari]]&lt;br /&gt;
[[de:Kalender]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Calendar_preferences&amp;diff=47553</id>
		<title>Calendar preferences</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Calendar_preferences&amp;diff=47553"/>
		<updated>2008-12-02T15:00:26Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Calendar}}&lt;br /&gt;
&lt;br /&gt;
To enter a Moodle calendar&#039;s preferences, click on the &amp;quot;Preferences&amp;quot; button located at the top-right of the calendar. [[Image:MoodleCalendarPreferenceButton.jpg|thumb|150px|right|Moodle Calendar &amp;quot;Preferences&amp;quot; Button]]&lt;br /&gt;
&lt;br /&gt;
Once you have made changes (i.e. changed the default values) remember to click the &amp;quot;Save changes&amp;quot; button at the bottom of the Preferences page, otherwise the changed settings will not be saved. Default values for each of the preferences are listed below. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Time display format == &lt;br /&gt;
&lt;br /&gt;
Either 12-hour (am/pm) or 24-hour time display formatting can be set. The default setting formats the time display according to the language settings you use on the site (US-English will format the time display to 12-hour).&lt;br /&gt;
&lt;br /&gt;
== First day of week == &lt;br /&gt;
&lt;br /&gt;
The day that a calendar weeks will start with when being displayed. Default is set to &amp;quot;Sunday&amp;quot;.&lt;br /&gt;
[[Image:MoodleCalendarPreferencePage.jpg|thumb|150px|right|Moodle Calendar Preferences Page]]&lt;br /&gt;
== Maximum upcoming events == &lt;br /&gt;
&lt;br /&gt;
The maximum number of upcoming events displayed on the calendar at one time. A larger number will mean that upcoming events displays will take up a large amount of space on a screen. Default is set to 10.&lt;br /&gt;
&lt;br /&gt;
== Upcoming events look-ahead == &lt;br /&gt;
&lt;br /&gt;
The maximum number of days in the future that an event has to occur in order to be displayed as an upcoming event. Events that start on a date beyond the value set will not be displayed as an upcoming event. Default is set to 21.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; If the number of upcoming events exceeds the maximum number of upcoming events allowed (see above) then the ones that exceed this limit will &#039;&#039;&#039;not&#039;&#039;&#039; be displayed. To allow for more upcoming events to be displayed at one time, set Maximum upcoming events to a higher value.&lt;br /&gt;
&lt;br /&gt;
== Remember filter settings == &lt;br /&gt;
&lt;br /&gt;
If the value is set to &amp;quot;Yes&amp;quot; then your last event filter settings will be automatically restores each time you login. Default is set to &amp;quot;No&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Other Settings == &lt;br /&gt;
&lt;br /&gt;
Various other settings for the Moodle calendar can be located at Appearance -&amp;gt; Themes -&amp;gt; Calendar in the Site Administration panel. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Settings will be dependent on the site theme used.&lt;br /&gt;
&lt;br /&gt;
[[ca:Prefer%C3%A8ncies_del_calendari]]&lt;br /&gt;
[[fr:Pr%C3%A9f%C3%A9rences_du_calendrier]]&lt;br /&gt;
[[de:Kalendereinstellungen]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Calendar_FAQ&amp;diff=47543</id>
		<title>Calendar FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Calendar_FAQ&amp;diff=47543"/>
		<updated>2008-12-02T13:59:44Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Calendar}}==See also==&lt;br /&gt;
&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/view.php?f=345 Calendar forum]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[de:Kalender_FAQ]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Adding/editing_a_calendar_event&amp;diff=47540</id>
		<title>Adding/editing a calendar event</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Adding/editing_a_calendar_event&amp;diff=47540"/>
		<updated>2008-12-02T13:45:54Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Calendar}}&lt;br /&gt;
&lt;br /&gt;
To add a calendar event&lt;br /&gt;
* Click month on Calendar to get an expanded month view&lt;br /&gt;
* In Calendar view click the New Event button&lt;br /&gt;
* On a New Event page select the type of event&lt;br /&gt;
** A &#039;&#039;&#039;User Event&#039;&#039;&#039; will only be visible by the user currently logged in (i.e. the one creating the event);&lt;br /&gt;
** A &#039;&#039;&#039;Group Event&#039;&#039;&#039; will be visible to a particular Group on the course (chosen from a drop-down list);&lt;br /&gt;
** A &#039;&#039;&#039;Course Event&#039;&#039;&#039; will be visible to participants on the course in question. Only users with editing rights on a course can add course events;&lt;br /&gt;
** A &#039;&#039;&#039;Site Event&#039;&#039;&#039; is a &amp;quot;global&amp;quot; event - visible in every course and on the calendar on the home page. Only Administrators can add site events.&lt;br /&gt;
* Set the event properties&lt;br /&gt;
* Click Save changes&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[http://www.youtube.com/watch?v=Rwst4lSNniw Video on using the Moodle calendar]&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=51583 Importing a global calendar from outlook] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[ca:Afegir/editar_esdeveniments]]&lt;br /&gt;
[[fr:Ajouter/modifier_un_%C3%A9v%C3%A9nement]]&lt;br /&gt;
[[de:Neuen_Termin_anlegen]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=HTML_block&amp;diff=47508</id>
		<title>HTML block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=HTML_block&amp;diff=47508"/>
		<updated>2008-12-02T10:23:16Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;HTML block&#039;&#039;&#039; is a standard [[Blocks|block]] used to add text or images on a site or course page.  The title bar can be left blank.  &lt;br /&gt;
&lt;br /&gt;
The block is a flexible and can incorporate a variety of functions and uses in the content area. It has the standard Moodle [[HTML editor]] for formatting text, adding images or creating links,  switching to code view and allows any valid [[HTML in Moodle|HTML markup]] to be used. This enables [[Multimedia plugins|embedding video]], [[Audio in Moodle|sounds]], [[Flash]], and other files which can add unique elements to a course or site page.&lt;br /&gt;
&lt;br /&gt;
==See also ==&lt;br /&gt;
*[[HTML editor]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
[[Category:HTML]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Bloc HTML]]&lt;br /&gt;
[[de:HTML-Block]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Notes&amp;diff=47507</id>
		<title>Notes</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Notes&amp;diff=47507"/>
		<updated>2008-12-02T10:22:15Z</updated>

		<summary type="html">&lt;p&gt;Joergw: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Moodle 1.9}}From Moodle 1.9 onwards, teachers may add notes about their students.&lt;br /&gt;
&lt;br /&gt;
The notes page may be accessed via the Notes tab in a user&#039;s profile page or the Notes tab on the Participants page.&lt;br /&gt;
&lt;br /&gt;
==Note status==&lt;br /&gt;
&lt;br /&gt;
A note&#039;s status determines who can see the note.&lt;br /&gt;
&lt;br /&gt;
* Personal - The note will be visible only to you (as the teacher)&lt;br /&gt;
* Course - The note will be visible to other teachers in this course&lt;br /&gt;
* Site - The note will be visible to other teachers in all courses&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[http://www.youtube.com/watch?v=cS2tBi-ct5k Moodle 1.9 Notes Tutorial video]&lt;br /&gt;
&lt;br /&gt;
[[Category:Notes]]&lt;br /&gt;
&lt;br /&gt;
[[eu:Oharrak]]&lt;br /&gt;
[[fr:Annotations]]&lt;br /&gt;
[[ca:notes/index|Anotacions]]&lt;br /&gt;
[[de:Anmerkungen]]&lt;/div&gt;</summary>
		<author><name>Joergw</name></author>
	</entry>
</feed>