<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ca">
	<id>https://docs.moodle.org/2x/ca/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nrobbins</id>
	<title>MoodleDocs - Contribucions de l&amp;#039;usuari [ca]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/2x/ca/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nrobbins"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/Especial:Contribucions/Nrobbins"/>
	<updated>2026-05-08T05:00:06Z</updated>
	<subtitle>Contribucions de l&amp;#039;usuari</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Theme_settings&amp;diff=102475</id>
		<title>Theme settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Theme_settings&amp;diff=102475"/>
		<updated>2012-12-18T16:47:43Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: /* Custom menu items */  Adding other attributes to the HTML&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Themes}}&lt;br /&gt;
== Theme settings ==&lt;br /&gt;
An administrator can change theme settings in &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Appearance &amp;gt; Themes &amp;gt; Theme settings&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:Themesettings.png]]&lt;br /&gt;
&lt;br /&gt;
===Theme list===&lt;br /&gt;
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;
You can  preview the available themes in &#039;&#039;Settings &amp;gt; Site Administration &amp;gt; Appearance &amp;gt; Themes &amp;gt; Themes selector.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Theme designer mode===&lt;br /&gt;
Turn this on if you are designing and testing themes as it will stop the themes being cached and enable you to see theme changes quickly. (You can also do this with the Clear theme cache button on the theme selector page.)&lt;br /&gt;
&lt;br /&gt;
===Allow user themes===&lt;br /&gt;
If the option &#039;&#039;allowuserthemes&#039;&#039; is enabled, each user may select their preferred theme on the 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;
===Allow course themes===&lt;br /&gt;
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;
*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;
===Allow category themes===&lt;br /&gt;
When enabled, 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, as it will result in a few extra DB queries on each page, so only turn this on if you need it!&lt;br /&gt;
&lt;br /&gt;
===Allow theme changes in the URL===&lt;br /&gt;
*If this is checked then the theme may be changed by adding &amp;lt;code&amp;gt;?theme=theme_name&amp;lt;/code&amp;gt; (or &amp;lt;code&amp;gt;&amp;amp;theme=theme_name&amp;lt;/code&amp;gt; if there are other URL parameters) to the URL in the browser. Theme names should be in lower case with spaces replaced by underscores, for example the theme &amp;quot;Formal white&amp;quot; should be entered as &amp;lt;code&amp;gt;?theme=formal_white&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Allow users to hide blocks===&lt;br /&gt;
Allows users to display and hide blocks&lt;br /&gt;
&lt;br /&gt;
===Allow blocks to use the docks===&lt;br /&gt;
*If the theme allows it, then checking this will allow the user to move blocks to the side dock.&lt;br /&gt;
&lt;br /&gt;
===Custom menu items===&lt;br /&gt;
The custommenuitems setting allows you to create a drop down menu that can be displayed by themes that support it. Currently all themes that are provided with Moodle 2.0 support this custom menu.&lt;br /&gt;
&lt;br /&gt;
You are able to create the custom menu by entering custom menu items one per line into the setting. Each item is preceded by a number of hyphens (-), the number of hyphens determines the depth of the item. So items that are &#039;&#039;&#039;NOT&#039;&#039;&#039; preceded by a hyphen appear on the top level of the menu (always visible), items with a single hyphen appear on a drop down menu below the previous top level item, and  items with two hyphens appear on a drop down menu below the previous first level item and so on.&lt;br /&gt;
&lt;br /&gt;
The content of each item is constructed of up to three bits, each separated by a &#039;&#039;&#039;|&#039;&#039;&#039; (Shift + \) character. The bits are &#039;&#039;&#039;label&#039;&#039;&#039; | &#039;&#039;&#039;url&#039;&#039;&#039; | &#039;&#039;&#039;tooltip&#039;&#039;&#039;.&lt;br /&gt;
; label : This is the text that will be shown within the menu item. You must specify a label for every item on the menu.&lt;br /&gt;
; url : This is the URL that the user will be taken to it they click the menu item. This is optional, if not provided then the item will not link anywhere.&lt;br /&gt;
; tooltip : If you provide a URL you can also choose to provide a tooltip for the link that is created with the URL. This is optional and if not set the label is used as the tooltip for the menu item.&lt;br /&gt;
&lt;br /&gt;
The following is an example of how you would create a custom menu:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Moodle community|http://moodle.org&lt;br /&gt;
-Moodle free support|http://moodle.org/support&lt;br /&gt;
-Moodle development|http://moodle.org/development&lt;br /&gt;
--Moodle Tracker|http://tracker.moodle.org&lt;br /&gt;
--Moodle Docs|https://docs.moodle.org&lt;br /&gt;
-Moodle News|http://moodle.org/news&lt;br /&gt;
Moodle company&lt;br /&gt;
-Moodle commercial hosting|http://moodle.com/hosting&lt;br /&gt;
-Moodle commercial support|http://moodle.com/support&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: The custom menu does not escape characters within the label, if you want to use a special HTML character such as an ampersand you must escape it yourself within the label. e.g. use &amp;amp;amp; instead of &amp;amp;.&lt;br /&gt;
&lt;br /&gt;
For more information on this setting please see the &#039;&#039;Using Moodle&#039;&#039; forum discussion [http://moodle.org/mod/forum/discuss.php?d=149803 Moodle 2.0: Custom menu in core]&lt;br /&gt;
&lt;br /&gt;
==== Multilanguage support ====&lt;br /&gt;
&lt;br /&gt;
You can add a language code (or a comma separated list of codes) as the 4th item of the line. The line will be then printed if and only if the user has currently selected the listed language. For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
 English only|http://moodle.com|English only item|en&lt;br /&gt;
 German only|http://moodle.de|Deutsch|de,de_du,de_kids&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Adding other attributes to the HTML ====&lt;br /&gt;
Other attributes, such as &#039;&#039;&#039;target&#039;&#039;&#039; can be added with escaped quotes:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
 Moodle Homepage|http://moodle.org\&amp;quot; target=\&amp;quot;_blank&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
