<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/test/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Elenaivanova</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/test/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Elenaivanova"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/test/Special:Contributions/Elenaivanova"/>
	<updated>2026-04-23T16:38:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/test/index.php?title=Manage_roles&amp;diff=23819</id>
		<title>Manage roles</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/test/index.php?title=Manage_roles&amp;diff=23819"/>
		<updated>2007-05-29T19:18:16Z</updated>

		<summary type="html">&lt;p&gt;Elenaivanova: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Roles}}&lt;br /&gt;
Location: &#039;&#039;Administration &amp;gt; Users &amp;gt; Permissions &amp;gt; Define roles&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Moodle comes with 7 predefined roles:&lt;br /&gt;
&lt;br /&gt;
*Administrator&lt;br /&gt;
*[[Course creator]]&lt;br /&gt;
*[[Teacher]]&lt;br /&gt;
*[[Teacher#Non-editing teacher| Non-editing teacher]]&lt;br /&gt;
*[[Student]]&lt;br /&gt;
*[[Guest access|Guest]]&lt;br /&gt;
*Authenticated user (from 1.8 onwards)&lt;br /&gt;
&lt;br /&gt;
Each role may be edited via the link next to its name.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Permissions==&lt;br /&gt;
&lt;br /&gt;
Permissions are settings for specific capabilities. There are four values:&lt;br /&gt;
&lt;br /&gt;
;Not Set (formerly Inherit)&lt;br /&gt;
:This is the default setting, generally. It&#039;s a neutral setting that means &amp;quot;use whatever setting the user already had&amp;quot;. If a role gets assigned to someone (e.g. in a course) that has this permission for a capability, then the actual permission they&#039;ll have will just be the same as they already had at higher-level contexts (e.g. categories or site level). Ultimately, if permission is never allowed at any level, then the user will have no permission for that capability. &lt;br /&gt;
&lt;br /&gt;
;Allow&lt;br /&gt;
:By choosing this you are granting permission for this capability to people who are assigned this role. This permission applies for the context that this role gets assigned plus all &amp;quot;lower&amp;quot; contexts. For example, if this role is a student role assigned to a course, then students will be able to &amp;quot;start new discussions&amp;quot; in all forums in that course, unless some forum contains an override or a new assignment with a Prevent or Prohibit value for this capability.&lt;br /&gt;
&lt;br /&gt;
;Prevent&lt;br /&gt;
:By choosing this you are removing permission for this capability, even if the users with this role were allowed that permission in a higher context.&lt;br /&gt;
&lt;br /&gt;
;Prohibit&lt;br /&gt;
:This is rarely needed, but occasionally you might want to completely deny permissions to a role in a way that can NOT be overridden at any lower context. An example of when you might need this is when an admin wants to prohibit one person from starting new discussions in any forum on the whole site. In this case they can create a role with that capability set to &amp;quot;Prohibit&amp;quot; and then assign it to that user in the site context. &lt;br /&gt;
&lt;br /&gt;
Permissions at a &amp;quot;lower&amp;quot; context will generally override anything at a &amp;quot;higher&amp;quot; context (this applies to overrides and assigned roles). The exception is Prohibit which can not be overridden at lower levels.&lt;br /&gt;
&lt;br /&gt;
If two roles are assigned to a person in the same context, one with Allow and one with Prevent, which one wins? In this case, Moodle will look up the context tree for a &amp;quot;decider&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For example, a student has two roles in a course, one that allows them to start new discussions, one that prevents them. In this case, we check the categories and the site contexts, looking for another defined permission to help us decide. If we don&#039;t find one, then permission is Prevent by default (because the two settings cancelled each other out, and thus they have no permission). &lt;br /&gt;
&lt;br /&gt;
==Legacy role types==&lt;br /&gt;
&lt;br /&gt;
* Legacy role types were implemented for backward compatibility.&lt;br /&gt;
* Selecting a legacy role type in 1.8 (or allowing a legacy capability in 1.7) does NOT provide a new role with all capabilities of a pre-Moodle 1.7 role.&lt;br /&gt;
*It is recommended that a legacy role type is selected only for roles that are similar to pre-Moodle 1.7 student/teacher/admin/creator roles. &lt;br /&gt;
* It is not necessary to select a legacy role type unless using old 3rd party code that was not designed for Moodle 1.7 and doesn&#039;t yet support roles.&lt;br /&gt;
&lt;br /&gt;
==Adding a new role==&lt;br /&gt;
&lt;br /&gt;
#Give the role an appropriate name. If you need to name the role for multiple languages you can use [[Multi language content|multi-lang syntax]] if you wish, such as &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span lang=&amp;quot;en&amp;quot; class=&amp;quot;multilang&amp;quot;&amp;gt;Teacher&amp;lt;/span&amp;gt; &amp;lt;span lang=&amp;quot;es_es&amp;quot; class=&amp;quot;multilang&amp;quot;&amp;gt;Profesor&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. If multi-lang syntax is used then &#039;&#039;Filter all strings&#039;&#039; should be set in [[Filter settings]].&lt;br /&gt;
#Give the role a meaningful short name. The short name is necessary for other plugins in Moodle that may need to refer to the role (e.g. when uploading users from a file or setting enrolments via an enrolment plugin).&lt;br /&gt;
#Optional: Give the role a description so that everyone has a common understanding of it.&lt;br /&gt;
&lt;br /&gt;
==Creating a duplicate role==&lt;br /&gt;
{{Moodle 1.8}}&lt;br /&gt;
In Moodle 1.8 onwards, a new role based on a predefined role may be quickly created using the &amp;quot;Duplicate role&amp;quot; button.&lt;br /&gt;
#Follow the link of the name of the predefined role to be duplicated.&lt;br /&gt;
#Click the &amp;quot;Duplicate role&amp;quot; button near the top of the &amp;quot;View role details&amp;quot; page.&lt;br /&gt;
#Answer &#039;&#039;&#039;Yes&#039;&#039;&#039; to the question &amp;quot;Are you sure you want to duplicate the role ...?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Testing a new role==&lt;br /&gt;
&lt;br /&gt;
#Create test user and assign new role to them.&lt;br /&gt;
#Either logout as admin and then login as test user or use a different browser to login as test user.&lt;br /&gt;
&lt;br /&gt;
Note: New roles may not be tested using the &amp;quot;Switch role to...&amp;quot; feature.&lt;br /&gt;
&lt;br /&gt;
==Example roles==&lt;br /&gt;
&lt;br /&gt;
*[[Inspector role|Inspector]] - for providing external inspectors with permission to view all courses (without being required to enrol)&lt;br /&gt;
*[[Parent role|Parent]] - for providing parents/mentors/tutors with permission to view certain information about their children/mentees/tutees&lt;br /&gt;
*[[Demo teacher role|Demo teacher]] - for providing a demonstration teacher account with a password which can&#039;t be changed&lt;br /&gt;
*[[Forum moderator role]] - for providing a user with permission in a particular forum to edit or delete forum posts, split discussions and move discussions to other forums&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=66782 What happens if a user has multiple roles in a course?] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Roles]]&lt;br /&gt;
&lt;br /&gt;
[[es:Gestionar_roles]]&lt;br /&gt;
[[fr:Définir les rôles]]&lt;/div&gt;</summary>
		<author><name>Elenaivanova</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/test/index.php?title=Blocks&amp;diff=15527</id>
		<title>Blocks</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/test/index.php?title=Blocks&amp;diff=15527"/>
		<updated>2006-09-06T18:23:39Z</updated>

		<summary type="html">&lt;p&gt;Elenaivanova: /* Block arrangement */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Course edit on new 4.JPG|thumb|350px|right|Example shows blocks on left and right on a new empty course homepage]]This page is for teachers who are learning about a course feature called blocks. &lt;br /&gt;
