<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/25/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ghillenb</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/25/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ghillenb"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/Special:Contributions/Ghillenb"/>
	<updated>2026-06-02T17:33:19Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Mobile_app&amp;diff=106744</id>
		<title>Mobile app</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Mobile_app&amp;diff=106744"/>
		<updated>2013-10-02T09:02:33Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Mobile}}&lt;br /&gt;
&amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;&#039;&#039;&#039;Mobile app latest&#039;&#039;&#039;: The &#039;&#039;Moodle Mobile&#039;&#039; app (developed on HTML5 and Phonegap) replaces the old mobile app for iPhone, &#039;&#039;My Moodle&#039;&#039;. It requires Moodle 2.4 or above.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* Responsive design for phone and tablets&lt;br /&gt;
* Upload a picture into your private file area&lt;br /&gt;
* Record an audio file and upload it into your private file area&lt;br /&gt;
* Send a private message to a course participant (can be done offline)&lt;br /&gt;
* Take a personal note about a course participant (can be done offline)&lt;br /&gt;
* Add a course participant to your phone contact&lt;br /&gt;
* Call a course participant touching the phone number&lt;br /&gt;
* Locate a course participant address on Google map&lt;br /&gt;
* Download and view some resources&lt;br /&gt;
* Quick access to your course contents&lt;br /&gt;
* Remote translation (see bellow)&lt;br /&gt;
* Remote layout/style customization (see below)&lt;br /&gt;
&lt;br /&gt;
Notice that Moodle Mobile is not a replacement of the MyMobile or Bootstrap/Simple theme. Moodle Mobile offers offline contents, camera &amp;amp; audio features and (in a future) Push notifications.&lt;br /&gt;
You can use Moodle Mobile app in combination with a Mobile theme.&lt;br /&gt;
&lt;br /&gt;
=== Screenshots ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Phone&#039;&#039;&#039;&lt;br /&gt;
[[File:moodlemobile01.jpg]] [[File:moodlemobile02.jpg]] [[File:moodlemobile03.jpg]] [[File:moodlemobile04.jpg]] [[File:moodlemobile05.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tablet&#039;&#039;&#039;&lt;br /&gt;
[[File:moodlemobileipad01.jpg]] [[File:moodlemobileipad02.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Translation ===&lt;br /&gt;
&lt;br /&gt;
The app synchronizes the translation from your Moodle site. Upload to your lang/en folder (or to your moodledata/lang/mylang folder) a valid mobile.php file containing your translation, an example can be found [http://jsfiddle.net/jleyva/9AFKN/2/embedded/result/ here]&lt;br /&gt;
&lt;br /&gt;
=== Style customization ===&lt;br /&gt;
&lt;br /&gt;
The app can also retrieve your custom styles from your Moodle site. Since the app is a HTML5 app, you can apply safely any CSS, CSS2 and CSS3 style.&lt;br /&gt;
&lt;br /&gt;
In your Moodle installation go to Plugins / Web services / Mobile and enter in the mobilecssurl field a valid URL pointing to a CSS file containing your custom styles. The original styles to override can be found here: https://github.com/moodlehq/moodlemobile/tree/master/css&lt;br /&gt;
&lt;br /&gt;
The CSS should be placed inside your Moodle installation (in your custom theme or inside a local plugin)&lt;br /&gt;
&lt;br /&gt;
Once the user is logged in the app, there is a periodical process that retrieves your remote CSS files for applying your custom styles. &lt;br /&gt;
&lt;br /&gt;
Notice that on the first time a user opens the app, he will see the default &amp;quot;orange&amp;quot; style. Your custom styles will be applied once the user has added a site in the app.&lt;br /&gt;
&lt;br /&gt;
==Moodle sites must be enabled for the app to access them==&lt;br /&gt;
&lt;br /&gt;
Moodle 2.4 or above is mandatory.&lt;br /&gt;
&lt;br /&gt;
The administrator of your Moodle site must enable mobile access as follows:&lt;br /&gt;
&lt;br /&gt;
* In &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Plugins &amp;gt; Web services &amp;gt; Mobile&#039;&#039; tick the &#039;Enable web services for mobile devices&#039; checkbox, then click the button to save changes.&lt;br /&gt;
&lt;br /&gt;
==Installing the mobile app==&lt;br /&gt;
&lt;br /&gt;
Apps are available in Google Play and also Apple Store. You can install the app directly from your Mobile device, search for &amp;quot;Moodle Mobile&amp;quot; the author/owner must be &amp;quot;Moodle Pty Ltd&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Android:  https://play.google.com/store/apps/details?id=com.moodle.moodlemobile&lt;br /&gt;
&lt;br /&gt;
iOS:  https://itunes.apple.com/es/app/moodle-mobile/id633359593&lt;br /&gt;
&lt;br /&gt;
You can find the app build for other Mobile OS (not supported officially) here:&lt;br /&gt;
&lt;br /&gt;
https://build.phonegap.com/apps/314601/builds&lt;br /&gt;
&lt;br /&gt;
==Testing the app on a demo site==&lt;br /&gt;
&lt;br /&gt;
In the login screen, type &amp;quot;teacher&amp;quot; or &amp;quot;student&amp;quot; in the Username field and click the Add button. You will be logged automatically to a Moodle demo site for testing the app.&lt;br /&gt;
&lt;br /&gt;
== Cache ==&lt;br /&gt;
If you connect to your Moodle site and update/create/delete anything, and then go to your mobile app, the content will not be displayed. You will have to wait a couple of minutes. The cache time for the app is currently 5 minutes.&lt;br /&gt;
&lt;br /&gt;
There are developer options for purging the cache at any time (Settings -&amp;gt; Development)&lt;br /&gt;
&lt;br /&gt;
==How to report a bug==&lt;br /&gt;
&lt;br /&gt;
# Log in to the Moodle Mobile tracker  [https://tracker.moodle.org/browse/MOBILE https://tracker.moodle.org/browse/MOBILE] (you&#039;ll need to [http://tracker.moodle.org/secure/Signup%21default.jspa create a tracker account] if you&#039;ve not done so previously)&lt;br /&gt;
# &#039;&#039;Check whether the issue has already been reported by [https://tracker.moodle.org/issues/?jql=project%20%3D%20MOBILE searching all the issues]&#039;&#039;&lt;br /&gt;
# If not, report the bug by clicking the &#039;Create Issue&#039; link at the top right of the page, selecting &#039;Moodle Mobile&#039; as the project&lt;br /&gt;
# Add a detailed description then click the Create button&lt;br /&gt;
# Attach the following files to the issue by selecting &#039;Attach Files&#039; in the &#039;More actions&#039; dropdown menu:&lt;br /&gt;
#* &#039;Device information&#039; - this can be found in the app (Settings -&amp;gt; Development -&amp;gt; Device info, you can send yourself this information by email using the e-mail button at the bottom)&lt;br /&gt;
#* App Log (&#039;&#039;Settings -&amp;gt; Development -&amp;gt; Show Log&#039;&#039;, again you can send yourself this information by email)&lt;br /&gt;
&lt;br /&gt;
=== Report a bug by email ===&lt;br /&gt;
&lt;br /&gt;
You can send us the same report by email using &#039;&#039;Settings -&amp;gt; Report a bug&#039;&#039;. As the report is sent by email to mobile@moodle.com, the report will take more time to be filed in the tracker.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[:dev:Moodle Mobile|Moodle Mobile developer docs]]&lt;br /&gt;
* [[Mobile web services]]&lt;br /&gt;
&lt;br /&gt;
[[ja:モバイルアプリ]]&lt;br /&gt;
[[de:Mobile App]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=New_features&amp;diff=105170</id>
		<title>New features</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=New_features&amp;diff=105170"/>
		<updated>2013-05-18T06:44:45Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Main page}}&lt;br /&gt;
Moodle 2.5 brings a lot of exciting new features for teachers, students and administrators. This page highlights a few of the most interesting!&lt;br /&gt;
&lt;br /&gt;
Full details of the release, with technical information, can be found in the [https://docs.moodle.org/dev/Moodle_2.5_release_notes  Moodle 2.5 Release notes].&lt;br /&gt;
&lt;br /&gt;
(Click any screenshot below to see it enlarged)&lt;br /&gt;
&lt;br /&gt;
==For teachers and students:==&lt;br /&gt;
&lt;br /&gt;
===Badges===&lt;br /&gt;
[[Badges]] are a nice way to acknowledge good work, and it&#039;s now possible for teachers to award course badges based on a variety of chosen criteria.  These badges are fully compatible with [http://openbadges.org/ Mozilla Open Badges].&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:teacherbadgeview.png|thumb|Teacher sets up a badge]]&lt;br /&gt;
| [[File:studentbadgeview.png|thumb|Student view of allocated badges]]&lt;br /&gt;
| [[File:backpack.png|thumb|Badges from backpack.openbadges.org on student profile]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
This blog post has some interesting reflection on when badges might be most appropriate:  [http://alex.halavais.net/ozbadge The Badges of Oz]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Forms are much shorter===&lt;br /&gt;
&lt;br /&gt;
Moodle has a lot of settings and features, which means some of our forms have been getting rather long.  We know this is daunting for new users!   &lt;br /&gt;
&lt;br /&gt;
We&#039;ve made changes so that non-essential settings on forms are collapsed by default, yet you can quickly access them when you need them.&lt;br /&gt;
&lt;br /&gt;
 {|&lt;br /&gt;
| [[File:shorterforms.png|thumb|Note the &amp;quot;expand all&amp;quot; option and condensed links]]&lt;br /&gt;
| [[File:showmoreshowless.png|thumb|&amp;quot;Show more&amp;quot; (and &amp;quot;show less&amp;quot; options]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The rich text editor is collapsed and can be expanded:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[File:collapsedassignment.png|thumb|Formatting options collapsed and box is narrow]]&lt;br /&gt;
|[[File:expandedassignment.png|thumb|Formatting options shown and box expanded]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In a similar space-saver, you can choose whether or not to enable the rich text editor when creating quiz questions:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:quizform1.png|thumb|Without the editing tools]]&lt;br /&gt;
| [[File:quizform2.png|thumb|With the editing tools]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Reports moved to the Administration block===&lt;br /&gt;
&lt;br /&gt;
Reports have moved and can now be seen in the newly named &#039;&#039;Administration&#039;&#039; block, (formerly &#039;&#039;Settings&#039;&#039;.)&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[File:reportsinadmin.png|thumb|Administration block with Reports]]&lt;br /&gt;
|}&lt;br /&gt;
=== Quickly &amp;quot;Jump to..&amp;quot; another section===&lt;br /&gt;
If you&#039;re using the &#039;one section per page&#039; setting, you can now move to other sections from a drop down menu:&lt;br /&gt;
{|&lt;br /&gt;
|[[File:jumpto25.png|thumb|The &#039;jump to&#039; drop down menu returns]]&lt;br /&gt;
|}&lt;br /&gt;
===Drag and drop media and text onto the course page===&lt;br /&gt;
You can now drag an image or some text onto your course page and choose whether to display it embedded in a label or as a clickable resource. See the [[Label|Label documentation]] for more information.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:dragdrop1.png|thumb|Drag an image onto your course page]]&lt;br /&gt;
|[[File:dragdrop2.png|thumb|Choose &amp;quot;add image..&amp;quot;]]&lt;br /&gt;
|[[File:dragdrop3.png|thumb|And here it is!]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[File:textdragdrop1.png|thumb|Text selected from a Word document is dragged over]]&lt;br /&gt;
|[[File:textdragdrop2.png|thumb|Choose &amp;quot;add a label&amp;quot; (or page if you prefer)]]&lt;br /&gt;
|[[File:textdragdrop3.png|thumb|And here it is!]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Folders can be displayed inline on a course page===&lt;br /&gt;
&lt;br /&gt;
You can now choose whether to have a [[Folder resource|folder]] show its contents in a separate screen, as previously, or to have it display them inline with any subfolders expanded:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:folder1.png|thumb|Typical folder display before 2.5]]&lt;br /&gt;
| [[File:folder2.png|thumb|Folder displayed inline]]&lt;br /&gt;
| [[File:folder3.png|thumb|Folder displayed inline with subfolders expanded]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Assignment enhancements===&lt;br /&gt;
Along with neater options for choosing submission and feedback types, resubmitting options are much improved. See [[Assignment settings]] for more information.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:assignmentandfeedbackcondensed.png|thumb|Neater assignment set up screen]]&lt;br /&gt;
| [[File:attemptsreopened.png|thumb|New settings for resubmissions]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Word count in forum posts===&lt;br /&gt;
A new setting in forums will display the number of words in a post:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:bonding.png|thumb|Note word count bottom left]]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Templates for Essay question types===&lt;br /&gt;
When using the Essay question type in a quiz, you can now set a template which appears in the students&#039; text editor for scaffolding their response:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:templatebox.png|thumb|Response template in question set up screen]]&lt;br /&gt;
| [[File:quiztemplate.png|thumb|What the student sees]]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Glossary block enhancements===&lt;br /&gt;
&lt;br /&gt;
You can now use a global glossary in the random glossary block, and you can display the entries in alphabetical order:&lt;br /&gt;
{|&lt;br /&gt;
| [[File:glossaryalphabetical.png|thumb|Entries will display in alphabetical order]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Search the list of enrolled users===&lt;br /&gt;
A new [[Enrolled users]] search box makes finding users in very large courses much easier:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Searchenrolledusers.png|thumb|A search facility allows teachers to search for specific users.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==For administrators:==&lt;br /&gt;
&lt;br /&gt;
===New themes suited to all screen sizes===&lt;br /&gt;
&lt;br /&gt;
Many of your favourite  sites around the web these days use Bootstrap as a base framework and now Moodle does too!   We have a new &#039;base&#039; theme called &amp;quot;&#039;&#039;&#039;Bootstrapbase&#039;&#039;&#039;&amp;quot; that implements the basics, and a new usable theme called &#039;&#039;&#039;&#039;&#039;&#039;Clean&#039;&#039;&#039;&#039;&#039;&#039; which extends it with some simple configuration options and also functions as a good template example for developing your own Bootstrap-based themes.  It also (along with &#039;&#039;Afterburner&#039;&#039;) allows you to upload a logo directly from the file picker.&lt;br /&gt;
&lt;br /&gt;
The Bootstrap framework allows us to responsively reformat the layout according to the screensize of the device used - on phone or tablet screens blocks move to the bottom, freeing up space for the main content at the top.  In the future we hope everyone will want to migrate their Moodle themes to be Bootstrap-based.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Bootrap2.png|thumb|Clean theme on standard screen]]&lt;br /&gt;
| [[File:Bootstrap1.png|thumb|Clean theme on smaller screen; note position of Navigation block]]&lt;br /&gt;
| [[File:filepickerlogo.png|thumb|Add your logo from the file picker in Clean theme]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Install add-ons from inside Moodle===&lt;br /&gt;
It&#039;s now possible to [[Installing add-ons|install add-ons]] from within Moodle, rather than accessing folders on the server; useful for those admins who do not have FTP access. Add-ons can be uploaded and installed from a zip file or located and installed from the [https://moodle.org/plugins Moodle plugins directory]:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Selection_011.png|thumb|Add-on install tool]]&lt;br /&gt;
| [[File:AddonValidation.png|thumb|Add-on passes validation; ready to go]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[:Category:New features|Category:New features]] - list of pages documenting new features in Moodle 2.5&lt;br /&gt;
&lt;br /&gt;
[[es:Nuevas características de Moodle 2.5]]&lt;br /&gt;
[[de:Neue Funktionalitäten]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Badges_settings&amp;diff=105111</id>
		<title>Badges settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Badges_settings&amp;diff=105111"/>
		<updated>2013-05-16T10:30:49Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Badges}}&lt;br /&gt;
&lt;br /&gt;
==Individual user settings==&lt;br /&gt;
*A user can [[Managing badges|manage badges]] from &#039;&#039;Navigation&amp;gt;My profile&amp;gt;My badges&#039;&#039;.&lt;br /&gt;
*A user can view available course badges from &#039;&#039;Navigation&amp;gt;Current course&amp;gt;Badges&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[File:coursebadgenav1.png|thumb|Viewing course badges]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Course administration settings==&lt;br /&gt;
*A teacher can add and manage badges in their course if the administrator has enabled course badges in &#039;&#039;Administration&amp;gt;Site administration&amp;gt;Badges settings.&#039;&#039;&lt;br /&gt;
*They will see a link to badges in &#039;&#039;Administration&amp;gt;Course administration&amp;gt;Badges.&#039;&#039; where badges may be [[Managing badges| managed]] and added.&lt;br /&gt;
&lt;br /&gt;
==Site administration settings==&lt;br /&gt;
*Badges are enabled by default and can be disbled in &#039;&#039;Administration&amp;gt;Site administration&amp;gt;Advanced features.&#039;&#039; (Note that disabling the feature once badges have been awarded does not prevent those badges being verifed by external backpacks.)&lt;br /&gt;
*The site settings for badges are located in &#039;&#039;Administration&amp;gt;Site administration&amp;gt;Badges&amp;gt;Badges settings&#039;&#039;&lt;br /&gt;
===Default badge issuer===&lt;br /&gt;
Here you set the name and email address of the issuer. The name will appear where the badges are displayed and might typically be the name of the organisation.&lt;br /&gt;
===Salt for hashing recipient&#039;s email address===&lt;br /&gt;
If a hash is used (numbers and letters only) then backpack services can confirm a badge earner without exposing their email address.&lt;br /&gt;
===Enable connection to external backpacks===&lt;br /&gt;
This should be enabled in order to connect to, for example [http://openbadges.org/ Mozilla Open Badges]. Note that this will not work on a Moodle hosted locally/offline.&lt;br /&gt;
===Enable course badges===&lt;br /&gt;
Ticking this box will allow teachers to add and manage badges in their courses.&lt;br /&gt;
&lt;br /&gt;
==Badges capabilities==&lt;br /&gt;
There are a number of capabilities associated with badges:&lt;br /&gt;
&lt;br /&gt;
*[[Capabilities/block/badges:addinstance|Add a new My latest badges block]]&lt;br /&gt;
*[[Capabilities/block/badges:myaddinstance|Add a new My latest badges block to My home]]&lt;br /&gt;
*[[Capabilities/moodle/badges:awardbadge| Award a badge]]&lt;br /&gt;
*[[Capabilities/moodle/badges:configurecriteria|Set up criteria for awarding a badge]]&lt;br /&gt;
*[[Capabilities/moodle/badges:configuredetails|Set up and edit badge details]]&lt;br /&gt;
*[[Capabilities/moodle/badges:configuremessages|Configure badges messages]]&lt;br /&gt;
*[[Capabilities/moodle/badges:createbadge| Create or duplicate badges]]&lt;br /&gt;
*[[Capabilities/moodle/badges:deletebadge| Delete badges]]&lt;br /&gt;
*[[Capabilities/moodle/badges:earnbadge|Earn badges]]&lt;br /&gt;
*[[Capabilities/moodle/badges:manageglobalsettings | Manage badges site administration settings]]&lt;br /&gt;
*[[Capabilities/moodle/badges:manageownbadges|View and manage your own earned badges]]&lt;br /&gt;
*[[Capabilities/moodle/badges:viewawarded|View users who earned a specific badge without being able to award a badge]]&lt;br /&gt;
*[[Capabilities/moodle/badges:viewbadges |View badges without earning them]]&lt;br /&gt;
*[[Capabilities/moodle/badges:viewotherbadges|View public badges in other users&#039; profiles]]&lt;br /&gt;
&lt;br /&gt;
[[de:Auszeichnungen konfigurieren]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Managing_badges&amp;diff=105110</id>
		<title>Managing badges</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Managing_badges&amp;diff=105110"/>
		<updated>2013-05-16T10:30:25Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Badges}}&lt;br /&gt;
&lt;br /&gt;
Badges may be managed at the course or site level. (Note that teachers in a course cannot by default access site badges unless they have been given a system role with badge managing capabilities) For information on adding course or site badges, see [[Using badges]]. Individual users can manage their badges from their profile.&lt;br /&gt;
&lt;br /&gt;
==Managing course badges==&lt;br /&gt;
&lt;br /&gt;
*If course badges have been enabled in &#039;&#039;Administration&amp;gt;Site administration&amp;gt;Badges&amp;gt;Badges settings&#039;&#039;, then a teacher will see a link &#039;&#039;Administration&amp;gt;Course administration&amp;gt;Badges&amp;gt;Managing badges&#039;&#039;. This will show a list of badges created and available for allocation, along with actions which may be performed on them:&lt;br /&gt;
&lt;br /&gt;
[[File:Managingcoursebadges.png]]&lt;br /&gt;
&lt;br /&gt;
**Badge status: Badges may be made available or not by enabling or disabling with the &amp;quot;eye&amp;quot; icon or enable/disable button&lt;br /&gt;
**Criteria : This shows how the badge is awarded&lt;br /&gt;
**Recipients: This shows the number of users awarded the badge&lt;br /&gt;
**Actions: The following actions are available&lt;br /&gt;
&lt;br /&gt;
[[File:Badge actions.png]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: Availability of enable and disable access actions depends on the current status of a badge (e.g. if a badge is available to users, &amp;quot;disable access&amp;quot; icon will be shown).&lt;br /&gt;
&lt;br /&gt;
Before a badge has been issued to at least one user, all its details and settings can be edited by clicking the  &amp;quot;Edit badge&amp;quot; action icon.&lt;br /&gt;
&lt;br /&gt;
Clicking on the name of a badge takes you to the screen where you can manage details of that particular badge. The following tabs are available:&lt;br /&gt;
===Overview===&lt;br /&gt;
This screen provides an overview of the badge details:&lt;br /&gt;
&lt;br /&gt;
===Edit details===&lt;br /&gt;
If you wish to change the details of a badge once you have set it up, you must first click to &amp;quot;disable access&amp;quot;. Once you have edited the details, you must then click to &amp;quot;enable access&amp;quot; again.&lt;br /&gt;
&lt;br /&gt;
===Criteria===&lt;br /&gt;
Here you can see the criteria set when [[Using badges|adding the badge]]&lt;br /&gt;
&lt;br /&gt;
===Message===&lt;br /&gt;
&lt;br /&gt;
This setting allows you to edit the message which goes to  a badge earner. Among additional options here are &amp;quot;Attach badge to message&amp;quot; which allows adding an image file to an email and &amp;quot;Notify badge creator&amp;quot; selector which allows to set frequency of notifications sent to badge creator when this badge is issued to users.&lt;br /&gt;
&lt;br /&gt;
===Recipients===&lt;br /&gt;
This tab displays a list of users who have already earned the badge&lt;br /&gt;
{|&lt;br /&gt;
|[[File:coursebadgemanagement.png|thumb|Course badge overview]]&lt;br /&gt;
|[[File:disableaccess.png|thumb|Disabling access in order to edit details]]&lt;br /&gt;
|[[File:Badge_message.png|thumb|Adding a message]]&lt;br /&gt;
|[[File:Badge_recipients.png|thumb|Badge recipients]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Managing site badges==&lt;br /&gt;
&lt;br /&gt;
*Badges should be enabled by default in &#039;&#039;Administration&amp;gt;Site administration&amp;gt;Advanced features&#039;&#039; and can be managed from &#039;&#039;Administration&amp;gt;Site administration&amp;gt;Badges&amp;gt;Manage badges.&#039;&#039; (For information on adding site badges see [[Using badges]]&lt;br /&gt;
&lt;br /&gt;
*All existing badges are displayed in a table showing current badge image, name, status, criteria, how many users have already earned this badge and a set of available actions.&lt;br /&gt;
&lt;br /&gt;
*Other settings are the same as for course badges.Badges that have manual award among their criteria can be issued by one user to another. Users who issue a badge must have &amp;quot;moodle/badges:awardbadge&amp;quot; capability. Site administrators can choose their role when issuing a badge.&lt;br /&gt;
{|&lt;br /&gt;
|[[File:Managing badges.png|thumb|The Manage badges screen for site admins]]&lt;br /&gt;
|[[File:Badge_recipients2.png|thumb|Site administrators choose a role to award a badge]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Individual user badge management==&lt;br /&gt;
*Users may manage their site and external badges by clicking on &#039;&#039;Navigation&amp;gt;My profile&amp;gt;My badges&#039;&#039; From here, they can view, search for and download badges.&lt;br /&gt;
{|&lt;br /&gt;
|[[File:13_mybadges.png|thumb|Example of a My badges screen]]&lt;br /&gt;
|}&lt;br /&gt;
*This then displays &amp;quot;badges&amp;quot; in the Administration block.&lt;br /&gt;
===Preferences===&lt;br /&gt;
Here users can decide whether to automatically display all badges earned. (Badges can be individually displayed or hidden from &#039;&#039;Navigation&amp;gt;My profile&amp;gt;My badges&#039;&#039;)&lt;br /&gt;
===Backpack settings===&lt;br /&gt;
====Backpack connection====&lt;br /&gt;
If the email address a user has for Moodle is the same as their [http://backpack.openbadges.org Open Badges] email address, then they will be automatically connected here and may choose to disconnnect if they wish.&lt;br /&gt;
If the email address a user has for Moodle is not the same, then they can add the email address which will connect them to their [http://backpack.openbadges.org backpack].&lt;br /&gt;
They can then choose to &amp;quot;push&amp;quot; to their backpack badges which they have earned on Moodle.The badge must then be added to a public collection for it to be visble on their Moodle profile.&lt;br /&gt;
&lt;br /&gt;
====Badge import settings====&lt;br /&gt;
Here, a user is  prompted to choose which public collections to import and display.&lt;br /&gt;
&lt;br /&gt;
[[de:Auszeichnungen verwalten]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Badges&amp;diff=105073</id>
		<title>Badges</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Badges&amp;diff=105073"/>
		<updated>2013-05-15T08:47:30Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Tracking progress}}&lt;br /&gt;
{{New features}}&lt;br /&gt;
Badges are a good way of celebrating achievement and showing progress. Badges may be awarded based on a variety of chosen criteria and are fully compatible with [http://openbadges.org/ Mozilla Open Badges]. Badges created in Moodle may be displayed on a user&#039;s profile or pushed to their [https://backpack.openbadges.org/ Open Badges backpack] and public badge collections in their backpack will display in their Moodle profile.&lt;br /&gt;
&lt;br /&gt;
There are two categories of badges:&lt;br /&gt;
* Site badges - available to users site-wide and related to the site wide activities, like finishing a set of courses.&lt;br /&gt;
* Course badges - available to users enrolled in the course and related to the activities that happen inside the course.&lt;br /&gt;
&lt;br /&gt;
[[File:BadgesIntro2.png]]&lt;br /&gt;
&lt;br /&gt;
*[[Managing badges]]&lt;br /&gt;
*[[Badges settings]]&lt;br /&gt;
*[[Using badges]]&lt;br /&gt;
*[[Badges FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Badges]]&lt;br /&gt;
&lt;br /&gt;
[[de:Auszeichnungen]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Google_Drive_repository&amp;diff=104272</id>
		<title>Google Drive repository</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Google_Drive_repository&amp;diff=104272"/>
		<updated>2013-04-19T12:47:54Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Repositories}}&lt;br /&gt;
Google Drive can serve both as a repository from which users can &amp;quot;pull&amp;quot; files they need for their course and also a [[Google Docs portfolio|portfolio]] into which they can &amp;quot;push&amp;quot; files they want to keep. Both options need to be enabled by the administrator before they are available for teachers and students.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;New in 2.5&#039;&#039;&#039;: The Google Drive repository was called &#039;Google Docs&#039; repository in earlier versions of Moodle.&lt;br /&gt;
&lt;br /&gt;
==Enabling the Google Drive repository==&lt;br /&gt;
&lt;br /&gt;
Note: In order to use either the Google Drive or Picasa repositories (also the Google Docs or Picasa portfolios) an administrator must register their Moodle site with Google, as described in [[Google OAuth 2.0 setup]], and obtain a client ID and secret. The client ID and secret can then be used to configure all Google Docs and Picasa plugins.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;New in 2.5&#039;&#039;&#039;: Upgraded sites for which an administrator has previously registered the Moodle site with Google now also need to enable the Drive API in the Google APIs Console, as described in [[Google OAuth 2.0 setup]].&lt;br /&gt;
&lt;br /&gt;
# Log in as an administrator and go to &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Plugins &amp;gt; Repositories &amp;gt; Manage Repositories&#039;&#039;&lt;br /&gt;
# Activate the Google Docs repository by selecting &#039;Enable and visible&#039; in the dropdown menu&lt;br /&gt;
# Configure the Google Docs repository by entering the client ID and secret&lt;br /&gt;
# Save changes&lt;br /&gt;
&lt;br /&gt;
==Getting (&amp;quot;pulling&amp;quot;) your files from Google Drive==&lt;br /&gt;
&lt;br /&gt;
* From the file picker, click on the Google Drive link and a prompt to log in will appear:&lt;br /&gt;
&lt;br /&gt;
*  If it is your first time, the click the &amp;quot;Allow access&amp;quot; button to log in&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:newgoogledocs.png|thumb|Log into your account]]&lt;br /&gt;
| [[File:newgooglepermission.png|thumb|Allow access]]&lt;br /&gt;
 &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Your files will display for you to choose from.&lt;br /&gt;
*You can view them in three ways by clicking one of the options at the top right.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:googledocsrepothumb.png|thumb|Icon view]]&lt;br /&gt;
| [[File:googledocstableview.png|thumb|Table view]]&lt;br /&gt;
| [[File:googledocslistview.png|thumb|List view]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{New features}}In Moodle 2.5 onwards, folders as well as files are shown in the Google Drive repository.&lt;br /&gt;
&lt;br /&gt;
==Repository capabilities==&lt;br /&gt;
&lt;br /&gt;
There is just one capability, [[Capabilities/repository/googledocs:view|View Google Drive repository]], which is allowed for the default authenticated user role. &lt;br /&gt;
&lt;br /&gt;
[[Category:Site administration]]&lt;br /&gt;
&lt;br /&gt;
[[de:Google Drive Repository]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Course_list&amp;diff=103624</id>
		<title>Course list</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Course_list&amp;diff=103624"/>
		<updated>2013-03-13T11:59:14Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Site appearance}}&lt;br /&gt;
The order in which courses are listed on the front page can be set by an administrator in &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Courses &amp;gt; Add/edit courses&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
An administrator can change the following course settings in &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Appearance &amp;gt; Courses&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Course contacts===&lt;br /&gt;
&lt;br /&gt;
Users with the selected role(s) e.g. teachers are listed in the course description.&lt;br /&gt;
&lt;br /&gt;
[[File:Course list.png]]&lt;br /&gt;
&lt;br /&gt;
By default, users with the role of teacher in a course are listed in the course description for that course. If a course has several teachers, the course description can become rather long. In this case, you can create a role e.g. head of subject with no capabilities set and assign it to selected users in addition to their teacher role. If you then select only the head of subject role in the course managers setting, the course description will be shorter.&lt;br /&gt;
&lt;br /&gt;
===Display extended course names===&lt;br /&gt;
&lt;br /&gt;
By default, only course full names are displayed in the list of courses. If you check this box, then the course short name will also be displayed. Enabling this will also allow you to edit the wording using [[Language customization]]. See the forum discussion [https://moodle.org/mod/forum/discuss.php?d=223924 Course Extended Name Display Language Modification for further details.&lt;br /&gt;
&lt;br /&gt;
===Courses per page===&lt;br /&gt;
Here you can select how many courses you wish to be displayed per page in the course listing&lt;br /&gt;
&lt;br /&gt;
===Courses with summaries limit===&lt;br /&gt;
{{New features}}&lt;br /&gt;
When courses are listed, they show the full course summary. Displaying the full summary is very useful, but can make pages very long. If you have a great number of courses, it might be better to display the clickable icon taking you to more information (ie, the full summary) Here you can decide the number of courses that will display the full summary before Moodle reverts to the &amp;quot;more information&amp;quot; icon.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Courses]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Course]]&lt;br /&gt;
[[de:Kursliste]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Conditional_user_fields&amp;diff=102468</id>
		<title>Conditional user fields</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Conditional_user_fields&amp;diff=102468"/>
		<updated>2012-12-17T07:31:55Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Conditional activities}}{{New features}}&lt;br /&gt;
This page explains how to restrict an activity, resource or course section via user fields and/or custom profile fields.&lt;br /&gt;
&lt;br /&gt;
==Instructions==&lt;br /&gt;
&lt;br /&gt;
# Conditional access must be enabled (see [[Conditional activities]] for instructions on how to enable this for your site).&lt;br /&gt;
# When adding or editing an activity, resource or course section scroll to the user fields in the &#039;Restrict Access&#039; section.&lt;br /&gt;
# Choose which fields you want to restrict by (adding more if needed), select the restriction you want to put in place and then enter a value.&lt;br /&gt;
# Save the settings.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&lt;br /&gt;
This is an example of the interface in Moodle when adding an activity to a course with the conditional functionality enabled &lt;br /&gt;
&lt;br /&gt;
[[File:conditional_user_setup.jpg]]&lt;br /&gt;
&lt;br /&gt;
This is how it will appear to users who fail to meet the restrictions set in place.&lt;br /&gt;
&lt;br /&gt;
[[File:conditional_user_courseview.jpg]]&lt;br /&gt;
&lt;br /&gt;
==User fields==&lt;br /&gt;
&lt;br /&gt;
You can restrict by using one of the user fields that are located in the Moodle user table. Not all the user fields are included, as not all of them would make sense in this context. The ones included are listed below.&lt;br /&gt;
&lt;br /&gt;
* AIM ID - This is the value in the &#039;aim&#039; column&lt;br /&gt;
* Address - This is the value in the &#039;address&#039; column&lt;br /&gt;
* City/town - This is the value in the &#039;city&#039; column&lt;br /&gt;
* Country - This is the value in the &#039;country&#039; column&lt;br /&gt;
* Department - This is the value in the &#039;department&#039; column&lt;br /&gt;
* Email Address - This is the value in the &#039;email&#039; column&lt;br /&gt;
* First name - This is the value in the &#039;firstname&#039; column&lt;br /&gt;
* ICQ number - This is the value in the &#039;icq&#039; column&lt;br /&gt;
* ID number - This is the value in the &#039;idnumber&#039; column&lt;br /&gt;
* Institution - This is the value in the &#039;institution&#039; column&lt;br /&gt;
* Interests - This is the value in the &#039;interests&#039; column&lt;br /&gt;
* MSN ID - This is the value in the &#039;msn&#039; column&lt;br /&gt;
* Mobile phone - This is the value in the &#039;phone2&#039; column&lt;br /&gt;
* Phone - This is the value in the &#039;phone1&#039; column&lt;br /&gt;
* Skype ID - This is the value in the &#039;skype&#039; column&lt;br /&gt;
* Surname - This is the value in the &#039;lastname&#039; column&lt;br /&gt;
* Web page - This is the value in the &#039;url&#039; column&lt;br /&gt;
* Yahoo ID - This is the value in the &#039;yahoo&#039; column&lt;br /&gt;
&lt;br /&gt;
==Custom profile fields==&lt;br /&gt;
&lt;br /&gt;
These are all the custom profile fields that have been created on the Moodle site. See [[User profile fields]].&lt;br /&gt;
&lt;br /&gt;
==Operators==&lt;br /&gt;
&lt;br /&gt;
The operators define the relationship between the field chosen and the value entered. For example, when the user&#039;s email must contain @school.com, the field chosen is &#039;Email address&#039;, the operator is &#039;contains&#039; and the value is &#039;@school.com&#039;.&lt;br /&gt;
&lt;br /&gt;
;Contains&lt;br /&gt;
:This operator restricts access to those whose chosen field contains the value provided.&lt;br /&gt;
&lt;br /&gt;
;Does not contain&lt;br /&gt;
:This operator restricts access to those whose chosen field does not contain the value provided.&lt;br /&gt;
&lt;br /&gt;
;Is Equal To&lt;br /&gt;
:This operator restricts access to those whos chosen field equals the value provided.&lt;br /&gt;
&lt;br /&gt;
;Starts With&lt;br /&gt;
:This operator restricts access to the activity to those whos chosen field starts with the value provided.&lt;br /&gt;
&lt;br /&gt;
;Ends With&lt;br /&gt;
:This operator restricts access to the activity to those whos chosen field ends with the value provided.&lt;br /&gt;
&lt;br /&gt;
;Is Empty&lt;br /&gt;
:This operator restricts access to the activity to those whos chosen field is empty. Note, if any value is provided in this case, it is ignored.&lt;br /&gt;
&lt;br /&gt;
[[de:Bedingte Nutzerfelder]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Available_update_notifications&amp;diff=102328</id>
		<title>Available update notifications</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Available_update_notifications&amp;diff=102328"/>
		<updated>2012-12-05T10:16:43Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Security}}&lt;br /&gt;
==Update notifications==&lt;br /&gt;
[[File:Pluginsoverview.png|thumb|left|Checking for available updates via the plugins overview page]]An administrator can configure update notifications for both Moodle core code and any contributed plugins installed on the site (from the [http://moodle.org/plugins plugins directory]) in &#039;&#039;Settings &amp;gt; Site Administration &amp;gt; Server &amp;gt; Update notifications&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
If the automatic check for available updates is enabled and there is a new update available, a notification will be sent to all site admins via email and/or popup message (according to the admin&#039;s messaging preferences in their profile settings).&lt;br /&gt;
&lt;br /&gt;
{{New features}}In Moodle 2.4 onwards, updates deployment i.e. the option to update installed plugins from within Moodle may be enabled by ticking the updateautodeploy checkbox. When updates are available, &#039;&#039;Install this update&#039;&#039; buttons are shown on the [[Plugins overview]] page (&#039;&#039;Settings &amp;gt; Site Administration &amp;gt; Plugins &amp;gt; Plugins overview&#039;&#039;). See [[Automatic updates deployment]] for more details.&lt;br /&gt;
&lt;br /&gt;
An administrator can specify the required code maturity (stable, alpha, beta or release candidate) for update notifications, also whether notifications of new builds (normally released each week) are sent.&lt;br /&gt;
&lt;br /&gt;
[[File:updates check button.png|thumb|Checking for available updates via the notifications page]]An admin can also check for available updates for contributed plugins installed on the site using the &#039;Check for available updates&#039; button in &#039;&#039;Settings &amp;gt; Site Administration &amp;gt; Plugins &amp;gt; [[Installing plugins|Plugins overview]]&#039;&#039;. Any updates available are highlighted, with further information and a download link in the notes column opposite the plugin.&lt;br /&gt;
&lt;br /&gt;
Available updates for core code can also be checked via &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Notifications&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== How it works ==&lt;br /&gt;
&lt;br /&gt;
# The information about available updates are available as a web service at download.moodle.org&lt;br /&gt;
# When &#039;&#039;Check for updates&#039;&#039; button is pressed (or daily via cron), your Moodle fetches information about available updates from the web service and stores it locally.&lt;br /&gt;
# The list of installed plugins is compared with the list of available updates. If a newer version of Moodle or a plugin is available, the Moodle informs site administrators.&lt;br /&gt;
&lt;br /&gt;
When calling the web service, your site must provide its own version and the list of all installed add-ons. No sensitive data (like the location of your site, any user data etc) are submitted.&lt;br /&gt;
&lt;br /&gt;
== Disabling update notifications ==&lt;br /&gt;
&lt;br /&gt;
In a few circumstances (such as completely managed servers, which may have a lot of local modifications) it is desirable to not have the check for updates active. The feature may be disabled completely by adding the following code to the [[Configuration file|config.php file]]:&lt;br /&gt;
&lt;br /&gt;
    $CFG-&amp;gt;disableupdatenotifications = true;&lt;br /&gt;
&lt;br /&gt;
== Errors and exceptions ==&lt;br /&gt;
&lt;br /&gt;
When experiencing an error, please turn debugging on. The debug info will contain additional information about the reason of the error.&lt;br /&gt;
&lt;br /&gt;
=== Unable to fetch available updates data - unexpected cURL error ===&lt;br /&gt;
&lt;br /&gt;
See the debug info for the actual cURL error number and the error text.&lt;br /&gt;
&lt;br /&gt;
; cURL error 7 couldn&#039;t connect to host : Make sure that the site http://download.moodle.org is up and running at the moment. If it is down, your site can&#039;t call the web service to fetch the available updates info. Wait for the download.moodle.org site is up again and try to re-check.&lt;br /&gt;
; cURL error 60 (SSL certificate problem) : This suggests problems with the validation of the SSL certificate of the remote (moodle.org) site. See [[SSL certificate for moodle.org]] for more info.&lt;br /&gt;
&lt;br /&gt;
This error may also raise if your Moodle is configured to run behind a mis-configured proxy server.&lt;br /&gt;
&lt;br /&gt;
=== Unable to fetch available updates data - unexpected HTTP response code ===&lt;br /&gt;
&lt;br /&gt;
See the debug info for the actual HTTP response code. On success, the HTTP response code is 200. All other response codes throw this error.&lt;br /&gt;
&lt;br /&gt;
=== Unexpected version of the response format ===&lt;br /&gt;
&lt;br /&gt;
This could happen if you check for updates during the major Moodle upgrade. Please try to re-check for available updates once you finish upgrading your Moodle.&lt;br /&gt;
&lt;br /&gt;
[[de:Aktualisierungsmitteilung]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Caching&amp;diff=102327</id>
		<title>Caching</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Caching&amp;diff=102327"/>
		<updated>2012-12-05T08:47:30Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Performance}}{{New features}}&lt;br /&gt;
A cache is a collection of data that is kept on hand and made readily available in order to avoid costly fetching and moulding upon every request.&lt;br /&gt;
&lt;br /&gt;
Moodle 2.4 saw the implementation of MUC Stage 1: Implement some core caching architecture.&lt;br /&gt;
&lt;br /&gt;
Two links, that might be useful to anyone considering testing the new features on their own servers:&lt;br /&gt;
&lt;br /&gt;
* [http://www.iteachwithmoodle.com/2012/10/12/moodle-performance-testing-how-much-more-horsepower-do-each-new-versions-of-moodle-require/ Moodle performance testing: how much more horsepower do each new versions of Moodle require?]&lt;br /&gt;
* [http://www.iteachwithmoodle.com/2012/10/11/how-to-stress-test-your-moodle-server-using-loadstorm/ How to load test your Moodle server using Loadstorm]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* Using Moodle [https://moodle.org/mod/forum/discuss.php?d=217195 MUC is here, now what?] forum discussion&lt;br /&gt;
&lt;br /&gt;
Developer documentation:&lt;br /&gt;
* [[:dev:The Moodle Universal Cache (MUC)]]&lt;br /&gt;
* [[:dev:Cache API]]&lt;br /&gt;
* [[:dev:Cache API - Quick reference]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{stub}}&lt;br /&gt;
[[de:Caching]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Upgrade_overview&amp;diff=102326</id>
		<title>Upgrade overview</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Upgrade_overview&amp;diff=102326"/>
		<updated>2012-12-05T08:46:15Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;navtrail&amp;quot;&amp;gt;[[Main page]] ► [[Installation]] ► [[{{PAGENAME}}]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;small-info-right&amp;quot;&amp;gt;&#039;&#039;Moodle 2.4&amp;lt;br /&amp;gt;available now!&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
Start enjoying the cool features of the latest and greatest version of Moodle in four easy steps...&lt;br /&gt;
__NOTOC__&lt;br /&gt;
==Step 1: Make sure that your server can run Moodle 2.2==&lt;br /&gt;
[[File:checklist.png|right]]&lt;br /&gt;
(Note: You need to upgrade to Moodle 2.2 before upgrading to 2.4.)&lt;br /&gt;
&lt;br /&gt;
Go to &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Server &amp;gt; Environment&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Status OK for everything? Great! Go to step 2...&lt;br /&gt;
&lt;br /&gt;
Any problems?  You probably need to upgrade your server software (such as PHP) to a more recent version.&lt;br /&gt;
&lt;br /&gt;
==Step 2: Be prepared!==&lt;br /&gt;
[[File:backup.png|right]]&lt;br /&gt;
As usual with any large upgrade, you should always be prepared to &amp;quot;roll back&amp;quot; if there&#039;s an issue with your data or some custom code you&#039;ve added.&lt;br /&gt;
&lt;br /&gt;
; A test install: We highly advise you make a copy of your production site to practice the upgrade on first.  That way, if you run into any problems that need fixing you won&#039;t affect your main site.&lt;br /&gt;
&lt;br /&gt;
; Always make backups: When upgrading your production instance, make sure you have copies of everything, just in case.  Full instructions are here: [[Site backup]].&lt;br /&gt;
&lt;br /&gt;
==Step 3: Replace your Moodle code==&lt;br /&gt;
&lt;br /&gt;
At this point you can replace the Moodle code on your server with the version you downloaded.&lt;br /&gt;
&lt;br /&gt;
; Check plugins: Any plugins you have installed will also to be replaced with a version for your new Moodle version. If there is not yet an updated version of the plugin available, it will need to be uninstalled before upgrading your site.&lt;br /&gt;
&lt;br /&gt;
==Step 4: Perform the upgrade!==&lt;br /&gt;
[[File:gears.png|right]]&lt;br /&gt;
Trigger the upgrade by [[Upgrading#Finishing_the_upgrade|visiting the admin page]].&lt;br /&gt;
&lt;br /&gt;
If you have a large site this may take hours, so we recommend [[Administration_via_command_line#Upgrading_via_command_line|upgrading via command line]].&lt;br /&gt;
&lt;br /&gt;
==How did you go?==&lt;br /&gt;
&lt;br /&gt;
; Yes - it worked!: Great!  Repeat the process for Moodle 2.4, and please post in the [http://moodle.org/mod/forum/view.php?id=28 Installation problems forum] and share your success with the Moodle community!&lt;br /&gt;
; No - I had an error: Don’t worry, help is at hand. Post in the [http://moodle.org/mod/forum/view.php?id=28 Installation problems forum] where our experts are waiting to explain any errors you obtain.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Upgrading]] for full details of the process&lt;br /&gt;
* [[Upgrading FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
[[de:Aktualisierung in Kürze]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Automatic_updates_deployment&amp;diff=102325</id>
		<title>Automatic updates deployment</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Automatic_updates_deployment&amp;diff=102325"/>
		<updated>2012-12-05T08:34:19Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Installing Moodle}}&lt;br /&gt;
{{New features}}&lt;br /&gt;
==Enabling updates deployment==&lt;br /&gt;
&lt;br /&gt;
[[File:plugins overview.png|thumb|left|Plugins overview highlighting available update with install button]]In Moodle 2.4 onwards, an administrator can enable updates deployment in  &#039;&#039;Settings &amp;gt; Site Administration &amp;gt; Server &amp;gt; Update notifications&#039;&#039;. Then when updates are available, &#039;Install this update&#039; buttons are shown on Plugins overview and Plugins check pages.&lt;br /&gt;
&lt;br /&gt;
This functionality requires that [[Available update notifications]] are enabled at the site.&lt;br /&gt;
&lt;br /&gt;
== How it works ==&lt;br /&gt;
&lt;br /&gt;
As a part of the information about available updates for the site, URL of the ZIP package with the new version of an installed plugin is returned. When &#039;&#039;Install this update&#039;&#039; button is pressed and the the deployment is confirmed at the next page, a standalone utility called &#039;&#039;mdeploy.php&#039;&#039; is executed.&lt;br /&gt;
&lt;br /&gt;
# The mdeploy utility authorizes the request to make sure you are coming &#039;&#039;exactly&#039;&#039; from the confirmation page displayed in the previous step.&lt;br /&gt;
# The ZIP package with the new version is fetched from the [https://moodle.org/plugins Moodle plugins directory].&lt;br /&gt;
# A simple integrity check is performed to make sure the ZIP was downloaded correctly.&lt;br /&gt;
# The current version of the plugin code is archived into a directory at &#039;&#039;moodledata/mdeploy/archive/&#039;&#039; so you have a backup (just in case you had some local tweaks in the code, for example).&lt;br /&gt;
# The current directory with the plugin is removed and replaced with the content of the downloaded ZIP.&lt;br /&gt;
# Your browser is redirected to the page where the normal upgrade procedure happens.&lt;br /&gt;
&lt;br /&gt;
At this moment, you can deploy another available update (if there is such) or perform the upgrade procedure as if you uploaded the ZIP contents to your site manually.&lt;br /&gt;
&lt;br /&gt;
== Disabling updates deployment ==&lt;br /&gt;
&lt;br /&gt;
In a few circumstances (such as completely managed servers, which may have a lot of local modifications, or sites that have their own solution for updates deployment - for example via [[Git for Administrators|Git checkouts]]) it is desirable to not to allow automatic updates deployment. The feature may be disabled completely by adding the following code to the [[Configuration file|config.php file]]:&lt;br /&gt;
&lt;br /&gt;
 $CFG-&amp;gt;disableupdateautodeploy = true;&lt;br /&gt;
&lt;br /&gt;
== Missing install button ==&lt;br /&gt;
&lt;br /&gt;
If the updates deployment feature is not enabled (or if it was disabled at the config.php file), no button to install the update is displayed. If the feature is enabled, the page displaying the list of available updates performs some pre-checks to make sure the deployment will work. If a pre-check fails, a short information with a help pop-up is displayed.&lt;br /&gt;
&lt;br /&gt;
=== Plugin files not writable ===&lt;br /&gt;
&lt;br /&gt;
During the deployment, Moodle will replace the whole folder with the plugin code with a new version. The web server process has to have write access to the folder and all its contents. There are several ways how to achieve this, depending on your web server setup and personal preferences. The exact location of the plugin folder depends on the type of the plugin. For a full list of locations see the Moodle path on https://docs.moodle.org/dev/Plugins&lt;br /&gt;
&lt;br /&gt;
Example: Let us assume your web server is an Apache running at a Linux server as the user &#039;&#039;www-data&#039;&#039;. Your Moodle is installed at &#039;&#039;/var/www/vhosts/moodle/htdocs&#039;&#039;. You want to give it write access to the folder with your Stamp collection activity module:&lt;br /&gt;
&lt;br /&gt;
    # cd /var/www/vhosts/moodle/htdocs&lt;br /&gt;
    # cd mod&lt;br /&gt;
    # chown -R www-data stampcoll&lt;br /&gt;
    # chmod -R u+w stampcoll&lt;br /&gt;
&lt;br /&gt;
See also more about [[Installing plugins]].&lt;br /&gt;
&lt;br /&gt;
=== Can not download the package ===&lt;br /&gt;
&lt;br /&gt;
Make sure that the site http://moodle.org/plugins is up and running at the moment. If it is down, your site can&#039;t fetch the ZIP packages from it. Wait for the moodle.org site is up again and try to repeat the deployment procedure.&lt;br /&gt;
&lt;br /&gt;
There can also be a problem with the validation of the SSL certificate of the moodle.org site. See [[SSL certificate for moodle.org]] for more info.&lt;br /&gt;
&lt;br /&gt;
== Errors and exceptions ==&lt;br /&gt;
&lt;br /&gt;
[[File:mdeploy-exception.png|thumb|left|Error screen during the plugin deployment]]If anything goes wrong during the deployment, please read the error page carefully and copy the error message together with the debugging information for later reference. Also, check the mdeploy.log file. The mdeploy utility logs all the steps into this file located at &#039;&#039;moodledata/mdeploy/mdeploy.log&#039;&#039;. The log file usually contains additional details and debugging information describing the reason of the failure.&lt;br /&gt;
&lt;br /&gt;
When you navigate back from the error screen, always remember to go back up to the screen with the list of available plugins (where you clicked the &#039;&#039;Install this update&#039;&#039; button originally). Just going back to the previous confirmation screen or even reloading the current page will not work as the request would not be authorized any more. Doing so leads to the &#039;&#039;unauthorized_access_exception&#039;&#039; with the message &#039;&#039;Unable to read the passphrase file.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following section describes some errors that may raise and how to deal with them.&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Unable to download the package (download_file_exception) ===&lt;br /&gt;
&lt;br /&gt;
Check the bottom of the mdeploy.log file. It will probably contain a line starting with &amp;quot;cURL error&amp;quot; followed by the error number and the cURL error description.&lt;br /&gt;
&lt;br /&gt;
==== cURL error 7 couldn&#039;t connect to host ====&lt;br /&gt;
&lt;br /&gt;
Make sure that the site http://moodle.org/plugins is up and running at the moment. If it is down, your site can&#039;t fetch the ZIP packages from it. Wait for the moodle.org site is up again and try to repeat the deployment procedure.&lt;br /&gt;
&lt;br /&gt;
==== cURL error 60 SSL certificate problem ====&lt;br /&gt;
&lt;br /&gt;
This suggests problems with the validation of the SSL certificate of the remote (moodle.org) site when fetching the ZIP package. See [[SSL certificate for moodle.org]] for more info.&lt;br /&gt;
&lt;br /&gt;
[[de:Automatische Aktualisierungen]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/moodle/course:movesections&amp;diff=102256</id>
		<title>Capabilities/moodle/course:movesections</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/moodle/course:movesections&amp;diff=102256"/>
		<updated>2012-11-30T09:54:03Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to move a section on the [[Course homepage]]&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Course]]&lt;br /&gt;
[[Category:Course]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/moodle/course:movesections]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Block_layout&amp;diff=102255</id>
		<title>Block layout</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Block_layout&amp;diff=102255"/>
		<updated>2012-11-30T09:36:23Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Blocks}}&lt;br /&gt;
==Default block layout for new courses==&lt;br /&gt;
&lt;br /&gt;
To amend the default block layout for new courses, one or more of the following lines (omitting the forward slashes) from &#039;&#039;config-dist.php&#039;&#039; may be added to &#039;&#039;[[Configuration_file|config.php]]&#039;&#039;, amending the block names as required.&lt;br /&gt;
&lt;br /&gt;
 // These variables define DEFAULT block variables for new courses&lt;br /&gt;
 // If this one is set it overrides all others and is the only one used.&lt;br /&gt;
 //      $CFG-&amp;gt;defaultblocks_override =    &#039;participants,activity_modules,search_forums,admin,course_list:news_items,calendar_upcoming,recent_activity&#039;;&lt;br /&gt;
 //&lt;br /&gt;
 // These variables define the specific settings for defined course formats.&lt;br /&gt;
 // They override any settings defined in the formats own config file.&lt;br /&gt;
 //      $CFG-&amp;gt;defaultblocks_site = &#039;site_main_menu,admin,course_list:course_summary,calendar_month&#039;;&lt;br /&gt;
 //      $CFG-&amp;gt;defaultblocks_social =  &#039;participants,search_forums,calendar_month,calendar_upcoming,social_activities,recent_activity,admin,course_list&#039;;&lt;br /&gt;
 //      $CFG-&amp;gt;defaultblocks_topics =  &#039;participants,activity_modules,search_forums,admin,course_list:news_items,calendar_upcoming,recent_activity&#039;;&lt;br /&gt;
 //      $CFG-&amp;gt;defaultblocks_weeks =  &#039;participants,activity_modules,search_forums,admin,course_list:news_items,calendar_upcoming,recent_activity&#039;;&lt;br /&gt;
 // These blocks are used when no other default setting is found.&lt;br /&gt;
 //      $CFG-&amp;gt;defaultblocks = &#039;participants,activity_modules,search_forums,admin,course_list:news_items,calendar_upcoming,recent_activity&#039;;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example, to set the default block layout for topics format courses to People, Tags and Administration on the left, and Messages, Online users and Recent activity on the right, simply add the following line to your &#039;&#039;config.php&#039;&#039; file:&lt;br /&gt;
&lt;br /&gt;
 $CFG-&amp;gt;defaultblocks_topics =  &#039;participants,tags,admin:messages,online_users,recent_activity&#039;;&lt;br /&gt;
&lt;br /&gt;
Note how the colon is used to separate those blocks appearing on the left, from those appearing on the right.&lt;br /&gt;
&lt;br /&gt;
==Resetting the block layout for existing courses==&lt;br /&gt;
&lt;br /&gt;
The block layout for existing courses may be reset by copying the following script into a text file, saving it as &#039;&#039;resetblocks.php&#039;&#039;, copying it into the Moodle root directory, then visiting &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://yourmoodlesite.org/resetblocks.php&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Warning&#039;&#039;&#039;: This script may change the layout of your course pages and also remove blocks from those pages if they have not been specified in the config.php line. Check which of your courses has blocks which are not in the config.php line and be prepared to spend time adding blocks to your course pages again. &#039;&#039;Please note that a database backup is recommended before using the script&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;?php&lt;br /&gt;
 //moodle 2.x&lt;br /&gt;
 require_once(&#039;config.php&#039;);&lt;br /&gt;
 require_once($CFG-&amp;gt;libdir.&#039;/blocklib.php&#039;);&lt;br /&gt;
 $courses = get_courses();//can be feed categoryid to just effect one category&lt;br /&gt;
 foreach($courses as $course) {&lt;br /&gt;
    $context = get_context_instance(CONTEXT_COURSE,$course-&amp;gt;id);&lt;br /&gt;
    blocks_delete_all_for_context($context-&amp;gt;id);&lt;br /&gt;
    blocks_add_default_course_blocks($course);&lt;br /&gt;
 } &lt;br /&gt;
 ?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
Using Moodle [http://moodle.org/mod/forum/discuss.php?d=98808 Default Block Layout for moodle 1.9] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[ja:ブロックレイアウト]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Automated_course_backup&amp;diff=102238</id>
		<title>Automated course backup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Automated_course_backup&amp;diff=102238"/>
		<updated>2012-11-29T09:03:31Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Backup}}&lt;br /&gt;
A site administrator can configure a schedule for automated course backups in &#039;&#039;Settings &amp;gt; Site administration &amp;gt; &amp;gt; Courses &amp;gt; Backups &amp;gt; Automated backup setup&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Automated course backups runs the same functions as individual [[Course backup|course backups]]. It&#039;s a good idea to schedule backups for when your server isn&#039;t usually busy. Running the backup tool over all the courses can be processor-intensive, so you shouldn&#039;t run it when there are a lot of students trying to access the server. You should always alert users with an announcement on the first page that if they log on during the backup hours they may notice a decrease in performance.  &lt;br /&gt;
&lt;br /&gt;
In order to make scheduled backups, you have to set up CRON to run periodically. Please refer to the [[Cron|cron instructions]].&lt;br /&gt;
&lt;br /&gt;
==Setting an automated course backup schedule==&lt;br /&gt;
&lt;br /&gt;
To set the backup schedule:&lt;br /&gt;
#Go to &#039;&#039;Settings &amp;gt; Site administration &amp;gt; &amp;gt; Courses &amp;gt; Backups &amp;gt; Automated backup setup&#039;&#039;&lt;br /&gt;
#Set backup_auto_active to enabled&lt;br /&gt;
#Select the days of the week to run the backup.&lt;br /&gt;
#Set the execution time for the backup process. For most servers, early morning will be the best time.  Keep in mind the time zone your server is using.&lt;br /&gt;
#Set the &amp;quot;Save to...&amp;quot; path. If you can, choose a backup path on another machine or on a different drive than the one Moodle is on. You don’t want to lose your backups at the same time you lose your Moodle site if the drive fails. If you leave the field blank, then backup zip files will be saved in the backup folder of each course files folder. On a Linux server the path might look like: /home/(your user or domain)/public_html/archive/ or if it&#039;s below the publicly accessible folders: /home/(your user or domain)/archive/ if the path is not recognized a red X is shown after saving, otherwise a green check.&lt;br /&gt;
#Make your choices of which courses to skip. See [[#Skipping backup of certain courses]]&lt;br /&gt;
#Click the &amp;quot;Save changes&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
Once you&#039;ve set up your backup schedule, Moodle will automatically create archives of all the courses on the server at the time you specified. Once the backup is complete, Moodle will send you an email describing the status of the backup.&lt;br /&gt;
&lt;br /&gt;
Note: Automated course backups automatically skip courses which are unavailable to students.&lt;br /&gt;
 &lt;br /&gt;
===Skipping backup of certain courses===&lt;br /&gt;
{{New features}}&lt;br /&gt;
&lt;br /&gt;
The automated backup setup screen offers the possiblity to select whether or not you wish to skip backup of:&lt;br /&gt;
#courses which are hidden;&lt;br /&gt;
#courses which haven&#039;t been modified for a specified time. The default is 30 days but you can specify any time between one day and one year;&lt;br /&gt;
#courses which have not been modified since the previous backup.&lt;br /&gt;
&lt;br /&gt;
===Use course names for your backups===&lt;br /&gt;
By default, the backups will be named according to the course ID, which is not always easily recognisable. Check the box &#039;&#039;Use course name in backup filename&#039;&#039; in &#039;&#039;Settings&amp;gt;Site Administration&amp;gt;Courses&amp;gt;Backups&amp;gt;Automated backup setup&#039;&#039; to have them saved with the course shortname instead.&lt;br /&gt;
&lt;br /&gt;
==Backups report==&lt;br /&gt;
&lt;br /&gt;
A last execution log of scheduled course backups can be found in &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Reports &amp;gt; Backups&#039;&#039;. It displays a list of all course backups made, the time taken to create them, their status (see below), and the next scheduled automated backup execution time.&lt;br /&gt;
&lt;br /&gt;
Clicking on a particular course name will cause a detailed execution log to be displayed, including date, hour and minute when each step of the backup was performed. &lt;br /&gt;
&lt;br /&gt;
[[Image:Reports_Site_Backups_1.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Backup status===&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;OK&#039;&#039;&#039; - The course backup was successfully completed.&lt;br /&gt;
*&#039;&#039;&#039;Skipped&#039;&#039;&#039; - The course was skipped (not backed up) because the course was unavailable to students and had not been changed in the last 31 days. This is not an error, but a feature designed to save process time.&lt;br /&gt;
*&#039;&#039;&#039;Unfinished&#039;&#039;&#039; - The backup was not finished. This might have happened because the job to execute backups ran out of time or resources (e.g., the cron running the backups ran out of time before finishing all the courses waiting). The unfinished jobs should be completed when the next scheduled backups are repeated. &lt;br /&gt;
*&#039;&#039;&#039;Error&#039;&#039;&#039; - There were errors in the backup process for the course, so a backup was not completed. For additional details about the error (1) check the backup log for the affected course (i.e., click the course name in the backups log), or (2) back up the course manually with debugging turned on to see what error message is displayed.&lt;br /&gt;
&lt;br /&gt;
==Course versus site backups==&lt;br /&gt;
&lt;br /&gt;
*Automated course backups are more expensive in terms of time and CPU usage. The recovery time to have your site running again is longer. &lt;br /&gt;
*Course backups are useful for obtaining &amp;quot;fresh&amp;quot; copies of courses to be re-used or distributed individually, however they should never be used as a primary backup system (unless your hosting doesn&#039;t allow the preferred [[Site backup|site backups]]). &lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* MDL-30725 Automated backups with external storage fill trashdir&lt;br /&gt;
&lt;br /&gt;
Using Moodle forum discussions:&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=167471 Where is the Moodle 2.0 &amp;quot;Course Backup Filearea&amp;quot;?]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=191275 the story of the mysteriously filling up hard disk]&lt;br /&gt;
&lt;br /&gt;
[[Category:Report]]&lt;br /&gt;
[[Category:Site administration]]&lt;br /&gt;
&lt;br /&gt;
[[eu:Ikastaroen_segurtasun-kopia_automatikoa]]&lt;br /&gt;
[[fr:Sauvegarde (administrateur)]]&lt;br /&gt;
[[ja:自動コースバックアップ]]&lt;br /&gt;
[[de:Automatische Kurssicherung]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Using_Activity_completion&amp;diff=102209</id>
		<title>Using Activity completion</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Using_Activity_completion&amp;diff=102209"/>
		<updated>2012-11-28T09:04:17Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Activity completion}}&lt;br /&gt;
==Why use Activity completion?==&lt;br /&gt;
*If this feature is enabled, it is a helpful way for students to be able to track their progress in a course. The student has an easy to see checklist of what they have done so far.&lt;br /&gt;
*It can also be linked to [[Course_completion| Course completion]] in order to allow both students and teachers to watch progress through a course. As each activity is checked off as &amp;quot;complete&amp;quot;, the student moves futher towards final completion of the course.&lt;br /&gt;
*It can also be linked to [[Conditional_activities| Conditional activities]] in order to allow the teacher to set criteria upon which a student is allowed to progress through a course and access materials.&lt;br /&gt;
&lt;br /&gt;
==Activity completion icons==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:completion-manual-n.png]] manual - not yet marked as complete&lt;br /&gt;
|-&lt;br /&gt;
| [[File:completion-manual-enabled.png]] manual - enabled&lt;br /&gt;
|-&lt;br /&gt;
| [[File:completion-manual-y.png]] manually completed&lt;br /&gt;
|-&lt;br /&gt;
| [[File:completion-auto-y.png]] automatically completed&lt;br /&gt;
|-&lt;br /&gt;
| [[File:completion-auto-fail.png]] automatically failed&lt;br /&gt;
|-&lt;br /&gt;
| [[File:completion-auto-n.png]] automatic - not completed&lt;br /&gt;
|-&lt;br /&gt;
| [[File:completion-auto-pass.png]] automatically passed&lt;br /&gt;
|-&lt;br /&gt;
| [[File:completion-auto-enabled.png]] automatic - enabled&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Activity completion report==&lt;br /&gt;
&lt;br /&gt;
Activity completion info can be viewed by managers, teachers and non-editing teachers (and any other users with the capability [[Capabilities/report/progress:view|report/progress:view]]) in &#039;&#039;Navigation &amp;gt; Courses &amp;gt; My course &amp;gt; Reports &amp;gt; Activity completion&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
[[File:Reports_Activity_completion.png]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Report]]&lt;br /&gt;
&lt;br /&gt;
[[de:Einsatzszenarien für den Aktivitätsabschluss]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/tags:myaddinstance&amp;diff=102191</id>
		<title>Capabilities/block/tags:myaddinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/tags:myaddinstance&amp;diff=102191"/>
		<updated>2012-11-26T08:20:34Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Tags block]] to [[My Moodle]]&lt;br /&gt;
*This capability is allowed for the default role of authenticated user&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
[[Category:Tags]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/tags:myaddinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/tags:addinstance&amp;diff=102190</id>
		<title>Capabilities/block/tags:addinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/tags:addinstance&amp;diff=102190"/>
		<updated>2012-11-26T08:19:22Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Tags block]] to a course page&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
[[Category:Tags]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/tags:addinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/tag_youtube:addinstance&amp;diff=102189</id>
		<title>Capabilities/block/tag youtube:addinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/tag_youtube:addinstance&amp;diff=102189"/>
		<updated>2012-11-26T08:18:23Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Youtube block]] to a [[Tags]] page&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
[[Category:Tags]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/tag youtube:addinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/tag_flickr:addinstance&amp;diff=102188</id>
		<title>Capabilities/block/tag flickr:addinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/tag_flickr:addinstance&amp;diff=102188"/>
		<updated>2012-11-26T08:15:54Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Flickr block]] to a [[Tags]] page&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
[[Category:Tags]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/tag flickr:addinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/social_activities:addinstance&amp;diff=102187</id>
		<title>Capabilities/block/social activities:addinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/social_activities:addinstance&amp;diff=102187"/>
		<updated>2012-11-26T08:14:11Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Social activities block]] to a course in social format.&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
[[Category:Course]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/social activities:addinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/site_main_menu:addinstance&amp;diff=102186</id>
		<title>Capabilities/block/site main menu:addinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/site_main_menu:addinstance&amp;diff=102186"/>
		<updated>2012-11-26T08:11:14Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Main menu block]] to a course page&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
As it&#039;s not possible to add a main menu block to a course page, this capability doesn&#039;t make sense, and so is due for removal - see MDL-36755.&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/site main menu:addinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/settings:myaddinstance&amp;diff=102185</id>
		<title>Capabilities/block/settings:myaddinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/settings:myaddinstance&amp;diff=102185"/>
		<updated>2012-11-26T08:09:37Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Settings block]] to [[My Moodle]]&lt;br /&gt;
*This capability is allowed for the default role of authenticated user&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/settings:myaddinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/settings:addinstance&amp;diff=102184</id>
		<title>Capabilities/block/settings:addinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/settings:addinstance&amp;diff=102184"/>
		<updated>2012-11-26T08:07:43Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Settings block]] to a course page&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/settings:addinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/selfcompletion:addinstance&amp;diff=102182</id>
		<title>Capabilities/block/selfcompletion:addinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/selfcompletion:addinstance&amp;diff=102182"/>
		<updated>2012-11-26T08:01:18Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Self completion block]] to a course page&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
[[Category:Completion]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/selfcompletion:addinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/section_links:addinstance&amp;diff=102181</id>
		<title>Capabilities/block/section links:addinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/section_links:addinstance&amp;diff=102181"/>
		<updated>2012-11-26T08:00:37Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Section links block]] to a course page&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/section links:addinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/section_links:addinstance&amp;diff=102180</id>
		<title>Capabilities/block/section links:addinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/section_links:addinstance&amp;diff=102180"/>
		<updated>2012-11-26T07:59:50Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Section links block]] to a course page&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/section link:addinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/search_forums:addinstance&amp;diff=102179</id>
		<title>Capabilities/block/search forums:addinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/search_forums:addinstance&amp;diff=102179"/>
		<updated>2012-11-26T07:58:40Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Search forums block]] to a course page&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