The first escaped quote closes the href attribute, allowing other attributes to be added. All quotes for the extra attributes must be escaped as well. Do not add the closing quotation mark on the final attribute, it is added automatically by Moodle.&lt;br /&gt;
&lt;br /&gt;
===Enable device detection===&lt;br /&gt;
Will detect mobile and tablets that identify themselves via the web browser at the time of login to Moodle.   These work with the theme selector.  When the theme selector has identified a default, mobile and tablet themes, this feature will use that theme.&lt;br /&gt;
&lt;br /&gt;
===Device detection regular expressions===&lt;br /&gt;
This will allow you to customize the theme selector options.   For example, you can add a custom theme for IE6 and another for Windows CE by entering the identifying expressions the browser sends and the &amp;quot;Return value&amp;quot; you want to display as the theme selectors &amp;quot;Device type&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Special themes==&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 hierarchy ==&lt;br /&gt;
Here is the usual order that themes are considered by the Moodle interface.&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;
=== Change default  hierarchy===&lt;br /&gt;
The priority of themes can be set via the /moodle/config.php file. The order defines which theme wins when there are several set at different levels. You can set a variable 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;
==Particular theme settings==&lt;br /&gt;
&lt;br /&gt;
Logo, tagline, link colour, column width, custom CSS and other settings for a particular theme may be set by an administrator in &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Appearance &amp;gt; Themes &amp;gt; Theme name&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&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;
[[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>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Categoria:Dataform_module&amp;diff=101783</id>
		<title>Categoria:Dataform module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Categoria:Dataform_module&amp;diff=101783"/>
		<updated>2012-11-04T18:15:46Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: Created page with &amp;quot;&amp;#039;&amp;#039;The main article for this category is &amp;#039;&amp;#039;&amp;#039;Dataform module&amp;#039;&amp;#039;&amp;#039;.&amp;#039;&amp;#039; category:Contributed plugin&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;The main article for this category is &#039;&#039;&#039;[[Dataform module]]&#039;&#039;&#039;.&#039;&#039;&lt;br /&gt;
[[category:Contributed plugin]]&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Days_course_format&amp;diff=101782</id>
		<title>Days course format</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Days_course_format&amp;diff=101782"/>
		<updated>2012-11-04T14:54:40Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Days&#039;&#039;&#039; [[Course formats|course format]] shows each section as a day. It is based on the Weekly course format, and is designed for shorter courses and workshops. This course format is available from the [https://moodle.org/plugins/index.php plugins directory] or [https://github.com/nrobbins/moodle_format_days https://github.com/nrobbins/moodle_format_days].&lt;br /&gt;
==Calendar View==&lt;br /&gt;
[[file:daily2.jpg|thumb|400px|Calendar View]]&lt;br /&gt;
To enable calendar view:&lt;br /&gt;
# Select the &#039;&#039;Show only one section&#039;&#039; option in the &#039;&#039;&#039;Course layout&#039;&#039;&#039; drop-down box on the course settings page.&lt;br /&gt;
# Select a Sunday or Monday as the start date of the course. Extra days before the actual start date can be hidden. Hidden sections appear as unlinked calendar days.&lt;br /&gt;
[[category:Course format]][[category:Contributed plugin]]&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=My_stats_block&amp;diff=101781</id>
		<title>My stats block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=My_stats_block&amp;diff=101781"/>
		<updated>2012-11-04T14:54:05Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[file:myStats_center.png|thumb|400px]]&lt;br /&gt;
The &#039;&#039;&#039;My stats&#039;&#039;&#039; block is a student dashboard for the [[My Moodle]] and [[Profile]] pages. Administrators control what stat groups are available and whether users can configure the appearance of the block. When enabled, users have control over which stat groups and charts appear. When a chart is not shown, the information is displayed as text.&lt;br /&gt;
&lt;br /&gt;
When the My stats block appears on the Profile page, information relating to grades is not shown.&lt;br /&gt;
&lt;br /&gt;
This block is available from the [https://moodle.org/plugins/index.php plugins directory] or [https://github.com/nrobbins/moodle_block_mystats github.com/nrobbins/moodle_block_mystats].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;:This block makes a number of database queries and has not been tested in a large production environment.&lt;br /&gt;
&lt;br /&gt;
[[category:Block]][[category:Statistics]][[category:Contributed plugin]]&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=MediaWiki_search_block&amp;diff=101780</id>
		<title>MediaWiki search block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=MediaWiki_search_block&amp;diff=101780"/>
		<updated>2012-11-04T14:49:46Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: Created page with &amp;quot;thumbThe &amp;#039;&amp;#039;&amp;#039;MediaWiki&amp;#039;&amp;#039;&amp;#039; search block provides an interface for searching a MediaWiki installation. The block title, wiki logo, and address are configura...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[file:MWS.jpg|thumb]]The &#039;&#039;&#039;MediaWiki&#039;&#039;&#039; search [[block]] provides an interface for searching a [[MediaWiki]] installation. The block title, wiki logo, and address are configurable.  This block is available from the [https://moodle.org/plugins/index.php plugins directory] or [https://github.com/nrobbins/moodle_block_mediawiki_search github.com/nrobbins/moodle_block_mediawiki_search].&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
The MediaWiki search block has five configuration settings:&lt;br /&gt;
[[file:MWS_settings.jpg|thumb|400px|left|The MediaWiki search configuration screen]]&lt;br /&gt;
* &#039;&#039;&#039;Block Title&#039;&#039;&#039; - The text that is displayed in the header of the block.&lt;br /&gt;
* &#039;&#039;&#039;Show Title&#039;&#039;&#039; - The title of the block can be hidden from view.&lt;br /&gt;
* &#039;&#039;&#039;Wiki Address&#039;&#039;&#039; - The address for the main page of your MediaWiki installation.&lt;br /&gt;
* &#039;&#039;&#039;Display Logo&#039;&#039;&#039; - Show a logo above the search field.&lt;br /&gt;
* &#039;&#039;&#039;Wiki Logo&#039;&#039;&#039; - The location of the wiki logo.&lt;br /&gt;
[[category:Blocks]][[category:Contributed plugin]]&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Fitxer:MWS_settings.jpg&amp;diff=101779</id>
		<title>Fitxer:MWS settings.jpg</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Fitxer:MWS_settings.jpg&amp;diff=101779"/>
		<updated>2012-11-04T14:43:45Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Fitxer:MWS.jpg&amp;diff=101778</id>
		<title>Fitxer:MWS.jpg</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Fitxer:MWS.jpg&amp;diff=101778"/>
		<updated>2012-11-04T14:40:25Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Section_block&amp;diff=101774</id>
		<title>Section block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Section_block&amp;diff=101774"/>
		<updated>2012-11-04T14:39:13Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[file:sectionBlock.jpg|thumb|A section block]]The &#039;&#039;&#039;section block&#039;&#039;&#039; displays the resources and activities of a section as a [[block]]. The displayed section can come from any [[Course|course]]. When added, the block defaults to display section 0 from the current course. This block is available from the [https://moodle.org/plugins/index.php plugins directory] or [https://github.com/nrobbins/moodle_block_section github.com/nrobbins/moodle_block_section].&lt;br /&gt;
==Configuration==&lt;br /&gt;
[[file:sectionBlockConfig.jpg|thumb|400px]]&lt;br /&gt;
Configuration options include the block title, the section number, and the id of the course the section belongs to. The &#039;&#039;&#039;block/section:editcourses&#039;&#039;&#039; and &#039;&#039;&#039;block/section:editsections&#039;&#039;&#039; [[Permissions|permissions]] control who is able to set the section and course ids. Administrators and Managers have these permissions by default.&lt;br /&gt;
===Course ID===&lt;br /&gt;
The course id selects the course containing the target section. By default, the current course id is used. When on the main course page, the course ID can be found in the URL: A url of &#039;&#039;myMoodle.edu/course/view.php?id=&#039;&#039;&#039;42&#039;&#039;&#039;&#039;&#039; indicates a course id of 42.&lt;br /&gt;
===Section Number===&lt;br /&gt;
In [[Course formats|course format]]s with sections, such as the Topics and Weekly course formats, the sections are numbered from 0 to the total number of topics/weeks. A course with 3 topics or weeks has sections 0, 1, 2, and 3.&lt;br /&gt;
&lt;br /&gt;
Social course formats have only one section by default, section 0. This section is displayed in the Social activities block.&lt;br /&gt;
&lt;br /&gt;
The front page also has a section 0, which may be displayed in the main area or in the Main menu block.&lt;br /&gt;
&lt;br /&gt;
[[category:Block]][[category:Contributed plugin]]&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=My_stats_block&amp;diff=101766</id>
		<title>My stats block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=My_stats_block&amp;diff=101766"/>
		<updated>2012-11-04T12:23:22Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: Created page with &amp;quot;400px The &amp;#039;&amp;#039;&amp;#039;My stats&amp;#039;&amp;#039;&amp;#039; block is a student dashboard for the My Moodle and Profile pages. Administrators control what stat groups are a...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[file:myStats_center.png|thumb|400px]]&lt;br /&gt;
The &#039;&#039;&#039;My stats&#039;&#039;&#039; block is a student dashboard for the [[My Moodle]] and [[Profile]] pages. Administrators control what stat groups are available and whether users can configure the appearance of the block. When enabled, users have control over which stat groups and charts appear. When a chart is not shown, the information is displayed as text.&lt;br /&gt;
&lt;br /&gt;
When the My stats block appears on the Profile page, information relating to grades is not shown.&lt;br /&gt;
&lt;br /&gt;
This block is available from the [https://moodle.org/plugins/index.php plugins directory] or [https://github.com/nrobbins/moodle_block_mystats github.com/nrobbins/moodle_block_mystats].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;:This block makes a number of database queries and has not been tested in a large production environment.&lt;br /&gt;
&lt;br /&gt;
[[category:Block]][[category:Statistics]]&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Fitxer:myStats_center.png&amp;diff=101764</id>
		<title>Fitxer:myStats center.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Fitxer:myStats_center.png&amp;diff=101764"/>
		<updated>2012-11-04T12:19:21Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Usuari:Nathan_Robbins&amp;diff=101758</id>
		<title>Usuari:Nathan Robbins</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Usuari:Nathan_Robbins&amp;diff=101758"/>
		<updated>2012-11-04T12:10:56Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am [https://moodle.org/user/profile.php?id=860723 Nathan Robbins], an instructional designer and Moodle administrator with [http://www.navitor.com Navitor, Inc.]&lt;br /&gt;
==My Plugins==&lt;br /&gt;
The latest versions of these plugins are available from [https://github.com/nrobbins github.com/nrobbins].&lt;br /&gt;
*[[Section block]] - Displays the contents of any [[section]] from any [[course]].&lt;br /&gt;
*[[MediaWiki search block]] - Creates a search field for a [[MediaWiki]] installation.&lt;br /&gt;
*[[My stats block]] - A user dashboard for the [[My Moodle]] and [[Profile]] pages.&lt;br /&gt;
*[[Days course format]] - Modified version of Weekly [[Course formats|course format]] that shows sections as days rather than weeks.&lt;br /&gt;
*[[Obsidian theme]] - A simple theme with extra [[block]] regions.&lt;br /&gt;
*[[Enrol Duration block]] - Shows the number of days left before the user&#039;s course [[enrolment]] expires.&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Fitxer:daily2.jpg&amp;diff=101757</id>
		<title>Fitxer:daily2.jpg</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Fitxer:daily2.jpg&amp;diff=101757"/>
		<updated>2012-11-04T12:07:30Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: category correction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:Course format]]&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Days_course_format&amp;diff=101755</id>
		<title>Days course format</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Days_course_format&amp;diff=101755"/>
		<updated>2012-11-04T12:06:40Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: added screenshot and clarification&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Days&#039;&#039;&#039; [[Course formats|course format]] shows each section as a day. It is based on the Weekly course format, and is designed for shorter courses and workshops. This course format is available from the [https://moodle.org/plugins/index.php plugins directory] or [https://github.com/nrobbins/moodle_format_days https://github.com/nrobbins/moodle_format_days].&lt;br /&gt;
==Calendar View==&lt;br /&gt;
[[file:daily2.jpg|thumb|400px|Calendar View]]&lt;br /&gt;
To enable calendar view:&lt;br /&gt;
# Select the &#039;&#039;Show only one section&#039;&#039; option in the &#039;&#039;&#039;Course layout&#039;&#039;&#039; drop-down box on the course settings page.&lt;br /&gt;
# Select a Sunday or Monday as the start date of the course. Extra days before the actual start date can be hidden. Hidden sections appear as unlinked calendar days.&lt;br /&gt;
[[category:Course format]]&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Fitxer:daily2.jpg&amp;diff=101752</id>
		<title>Fitxer:daily2.jpg</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Fitxer:daily2.jpg&amp;diff=101752"/>
		<updated>2012-11-04T12:01:01Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: category:course formats&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:course formats]]&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Days_course_format&amp;diff=101745</id>
		<title>Days course format</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Days_course_format&amp;diff=101745"/>
		<updated>2012-11-04T01:24:17Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: Created page with &amp;quot;The &amp;#039;&amp;#039;&amp;#039;Days&amp;#039;&amp;#039;&amp;#039; course format shows each section as a day. It is based on the Weekly course format, and is designed for shorter courses and workshops. This cour...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Days&#039;&#039;&#039; [[Course formats|course format]] shows each section as a day. It is based on the Weekly course format, and is designed for shorter courses and workshops. This course format is available from the [https://moodle.org/plugins/index.php plugins directory] or [https://github.com/nrobbins/moodle_format_days https://github.com/nrobbins/moodle_format_days].&lt;br /&gt;