&lt;br /&gt;
The [[course/view|course homepage]] generally contains &#039;&#039;&#039;blocks&#039;&#039;&#039; on the left and right of the centre column.  For example in the upper right is the &amp;quot;Latest News&amp;quot; block and in the upper left is the &amp;quot;People&amp;quot; block.&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;
==Adding blocks==&lt;br /&gt;
Teachers in a course may add blocks.  In the above image the &amp;quot;Add Block&amp;quot; block is in the lower left.  Here the dropdown list showing standard blocks in Moodle 1.6 plus a non-standard &amp;quot;Verify Certificate&amp;quot; block.&lt;br /&gt;
[[Image:Block_add_dropdown_list.JPG|thumb|150px|left|Add block list in 1.6]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Block types==&lt;br /&gt;
Here is a list of different types of blocks and links with more infomation&lt;br /&gt;
*[[Activities block|Activities]]&lt;br /&gt;
*[[Administration block|Administration]]&lt;br /&gt;
*[[Blog Tags block|Blog Tags]] (1.6)&lt;br /&gt;
*[[Blog Menu block|Blog Menu]] (1.6)&lt;br /&gt;
*[[Calendar block|Calendar]]&lt;br /&gt;
*[[Courses block|Courses]]&lt;br /&gt;
*[[Course/Site Description block|Course/Site Description]]&lt;br /&gt;
*[[HTML block|HTML]]&lt;br /&gt;
*[[Latest News block|Latest News]]&lt;br /&gt;
*[[Loan Calculator block|Loan Calculator]] (1.6)&lt;br /&gt;
*[[Messages block|Messages]]&lt;br /&gt;
*[[Online Users block|Online Users]]&lt;br /&gt;
*[[People block|People]]&lt;br /&gt;
*[[Quiz Results block|Quiz Results]]&lt;br /&gt;
*[[Random Glossary Entry block|Random Glossary Entry]]&lt;br /&gt;
*[[Recent Activity block|Recent Activity]]&lt;br /&gt;
*[[RSS feeds block|RSS feeds]]&lt;br /&gt;
*[[Search Forums block|Search Forums]]&lt;br /&gt;
*[[Section Links block|Section Links]]&lt;br /&gt;
*[[Upcoming Events block|Upcoming Events]]&lt;br /&gt;
&lt;br /&gt;
==Block arrangement==&lt;br /&gt;
Blocks may be added, hidden, deleted, and moved up, down and left/right when editing is turned on.&lt;br /&gt;
[[Image:Block_People.JPG |thumb|200px|left|People Block - with the editing icons showing]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Blocks (administrator)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Blocs (enseignant)]]&lt;/div&gt;</summary>
		<author><name>Elenaivanova</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/test/index.php?title=Blocks&amp;diff=15526</id>
		<title>Blocks</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/test/index.php?title=Blocks&amp;diff=15526"/>
		<updated>2006-09-06T18:23:12Z</updated>

		<summary type="html">&lt;p&gt;Elenaivanova: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Course edit on new 4.JPG|thumb|350px|right|Example shows blocks on left and right on a new empty course homepage]]This page is for teachers who are learning about a course feature called blocks. &lt;br /&gt;