[[Category:Forum]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/search forums:addinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/rss_client:myaddinstance&amp;diff=102178</id>
		<title>Capabilities/block/rss client:myaddinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/rss_client:myaddinstance&amp;diff=102178"/>
		<updated>2012-11-26T07:57:52Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Remote RSS feeds block]] to [[My Moodle]]&lt;br /&gt;
*This capability is allowed for the default role of authenticated user&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
[[Category:RSS]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/rss client:myaddinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/rss_client:addinstance&amp;diff=102177</id>
		<title>Capabilities/block/rss client:addinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/rss_client:addinstance&amp;diff=102177"/>
		<updated>2012-11-26T07:56:16Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Remote RSS feeds block]] to a course page&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
[[Category:RSS]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/rss client:addinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/recent_activity:addinstance&amp;diff=102176</id>
		<title>Capabilities/block/recent activity:addinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/recent_activity:addinstance&amp;diff=102176"/>
		<updated>2012-11-26T07:55:04Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Recent activity block]] to a course page&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
[[Category:Course]]&lt;br /&gt;
&lt;br /&gt;
[[en:Capabilities/block/recent activity:addinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/recent_activity:addinstance&amp;diff=102175</id>
		<title>Capabilities/block/recent activity:addinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/recent_activity:addinstance&amp;diff=102175"/>
		<updated>2012-11-26T07:54:55Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Recent activity block]] to a course page&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