==Calendar View==&lt;br /&gt;
To enable calendar view:&lt;br /&gt;
# Select the &#039;&#039;Show only one section&#039;&#039; option in the course settings page.&lt;br /&gt;
# Select a Sunday or Monday as the start date of the course. Extra days before the actual start date can be hidden. Hidden sections appear as unlinked calendar days.&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Usuari:Nathan_Robbins&amp;diff=101704</id>
		<title>Usuari:Nathan Robbins</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Usuari:Nathan_Robbins&amp;diff=101704"/>
		<updated>2012-11-01T12:30:54Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am [https://moodle.org/user/profile.php?id=860723 Nathan Robbins], an instructional designer and Moodle administrator with [http://www.navitor.com Navitor, Inc.]&lt;br /&gt;
==My Plugins==&lt;br /&gt;
The latest versions of these plugins are available from [https://github.com/nrobbins github.com/nrobbins].&lt;br /&gt;
*[[Section block]] - Displays the contents of any [[section]] from any course.&lt;br /&gt;
*[[MediaWiki search block]] - Creates a search field for a [[MediaWiki]] installation.&lt;br /&gt;
*[[My stats block]] - A user dashboard for the [[My Moodle]] and [[Profile]] pages.&lt;br /&gt;
*[[Days course format]] - Modified version of Weekly [[course format]] that shows sections as days rather than weeks.&lt;br /&gt;
*[[Obsidian theme]] - A simple theme with extra [[block]] regions.&lt;br /&gt;
*[[Enrol Duration block]] - Shows the number of days left before course enrolment expires.&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Section_block&amp;diff=101561</id>
		<title>Section block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Section_block&amp;diff=101561"/>
		<updated>2012-10-28T23:00:46Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[file:sectionBlock.jpg|thumb|A section block]]The &#039;&#039;&#039;section block&#039;&#039;&#039; displays the resources and activities of a section as a [[block]]. The displayed section can come from any [[Course|course]]. When added, the block defaults to display section 0 from the current course. This block is available from the [https://moodle.org/plugins/index.php plugins directory] or [https://github.com/nrobbins/moodle_block_section github.com/nrobbins/moodle_block_section].&lt;br /&gt;
==Configuration==&lt;br /&gt;
[[file:sectionBlockConfig.jpg|thumb|400px]]&lt;br /&gt;
Configuration options include the block title, the section number, and the id of the course the section belongs to. The &#039;&#039;&#039;block/section:editcourses&#039;&#039;&#039; and &#039;&#039;&#039;block/section:editsections&#039;&#039;&#039; [[Permissions|permissions]] control who is able to set the section and course ids. Administrators and Managers have these permissions by default.&lt;br /&gt;
===Course ID===&lt;br /&gt;
The course id selects the course containing the target section. By default, the current course id is used. When on the main course page, the course ID can be found in the URL: A url of &#039;&#039;myMoodle.edu/course/view.php?id=&#039;&#039;&#039;42&#039;&#039;&#039;&#039;&#039; indicates a course id of 42.&lt;br /&gt;
===Section Number===&lt;br /&gt;
In [[Course formats|course format]]s with sections, such as the Topics and Weekly course formats, the sections are numbered from 0 to the total number of topics/weeks. A course with 3 topics or weeks has sections 0, 1, 2, and 3.&lt;br /&gt;
&lt;br /&gt;
Social course formats have only one section by default, section 0. This section is displayed in the Social activities block.&lt;br /&gt;
&lt;br /&gt;
The front page also has a section 0, which may be displayed in the main area or in the Main menu block.&lt;br /&gt;
&lt;br /&gt;
[[category:Block]][[category:Contributed plugins]]&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Fitxer:sectionBlock.jpg&amp;diff=101560</id>
		<title>Fitxer:sectionBlock.jpg</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Fitxer:sectionBlock.jpg&amp;diff=101560"/>
		<updated>2012-10-28T23:00:23Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: A screenshot of the Section block&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A screenshot of the [[Section block]]&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Section_block&amp;diff=101559</id>
		<title>Section block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Section_block&amp;diff=101559"/>
		<updated>2012-10-28T22:55:27Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: clarification&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;section block&#039;&#039;&#039; displays the resources and activities of a section as a [[block]]. The displayed section can come from any [[Course|course]]. When added, the block defaults to display section 0 from the current course. This block is available from the [https://moodle.org/plugins/index.php plugins directory] or [https://github.com/nrobbins/moodle_block_section github.com/nrobbins/moodle_block_section].&lt;br /&gt;
==Configuration==&lt;br /&gt;
[[file:sectionBlockConfig.jpg|thumb|400px]]&lt;br /&gt;
Configuration options include the block title, the section number, and the id of the course the section belongs to. The &#039;&#039;&#039;block/section:editcourses&#039;&#039;&#039; and &#039;&#039;&#039;block/section:editsections&#039;&#039;&#039; [[Permissions|permissions]] control who is able to set the section and course ids. Administrators and Managers have these permissions by default.&lt;br /&gt;
===Course ID===&lt;br /&gt;
The course id selects the course containing the target section. By default, the current course id is used. When on the main course page, the course ID can be found in the URL: A url of &#039;&#039;myMoodle.edu/course/view.php?id=&#039;&#039;&#039;42&#039;&#039;&#039;&#039;&#039; indicates a course id of 42.&lt;br /&gt;
===Section Number===&lt;br /&gt;
In [[Course formats|course format]]s with sections, such as the Topics and Weekly course formats, the sections are numbered from 0 to the total number of topics/weeks. A course with 3 topics or weeks has sections 0, 1, 2, and 3.&lt;br /&gt;
&lt;br /&gt;
Social course formats have only one section by default, section 0. This section is displayed in the Social activities block.&lt;br /&gt;
&lt;br /&gt;
The front page also has a section 0, which may be displayed in the main area or in the Main menu block.&lt;br /&gt;
&lt;br /&gt;
[[category:Block]][[category:Contributed plugins]]&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Section_block&amp;diff=101557</id>
		<title>Section block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Section_block&amp;diff=101557"/>
		<updated>2012-10-28T22:26:27Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: correcting a link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;section block&#039;&#039;&#039; displays the contents of a section as a [[block]]. The displayed section can come from any [[Course|course]]. When added, the block defaults to display section 0 from the current course. This block is available from the [https://moodle.org/plugins/index.php plugins directory] or [https://github.com/nrobbins/moodle_block_section github.com/nrobbins/moodle_block_section].&lt;br /&gt;
==Configuration==&lt;br /&gt;
[[file:sectionBlockConfig.jpg|thumb|400px]]&lt;br /&gt;
Configuration options include the block title, the section number, and the id of the course the section belongs to. The &#039;&#039;&#039;block/section:editcourses&#039;&#039;&#039; and &#039;&#039;&#039;block/section:editsections&#039;&#039;&#039; [[Permissions|permissions]] control who is able to set the section and course ids. Administrators and Managers have these permissions by default.&lt;br /&gt;
===Course ID===&lt;br /&gt;
The course id selects the course containing the target section. By default, the current course id is used. When on the main course page, the course ID can be found in the URL: A url of &#039;&#039;myMoodle.edu/course/view.php?id=&#039;&#039;&#039;42&#039;&#039;&#039;&#039;&#039; indicates a course id of 42.&lt;br /&gt;
===Section Number===&lt;br /&gt;
In [[Course formats|course format]]s with sections, such as the Topics and Weekly course formats, the sections are numbered from 0 to the total number of topics/weeks. A course with 3 topics or weeks has sections 0, 1, 2, and 3.&lt;br /&gt;
&lt;br /&gt;
Social course formats have only one section by default, section 0. This section is displayed in the Social activities block.&lt;br /&gt;
&lt;br /&gt;
The front page also has a section 0, which may be displayed in the main area or in the Main menu block.&lt;br /&gt;
&lt;br /&gt;
[[category:Block]][[category:Contributed plugins]]&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Section_block&amp;diff=101556</id>
		<title>Section block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Section_block&amp;diff=101556"/>
		<updated>2012-10-28T22:25:11Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;section block&#039;&#039;&#039; displays the contents of a section as a [[block]]. The displayed section can come from any [[Course|course]]. When added, the block defaults to display section 0 from the current course. This block is available from the [https://moodle.org/plugins/index.php plugins directory] or [https://github.com/nrobbins/moodle_block_section github.com/nrobbins/moodle_block_section].&lt;br /&gt;
==Configuration==&lt;br /&gt;
[[file:sectionBlockConfig.jpg|thumb|400px]]&lt;br /&gt;
Configuration options include the block title, the section number, and the id of the course the section belongs to. The &#039;&#039;&#039;block/section:editcourses&#039;&#039;&#039; and &#039;&#039;&#039;block/section:editsections&#039;&#039;&#039; [[Permissions|permissions]] control who is able to set the section and course ids. Administrators and Managers have these permissions by default.&lt;br /&gt;
===Course ID===&lt;br /&gt;
The course id selects the course containing the target section. By default, the current course id is used. When on the main course page, the course ID can be found in the URL: A url of &#039;&#039;myMoodle.edu/course/view.php?id=&#039;&#039;&#039;42&#039;&#039;&#039;&#039;&#039; indicates a course id of 42.&lt;br /&gt;
===Section Number===&lt;br /&gt;
In [[Course format|course format]]s with sections, such as the Topics and Weekly course formats, the sections are numbered from 0 to the total number of topics/weeks. A course with 3 topics or weeks has sections 0, 1, 2, and 3.&lt;br /&gt;
&lt;br /&gt;
Social course formats have only one section by default, section 0. This section is displayed in the Social activities block.&lt;br /&gt;
&lt;br /&gt;
The front page also has a section 0, which may be displayed in the main area or in the Main menu block.&lt;br /&gt;
&lt;br /&gt;
[[category:Block]][[category:Contributed plugins]]&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Fitxer:sectionBlockConfig.jpg&amp;diff=101555</id>
		<title>Fitxer:sectionBlockConfig.jpg</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Fitxer:sectionBlockConfig.jpg&amp;diff=101555"/>
		<updated>2012-10-28T22:20:25Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: Configuration page for the Section block.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Configuration page for the [[Section block]].&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Section_block&amp;diff=101554</id>
		<title>Section block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Section_block&amp;diff=101554"/>
		<updated>2012-10-28T21:48:09Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: Created page with &amp;quot;The &amp;#039;&amp;#039;&amp;#039;section block&amp;#039;&amp;#039;&amp;#039; displays the contents of a section as a block. The displayed section can come from any course. When added, the block defaults to display se...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;section block&#039;&#039;&#039; displays the contents of a section as a [[block]]. The displayed section can come from any [[Course|course]]. When added, the block defaults to display section 0 from the current course.&lt;br /&gt;
==Configuration==&lt;br /&gt;
Configuration options include the block title, the section number, and the id of the course the section belongs to. The &#039;&#039;&#039;block/section:editcourses&#039;&#039;&#039; and &#039;&#039;&#039;block/section:editsections&#039;&#039;&#039; [[Permissions|permissions]] control who is able to set the section and course ids. Administrators and Managers have these permissions by default.&lt;br /&gt;
&lt;br /&gt;
[[category:Block]][[category:Contributed plugins]]&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Usuari:Nathan_Robbins&amp;diff=101553</id>
		<title>Usuari:Nathan Robbins</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Usuari:Nathan_Robbins&amp;diff=101553"/>
		<updated>2012-10-28T21:33:30Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: link to moodle profile&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am [https://moodle.org/user/profile.php?id=860723 Nathan Robbins], an instructional designer and Moodle administrator with [http://www.navitor.com Navitor, Inc.]&lt;br /&gt;
==My Plugins==&lt;br /&gt;
The latest versions of these plugins are available from [https://github.com/nrobbins github.com/nrobbins].&lt;br /&gt;
*[[Section block]] - Displays the contents of any [[section]] from any course.&lt;br /&gt;
*[[MediaWiki search block]] - Creates a search field for a [[MediaWiki]] installation.&lt;br /&gt;
*[[My stats block]] - A user dashboard for the [[My Moodle]] and [[Profile]] pages.&lt;br /&gt;
*[[Days course format]] - Modified version of Weekly [[course format]] that shows sections as days rather than weeks.&lt;br /&gt;
*[[Obsidian theme]] - A simple theme with extra [[block]] regions.&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Usuari:Nathan_Robbins&amp;diff=101552</id>
		<title>Usuari:Nathan Robbins</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Usuari:Nathan_Robbins&amp;diff=101552"/>
		<updated>2012-10-28T21:32:39Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: About me and links to create plugin documentation pages&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am Nathan Robbins, an instructional designer and Moodle administrator with [http://www.navitor.com Navitor, Inc.]&lt;br /&gt;
==My Plugins==&lt;br /&gt;
The latest versions of these plugins are available from [https://github.com/nrobbins github.com/nrobbins].&lt;br /&gt;
*[[Section block]] - Displays the contents of any [[section]] from any course.&lt;br /&gt;
*[[MediaWiki search block]] - Creates a search field for a [[MediaWiki]] installation.&lt;br /&gt;
*[[My stats block]] - A user dashboard for the [[My Moodle]] and [[Profile]] pages.&lt;br /&gt;
*[[Days course format]] - Modified version of Weekly [[course format]] that shows sections as days rather than weeks.&lt;br /&gt;
*[[Obsidian theme]] - A simple theme with extra [[block]] regions.&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Blocs&amp;diff=101551</id>
		<title>Blocs</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Blocs&amp;diff=101551"/>
		<updated>2012-10-28T21:18:22Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: link to plugins database&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Managing a Moodle course}}&lt;br /&gt;
Blocks are items which may be added to the left or right or centre column of any page in Moodle. They may also be added to the centre of the My Home (My Moodle) page. You can theme the position of blocks in the centre of pages as well.&lt;br /&gt;
&lt;br /&gt;
Any block can be made &#039;sticky&#039; so that it appears in all the contexts below, such as throughout a course or a particular activity - see [[Block settings]].&lt;br /&gt;
&lt;br /&gt;
Blocks can be placed on the side of the screen (if your theme supports it) via the [[Dock]] icons ( [[Image:Dock_to_block.png]] and [[Image:Block_to_dock.png]] ).&lt;br /&gt;
&lt;br /&gt;
==Standard blocks==&lt;br /&gt;
&lt;br /&gt;
Available blocks include:&lt;br /&gt;
&lt;br /&gt;
[[Image:blocks01.png|thumb|Default block positions for a new course page]] &lt;br /&gt;
&lt;br /&gt;
{|-&lt;br /&gt;
|[[Activities block|Activities]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Admin bookmarks block|Admin bookmarks]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Blog menu block|Blog menu]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Blog tags block|Blog tags]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Calendar block|Calendar]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Comments block|Comments]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Community finder block|Community finder]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Course completion status block|Course completion status]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Course overview block|Course overview]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Course/site description block|Course/site description]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Courses block|Courses]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Flickr block|Flickr]]&lt;br /&gt;
|-&lt;br /&gt;
|[[HTML block|HTML]] &lt;br /&gt;
|-&lt;br /&gt;
| [[Latest news block|Latest news]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Logged in user block|Logged in user]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Login block|Login]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Main menu block|Main menu]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Mentees block]] &lt;br /&gt;
|-&lt;br /&gt;
|[[Messages block|Messages]]&lt;br /&gt;
|-&lt;br /&gt;
| [[My private files_block|My private files]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Navigation block|Navigation]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Network servers block|Network servers]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Online users block|Online users]]&lt;br /&gt;
|-&lt;br /&gt;
|[[People block|People]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Quiz results block|Quiz results]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Random glossary entry block|Random glossary entry]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Recent activity block|Recent activity]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Recent blog entries block|Recent blog entries]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Remote RSS feeds block|Remote RSS feeds]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Search forums block|Search forums]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Section links block|Section links]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Self completion block|Self completion]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Settings block|Settings]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Social activities block|Social activities]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Tags block|Tags]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Upcoming events block|Upcoming events]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Youtube block|Youtube]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
There are also many contributed blocks available for download from the [https://moodle.org/plugins/ plugins database].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[Managing blocks]] - for administrators&lt;br /&gt;
*[[Blocks FAQ]]&lt;br /&gt;
* [http://www.youtube.com/watch?v=6aX1XHfBjqg Blocks in Moodle 2.0 video]&lt;br /&gt;
&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[de:Blöcke]]&lt;br /&gt;
[[eu:Irakaslearen_blokeak]]&lt;br /&gt;
[[fr:Blocs]]&lt;br /&gt;
[[ja:ブロック]]&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Formats_de_curs&amp;diff=101492</id>
		<title>Formats de curs</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Formats_de_curs&amp;diff=101492"/>
		<updated>2012-10-25T12:23:51Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: fixed duplication of collapsed topics&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Courses}}&lt;br /&gt;