&lt;br /&gt;
The [[course/view|course homepage]] generally contains &#039;&#039;&#039;blocks&#039;&#039;&#039; on the left and right of the centre column.  For example in the upper right is the &amp;quot;Latest News&amp;quot; block and in the upper left is the &amp;quot;People&amp;quot; block.&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;
==Adding blocks==&lt;br /&gt;
Teachers in a course may add blocks.  In the above image the &amp;quot;Add Block&amp;quot; block is in the lower left.  Here the dropdown list showing standard blocks in Moodle 1.6 plus a non-standard &amp;quot;Verify Certificate&amp;quot; block.&lt;br /&gt;
[[Image:Block_add_dropdown_list.JPG|thumb|150px|left|Add block list in 1.6]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Block types==&lt;br /&gt;
Here is a list of different types of blocks and links with more infomation&lt;br /&gt;
*[[Activities block|Activities]]&lt;br /&gt;
*[[Administration block|Administration]]&lt;br /&gt;
*[[Blog Tags block|Blog Tags]] (1.6)&lt;br /&gt;
*[[Blog Menu block|Blog Menu]] (1.6)&lt;br /&gt;
*[[Calendar block|Calendar]]&lt;br /&gt;
*[[Courses block|Courses]]&lt;br /&gt;
*[[Course/Site Description block|Course/Site Description]]&lt;br /&gt;
*[[HTML block|HTML]]&lt;br /&gt;
*[[Latest News block|Latest News]]&lt;br /&gt;
*[[Loan Calculator block|Loan Calculator]] (1.6)&lt;br /&gt;
*[[Messages block|Messages]]&lt;br /&gt;
*[[Online Users block|Online Users]]&lt;br /&gt;
*[[People block|People]]&lt;br /&gt;
*[[Quiz Results block|Quiz Results]]&lt;br /&gt;
*[[Random Glossary Entry block|Random Glossary Entry]]&lt;br /&gt;
*[[Recent Activity block|Recent Activity]]&lt;br /&gt;
*[[RSS feeds block|RSS feeds]]&lt;br /&gt;
*[[Search Forums block|Search Forums]]&lt;br /&gt;
*[[Section Links block|Section Links]]&lt;br /&gt;
*[[Upcoming Events block|Upcoming Events]]&lt;br /&gt;
&lt;br /&gt;
==Block arrangement==&lt;br /&gt;
Blocks may be added, hidden, deleted, and moved up, down and left/right when editing is turned on.&lt;br /&gt;
[[Image:Block_People.JPG |thumb|200px|left|People Block - with the editing icons showing]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Blocks (administrator)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Blocs (enseignant)]]&lt;/div&gt;</summary>
		<author><name>Elenaivanova</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/test/index.php?title=Blocks&amp;diff=15520</id>
		<title>Blocks</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/test/index.php?title=Blocks&amp;diff=15520"/>
		<updated>2006-09-06T16:10:55Z</updated>

		<summary type="html">&lt;p&gt;Elenaivanova: /* Adding blocks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Course edit on new 4.JPG|thumb|350px|right|Example shows blocks on left and right on a new empty course homepage]]This page is for teachers who are learning about a course feature called blocks. &lt;br /&gt;
&lt;br /&gt;
The [[course/view|course homepage]] generally contains &#039;&#039;&#039;blocks&#039;&#039;&#039; on the left and right of the centre column.  For example in the upper right is the &amp;quot;Latest News&amp;quot; block and in the upper left is the &amp;quot;People&amp;quot; block.&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;
==Adding blocks==&lt;br /&gt;
Teachers in a course may add blocks.  In the above image the &amp;quot;Add Block&amp;quot; block is in the lower left.  Here the dropdown list showing standard blocks in Moodle 1.6 plus a non-standard &amp;quot;Verify Certificate&amp;quot; block.&lt;br /&gt;
[[Image:Block_add_dropdown_list.JPG|thumb|150px|frame|right|Add block list in 1.6]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Block types==&lt;br /&gt;
Here is a list of different types of blocks and links with more infomation&lt;br /&gt;
*[[Activities block|Activities]]&lt;br /&gt;
*[[Administration block|Administration]]&lt;br /&gt;
*[[Blog Tags block|Blog Tags]] (1.6)&lt;br /&gt;
*[[Blog Menu block|Blog Menu]] (1.6)&lt;br /&gt;
*[[Calendar block|Calendar]]&lt;br /&gt;
*[[Courses block|Courses]]&lt;br /&gt;
*[[Course/Site Description block|Course/Site Description]]&lt;br /&gt;
*[[HTML block|HTML]]&lt;br /&gt;
*[[Latest News block|Latest News]]&lt;br /&gt;
*[[Loan Calculator block|Loan Calculator]] (1.6)&lt;br /&gt;
*[[Messages block|Messages]]&lt;br /&gt;
*[[Online Users block|Online Users]]&lt;br /&gt;
*[[People block|People]]&lt;br /&gt;
*[[Quiz Results block|Quiz Results]]&lt;br /&gt;
*[[Random Glossary Entry block|Random Glossary Entry]]&lt;br /&gt;
*[[Recent Activity block|Recent Activity]]&lt;br /&gt;
*[[RSS feeds block|RSS feeds]]&lt;br /&gt;
*[[Search Forums block|Search Forums]]&lt;br /&gt;
*[[Section Links block|Section Links]]&lt;br /&gt;
*[[Upcoming Events block|Upcoming Events]]&lt;br /&gt;
&lt;br /&gt;
==Block arrangement==&lt;br /&gt;
[[Image:Block_People.JPG |thumb|200px|right|People Block - with the editing icons showing]]Blocks may be added, hidden, deleted, and moved up, down and left/right when editing is turned on.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Blocks (administrator)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Blocs (enseignant)]]&lt;/div&gt;</summary>
		<author><name>Elenaivanova</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/test/index.php?title=Blocks&amp;diff=15519</id>
		<title>Blocks</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/test/index.php?title=Blocks&amp;diff=15519"/>
		<updated>2006-09-06T16:03:54Z</updated>

		<summary type="html">&lt;p&gt;Elenaivanova: /* Adding blocks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Course edit on new 4.JPG|thumb|350px|right|Example shows blocks on left and right on a new empty course homepage]]This page is for teachers who are learning about a course feature called blocks. &lt;br /&gt;
&lt;br /&gt;
The [[course/view|course homepage]] generally contains &#039;&#039;&#039;blocks&#039;&#039;&#039; on the left and right of the centre column.  For example in the upper right is the &amp;quot;Latest News&amp;quot; block and in the upper left is the &amp;quot;People&amp;quot; block.&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;
==Adding blocks==&lt;br /&gt;
Teachers in a course may add blocks.  In the above image the &amp;quot;Add Block&amp;quot; block is in the lower left.  Here the dropdown list showing standard blocks in Moodle 1.6 plus a non-standard &amp;quot;Verify Certificate&amp;quot; block.&lt;br /&gt;
[[Image:Block_add_dropdown_list.JPG|thumb|150px|frame|left|Add block list in 1.6]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Block types==&lt;br /&gt;
Here is a list of different types of blocks and links with more infomation&lt;br /&gt;
*[[Activities block|Activities]]&lt;br /&gt;
*[[Administration block|Administration]]&lt;br /&gt;
*[[Blog Tags block|Blog Tags]] (1.6)&lt;br /&gt;
*[[Blog Menu block|Blog Menu]] (1.6)&lt;br /&gt;
*[[Calendar block|Calendar]]&lt;br /&gt;
*[[Courses block|Courses]]&lt;br /&gt;
*[[Course/Site Description block|Course/Site Description]]&lt;br /&gt;
*[[HTML block|HTML]]&lt;br /&gt;
*[[Latest News block|Latest News]]&lt;br /&gt;
*[[Loan Calculator block|Loan Calculator]] (1.6)&lt;br /&gt;
*[[Messages block|Messages]]&lt;br /&gt;
*[[Online Users block|Online Users]]&lt;br /&gt;
*[[People block|People]]&lt;br /&gt;
*[[Quiz Results block|Quiz Results]]&lt;br /&gt;
*[[Random Glossary Entry block|Random Glossary Entry]]&lt;br /&gt;
*[[Recent Activity block|Recent Activity]]&lt;br /&gt;
*[[RSS feeds block|RSS feeds]]&lt;br /&gt;
*[[Search Forums block|Search Forums]]&lt;br /&gt;
*[[Section Links block|Section Links]]&lt;br /&gt;
*[[Upcoming Events block|Upcoming Events]]&lt;br /&gt;
&lt;br /&gt;
==Block arrangement==&lt;br /&gt;
[[Image:Block_People.JPG |thumb|200px|right|People Block - with the editing icons showing]]Blocks may be added, hidden, deleted, and moved up, down and left/right when editing is turned on.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Blocks (administrator)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Blocs (enseignant)]]&lt;/div&gt;</summary>
		<author><name>Elenaivanova</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/test/index.php?title=Blocks&amp;diff=15518</id>
		<title>Blocks</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/test/index.php?title=Blocks&amp;diff=15518"/>
		<updated>2006-09-06T15:50:22Z</updated>

		<summary type="html">&lt;p&gt;Elenaivanova: /* Block arrangement */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Course edit on new 4.JPG|thumb|350px|right|Example shows blocks on left and right on a new empty course homepage]]This page is for teachers who are learning about a course feature called blocks. &lt;br /&gt;