[[Category:Course]]&lt;br /&gt;
&lt;br /&gt;
[[e:Capabilities/block/recent activity:addinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/quiz_results:addinstance&amp;diff=102174</id>
		<title>Capabilities/block/quiz results:addinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/quiz_results:addinstance&amp;diff=102174"/>
		<updated>2012-11-26T07:53:00Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Quiz results block]] to a course page&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
[[Category:Quiz]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/quiz_results:addinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/private_files:addinstance&amp;diff=102173</id>
		<title>Capabilities/block/private files:addinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/private_files:addinstance&amp;diff=102173"/>
		<updated>2012-11-26T07:51:44Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[My private files block]] to a course page&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
[[Category:Messaging]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/private files:addinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/participants:addinstance&amp;diff=102172</id>
		<title>Capabilities/block/participants:addinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/participants:addinstance&amp;diff=102172"/>
		<updated>2012-11-26T07:50:24Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[People block]] to a course page&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/participants:addinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/online_users:myaddinstance&amp;diff=102170</id>
		<title>Capabilities/block/online users:myaddinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/online_users:myaddinstance&amp;diff=102170"/>
		<updated>2012-11-26T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add an [[Online users block]] to [[My Moodle]]&lt;br /&gt;
*This capability is allowed for the default role of authenticated user&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/online users:myaddinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/online_users:addinstance&amp;diff=102169</id>
		<title>Capabilities/block/online users:addinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/online_users:addinstance&amp;diff=102169"/>
		<updated>2012-11-26T07:47:24Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add an [[Online users block]] to a course page&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/online_users:addinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/news_items:myaddinstance&amp;diff=102168</id>
		<title>Capabilities/block/news items:myaddinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/news_items:myaddinstance&amp;diff=102168"/>
		<updated>2012-11-26T07:45:52Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Latest news block]] to [[My Moodle]]&lt;br /&gt;