A course format refers to the layout of a course.  The course format can be selected in &#039;&#039;Settings &amp;gt; Course administration &amp;gt; Edit settings&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Standard course formats==&lt;br /&gt;
&lt;br /&gt;
===Weekly format===&lt;br /&gt;
[[Image:Weeklyoutline.png|thumb|Weekly format example]] The course is organized week by week, with a clear start date and a finish date.  Moodle will create a section for each week of your course.  You can add content, forums, quizzes, and so on in the section for each week.  &lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; If you want all your students to work on the same materials at the same time, this would be a good format to choose.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;NOTE:&#039;&#039; Make sure your course start date is correct. If it is not your weeks will have the wrong date on it. This is especially important if you are restoring a course to use with a new section of students.&lt;br /&gt;
&lt;br /&gt;
===Topics format===&lt;br /&gt;
[[Image:Topicoutline.png|thumb|Topic format example]]The course is organised into topic sections that a teacher can give titles to. Each topic section consists of activities, resources and labels.&lt;br /&gt;
&lt;br /&gt;
TIP: This is great to use if your course is objective based and each objective may take different amounts of time to complete. An example of this would be scaffolding where the students are building upon the knowledge from earlier topics.&lt;br /&gt;
&lt;br /&gt;
====&amp;quot;Show only one section&amp;quot;====&lt;br /&gt;
{{New features}}&lt;br /&gt;
With the Weekly format and the Topics format it is possible via &#039;&#039;Settings &amp;gt; Course administration &amp;gt; Edit settings&#039;&#039; to &amp;quot;show one section per page&amp;quot;. Here is a course with three topics, with the second one currently shown. The links left and right lead to topics 1 and 3:&lt;br /&gt;
&lt;br /&gt;
[[File:showonlyonesection.png]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Notes:&#039;&#039;&lt;br /&gt;
#The course home page shows just the section names and any text in the section description, with the names being clickable.  &lt;br /&gt;
#If editing is ON, on the Main course page, then you will see all the content in all the sections.&lt;br /&gt;
#There is a link at the bottom &amp;quot;Return to Main course page&amp;quot; on each single section page.&lt;br /&gt;
&lt;br /&gt;
===Social format===&lt;br /&gt;
[[Image:Socialformat.png|thumb|Social format example]] This format is oriented around one main [[Forum module|forum]], the social forum, which appears listed on the main page.  It is useful for situations that are more free form.  They may not even be courses. The [http://moodle.org/course/view.php?id=55 Moodle Lounge] is an example of a social format course.&lt;br /&gt;
&lt;br /&gt;
The social forum can be edited by clicking the &#039;Update this forum&#039; button on the social forum page. The forum introduction is displayed at the top of the course page.&lt;br /&gt;
&lt;br /&gt;
===SCORM format===&lt;br /&gt;
The SCORM format only has 1 section, and allows teacher to insert a pre-built SCORM package. Moodle can use SCORM packages as a content type (see [[SCORM module]]), or as a course format.  &lt;br /&gt;
&lt;br /&gt;
An example of SCORM format is [http://school.demo.moodle.net/course/view.php?id=112 the New Staff Induction course on the School demo site]&lt;br /&gt;
&lt;br /&gt;
Note: If you have a large SCORM object you want to use as an entire course, then you can select this course format and students will only be able to interact with the SCORM object, not the rest of the Moodle tools.&lt;br /&gt;
&lt;br /&gt;
==Contributed Course Formats==&lt;br /&gt;
The Moodle community has developed a number of course formats, available in the [https://moodle.org/plugins/browse.php?list=category&amp;amp;id=19 plugins directory].&lt;br /&gt;
&lt;br /&gt;
See MDL-27646 and MDL-28555 and maybe the discussion http://moodle.org/mod/forum/discuss.php?d=175758#p770737&lt;br /&gt;
&lt;br /&gt;
===Collapsed Topics and its sister format, Collapsed Weeks===&lt;br /&gt;
These are formats that are essentially the same as the standard Topic and Weekly formats but with a &#039;toggle&#039; for each section except &#039;0&#039;.  The toggles&#039; purpose is to reduce the amount of initial information presented to the user thus reducing the &#039;scroll of death&#039; that can plague courses with a lot of content.  The &#039;state&#039; of the toggles is remembered on a per course per user basis.  Collapsed Weeks automatically opens the current week.  For more information, please visit [[Collapsed_Topics_course_format]] and [[Collapsed_Weeks_course_format]].&lt;br /&gt;
&lt;br /&gt;
====New features for 2.3====&lt;br /&gt;
{{New features}}&lt;br /&gt;
# Support of &#039;Show only one section&#039;.&lt;br /&gt;
# Multiple columns.&lt;br /&gt;
# Cookie-less toggle persistence.&lt;br /&gt;
# Administrator layout and colour reset for all collapsed topics courses.&lt;br /&gt;
# &#039;Days&#039; layout where each section is a day with section one being the start date of the course.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Demonstration ====&lt;br /&gt;
&lt;br /&gt;
For a demonstration of &#039;Collapsed Topics&#039; and its latest structure enhancement please see this video:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://www.youtube.com/watch?v=gvo-OseVKr8&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Daily format===&lt;br /&gt;
The [https://moodle.org/plugins/view.php?plugin=format_days daily format] is a modification of the weekly format that shows sections by day rather than by week.&lt;br /&gt;
&lt;br /&gt;
===Grid format===&lt;br /&gt;
The [https://moodle.org/plugins/view.php?plugin=format_grid grid format] is a modular and visual course format. Hides all topics and creates a grid of icons (one for each topic) with short titles. Clicking on an icon brings up the content from the corresponding topic in a &amp;quot;lightbox&amp;quot; style display.&lt;br /&gt;
&lt;br /&gt;
===Menutopic format===&lt;br /&gt;
The [https://moodle.org/plugins/view.php?plugin=format_menutopic menutopic format] allows you to display the topics/sections in a menu.&lt;br /&gt;
&lt;br /&gt;
===Onetopic format===&lt;br /&gt;
The [https://moodle.org/plugins/view.php?plugin=format_onetopic onetopic format] shows each topic in a tab, keeping the current tab between calls to resources, in such a way that when it returns from a module as the blog or the glossary it returns to tab from where you started. This format is based on the Moodle standard format: “Topics”.&lt;br /&gt;
&lt;br /&gt;
===Topic format (colors)===&lt;br /&gt;
The [https://moodle.org/plugins/view.php?plugin=format_colours colored topic format] is based on the &#039;Topics&#039; standard format and allows a teacher to specify the foreground and background colours for each course section.&lt;br /&gt;
&lt;br /&gt;
Other contributed course formats are available from the modules and plugins database.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/view.php?id=47 Course formats forum]&lt;br /&gt;
*[http://www.moodleman.net/archives/47 Getting the most out of course design] blog post describing various contributed course formats&lt;br /&gt;
&lt;br /&gt;
Using Moodle forum discussions:&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=116428 Social format: where to put an introduction]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=136453 RSS Feed for forum in a Social Format course]&lt;br /&gt;
&lt;br /&gt;
[[de:Kursformate]]&lt;br /&gt;
[[es:FormatoCurso]]&lt;br /&gt;
[[fr:Formats de cours]]&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Formats_de_curs&amp;diff=101491</id>
		<title>Formats de curs</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Formats_de_curs&amp;diff=101491"/>
		<updated>2012-10-25T12:21:31Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: Added section for contributed formats, added formats that are compatible with 2.3&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Courses}}&lt;br /&gt;
A course format refers to the layout of a course.  The course format can be selected in &#039;&#039;Settings &amp;gt; Course administration &amp;gt; Edit settings&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Standard course formats==&lt;br /&gt;
&lt;br /&gt;
===Weekly format===&lt;br /&gt;
[[Image:Weeklyoutline.png|thumb|Weekly format example]] The course is organized week by week, with a clear start date and a finish date.  Moodle will create a section for each week of your course.  You can add content, forums, quizzes, and so on in the section for each week.  &lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; If you want all your students to work on the same materials at the same time, this would be a good format to choose.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;NOTE:&#039;&#039; Make sure your course start date is correct. If it is not your weeks will have the wrong date on it. This is especially important if you are restoring a course to use with a new section of students.&lt;br /&gt;
&lt;br /&gt;
===Topics format===&lt;br /&gt;
[[Image:Topicoutline.png|thumb|Topic format example]]The course is organised into topic sections that a teacher can give titles to. Each topic section consists of activities, resources and labels.&lt;br /&gt;
&lt;br /&gt;
TIP: This is great to use if your course is objective based and each objective may take different amounts of time to complete. An example of this would be scaffolding where the students are building upon the knowledge from earlier topics.&lt;br /&gt;
&lt;br /&gt;
====&amp;quot;Show only one section&amp;quot;====&lt;br /&gt;
{{New features}}&lt;br /&gt;
With the Weekly format and the Topics format it is possible via &#039;&#039;Settings &amp;gt; Course administration &amp;gt; Edit settings&#039;&#039; to &amp;quot;show one section per page&amp;quot;. Here is a course with three topics, with the second one currently shown. The links left and right lead to topics 1 and 3:&lt;br /&gt;
&lt;br /&gt;
[[File:showonlyonesection.png]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Notes:&#039;&#039;&lt;br /&gt;
#The course home page shows just the section names and any text in the section description, with the names being clickable.  &lt;br /&gt;
#If editing is ON, on the Main course page, then you will see all the content in all the sections.&lt;br /&gt;
#There is a link at the bottom &amp;quot;Return to Main course page&amp;quot; on each single section page.&lt;br /&gt;
&lt;br /&gt;
===Social format===&lt;br /&gt;
[[Image:Socialformat.png|thumb|Social format example]] This format is oriented around one main [[Forum module|forum]], the social forum, which appears listed on the main page.  It is useful for situations that are more free form.  They may not even be courses. The [http://moodle.org/course/view.php?id=55 Moodle Lounge] is an example of a social format course.&lt;br /&gt;
&lt;br /&gt;
The social forum can be edited by clicking the &#039;Update this forum&#039; button on the social forum page. The forum introduction is displayed at the top of the course page.&lt;br /&gt;
&lt;br /&gt;
===SCORM format===&lt;br /&gt;
The SCORM format only has 1 section, and allows teacher to insert a pre-built SCORM package. Moodle can use SCORM packages as a content type (see [[SCORM module]]), or as a course format.  &lt;br /&gt;
&lt;br /&gt;
An example of SCORM format is [http://school.demo.moodle.net/course/view.php?id=112 the New Staff Induction course on the School demo site]&lt;br /&gt;
&lt;br /&gt;
Note: If you have a large SCORM object you want to use as an entire course, then you can select this course format and students will only be able to interact with the SCORM object, not the rest of the Moodle tools.&lt;br /&gt;
&lt;br /&gt;
==Contributed Course Formats==&lt;br /&gt;
The Moodle community has developed a number of course formats, available in the [https://moodle.org/plugins/browse.php?list=category&amp;amp;id=19 plugins directory].&lt;br /&gt;
&lt;br /&gt;
===Collapsed Topics format===&lt;br /&gt;
The [https://moodle.org/plugins/view.php?plugin=format_topcoll collapsed topics format] is an interchangeable topic or week (day for 2.3.1+) based format that solves the issue of the &#039;Scroll of Death&#039; when a course has many topics / weeks. All sections except zero have a toggle that displays that section. One or more sections can be displayed at any given time.&lt;br /&gt;
&lt;br /&gt;
===Daily format===&lt;br /&gt;
The [https://moodle.org/plugins/view.php?plugin=format_days daily format] is a modification of the weekly format that shows sections by day rather than by week.&lt;br /&gt;
&lt;br /&gt;
===Grid format===&lt;br /&gt;
The [https://moodle.org/plugins/view.php?plugin=format_grid grid format] is a modular and visual course format. Hides all topics and creates a grid of icons (one for each topic) with short titles. Clicking on an icon brings up the content from the corresponding topic in a &amp;quot;lightbox&amp;quot; style display.&lt;br /&gt;
&lt;br /&gt;
===Menutopic format===&lt;br /&gt;
The [https://moodle.org/plugins/view.php?plugin=format_menutopic menutopic format] allows you to display the topics/sections in a menu.&lt;br /&gt;
&lt;br /&gt;
===Onetopic format===&lt;br /&gt;
The [https://moodle.org/plugins/view.php?plugin=format_onetopic onetopic format] shows each topic in a tab, keeping the current tab between calls to resources, in such a way that when it returns from a module as the blog or the glossary it returns to tab from where you started. This format is based on the Moodle standard format: “Topics”.&lt;br /&gt;
&lt;br /&gt;
===Topic format (colors)===&lt;br /&gt;
The [https://moodle.org/plugins/view.php?plugin=format_colours colored topic format] is based on the &#039;Topics&#039; standard format and allows a teacher to specify the foreground and background colours for each course section.&lt;br /&gt;
&lt;br /&gt;
==Contributed course formats==&lt;br /&gt;
&lt;br /&gt;
Se MDL-27646 and MDL-28555 and maybe the discussion http://moodle.org/mod/forum/discuss.php?d=175758#p770737&lt;br /&gt;
&lt;br /&gt;
===Collapsed Topics and its sister format, Collapsed Weeks===&lt;br /&gt;
These are formats that are essentially the same as the standard Topic and Weekly formats but with a &#039;toggle&#039; for each section except &#039;0&#039;.  The toggles&#039; purpose is to reduce the amount of initial information presented to the user thus reducing the &#039;scroll of death&#039; that can plague courses with a lot of content.  The &#039;state&#039; of the toggles is remembered on a per course per user basis.  Collapsed Weeks automatically opens the current week.  For more information, please visit [[Collapsed_Topics_course_format]] and [[Collapsed_Weeks_course_format]].&lt;br /&gt;
&lt;br /&gt;
===New features for 2.3===&lt;br /&gt;
{{New features}}&lt;br /&gt;
# Support of &#039;Show only one section&#039;.&lt;br /&gt;
# Multiple columns.&lt;br /&gt;
# Cookie-less toggle persistence.&lt;br /&gt;
# Administrator layout and colour reset for all collapsed topics courses.&lt;br /&gt;
# &#039;Days&#039; layout where each section is a day with section one being the start date of the course.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Demonstration ====&lt;br /&gt;
&lt;br /&gt;
For a demonstration of &#039;Collapsed Topics&#039; and its latest structure enhancement please see this video:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://www.youtube.com/watch?v=gvo-OseVKr8&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other contributed course formats are available from the modules and plugins database.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/view.php?id=47 Course formats forum]&lt;br /&gt;
*[http://www.moodleman.net/archives/47 Getting the most out of course design] blog post describing various contributed course formats&lt;br /&gt;
&lt;br /&gt;
Using Moodle forum discussions:&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=116428 Social format: where to put an introduction]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=136453 RSS Feed for forum in a Social Format course]&lt;br /&gt;
&lt;br /&gt;
[[de:Kursformate]]&lt;br /&gt;
[[es:FormatoCurso]]&lt;br /&gt;
[[fr:Formats de cours]]&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Subcourse_module&amp;diff=97427</id>
		<title>Subcourse module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Subcourse_module&amp;diff=97427"/>
		<updated>2012-05-02T13:43:52Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: /* See also */  Added link to Matt Gibson&amp;#039;s 2.0 version of Subcourse&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The module provides very simple yet useful functionality. When added into a course, it behaves as a graded activity. The grade for each student is taken from a final grade in another course. Combined with metacourses, this allows course designers to organize courses into separate units.&lt;br /&gt;
&lt;br /&gt;
The module was created and is currently maintained by [[User:David Mudrak|David Mudrak]].&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
The module uses PHP exceptions - PHP5 is needed. Use this module at production servers on your own risk - it has not been tested very much yet. On the other hand - you are warmly welcome to install, test and report any problems.&lt;br /&gt;
&lt;br /&gt;
* Moodle 2.0 - upgrade in progress&lt;br /&gt;
* Moodle 1.9 - checkout [[CVS for Administrators|CVS]] branch MOODLE_19_STABLE or download [http://download.moodle.org/plugins19/mod/subcourse.zip 1.9 build]&lt;br /&gt;
* Earlier version are not supported&lt;br /&gt;
&lt;br /&gt;
The source code of Moodle 1.x live also in [[CVS for Administrators|CVS]] [http://cvs.moodle.org/contrib/plugins/mod/subcourse/ contrib/plugins/mod/subcourse]. To checkout the module, go to the Moodle mod/ directory and use:&lt;br /&gt;
 cvs -z3 -d:ext:myusername@cvs.moodle.org:/cvsroot/moodle co -d subcourse -r MOODLE_19_STABLE contrib/plugins/mod/subcourse&lt;br /&gt;
&lt;br /&gt;
==How to report a bug==&lt;br /&gt;
&lt;br /&gt;
Please, use [[Tracker]]. Subcourse if one of the components in &amp;quot;Non-core contributed modules&amp;quot; project.&lt;br /&gt;
	&lt;br /&gt;
==Capabilities==&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;3&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!Capability&lt;br /&gt;
!Description&lt;br /&gt;
!Status&lt;br /&gt;
|-&lt;br /&gt;
|mod/subcourse:begraded&lt;br /&gt;
|a user can be graded with the remote final grade&lt;br /&gt;
|implemented&lt;br /&gt;
|-&lt;br /&gt;
|mod/subcourse:fetchgrades&lt;br /&gt;
|a user can manually fetch grades from a remote course&lt;br /&gt;
|implemented&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[http://moodle.org/mod/data/view.php?d=13&amp;amp;rid=1775  Subcourse] in Modules and plugins database page for downloads and more information.&lt;br /&gt;
*[https://github.com/mattgibson/moodle-mod_subcourse Subcourse for Moodle 2.0+] upgraded version by Matt Gibson (may not be ready for production).&lt;br /&gt;
&lt;br /&gt;
[[Category:Contributed code]]&lt;br /&gt;
&lt;br /&gt;
[[es:Módulo Subcurso]]&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Integrating_Face-to-face_sessions_on_the_course_page&amp;diff=88565</id>
		<title>Integrating Face-to-face sessions on the course page</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Integrating_Face-to-face_sessions_on_the_course_page&amp;diff=88565"/>
		<updated>2011-08-26T18:36:51Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: /* 2.0+ */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Facetoface}}&lt;br /&gt;
&lt;br /&gt;
=Code to add=&lt;br /&gt;
&lt;br /&gt;
To display the session dates directly on the course page, you must add a couple of lines to the print_section() function in course/lib.php:&lt;br /&gt;
&lt;br /&gt;
 } elseif ($mod-&amp;gt;modname == &#039;facetoface&#039;) {&lt;br /&gt;
     include_once($CFG-&amp;gt;dirroot.&#039;/mod/facetoface/lib.php&#039;);&lt;br /&gt;
     echo facetoface_print_coursemodule_info($mod);&lt;br /&gt;
&lt;br /&gt;
=Where to add the code=&lt;br /&gt;
&lt;br /&gt;
==1.9==&lt;br /&gt;
&lt;br /&gt;
In between this block:&lt;br /&gt;
&lt;br /&gt;
 if ($mod-&amp;gt;modname == &amp;quot;label&amp;quot;) {&lt;br /&gt;
&lt;br /&gt;
and the matching else clause:&lt;br /&gt;
&lt;br /&gt;
 } else { // Normal activity&lt;br /&gt;
&lt;br /&gt;
The code goes just above the &#039;else&#039; line just shown.&lt;br /&gt;
&lt;br /&gt;
On 1.9, it should be close to line 1347.&lt;br /&gt;
&lt;br /&gt;
==2.0+==&lt;br /&gt;
&lt;br /&gt;
NOTE: This section is written against the face-to-face version from [http://moodle.org/mod/forum/discuss.php?d=181601 Dongyoung Kim]&lt;br /&gt;
&lt;br /&gt;
Near line 1553&lt;br /&gt;
&lt;br /&gt;
in between this block:&lt;br /&gt;
&lt;br /&gt;
            // We may be displaying this just in order to show information&lt;br /&gt;
            // about visibility, without the actual link&lt;br /&gt;
            $contentpart = &#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
and this block:&lt;br /&gt;
&lt;br /&gt;
             if ($mod-&amp;gt;uservisible) {&lt;br /&gt;
             // Nope - in this case the link is fully working for user&lt;br /&gt;
&lt;br /&gt;
Be sure to change the if statement of the &#039;&#039;&#039;if ($mod-&amp;gt;uservisible) {&#039;&#039;&#039; to &#039;&#039;&#039;elseif ($mod-&amp;gt;uservisible) {&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The resulting code should look like this:&lt;br /&gt;
            // We may be displaying this just in order to show information&lt;br /&gt;
            // about visibility, without the actual link&lt;br /&gt;
            $contentpart = &#039;&#039;;&lt;br /&gt;
            if ($mod-&amp;gt;modname == &#039;facetoface&#039;) { &lt;br /&gt;
                include_once($CFG-&amp;gt;dirroot.&#039;/mod/facetoface/lib.php&#039;);&lt;br /&gt;
                echo facetoface_print_coursemodule_info($mod);&lt;br /&gt;
            } elseif ($mod-&amp;gt;uservisible) {&lt;br /&gt;
                // Nope - in this case the link is fully working for user&lt;br /&gt;
===Icon Fix===&lt;br /&gt;
&lt;br /&gt;
The Face to Face icon will not display without this modification to mod\facetoface\lib.php:&lt;br /&gt;
Near line 2484, change&lt;br /&gt;
    $htmlactivitynameonly = &#039;&amp;lt;img src=&amp;quot;&#039;.$CFG-&amp;gt;pixpath.&#039;/mod/facetoface/icon.gif&amp;quot; class=&amp;quot;activityicon&amp;quot; alt=&amp;quot;&#039;.$facetoface-&amp;gt;name.&#039;&amp;quot; /&amp;gt; &#039;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
    $htmlactivitynameonly = &#039;&amp;lt;img src=&amp;quot;&#039;.$CFG-&amp;gt;pixpath.&#039;http://&amp;lt;&amp;lt;myMoodleInstall&amp;gt;&amp;gt;/theme/image.php?theme=&amp;lt;&amp;lt;themeName&amp;gt;&amp;gt;&amp;amp;amp;image=icon&amp;amp;amp;rev=211&amp;amp;amp;component=facetoface&amp;quot; class=&amp;quot;activityicon&amp;quot; alt=&amp;quot;&#039;.$facetoface-&amp;gt;name.&#039;&amp;quot; /&amp;gt; &#039;&lt;br /&gt;
&lt;br /&gt;
=Result=&lt;br /&gt;
&lt;br /&gt;
It will look like this:&lt;br /&gt;
&lt;br /&gt;
[[Image:Ftof01.png]]&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Integrating_Face-to-face_sessions_on_the_course_page&amp;diff=88564</id>
		<title>Integrating Face-to-face sessions on the course page</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Integrating_Face-to-face_sessions_on_the_course_page&amp;diff=88564"/>
		<updated>2011-08-26T18:00:46Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: /* Where to add the code for 2.0+ */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Facetoface}}&lt;br /&gt;
&lt;br /&gt;
=Code to add=&lt;br /&gt;
&lt;br /&gt;
To display the session dates directly on the course page, you must add a couple of lines to the print_section() function in course/lib.php:&lt;br /&gt;
&lt;br /&gt;
 } elseif ($mod-&amp;gt;modname == &#039;facetoface&#039;) {&lt;br /&gt;
     include_once($CFG-&amp;gt;dirroot.&#039;/mod/facetoface/lib.php&#039;);&lt;br /&gt;
     echo facetoface_print_coursemodule_info($mod);&lt;br /&gt;
&lt;br /&gt;
=Where to add the code=&lt;br /&gt;
&lt;br /&gt;
==1.9==&lt;br /&gt;
&lt;br /&gt;
In between this block:&lt;br /&gt;
&lt;br /&gt;
 if ($mod-&amp;gt;modname == &amp;quot;label&amp;quot;) {&lt;br /&gt;
&lt;br /&gt;
and the matching else clause:&lt;br /&gt;
&lt;br /&gt;
 } else { // Normal activity&lt;br /&gt;
&lt;br /&gt;
The code goes just above the &#039;else&#039; line just shown.&lt;br /&gt;
&lt;br /&gt;
On 1.9, it should be close to line 1347.&lt;br /&gt;
&lt;br /&gt;
==2.0+==&lt;br /&gt;
&lt;br /&gt;
Near line 1553&lt;br /&gt;
&lt;br /&gt;
in between this block:&lt;br /&gt;
&lt;br /&gt;
            // We may be displaying this just in order to show information&lt;br /&gt;
            // about visibility, without the actual link&lt;br /&gt;
            $contentpart = &#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
and this block:&lt;br /&gt;
&lt;br /&gt;
             if ($mod-&amp;gt;uservisible) {&lt;br /&gt;
             // Nope - in this case the link is fully working for user&lt;br /&gt;
&lt;br /&gt;
Be sure to change the if statement of the &#039;&#039;&#039;if ($mod-&amp;gt;uservisible) {&#039;&#039;&#039; to &#039;&#039;&#039;elseif ($mod-&amp;gt;uservisible) {&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The resulting code should look like this:&lt;br /&gt;
            // We may be displaying this just in order to show information&lt;br /&gt;
            // about visibility, without the actual link&lt;br /&gt;
            $contentpart = &#039;&#039;;&lt;br /&gt;
            if ($mod-&amp;gt;modname == &#039;facetoface&#039;) { &lt;br /&gt;
                include_once($CFG-&amp;gt;dirroot.&#039;/mod/facetoface/lib.php&#039;);&lt;br /&gt;
                echo facetoface_print_coursemodule_info($mod);&lt;br /&gt;
            } elseif ($mod-&amp;gt;uservisible) {&lt;br /&gt;
                // Nope - in this case the link is fully working for user&lt;br /&gt;
&lt;br /&gt;
=Result=&lt;br /&gt;
&lt;br /&gt;
It will look like this:&lt;br /&gt;
&lt;br /&gt;
[[Image:Ftof01.png]]&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Adult_education_and_training&amp;diff=77241</id>
		<title>Adult education and training</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Adult_education_and_training&amp;diff=77241"/>
		<updated>2010-10-27T13:42:25Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: Added internal links and link to Business Uses course&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Moodle is frequently used in provision of adult learning and corporate/government training. &lt;br /&gt;
&lt;br /&gt;
[[SCORM|SCORM]]-compliance, completion-tracking, easy provision of essential content for achieving stated competencies, various [[Enrolment|enrolment]] and [[Enrolment_plugins|payment options]],  and the use of social and collaborative features for discussions or projects make Moodle an ideal choice for adult education, training and professional development.  &lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
==Useful links for adult educators==&lt;br /&gt;
* [http://moodle.org/course/view.php?id=32 Moodle for Business Uses], a course on moodle.org&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Notes&amp;diff=77239</id>
		<title>Notes</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Notes&amp;diff=77239"/>
		<updated>2010-10-27T12:46:20Z</updated>

		<summary type="html">&lt;p&gt;Nrobbins: /* Tips and tricks */  Fixed Typo - &amp;quot;iIn&amp;quot; to &amp;quot;In&amp;quot;&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 (users with [[Capabilities/moodle/notes:view|notes:view]] capability in this course)&lt;br /&gt;
* Site - The note will be visible to other teachers in all courses (users with [[Capabilities/moodle/notes:view|notes:view]] capability in any course)&lt;br /&gt;
&lt;br /&gt;
==Tips and tricks==&lt;br /&gt;
&lt;br /&gt;
* Enable/disable notes: In Moodle 1.9.4 onwards, notes may be disabled by unticking the &#039;&#039;enablenotes&#039;&#039; checkbox in &#039;&#039;Administration &amp;gt; Security &amp;gt; [[Site policies]]&#039;&#039;.&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;
[[ca:notes/index|Anotacions]]&lt;br /&gt;
[[de:Anmerkungen]]&lt;br /&gt;
[[eu:Oharrak]]&lt;br /&gt;
[[fr:Annotations]]&lt;br /&gt;
[[ja:ノート]]&lt;/div&gt;</summary>
		<author><name>Nrobbins</name></author>
	</entry>
</feed>