&lt;br /&gt;
The [[course/view|course homepage]] generally contains &#039;&#039;&#039;blocks&#039;&#039;&#039; on the left and right of the centre column.  For example in the upper right is the &amp;quot;Latest News&amp;quot; block and in the upper left is the &amp;quot;People&amp;quot; block.&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;
==Adding blocks==&lt;br /&gt;
[[Image:Block_add_dropdown_list.JPG|thumb|150px|right|Add block list in 1.6]]Teachers in a course may add blocks.  In the above image the &amp;quot;Add Block&amp;quot; block is in the lower left.  Here the dropdown list showing standard blocks in Moodle 1.6 plus a non-standard &amp;quot;Verify Certificate&amp;quot; block.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Block types==&lt;br /&gt;
Here is a list of different types of blocks and links with more infomation&lt;br /&gt;
*[[Activities block|Activities]]&lt;br /&gt;
*[[Administration block|Administration]]&lt;br /&gt;
*[[Blog Tags block|Blog Tags]] (1.6)&lt;br /&gt;
*[[Blog Menu block|Blog Menu]] (1.6)&lt;br /&gt;
*[[Calendar block|Calendar]]&lt;br /&gt;
*[[Courses block|Courses]]&lt;br /&gt;
*[[Course/Site Description block|Course/Site Description]]&lt;br /&gt;
*[[HTML block|HTML]]&lt;br /&gt;
*[[Latest News block|Latest News]]&lt;br /&gt;
*[[Loan Calculator block|Loan Calculator]] (1.6)&lt;br /&gt;
*[[Messages block|Messages]]&lt;br /&gt;
*[[Online Users block|Online Users]]&lt;br /&gt;
*[[People block|People]]&lt;br /&gt;
*[[Quiz Results block|Quiz Results]]&lt;br /&gt;
*[[Random Glossary Entry block|Random Glossary Entry]]&lt;br /&gt;
*[[Recent Activity block|Recent Activity]]&lt;br /&gt;
*[[RSS feeds block|RSS feeds]]&lt;br /&gt;
*[[Search Forums block|Search Forums]]&lt;br /&gt;
*[[Section Links block|Section Links]]&lt;br /&gt;
*[[Upcoming Events block|Upcoming Events]]&lt;br /&gt;
&lt;br /&gt;
==Block arrangement==&lt;br /&gt;
[[Image:Block_People.JPG |thumb|200px|right|People Block - with the editing icons showing]]Blocks may be added, hidden, deleted, and moved up, down and left/right when editing is turned on.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Blocks (administrator)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Blocs (enseignant)]]&lt;/div&gt;</summary>
		<author><name>Elenaivanova</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/test/index.php?title=Blocks&amp;diff=15517</id>
		<title>Blocks</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/test/index.php?title=Blocks&amp;diff=15517"/>
		<updated>2006-09-06T15:50:05Z</updated>

		<summary type="html">&lt;p&gt;Elenaivanova: /* Adding blocks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Course edit on new 4.JPG|thumb|350px|right|Example shows blocks on left and right on a new empty course homepage]]This page is for teachers who are learning about a course feature called blocks. &lt;br /&gt;
&lt;br /&gt;
The [[course/view|course homepage]] generally contains &#039;&#039;&#039;blocks&#039;&#039;&#039; on the left and right of the centre column.  For example in the upper right is the &amp;quot;Latest News&amp;quot; block and in the upper left is the &amp;quot;People&amp;quot; block.&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;
==Adding blocks==&lt;br /&gt;
[[Image:Block_add_dropdown_list.JPG|thumb|150px|right|Add block list in 1.6]]Teachers in a course may add blocks.  In the above image the &amp;quot;Add Block&amp;quot; block is in the lower left.  Here the dropdown list showing standard blocks in Moodle 1.6 plus a non-standard &amp;quot;Verify Certificate&amp;quot; block.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Block types==&lt;br /&gt;
Here is a list of different types of blocks and links with more infomation&lt;br /&gt;
*[[Activities block|Activities]]&lt;br /&gt;
*[[Administration block|Administration]]&lt;br /&gt;
*[[Blog Tags block|Blog Tags]] (1.6)&lt;br /&gt;
*[[Blog Menu block|Blog Menu]] (1.6)&lt;br /&gt;
*[[Calendar block|Calendar]]&lt;br /&gt;
*[[Courses block|Courses]]&lt;br /&gt;
*[[Course/Site Description block|Course/Site Description]]&lt;br /&gt;
*[[HTML block|HTML]]&lt;br /&gt;
*[[Latest News block|Latest News]]&lt;br /&gt;
*[[Loan Calculator block|Loan Calculator]] (1.6)&lt;br /&gt;
*[[Messages block|Messages]]&lt;br /&gt;
*[[Online Users block|Online Users]]&lt;br /&gt;
*[[People block|People]]&lt;br /&gt;
*[[Quiz Results block|Quiz Results]]&lt;br /&gt;
*[[Random Glossary Entry block|Random Glossary Entry]]&lt;br /&gt;
*[[Recent Activity block|Recent Activity]]&lt;br /&gt;
*[[RSS feeds block|RSS feeds]]&lt;br /&gt;
*[[Search Forums block|Search Forums]]&lt;br /&gt;
*[[Section Links block|Section Links]]&lt;br /&gt;
*[[Upcoming Events block|Upcoming Events]]&lt;br /&gt;
&lt;br /&gt;
==Block arrangement==&lt;br /&gt;
[[Image:Block_People.JPG |thumb|200px|left|People Block - with the editing icons showing]]Blocks may be added, hidden, deleted, and moved up, down and left/right when editing is turned on.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Blocks (administrator)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Blocs (enseignant)]]&lt;/div&gt;</summary>
		<author><name>Elenaivanova</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/test/index.php?title=User:Elena_Ivanova&amp;diff=14665</id>
		<title>User:Elena Ivanova</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/test/index.php?title=User:Elena_Ivanova&amp;diff=14665"/>
		<updated>2006-08-21T21:09:15Z</updated>

		<summary type="html">&lt;p&gt;Elenaivanova: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;You can send a message to  Elena &lt;br /&gt;
[http://moodle.org/user/view.php?id=120033&amp;amp;course=1 here]&lt;br /&gt;
&lt;br /&gt;
http://moodle.org/user/view.php?id=120033&amp;amp;course=1&lt;br /&gt;
&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Elenaivanova</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/test/index.php?title=Meta_course&amp;diff=14664</id>
		<title>Meta course</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/test/index.php?title=Meta_course&amp;diff=14664"/>
		<updated>2006-08-21T20:50:37Z</updated>

		<summary type="html">&lt;p&gt;Elenaivanova: /* Metacourse usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Metacourses&#039;&#039;&#039; are courses which take their enrolments from other courses i.e. for every course &#039;enrolled&#039; on the metacourse, all students in the course are also enrolled in the metacourse.&lt;br /&gt;
&lt;br /&gt;
Each time a student enrols on (or unenrols from) a course, s/he is enrolled/unenrolled from any metacourse(s) associated with it (although it doesn&#039;t happen immediately - it may take an hour to show up).&lt;br /&gt;
&lt;br /&gt;
Please note that metacourse enrolments do not preserve groups.&lt;br /&gt;
&lt;br /&gt;
==Metacourse setup==&lt;br /&gt;
Teachers are able to choose whether a course is a metacourse via the &amp;quot;Is this a metacourse?&amp;quot; (yes/no) menu option in the [[Settings|course settings]]. If a meta course is chosen, the [[Students|students]] page changes from listing/searching for students to listing/searching for courses.&lt;br /&gt;
&lt;br /&gt;
==Metacourse usage==&lt;br /&gt;
Metacourses may be used in a variety of ways:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Scenario 1:&#039;&#039;&#039; X is a metacourse with Course 1 through 4 as normal courses with standard student enrollments. Students enrolling on these courses are automatically enrolled onto Metacourse X. This would be used, for example, when every student gets to choose one option from Courses 1-4 but Metacourse X is compulsory for all students taking one of those four options. &lt;br /&gt;
&lt;br /&gt;
[[Image:Metacourses1_en.jpg|Standard Metacourse Usage]]&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Scenario 2:&#039;&#039;&#039; Metacourses 1-4 are linked to Y which is a normal course. Students enrolling on Course Y are automatically enrolled on Metacourses  1-4. This would be used, for example, when all five courses are intended to have exactly the same students. &lt;br /&gt;
&lt;br /&gt;
[[Image:Metacourses2_en.jpg|Upsidedown Metacourse Usage]]&lt;br /&gt;
&lt;br /&gt;
In both diagrams you can see students being enrolled normally into standard courses and then the entire student list of a course being added to the Metacourse.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=48901 Metacourses?] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Enrolment]]&lt;br /&gt;
&lt;br /&gt;
[[es:Metacourses]]&lt;br /&gt;
[[fr:Méta-cours]]&lt;br /&gt;
[[ru:Метакурсы]]&lt;/div&gt;</summary>
		<author><name>Elenaivanova</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/test/index.php?title=File:Metacourses2_en.jpg&amp;diff=14663</id>
		<title>File:Metacourses2 en.jpg</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/test/index.php?title=File:Metacourses2_en.jpg&amp;diff=14663"/>
		<updated>2006-08-21T20:48:28Z</updated>

		<summary type="html">&lt;p&gt;Elenaivanova: Explanation of Metacousres in English&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Explanation of Metacousres in English&lt;/div&gt;</summary>
		<author><name>Elenaivanova</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/test/index.php?title=Meta_course&amp;diff=14661</id>
		<title>Meta course</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/test/index.php?title=Meta_course&amp;diff=14661"/>
		<updated>2006-08-21T20:42:14Z</updated>

		<summary type="html">&lt;p&gt;Elenaivanova: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Metacourses&#039;&#039;&#039; are courses which take their enrolments from other courses i.e. for every course &#039;enrolled&#039; on the metacourse, all students in the course are also enrolled in the metacourse.&lt;br /&gt;
&lt;br /&gt;
Each time a student enrols on (or unenrols from) a course, s/he is enrolled/unenrolled from any metacourse(s) associated with it (although it doesn&#039;t happen immediately - it may take an hour to show up).&lt;br /&gt;
&lt;br /&gt;
Please note that metacourse enrolments do not preserve groups.&lt;br /&gt;
&lt;br /&gt;
==Metacourse setup==&lt;br /&gt;
Teachers are able to choose whether a course is a metacourse via the &amp;quot;Is this a metacourse?&amp;quot; (yes/no) menu option in the [[Settings|course settings]]. If a meta course is chosen, the [[Students|students]] page changes from listing/searching for students to listing/searching for courses.&lt;br /&gt;
&lt;br /&gt;
==Metacourse usage==&lt;br /&gt;
Metacourses may be used in a variety of ways:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Scenario 1:&#039;&#039;&#039; X is a metacourse with Course 1 through 4 as normal courses with standard student enrollments. Students enrolling on these courses are automatically enrolled onto Metacourse X. This would be used, for example, when every student gets to choose one option from Courses 1-4 but Metacourse X is compulsory for all students taking one of those four options. &lt;br /&gt;
&lt;br /&gt;
[[Image:Metacourses1_en.jpg|Standard Metacourse Usage]]&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Scenario 2:&#039;&#039;&#039; Metacourses 1-4 are linked to Y which is a normal course. Students enrolling on Course Y are automatically enrolled on Metacourses  1-4. This would be used, for example, when all five courses are intended to have exactly the same students. &lt;br /&gt;
&lt;br /&gt;
[[Image:Metacourses2.png|Upsidedown Metacourse Usage]]&lt;br /&gt;
&lt;br /&gt;
In both diagrams you can see students being enrolled normally into standard courses and then the entire student list of a course being added to the Metacourse.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=48901 Metacourses?] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Enrolment]]&lt;br /&gt;
&lt;br /&gt;
[[es:Metacourses]]&lt;br /&gt;
[[fr:Méta-cours]]&lt;br /&gt;
[[ru:Метакурсы]]&lt;/div&gt;</summary>
		<author><name>Elenaivanova</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/test/index.php?title=File:Metacourses1_en.jpg&amp;diff=14660</id>
		<title>File:Metacourses1 en.jpg</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/test/index.php?title=File:Metacourses1_en.jpg&amp;diff=14660"/>
		<updated>2006-08-21T20:41:41Z</updated>

		<summary type="html">&lt;p&gt;Elenaivanova: Explanation of Meta cousres&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Explanation of Meta cousres&lt;/div&gt;</summary>
		<author><name>Elenaivanova</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/test/index.php?title=File:Metacourses1.jpg&amp;diff=14659</id>
		<title>File:Metacourses1.jpg</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/test/index.php?title=File:Metacourses1.jpg&amp;diff=14659"/>
		<updated>2006-08-21T20:41:02Z</updated>

		<summary type="html">&lt;p&gt;Elenaivanova: Explanation of Meta courses in English&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Explanation of Meta courses in English&lt;/div&gt;</summary>
		<author><name>Elenaivanova</name></author>
	</entry>
</feed>