*This capability is allowed for the default role of authenticated user&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
[[Category:Forum]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/news_items:myaddinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/news_items:addinstance&amp;diff=102167</id>
		<title>Capabilities/block/news items:addinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/news_items:addinstance&amp;diff=102167"/>
		<updated>2012-11-26T07:44:23Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Latest news block]] to a course page&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
[[Category:Forum]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/news items:addinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/navigation:myaddinstance&amp;diff=102164</id>
		<title>Capabilities/block/navigation:myaddinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/navigation:myaddinstance&amp;diff=102164"/>
		<updated>2012-11-25T19:07:15Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Navigation block]] to [[My Moodle]]&lt;br /&gt;
*This capability is allowed for the default role of authenticated user&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/navigation:myaddinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/navigation:addinstance&amp;diff=102163</id>
		<title>Capabilities/block/navigation:addinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/navigation:addinstance&amp;diff=102163"/>
		<updated>2012-11-25T19:05:59Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Navigation block]] to a course page&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/navigation:addinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/myprofile:myaddinstance&amp;diff=102162</id>
		<title>Capabilities/block/myprofile:myaddinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/myprofile:myaddinstance&amp;diff=102162"/>
		<updated>2012-11-25T19:04:04Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Logged in user block]] to [[My Moodle]]&lt;br /&gt;
*This capability is allowed for the default role of authenticated user&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/myprofile:myaddinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/myprofile:addinstance&amp;diff=102161</id>
		<title>Capabilities/block/myprofile:addinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/myprofile:addinstance&amp;diff=102161"/>
		<updated>2012-11-25T19:01:31Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Logged in user block]] to a course page&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/myprofile:addinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/mnet_hosts:myaddinstance&amp;diff=102160</id>
		<title>Capabilities/block/mnet hosts:myaddinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/mnet_hosts:myaddinstance&amp;diff=102160"/>
		<updated>2012-11-25T18:45:40Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Network servers block]] to [[My Moodle]]&lt;br /&gt;
*This capability is allowed for the default role of authenticated user&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
[[Category:MNet]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/mnet hosts:myaddinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/mnet_hosts:addinstance&amp;diff=102159</id>
		<title>Capabilities/block/mnet hosts:addinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/mnet_hosts:addinstance&amp;diff=102159"/>
		<updated>2012-11-25T18:44:06Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Network servers block]] to a course page&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
[[Category:MNet]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/mnet hosts:addinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/messages:addinstance&amp;diff=102158</id>
		<title>Capabilities/block/messages:addinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/messages:addinstance&amp;diff=102158"/>
		<updated>2012-11-25T18:42:52Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Messages block]] to a course page&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
[[Category:Messaging]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/messages:addinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/mentees:myaddinstance&amp;diff=102157</id>
		<title>Capabilities/block/mentees:myaddinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/mentees:myaddinstance&amp;diff=102157"/>
		<updated>2012-11-25T18:42:10Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Mentees block]] to [[My Moodle]]&lt;br /&gt;
*This capability is allowed for the default role of authenticated user&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/mentees:myaddinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/mentees:addinstance&amp;diff=102156</id>
		<title>Capabilities/block/mentees:addinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/mentees:addinstance&amp;diff=102156"/>
		<updated>2012-11-25T18:40:57Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Mentees block]] to a course page&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/mentees:addinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/login:addinstance&amp;diff=102155</id>
		<title>Capabilities/block/login:addinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/login:addinstance&amp;diff=102155"/>
		<updated>2012-11-25T18:39:56Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add a [[Login block]] to a course page&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/login:addinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/25/en/index.php?title=Capabilities/block/html:addinstance&amp;diff=102154</id>
		<title>Capabilities/block/html:addinstance</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/25/en/index.php?title=Capabilities/block/html:addinstance&amp;diff=102154"/>
		<updated>2012-11-25T18:38:49Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}{{New features}}&lt;br /&gt;
*This allows a user to add an [[HTML block]] to a course page&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Block]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/block/html:addinstance]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
</feed>