<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/23/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tsala</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/23/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tsala"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/Special:Contributions/Tsala"/>
	<updated>2026-05-13T14:41:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=MediaWiki:MoodleDocsVersionLinks&amp;diff=103077</id>
		<title>MediaWiki:MoodleDocsVersionLinks</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=MediaWiki:MoodleDocsVersionLinks&amp;diff=103077"/>
		<updated>2017-05-16T07:51:07Z</updated>

		<summary type="html">&lt;p&gt;Tsala: removing 2.7 link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2.3 docs: /23/en/{{FULLPAGENAMEE}}&lt;br /&gt;
3.3 docs: /33/en/{{FULLPAGENAMEE}}&lt;br /&gt;
3.2 docs: /32/en/{{FULLPAGENAMEE}}&lt;br /&gt;
3.1 docs: /31/en/{{FULLPAGENAMEE}}&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=MediaWiki:MoodleDocsVersionLinks&amp;diff=103076</id>
		<title>MediaWiki:MoodleDocsVersionLinks</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=MediaWiki:MoodleDocsVersionLinks&amp;diff=103076"/>
		<updated>2017-05-14T08:43:07Z</updated>

		<summary type="html">&lt;p&gt;Tsala: 3.3 link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2.3 docs: /23/en/{{FULLPAGENAMEE}}&lt;br /&gt;
3.3 docs: /33/en/{{FULLPAGENAMEE}}&lt;br /&gt;
3.2 docs: /32/en/{{FULLPAGENAMEE}}&lt;br /&gt;
3.1 docs: /31/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.7 docs: /27/en/{{FULLPAGENAMEE}}&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=MediaWiki:MoodleDocsVersionLinks&amp;diff=103075</id>
		<title>MediaWiki:MoodleDocsVersionLinks</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=MediaWiki:MoodleDocsVersionLinks&amp;diff=103075"/>
		<updated>2016-12-05T07:29:05Z</updated>

		<summary type="html">&lt;p&gt;Tsala: 3.2 link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2.3 docs: /23/en/{{FULLPAGENAMEE}}&lt;br /&gt;
3.2 docs: /32/en/{{FULLPAGENAMEE}}&lt;br /&gt;
3.1 docs: /31/en/{{FULLPAGENAMEE}}&lt;br /&gt;
3.0 docs: /30/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.7 docs: /27/en/{{FULLPAGENAMEE}}&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=Media_capture_repository&amp;diff=103074</id>
		<title>Media capture repository</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=Media_capture_repository&amp;diff=103074"/>
		<updated>2016-11-16T16:36:56Z</updated>

		<summary type="html">&lt;p&gt;Tsala: content moved from https://docs.moodle.org/31/en/Media_capture_repository by request&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span class=&amp;quot;small-info-right&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;GSOC&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;text-big new&amp;quot;&amp;gt; &#039;12&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Audio/Video Capture repository plugin is of great utility to both teachers and students. Teachers can directly submit assignments or record audio/video lectures for the students. This project is for the implementation of the Audio/Video Capture repository plug-in which enables users to directly capture and upload their audio/video files to the server.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
Moodle 2.3 required&lt;br /&gt;
&lt;br /&gt;
== Project Details ==&lt;br /&gt;
=== Description ===&lt;br /&gt;
The ’A/V recorder’ module will use the Repository API and its own small API for integration of sound and video recording components and web services with Moodle. The module would have a UI which would receive requests for recording media. The A/V Module calls the ‘record’ module. The recorded media is then converted to a proper format (using ImaACPCM or Speex codecs) to be saved to the Moodle servers. The file is then uploaded to the servers by either using the existing plugins or a new module is created to accomplish the task. The module then saves the file name/location in the database. During the above operations the module would inherently interact with the Moodle Interface for various data operations/inter-module interactions.&lt;br /&gt;
&lt;br /&gt;
=== Implementation ===&lt;br /&gt;
I would be extending the NanoGong Java Applet to record, playback and save the content to web-pages for Moodle 2.0. The NanoGong applet is quite well-suited for the project and currently supports audio recording. NanoGong provides an extended HTML editor which would be integrated with the current editor provided by the default Moodle installation everywhere. Below are some of the prospects of using the applet (as mentioned in the NanoGong documentation)&lt;br /&gt;
&lt;br /&gt;
The editor would be customizable from the back-end with varying permissions for students, teachers and administrators over the record, playback and speed controls. The functionality will be as follows : &lt;br /&gt;
&lt;br /&gt;
For students using Moodle :&lt;br /&gt;
Students can submit their voice/video messages using the extended html editor. These messages can be deleted and changed provided it is not locked by the corresponding teacher giving the assignment.&lt;br /&gt;
&lt;br /&gt;
For teachers using Moodle :&lt;br /&gt;
Teacher can view all the messages submitted and choose to lock/change or assign score to a  given assignment based on the message. Alternatively the applet can be used by teachers to record video/audio lectures. &lt;br /&gt;
&lt;br /&gt;
As for the Video part, no known open source alternatives exists currently for a video recording Java Applet. I have taken a good look at Vimas, the enterprise Applet for Video capturing and would look to build something on those lines. The video recording applet would allow recording videos in mp4 format (H.264 video and AAC audio) on the web page and upload it on the web server via HTTP. I would be using the Java Media Framework (JMF) to capture the audio and video stream.&lt;br /&gt;
&lt;br /&gt;
=== Schedule of Deliverables ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Pre-phase&#039;&#039;&#039; (10th May - 21st May) :&lt;br /&gt;
Pre-phase would involve assembling all the pre-requisites for the coding period. Talking to the mentors and reading the documentation to be in good stead before the coding period begins.&lt;br /&gt;
Also maintaining a blog to track day to day progress and track reviews by mentors, would be done during this period.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First-phase&#039;&#039;&#039; (21st May - 9th July)&lt;br /&gt;
Deliverables : &lt;br /&gt;
&lt;br /&gt;
21st May - 28th May&lt;br /&gt;
Code the entire framework for the plugin. Build a basic back bone wherein addition of these media capture modules can be easily done. &lt;br /&gt;
&lt;br /&gt;
29th May - 4th June&lt;br /&gt;
Port the NanoGong applet to Moodle 2.0 and integrate the functionality within the module.&lt;br /&gt;
&lt;br /&gt;
5th June - 19th June&lt;br /&gt;
Complete the Audio Plugin Front-end and back-end which manages permissions for audio recording for students, teachers, various options for playback, save and speed control. &lt;br /&gt;
&lt;br /&gt;
20th June - 9th July&lt;br /&gt;
Look for open-source alternatives for Vimas and start the development/integration of the Video plugin in to the Module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second-phase&#039;&#039;&#039; (11th July - 1st August)&lt;br /&gt;
Deliverables : &lt;br /&gt;
&lt;br /&gt;
11th July - 18th July&lt;br /&gt;
Entire back-end + front-end for the module should be complete.&lt;br /&gt;
&lt;br /&gt;
19th July - 25th July&lt;br /&gt;
Customize the Video plug-in and test the support for different frames and audio/video quality on various browsers.&lt;br /&gt;
&lt;br /&gt;
26th July - 1st August&lt;br /&gt;
Extra time for full implementation of the Video plug-in . This would involve intensive testing and bug-fixing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Post-phase&#039;&#039;&#039; (12th August - 20th August) :&lt;br /&gt;
This period is exclusively reserved for final testing, minor bug fixes or enhancements to the front-end, documentation of the entire code, review from the mentors and minor changes to the code.&lt;br /&gt;
&lt;br /&gt;
== Relevant Links ==&lt;br /&gt;
=== Ideas List ===&lt;br /&gt;
* [https://docs.moodle.org/dev/Projects_for_new_developers Moodle - Google Summer of Code 2012 Idea List]&lt;br /&gt;
=== Tracker ===&lt;br /&gt;
* [http://tracker.moodle.org/browse/CONTRIB-3631 An Audio/Video Capture repository plug-in]&lt;br /&gt;
=== GSoC Proposal ===&lt;br /&gt;
* [http://www.google-melange.com/gsoc/proposal/review/google/gsoc2012/ankitgupta_/1 Original Proposal - GSoC 2012]&lt;br /&gt;
=== Developer Blog ===&lt;br /&gt;
* [http://ankitgupta90.tumblr.com/ # Ankit Gupta]&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=error/moodle/dmlwriteexception&amp;diff=103073</id>
		<title>error/moodle/dmlwriteexception</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=error/moodle/dmlwriteexception&amp;diff=103073"/>
		<updated>2016-09-22T15:33:19Z</updated>

		<summary type="html">&lt;p&gt;Tsala: MySQL dmlwriteexception error when using calculated questions in a quiz (MDL-29332)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This indicates that a general error occurred when Moodle tried to write to the database. If you turn on [[Debugging]] you will get more detailed information about what the problem is.&lt;br /&gt;
&lt;br /&gt;
When importing questions in Aiken format after successful reading all questions this error  emerges when saving in the database. No definite rule why. Ver. 2.0&lt;br /&gt;
&lt;br /&gt;
==dmlwriteexception error when using calculated questions in a quiz==&lt;br /&gt;
&lt;br /&gt;
If you&#039;re using MySQL or SQL*Server and you have a problem with duplicated keys with the question_attempt_step_data table when using calculated questions in a quiz (from entering a formula which uses variables with the same characters in different cases), it is recommended that you upgrade to Moodle 3.0.x or higher ASAP. Alternatively, the problematic unique index can be dropped or the collation of the columns changed to be case-sensitive, however this is not considered a complete fix. See MDL-29332 for more information.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Development:DML exceptions]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Error|Dmlwriteexception]]&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=Calculated_question_type&amp;diff=103072</id>
		<title>Calculated question type</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=Calculated_question_type&amp;diff=103072"/>
		<updated>2016-09-22T15:16:25Z</updated>

		<summary type="html">&lt;p&gt;Tsala: MySQL dmlwriteexception error when using calculated questions in a quiz (MDL-29332)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Questions}}&lt;br /&gt;
Calculated questions offer a way to create individual numerical questions by the use of wildcards  (i.e you can use common variables names as &#039;&#039;&#039;x&#039;&#039;&#039; , &#039;&#039;&#039;y&#039;&#039;&#039;  enclosed  in curly braces  to create the  wildcards &#039;&#039;&#039;{x}&#039;&#039;&#039; and &#039;&#039;&#039;{y}&#039;&#039;&#039;) that are substituted with random values when the quiz is taken.&lt;br /&gt;
 &lt;br /&gt;
For example, if you want to create a large number of &#039;&#039;&#039;&amp;quot;Calculate the area of a rectangle&amp;quot;&#039;&#039;&#039; problems to drill your students, you could create a question with two wildcards (i.e. &#039;&#039;&#039;{base}&#039;&#039;&#039;, &#039;&#039;&#039;{height}&#039;&#039;&#039; created from the common &#039;&#039;&#039;base&#039;&#039;&#039;, &#039;&#039;&#039;height&#039;&#039;&#039; variable names)  and put in the &amp;quot;&#039;&#039;&#039;Correct Answer Formula=&#039;&#039;&#039;&amp;quot; input field  &#039;&#039;&#039;{base}&#039;&#039;&#039; * &#039;&#039;&#039;{height}&#039;&#039;&#039; ( * being the multiplication sign ).&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Correct Answer Formula=&#039;&#039;&#039; {base}*{height}&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
When a student takes the test, Moodle will randomly select values for &#039;&#039;&#039;{base}&#039;&#039;&#039; and &#039;&#039;&#039;{height}&#039;&#039;&#039; and grade the response using the result of the &#039;&#039;&#039;Correct Answer Formula&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
The test will very rarely appear the same way twice.&lt;br /&gt;
&lt;br /&gt;
== Is this really the question type for you? ==&lt;br /&gt;
The main purpose of the calculated question is to create multiple versions of a question with different numerical values. This means you must have &#039;&#039;&#039;at least one&#039;&#039;&#039; wildcard in one of the answers.&lt;br /&gt;
 &lt;br /&gt;
If you don&#039;t need a random element, use the [[Numerical question type]] instead.&lt;br /&gt;
== Simple calculated question type   ==&lt;br /&gt;
&lt;br /&gt;
The [[Simple calculated question type|simple calculated]] question offers the most used features of the calculated question with a much simpler creation interface.&lt;br /&gt;
&lt;br /&gt;
==Wildcards and datasets==&lt;br /&gt;
&lt;br /&gt;
When Moodle delivers a Calculated question to the student, the wildcards are replaced with randomly-selected values. However, these values are not completely random - rather, they are randomly selected from a pre-defined &#039;&#039;dataset&#039;&#039; of possible values. This allows you some control over the possible values chosen - for example, in order to make sure the numbers are realistic.&lt;br /&gt;
&lt;br /&gt;
These datasets can be &#039;&#039;private&#039;&#039; or &#039;&#039;shared&#039;&#039; - private datasets are used by one wildcard within one calculated question; shared datasets are used by one wildcard within all calculated questions that use it.&lt;br /&gt;
&lt;br /&gt;
==Question set-up==&lt;br /&gt;
To create (or modify) a calculated question there are three pages to work through. The instructions below take you through the pages, step by step:&lt;br /&gt;
&lt;br /&gt;
===Page 1. Editing a Calculated question ===&lt;br /&gt;
&lt;br /&gt;
#Select the question &#039;&#039;&#039;category&#039;&#039;&#039;&lt;br /&gt;
#Any shared wildcards for this category are listed beneath. If you change category, you&#039;ll need to click the &amp;quot;Update the category&amp;quot; button to refresh this list. There may not be any shared wildcards yet - if not, you can create them later if you wish.&lt;br /&gt;
#Give the question a descriptive &#039;&#039;&#039;name&#039;&#039;&#039; - this allows you to identify it in the question bank.&lt;br /&gt;
#Enter the &#039;&#039;&#039;question text&#039;&#039;&#039;. This should be the question you want the student to answer, and it must include all the information they need to calculate an answer. Therefore it must contain at least one wildcard, inside curly braces. For example, if you wanted the student to sum numbers A and B, the question text might read: &amp;quot;What is {A} + {B}?&amp;quot; You may also include quantities computed from wildcards using the syntax &amp;quot;{=...}: for example, the question &amp;quot;What is {={A}+{B}} - {A}?&amp;quot; with wildcard values A=4 and B=3 would display as &amp;quot;What is 7 - 4?&amp;quot;&lt;br /&gt;
#Select an image to display if you want to add a picture to the question. For the student, it appears immediately after the question text and before the choices. If you want more control over how the image appears, include it in the question text above, using the HTML editor.&lt;br /&gt;
#Set the &#039;&#039;&#039;default question grade&#039;&#039;&#039; (i.e. the maximum number of marks for this question).&lt;br /&gt;
#Set the &#039;&#039;&#039;Penalty factor&#039;&#039;&#039; (see [[Calculated_question_type#Penalty_factor|Penalty factor]] below).&lt;br /&gt;
#&#039;&#039;Moodle 1.7+:&#039;&#039; If you wish, add general feedback. This is text that appears to the student after he/she has answered the question.&lt;br /&gt;
#Next add the &#039;&#039;&#039;formula for the answer&#039;&#039;&#039;. This formula must contain at least the wildcards that appear in the question text. See [[Calculated_question_type#Correct_answer_formula_syntax|Correct answer formula syntax]] for further details.&lt;br /&gt;
# Choose the &#039;&#039;&#039;grade&#039;&#039;&#039; that the student will get for this question if they give this answer. This should be a percentage of the total marks available. For example, you could give 100% for a correct answer, and 50% for an answer that is nearly right. &#039;&#039;&#039;One of the answers must have a 100% grade&#039;&#039;&#039;.&lt;br /&gt;
#Determine the &#039;&#039;&#039;tolerance&#039;&#039;&#039; for error that you will accept in the answer. The tolerance and tolerance type settings combine to give a range of acceptable scores. So, if tolerance = t, correct answer = x and the difference between the user&#039;s answer and the correct answer is dx, then the tolerance types are as follows:&lt;br /&gt;
##Nominal - mark correct if dx &amp;lt;= t&lt;br /&gt;
##Relative - mark correct if dx / x &amp;lt;= t&lt;br /&gt;
##Geometric - mark correct if dx² / x² &amp;lt;= t²&lt;br /&gt;
# The next 2 settings, &amp;quot;Correct answer shows&amp;quot; and &amp;quot;Format&amp;quot; determine the &#039;&#039;&#039;precision&#039;&#039;&#039; of the answer. Use these to select the number of decimal places or significant figures you want to use.&lt;br /&gt;
# Add some &#039;&#039;&#039;feedback&#039;&#039;&#039; which the student will see if they enter this answer.&lt;br /&gt;
# You can specify as many answer formulae as you like - click &amp;quot;Add another answer blank&amp;quot; to add more.&lt;br /&gt;
# You can also specify units for the answers. For example, if you enter a unit of &#039;cm&#039; here, and the accepted answer is 15, then the answers &#039;15cm&#039; and &#039;15&#039; are both accepted as correct. If you add more than one unit, you can also specify a multiplier. So, if your main answer was 5500 with unit W, you can also add the unit kW with a multiplier of 0.001. This means that the answers &#039;5500&#039;, &#039;5500W&#039; or &#039;5.5kW&#039; would all be marked correct. Note that the accepted error is also multiplied, so an allowed error of 100W would become an error of 0.1kW.&lt;br /&gt;
# Finally (!) you can click &amp;quot;Next page&amp;quot; to save what you&#039;ve done and move on. If you are editing an existing question, you can click &amp;quot;Next page (new question)&amp;quot; to create a completely new question based on an existing one.&lt;br /&gt;
&lt;br /&gt;
==== Penalty factor ====&lt;br /&gt;
&lt;br /&gt;
The &#039;penalty factor&#039; only applies when the question is used in a quiz using adaptive mode - i.e. where the student is allowed multiple attempts at a question even within the same attempt at the quiz. If the penalty factor is more than 0, then the student will lose that proportion of the &#039;&#039;&#039;maximum&#039;&#039;&#039; grade upon each successive attempt. For example, if the default question grade is 10, and the penalty factor is 0.2, then each successive attempt after the first one will incur a penalty of 0.2 x 10 = 2 points.&lt;br /&gt;
&lt;br /&gt;
===Tolerance===&lt;br /&gt;
&lt;br /&gt;
As for numerical questions it is possible to allow a margin within which all responses are accepted as correct. The &amp;quot;Tolerance&amp;quot; field is used for this. However, there are three different types of tolerances. These are Relative, Nominal and Geometric. If we say that the correct answer at quiz time is calculated to 200 and the tolerance is set to 0.5 then the different tolerance types work like this:&lt;br /&gt;
&lt;br /&gt;
Relative: A tolerance interval is calculated by multiplying the correct answer with 0.5, ie in this case we get 100 so for this tolerance the correct response must be between 100 and 300. (200 ± 100)&lt;br /&gt;
This is useful if the magnitude of the correct answer can differ greatly between different wildcard values.&lt;br /&gt;
&lt;br /&gt;
Nominal: This is the simplest tolerance type but not very powerful. The correct response must be between 199.5 and 200.5 (200 ± 0.5)&lt;br /&gt;
This tolerance type can be useful if the differences between different correct answers are small.&lt;br /&gt;
&lt;br /&gt;
Geometric: The upper limit of the tolerance interval is calculated as 200 + 0.5*200 and is the same as for the relative case. The lower limit is calculated as 200/(1 + 0.5). The correct response must then be between 133.33 and 300.&lt;br /&gt;
This is useful for complex calculation that must have great tolerances where relative tolerances of 1 or more would be used for the upper limit but clearly not acceptable for the lower limit as it would make zero a correct answer for all cases.&lt;br /&gt;
&lt;br /&gt;
The field Significant Figures does only relate to how the correct answer should be presented in the review or the reports. Examples: If it is set to 3 then the correct answer 13.333 would be presented as 13.3; 1236 would be presented as 1240; 23 would be presented as 23.0 etc. &lt;br /&gt;
&lt;br /&gt;
===Page 2. Choose dataset properties ===&lt;br /&gt;
&lt;br /&gt;
Each wildcard that you specify in the answer formula must have an associated set of possible values - this is its &#039;&#039;dataset&#039;&#039;. Each of the wildcards is listed on this page along with a choice of dataset:&lt;br /&gt;
*&#039;&#039;&#039;private&#039;&#039;&#039; i.e. only used by this question&lt;br /&gt;
*&#039;&#039;&#039;shared&#039;&#039;&#039; i.e shared with other calculated questions in the same category&lt;br /&gt;
&lt;br /&gt;
Using a shared dataset can save time when you are creating a lot of similar calculated questions.&lt;br /&gt;
&lt;br /&gt;
Note that even when creating a question for the first time, this page may say that your wildcard &amp;quot;will use the same existing private dataset as before.&amp;quot; This just means that Moodle has already tentatively created a private data set for that wildcard: if a private dataset is what you want, leave this choice selected.&lt;br /&gt;
&lt;br /&gt;
If there is anything in the question text that looks like a wildcard, but does not appear in any of the answer formulae, you can specify whether or not this is meant to be a wildcard. If it is, you can choose whether it should use a private or shared dataset.&lt;br /&gt;
&lt;br /&gt;
To continue, simply choose your preferred dataset for each wildcard, then click &amp;quot;Next Page&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Page 3. Edit the datasets ===&lt;br /&gt;
&lt;br /&gt;
Now we need to create the set of possible values that each wildcard can take. &#039;&#039;Warning&#039;&#039; - this page is a bit confusing!&lt;br /&gt;
&lt;br /&gt;
There are two ways of creating values - you can type them in yourself and add them to the list, or you can have Moodle generate them for you.&lt;br /&gt;
&lt;br /&gt;
==== Adding/deleting your own values ====&lt;br /&gt;
&lt;br /&gt;
Adding individual values to the list is easy:&lt;br /&gt;
&lt;br /&gt;
# In the &#039;Param&#039; field for each wildcard, enter the value you want&lt;br /&gt;
# Scroll down to the &#039;Add&#039; section and click the Add button (leaving the number of items set to 1)&lt;br /&gt;
# Repeat the above steps as many times as necessary (the maximum number of items is 100)&lt;br /&gt;
&lt;br /&gt;
To delete values from the list:&lt;br /&gt;
&lt;br /&gt;
# In the &#039;Delete&#039; section, select the number of items to delete&lt;br /&gt;
# Click the Delete button&lt;br /&gt;
&lt;br /&gt;
==== Letting Moodle create values ====&lt;br /&gt;
&lt;br /&gt;
# Start with the &amp;quot;Range of Values&amp;quot; fields, and enter the lower and upper limits for the values you would accept&lt;br /&gt;
# Choose a number of decimal places for the value&lt;br /&gt;
# Choose the distribution of values between the limits - &#039;uniform&#039; means any value between the limits is equally likely to be generated; &#039;loguniform&#039; means that values towards the lower limit are more likely.&lt;br /&gt;
# Now move down to the &#039;Add&#039; section and click on &amp;quot;force regeneration&amp;quot;&lt;br /&gt;
# In the menu next to the Add button, choose the number of sets of random values (items) you wish to add to the list. (Note that the maximum total number of items in your list is 100.)&lt;br /&gt;
# Finally, click Add to append the new values to the list&lt;br /&gt;
# &#039;&#039;&#039;Note:&#039;&#039;&#039; If you want more control over the items that Moodle adds, you can do them one at a time and preview the values before you add them. Click the &amp;quot;Get New Item to Add&amp;quot; button to make Moodle generate new values in the &amp;quot;Item to Add&amp;quot; section at the top. If you like them, click &amp;quot;Add&amp;quot; for 1 item; if not, click &amp;quot;Get New Item to Add&amp;quot; again to get new values.&lt;br /&gt;
&lt;br /&gt;
==== Finishing off ====&lt;br /&gt;
&lt;br /&gt;
Once your list of items (values) is complete, you are finished. It&#039;s up to you how many values you add - the more values you add, the more a question can be used by the students without them seeing the same values repeatedly.&lt;br /&gt;
&lt;br /&gt;
Note that if you delete values from the list, you can put them back again. Change the &amp;quot;Next Item to Add&amp;quot; option to &amp;quot;reuse previous value if available&amp;quot;, then the next time you add items, Moodle will restore your previously-deleted items from the dataset. &lt;br /&gt;
&lt;br /&gt;
Once your list of values is complete, you can click &#039;Save changes&#039; to finish.&lt;br /&gt;
&lt;br /&gt;
==== What does the &#039;Update the datasets parameters&#039; button do? ====&lt;br /&gt;
&lt;br /&gt;
Warning: This button can affect several questions, so be careful before using it.&lt;br /&gt;
Assume you have selected dataset parameter for {a} to be any value between 1-10 and generated a question. In the second question also you decide to use a SHARED wildcard called {a}. Inherently, it will show a value between 1-10. However, your need here changes and you want to make it 11-100 instead. Then, you change them in the range and click this button. Voila! the values change and you can add new items here using the &#039;Get New item to add&#039;. However, if you go back to your previous question, you will see that values would change there too, because it is a shared dataset. If you do not update parameters, then this may not happen and will generate a new set of values and displays them in the &amp;quot;Item to Add&amp;quot; section.&lt;br /&gt;
&lt;br /&gt;
==Correct answer formula syntax==&lt;br /&gt;
 &lt;br /&gt;
=== DO NOT PUT THE = sign in the formula. ===&lt;br /&gt;
 &lt;br /&gt;
* In the recent versions of the calculated question type, you could have more than one answer formula and applied a specific grading value to each of them as long as there is at least one 100% correct answer formula.&lt;br /&gt;
 If more than one correct answer formula input field are displayed when editing, &lt;br /&gt;
 your site has the multiple answer feature. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* As a general rule, write these formulas like you would in a calculator e.g. &amp;lt;code&amp;gt;3 + 5 * sin(3/{x})&amp;lt;/code&amp;gt; A notable exception is exponentiation, where x&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; cannot be entered as &amp;lt;code&amp;gt;{x}^3&amp;lt;/code&amp;gt;, but instead should be entered as &amp;lt;code&amp;gt;pow({x}, 3)&amp;lt;/code&amp;gt;.&lt;br /&gt;
* Each function&#039;s placeholders and other arguments should be in parentheses (brackets). For example, if you want students to calculate the sine of one angle and two times cosine of another, you would enter &amp;lt;code&amp;gt;sin({a}) + cos({b}*2)&amp;lt;/code&amp;gt;.&lt;br /&gt;
* It&#039;s usually better to have too many parentheses (brackets) than too few.  The server won&#039;t care, and the more specific you are about what you mean, the more likely it will like your complex formulas.&lt;br /&gt;
* There is no implicit multiplication.  To you, the human editor, &amp;quot;5(23)&amp;quot; or &amp;quot;5x&amp;quot; may seem perfectly obvious.  To the server doing the math, it&#039;s crazy talk and won&#039;t be understood.  Always use the &amp;quot;*&amp;quot; for multiplication.&lt;br /&gt;
* Any special mathematical function must have parentheses around its values.  Take the sine function in the first bullet point for instance.  Notice that the &#039;&#039;3 / x&#039;&#039; is wrapped in parentheses (brackets)--this is so the server can understand it properly.  Without those parentheses, the server won&#039;t know if you mean &amp;quot;(sin 3) / x&amp;quot; or &amp;quot;sin (3 / x)&amp;quot; and will reject the entire formula accordingly.&lt;br /&gt;
&lt;br /&gt;
==Available functions==&lt;br /&gt;
&lt;br /&gt;
Calculated questions can use more than simple arithmetic operators. The following functions are allowed in versions 1.5 and newer.&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;97%&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
!Function&lt;br /&gt;
!Explanation&lt;br /&gt;
|-&lt;br /&gt;
|abs&lt;br /&gt;
|Absolute value&lt;br /&gt;
|-&lt;br /&gt;
|acos&lt;br /&gt;
|Arc cosine -- output in radians.&lt;br /&gt;
|-&lt;br /&gt;
|acosh&lt;br /&gt;
|Inverse hyperbolic cosine -- output in radians.&lt;br /&gt;
|-&lt;br /&gt;
|asin&lt;br /&gt;
|Arc sine -- output in radians.&lt;br /&gt;
|-&lt;br /&gt;
|asinh&lt;br /&gt;
|Inverse hyperbolic sine.-- output in radians.&lt;br /&gt;
|-&lt;br /&gt;
|atan2&lt;br /&gt;
|Arc tangent of two variables -- pass in two values like (y, x), and you&#039;ll get the atah(y/x), adjusted to the proper quadrant. (Note: The variables are in the reverse order to atan2(x,y) in Excel) Output is radians.&lt;br /&gt;
|-&lt;br /&gt;
|atan&lt;br /&gt;
|Arc tangent -- output in radians.   &lt;br /&gt;
|-&lt;br /&gt;
|atanh&lt;br /&gt;
|Inverse hyperbolic tangent-- output in radians.&lt;br /&gt;
|-&lt;br /&gt;
|bindec&lt;br /&gt;
|Binary to decimal&lt;br /&gt;
|-&lt;br /&gt;
|ceil&lt;br /&gt;
|Round fractions up&lt;br /&gt;
|-&lt;br /&gt;
|cos&lt;br /&gt;
|Cosine -- in radians!!!  Convert your degree measurement to radians before you take the cos of it.&lt;br /&gt;
|-&lt;br /&gt;
|cosh&lt;br /&gt;
|Hyperbolic cosine -- in radians!!!  Convert your degree measurement to radians before you take the cosh of it.&lt;br /&gt;
|-&lt;br /&gt;
|decbin&lt;br /&gt;
|Decimal to binary&lt;br /&gt;
|-&lt;br /&gt;
|decoct&lt;br /&gt;
|Decimal to octal&lt;br /&gt;
|-&lt;br /&gt;
|deg2rad&lt;br /&gt;
|Converts the number in degrees to the radian equivalent&lt;br /&gt;
|-&lt;br /&gt;
|exp&lt;br /&gt;
|Calculates the exponent of e&lt;br /&gt;
|-&lt;br /&gt;
|expm1&lt;br /&gt;
|Returns exp(number) - 1, computed in a way that is accurate even when the value of number is close to zero&lt;br /&gt;
|-&lt;br /&gt;
|floor&lt;br /&gt;
|Round fractions down&lt;br /&gt;
|-&lt;br /&gt;
|fmod&lt;br /&gt;
|Returns the floating-point modulus of two numbers - i.e. the remainder when the first is divided by the second.&lt;br /&gt;
|-&lt;br /&gt;
|is_finite&lt;br /&gt;
|Finds whether a value is a legal finite number&lt;br /&gt;
|-&lt;br /&gt;
|is_infinite&lt;br /&gt;
|Finds whether a value is infinite&lt;br /&gt;
|-&lt;br /&gt;
|is_nan&lt;br /&gt;
|Finds whether a value is not a number&lt;br /&gt;
|-&lt;br /&gt;
|log10&lt;br /&gt;
|Base-10 logarithm&lt;br /&gt;
|-&lt;br /&gt;
|log1p&lt;br /&gt;
|Returns log(1 + number), computed in a way that is accurate even when the value of number is close to zero&lt;br /&gt;
|-&lt;br /&gt;
|log&lt;br /&gt;
|Natural logarithm (&#039;&#039;ln&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|max&lt;br /&gt;
|Find highest value&lt;br /&gt;
|-&lt;br /&gt;
|min&lt;br /&gt;
|Find lowest value&lt;br /&gt;
|-&lt;br /&gt;
|octdec&lt;br /&gt;
|Octal to decimal&lt;br /&gt;
|-&lt;br /&gt;
|pi()&lt;br /&gt;
|Get value of pi - the function does not take an argument, like in Excel.&lt;br /&gt;
|-&lt;br /&gt;
|pow (numberToRaise, NumberRaisedTo)&lt;br /&gt;
|Exponential expression&lt;br /&gt;
|-&lt;br /&gt;
|rad2deg&lt;br /&gt;
|Converts the radian number to the equivalent number in degrees&lt;br /&gt;
|-&lt;br /&gt;
|rand&lt;br /&gt;
|Generate a random integer&lt;br /&gt;
|-&lt;br /&gt;
|round&lt;br /&gt;
|Rounds a float&lt;br /&gt;
|-&lt;br /&gt;
|sin&lt;br /&gt;
|Sine -- in radians!!!  Convert your degree measurement to radians before you take the sin of it.&lt;br /&gt;
|-&lt;br /&gt;
|sinh&lt;br /&gt;
|Hyperbolic sine -- in radians!!!  Convert your degree measurement to radians before you take the sinh of it.&lt;br /&gt;
|-&lt;br /&gt;
|sqrt&lt;br /&gt;
|Square root&lt;br /&gt;
|-&lt;br /&gt;
|tan&lt;br /&gt;
|Tangent -- in radians!!!  Convert your degree measurement to radians before you take the tan of it.&lt;br /&gt;
|-&lt;br /&gt;
|tanh&lt;br /&gt;
|Hyperbolic tangent -- in radians!!!  Convert your degree measurement to radians before you take the tanh of it.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Predefined constants==&lt;br /&gt;
Actually there is NO Predefined constant that is allowed other than pi() as a function without parameter.&lt;br /&gt;
&lt;br /&gt;
==Synchronization==&lt;br /&gt;
&lt;br /&gt;
You could use shared wild cards to get the same values across questions in a quiz.&lt;br /&gt;
&lt;br /&gt;
A simple example will be to use the same radius in a first question asking for the perimeter of a circle of {radius}cm and a second question asking for the surface of a circle of {radius}cm.&lt;br /&gt;
&lt;br /&gt;
When the quiz will be shown to the student the two questions will shown the same {radius} value.&lt;br /&gt;
&lt;br /&gt;
However the synchronization will work &#039;&#039;&#039;ONLY&#039;&#039;&#039; if the questions are kept in the &#039;&#039;&#039;SAME&#039;&#039;&#039; category and have the &#039;&#039;&#039;SAME NUMBER OF DATASETS&#039;&#039;&#039; .&lt;br /&gt;
&lt;br /&gt;
If you need to move the synchronized questions to another category, you need to do it by editing the questions.&lt;br /&gt;
&lt;br /&gt;
==MySQL dmlwriteexception error when using calculated questions in a quiz==&lt;br /&gt;
&lt;br /&gt;
If you have recently upgraded and you&#039;re using MySQL or SQL*Server and you have a problem with duplicated keys with the question_attempt_step_data table when using calculated questions in a quiz (from entering a formula which uses variables with the same characters in different cases), it is recommended that you upgrade to Moodle 3.0.x or higher ASAP. Alternatively, the problematic unique index can be dropped or the collation of the columns changed to be case-sensitive, however this is not considered a complete fix. See MDL-29332 for more information.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=150923 couple questions about &amp;quot;edit datasets page&amp;quot; in calculated questions] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;br /&gt;
&lt;br /&gt;
[[de:Berechnungsfragen]]&lt;br /&gt;
[[fr:Question calculée]]&lt;br /&gt;
[[zh:計算題]]&lt;br /&gt;
[[ja:計算問題タイプ]]&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=Upgrading&amp;diff=103071</id>
		<title>Upgrading</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=Upgrading&amp;diff=103071"/>
		<updated>2016-09-22T09:40:13Z</updated>

		<summary type="html">&lt;p&gt;Tsala: /* Possible issues that may affect you in Moodle 2.3 */ MySQL dmlwriteexception error when using calculated questions in a quiz (MDL-29332)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Installing Moodle}}	&lt;br /&gt;
&#039;&#039;This page explains in detail how to upgrade Moodle. For a summary of the process, see [[Upgrade overview]].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Check the requirements==&lt;br /&gt;
&lt;br /&gt;
Check that your server meets all requirements for 2.3 in &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Server &amp;gt; [[Environment]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Note: You can only upgrade to Moodle 2.3 from Moodle 2.2 or later. If upgrading from earlier versions, you must [https://docs.moodle.org/22/en/Upgrading_to_Moodle_2.2 upgrade to 2.2] as a first step.&lt;br /&gt;
&lt;br /&gt;
==Checking database schema - old sites==&lt;br /&gt;
&lt;br /&gt;
If your Moodle site has been upgraded through many prior versions it is possible that there will be some problems with the database schema (compared to a fresh 2.3 installation). This may cause the upgrade to fail. If your site started life prior to Moodle 2.0 it is a very good idea to check and correct the database schema before upgrading. See [[Verify Database Schema]]. You should also run the database integrity checks in the XMLDB editor.&lt;br /&gt;
&lt;br /&gt;
==Check for plugin updates==&lt;br /&gt;
&lt;br /&gt;
Check in the [http://moodle.org/plugins Moodle Plugins directory] whether there is a 2.3 version available for any contributed/custom plugins (including themes) that you have previously installed on your site. If so, download the plugin code and copy it to the appropriate location in your Moodle code (see [[Installing plugins]]).&lt;br /&gt;
&lt;br /&gt;
The upgrade of the plugin will then happen as part of the Moodle upgrade process.&lt;br /&gt;
&lt;br /&gt;
If an out-of-date plugin causes your upgrade to fail, you can usually delete the plugin code rather than uninstalling it from within Moodle so that the data associated with it is not deleted.&lt;br /&gt;
&lt;br /&gt;
==Before you upgrade your site for real==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;We advise that you test the upgrade first on a COPY of your production site, to make sure it works as you expect.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Backup important data ==&lt;br /&gt;
&lt;br /&gt;
There are three areas that should be backed up before any upgrade:&lt;br /&gt;
#Moodle software (For example, everything in server/htdocs/moodle)&lt;br /&gt;
#Moodle uploaded files (For example, server/moodledata)&lt;br /&gt;
#Moodle database (For example, the SQL or Postgres database)&lt;br /&gt;
&lt;br /&gt;
See [[Site backup]] for more specific information.&lt;br /&gt;
&lt;br /&gt;
==Put your Site into maintenance mode==&lt;br /&gt;
Before you begin upgrading your site, you should put it into [[Maintenance_mode | maintenance mode]] to stop any non-admin users from logging in.&lt;br /&gt;
&lt;br /&gt;
== Install the new Moodle software ==&lt;br /&gt;
&lt;br /&gt;
=== Standard install package ===&lt;br /&gt;
&lt;br /&gt;
# Move your old Moodle software program files to another location. &#039;&#039;Do NOT copy new files over the old files.&#039;&#039;&lt;br /&gt;
# Unzip or unpack the upgrade file so that all new the Moodle software program files are in the location the old files used to be in on the server.  Moodle will adjust SQL and moodledata if it needs to in the upgrade.&lt;br /&gt;
# Copy your old [[Configuration file|config.php file]] back to the new Moodle directory. &lt;br /&gt;
# As mentioned above, if you had installed any custom plugins on your site you should add them to the new code. It is important to check that you get the correct version for your new version of Moodle. Be particularly careful that you do not overwrite any code in the new version of Moodle. &lt;br /&gt;
&lt;br /&gt;
====Linux====&lt;br /&gt;
 mv moodle moodle.backup&lt;br /&gt;
 tar xvzf moodle-1.1.tgz&lt;br /&gt;
&lt;br /&gt;
Next, copy across your config.php, any custom plugins, and your .htaccess file if you created one (&#039;&#039;&#039;check that custom plugins are the correct version for your new Moodle first&#039;&#039;&#039;):&lt;br /&gt;
&lt;br /&gt;
 cp moodle.backup/config.php moodle&lt;br /&gt;
 cp -pr moodle.backup/theme/mytheme moodle/theme/mytheme&lt;br /&gt;
 cp -pr moodle.backup/mod/mymod moodle/mod/mymod&lt;br /&gt;
&lt;br /&gt;
Don&#039;t forget to make moodle/config.php (and the rest of the source code) readable by your www server. Ideally the files should not be writeable by your server.&lt;br /&gt;
&lt;br /&gt;
If you use cron, take care that cron.php is executeable and uses the correct php command: &lt;br /&gt;
 chmod 740 admin/cli/cron.php (some configurations need chmod 750 or chmod 755)&lt;br /&gt;
 copy the first line from cron.php (if it looks like &#039;#!/usr/local/bin/php&#039; or &#039;#!/usr/local/bin/php5.3&#039;, no need to copy &#039;&amp;lt;?php&#039;)&lt;br /&gt;
&lt;br /&gt;
if necessary.&lt;br /&gt;
&lt;br /&gt;
=== Using Git ===&lt;br /&gt;
&lt;br /&gt;
You can use Git for updating or upgrading your Moodle. New sites are recommended to use this rather than CVS since all Moodle development has moved to Git. See [[Git for Administrators]] for details.&lt;br /&gt;
&lt;br /&gt;
===Command line upgrade===&lt;br /&gt;
&lt;br /&gt;
On Linux servers, Moodle 2.3 supports running the [[CLI|upgrade from the command line]], rather than through a web browser. This is likely to be more reliable, particularly for large sites.&lt;br /&gt;
&lt;br /&gt;
== Finishing the upgrade ==&lt;br /&gt;
&lt;br /&gt;
The last step is to trigger the upgrade processes within Moodle. &lt;br /&gt;
&lt;br /&gt;
To do this just go to &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Notifications&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Moodle will automatically detect the new version and perform all the SQL database or file system upgrades that are necessary. If there is anything it can&#039;t do itself (very rare) then you will see messages telling you what you need to do.&lt;br /&gt;
&lt;br /&gt;
Assuming all goes well (no error messages) then you can start using your new version of Moodle and enjoy the new features!&lt;br /&gt;
&lt;br /&gt;
==After upgrading==&lt;br /&gt;
&lt;br /&gt;
The config.php file from your 2.2 installation should work fine but if you take a look at config-dist.php that came with Moodle 2.3 there are more/different options available (e.g. database drivers and settings). It&#039;s a good idea to map your old config.php settings to a new one based on the 2.3 config-dist.php.&lt;br /&gt;
&lt;br /&gt;
==Possible issues that may affect you in Moodle 2.3==&lt;br /&gt;
&lt;br /&gt;
=== Two assignment modules ===&lt;br /&gt;
&lt;br /&gt;
A new assignment module has been added in Moodle 2.3. The old assignment module is still available (renamed &#039;Assignments 2.2&#039;) and sites which have upgraded from previous versions will have both versions available.&lt;br /&gt;
&lt;br /&gt;
It is recommended that admins upgrade all existing assignments to use the new assignment module as soon as possible, as described in [[Upgrade tool|Assignment upgrade tool]], then disable the old assignment module, to avoid the confusion of having two assignment modules.&lt;br /&gt;
&lt;br /&gt;
===Google registration required for Google Docs and Picasa plugins===&lt;br /&gt;
&lt;br /&gt;
Due to a change in Google&#039;s service, Moodle 2.3 has switched to a more secure and more user-friendly system for communicating with Google called &#039;OAuth 2.0&#039;. As a result, any Google Docs and Picasa plugins (the Google Docs and Picasa repositories and the Google Docs and Picasa portfolios) used previously on the site will be disabled when the site is upgraded.&lt;br /&gt;
&lt;br /&gt;
To re-enable these plugins, an administrator must register their 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;
===RTL theme fixes===&lt;br /&gt;
&lt;br /&gt;
Moodle 2.3 includes many right-to-left (RTL) theme fixes (MDL-30337) and so sites using RTL languages, such as Arabic and Hebrew, are recommended to perform additional testing, particularly with any custom themes to ensure everything is working fine.&lt;br /&gt;
&lt;br /&gt;
===MySQL dmlwriteexception error when using calculated questions in a quiz===&lt;br /&gt;
&lt;br /&gt;
If you&#039;re using MySQL or SQL*Server and you have a problem with duplicated keys with the question_attempt_step_data table when using calculated questions in a quiz (from entering a formula which uses variables with the same characters in different cases), it is recommended that you upgrade to Moodle 3.0.x or higher ASAP. Alternatively, the problematic unique index can be dropped or the collation of the columns changed to be case-sensitive, however this is not considered a complete fix. See MDL-29332 for more information.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/view.php?id=28 Installation problems forum] &lt;br /&gt;
* [[dev:Moodle 2.3 release notes|Moodle 2.3 release notes]]&lt;br /&gt;
* [[dev:Upgrade API|Upgrade API]]&lt;br /&gt;
&lt;br /&gt;
[[es:Actualización de moodle]]&lt;br /&gt;
[[fr:Mise à jour]]&lt;br /&gt;
[[ja:Moodleをアップグレードする]]&lt;br /&gt;
[[de:Aktualisierung von Moodle]]&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=MediaWiki:MoodleDocsVersionLinks&amp;diff=103070</id>
		<title>MediaWiki:MoodleDocsVersionLinks</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=MediaWiki:MoodleDocsVersionLinks&amp;diff=103070"/>
		<updated>2016-05-23T08:19:57Z</updated>

		<summary type="html">&lt;p&gt;Tsala: 3.1 link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2.3 docs: /23/en/{{FULLPAGENAMEE}}&lt;br /&gt;
3.1 docs: /31/en/{{FULLPAGENAMEE}}&lt;br /&gt;
3.0 docs: /30/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.9 docs: /29/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.7 docs: /27/en/{{FULLPAGENAMEE}}&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=MediaWiki:MoodleDocsVersionLinks&amp;diff=103056</id>
		<title>MediaWiki:MoodleDocsVersionLinks</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=MediaWiki:MoodleDocsVersionLinks&amp;diff=103056"/>
		<updated>2016-01-08T06:22:17Z</updated>

		<summary type="html">&lt;p&gt;Tsala: 2.7 link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2.3 docs: /23/en/{{FULLPAGENAMEE}}&lt;br /&gt;
3.0 docs: /30/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.9 docs: /29/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.7 docs: /27/en/{{FULLPAGENAMEE}}&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=MediaWiki:MoodleDocsVersionLinks&amp;diff=103055</id>
		<title>MediaWiki:MoodleDocsVersionLinks</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=MediaWiki:MoodleDocsVersionLinks&amp;diff=103055"/>
		<updated>2016-01-07T14:32:41Z</updated>

		<summary type="html">&lt;p&gt;Tsala: 3.0 link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2.3 docs: /23/en/{{FULLPAGENAMEE}}&lt;br /&gt;
3.0 docs: /30/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.9 docs: /29/en/{{FULLPAGENAMEE}}&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=MediaWiki:MoodleDocsVersionLinks&amp;diff=103054</id>
		<title>MediaWiki:MoodleDocsVersionLinks</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=MediaWiki:MoodleDocsVersionLinks&amp;diff=103054"/>
		<updated>2015-09-28T20:23:58Z</updated>

		<summary type="html">&lt;p&gt;Tsala: removing links of no longer maintained versions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2.3 docs: /23/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.9 docs: /29/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.8 docs: /28/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.7 docs: /27/en/{{FULLPAGENAMEE}}&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=Talk:Upgrading&amp;diff=103044</id>
		<title>Talk:Upgrading</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=Talk:Upgrading&amp;diff=103044"/>
		<updated>2015-05-25T10:34:02Z</updated>

		<summary type="html">&lt;p&gt;Tsala: reply&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page seems to be an exact copy of https://docs.moodle.org/23/en/Upgrading_to_Moodle_2.3. Do we need to have both?&lt;br /&gt;
&lt;br /&gt;
: The page &#039;Upgrading to Moodle 2.3&#039; actually redirects to the page with title &#039;Upgrading&#039;. This is done in each version wiki because sometimes it&#039;s best to use the URL https://docs.moodle.org/23/en/Upgrading_to_Moodle_2.3 and other times it&#039;s best to use the URL https://docs.moodle.org/23/en/Upgrading (Sorry it&#039;s not a great explanation!) --[[User:Helen Foster|Helen Foster]] ([[User talk:Helen Foster|talk]]) 18:34, 25 May 2015 (AWST)&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=MediaWiki:MoodleDocsVersionLinks&amp;diff=103042</id>
		<title>MediaWiki:MoodleDocsVersionLinks</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=MediaWiki:MoodleDocsVersionLinks&amp;diff=103042"/>
		<updated>2015-05-11T07:10:53Z</updated>

		<summary type="html">&lt;p&gt;Tsala: 2.9 link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2.3 docs: /23/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.9 docs: /29/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.8 docs: /28/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.7 docs: /27/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.6 docs: /26/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.5 docs: /25/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.4 docs: /24/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.2 docs: /22/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.1 docs: /21/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.0 docs: /20/en/{{FULLPAGENAMEE}}&lt;br /&gt;
1.9 docs: /19/en/{{FULLPAGENAMEE}}&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=MediaWiki:MoodleDocsVersionLinks&amp;diff=102997</id>
		<title>MediaWiki:MoodleDocsVersionLinks</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=MediaWiki:MoodleDocsVersionLinks&amp;diff=102997"/>
		<updated>2014-11-10T07:41:52Z</updated>

		<summary type="html">&lt;p&gt;Tsala: 2.8 link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2.3 docs: /23/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.8 docs: /28/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.7 docs: /27/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.6 docs: /26/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.5 docs: /25/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.4 docs: /24/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.2 docs: /22/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.1 docs: /21/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.0 docs: /20/en/{{FULLPAGENAMEE}}&lt;br /&gt;
1.9 docs: /19/en/{{FULLPAGENAMEE}}&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=Using_Wiki&amp;diff=102986</id>
		<title>Using Wiki</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=Using_Wiki&amp;diff=102986"/>
		<updated>2014-10-22T05:16:00Z</updated>

		<summary type="html">&lt;p&gt;Tsala: Reverted edits by Juliakakas (talk) to last revision by Rwthornton&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Wiki}}&lt;br /&gt;
This section outlines how to use wikis after the teacher has added a wiki acivity. To set up a wiki in your course, see [[Wiki settings]]&lt;br /&gt;
&lt;br /&gt;
== Creating the first page==&lt;br /&gt;
*Once the wiki is set up, a user will click the link and reach  the following screen:&lt;br /&gt;
&lt;br /&gt;
[[File:newwikipage.png]]&lt;br /&gt;
&lt;br /&gt;
==Adding more pages==&lt;br /&gt;
*Type the name of your page inside double brackets. (&#039;&#039;1&#039;&#039; in screenshot below) You can preview it by clicking the &amp;quot;preview&amp;quot; button towards the bottom of the screen.&lt;br /&gt;
*Press the &amp;quot;save&amp;quot; button.&lt;br /&gt;
*Now click the (red) link for one of the pages (&#039;&#039;2&#039;&#039; in screenshot below) and you will be prompted to create it in the same way you create the first page:&lt;br /&gt;
[[File:newpageswiki.png]]&lt;br /&gt;
&lt;br /&gt;
*A page once created has a blue link.&lt;br /&gt;
====Hint:====&lt;br /&gt;
If you use the&#039;&#039;&#039;New&#039;&#039;&#039; option from the navigation block you will still need to copy and paste the name of the new page onto the immediate parent page and surround it with double brackets. This creates a link to your new page and makes it accessible from the main Wiki page.&lt;br /&gt;
Otherwise nobody will recognise the so called lost new page.&lt;br /&gt;
&lt;br /&gt;
== Wiki editing in general ==&lt;br /&gt;
&lt;br /&gt;
Depending on the type of the wiki, there are several ways to edit your page.&lt;br /&gt;
But don&#039;t worry: The best thing of a wiki is, that nothing is lost. The old version will be there - and if someone changes your version of the page - your version will also be there.&lt;br /&gt;
Note that the options for editing, commenting viewing history, map and files may all be accessed both from tabs at the top (&#039;&#039;1&#039;&#039; in screenshot below)  and links in the navigation block (&#039;&#039;2&#039;&#039; in screenshot below):&lt;br /&gt;
&lt;br /&gt;
[[File:editingwiki.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==View==&lt;br /&gt;
*The &#039;&#039;&#039;View&#039;&#039;&#039; tab at the top or link in the navigation block allows users to display and view the wiki page.&lt;br /&gt;
&lt;br /&gt;
==Edit==&lt;br /&gt;
The &#039;&#039;&#039;Edit&#039;&#039;&#039; tab at the top or link in the navigation block allows users to edit the wiki page.&lt;br /&gt;
&lt;br /&gt;
==Comments==&lt;br /&gt;
*The  &#039;&#039;&#039;Comments&#039;&#039;&#039; tab at the top or link in the navigation block allows users to see and add comments about the wiki.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
*The &#039;&#039;&#039;History&#039;&#039;&#039; tab at the top or link in the navigation block allows users to see what has been altered in the wiki. &lt;br /&gt;
*Compare edits by clicking the &amp;quot;Compare Selected&amp;quot; button. &lt;br /&gt;
*Click the &amp;quot;Restore&amp;quot; button of the version you wish to restore if the latest edit is unsuitable:&lt;br /&gt;
&lt;br /&gt;
[[File:comparewiki.png]]&lt;br /&gt;
&lt;br /&gt;
==Map==&lt;br /&gt;
*The &#039;&#039;&#039;Map&#039;&#039;&#039; tab at the top or link in the navigation block allows users to view areas of the wiki such as a list of pages (as in the following screenshot), updated or orphaned pages etc. (Orphaned pages are pages not linked to anywhere.)&lt;br /&gt;
*To select what you want to see, click the Map menu dropdown box.&lt;br /&gt;
&lt;br /&gt;
[[File:wikimap.png]]&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
*The &#039;&#039;&#039;Files&#039;&#039;&#039; tab at the top or link in the navigation block allows users to access any files which have been added to the wiki.&lt;br /&gt;
&lt;br /&gt;
* By default, the Teacher role can add and manage files to the &#039;&#039;&#039;Files&#039;&#039;&#039; tab, but the Student role can only view them. You could change this though with a permissions override to the &#039;&#039;&#039;Manage wiki files&#039;&#039;&#039; capability (mod/wiki:managefiles) in any particular wiki.&lt;br /&gt;
&lt;br /&gt;
==Administration==&lt;br /&gt;
*The &#039;&#039;&#039;Administration&#039;&#039;&#039; tab  at the top or link in the navigation block is available to editing teachers in the course so they can delete page versions or selected pages. Clicking the &amp;quot;list all&amp;quot; button will list available pages to delete. The first page of the wiki cannot be deleted.&lt;br /&gt;
&lt;br /&gt;
[[File:adminwiki.png]]&lt;br /&gt;
&lt;br /&gt;
==Deleting pages==&lt;br /&gt;
&lt;br /&gt;
Teachers and other users with the&#039;&#039; mod/wiki:managewiki&#039;&#039; capability can delete any page or page version, with the exception of the first page, via the Administration link in the navigation block or the Adminstration tab. See the section &#039;&#039;&#039;Administration&#039;&#039;&#039; above.&lt;br /&gt;
&lt;br /&gt;
== Markup language ==&lt;br /&gt;
You miss all the formatting you know from other moodle activities?&lt;br /&gt;
That&#039;s because the wiki-type of your wiki is e.g. nwiki. See [[Nwiki markup]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Why use a wiki?==&lt;br /&gt;
&lt;br /&gt;
Wikis are a simple, flexible tool for collaboration. They can be used for everything from simple lists of web links to building entire encyclopedias.  As an example, [http://www.wikipedia.org| Wikipedia] is the largest wiki in the world.&lt;br /&gt;
In your own class  it&#039;s important to have a plan for your wiki so students  know  how it fits in with their learning. If it&#039;s a individual wiki, will they be graded? Is it simply a staging area for group work that will be submitted as assignments later? Will you let the students be completely responsible for the work? How will you deal with offensive content? The great advantage of a wiki is that all edits are clearly visible and reversible.&lt;br /&gt;
&lt;br /&gt;
==Ideas for using wikis==&lt;br /&gt;
===Group lecture notes===&lt;br /&gt;
Creating a wiki for group lecture notes after a lecture gives students a chance to combine all their notes. Those that missed information can get it from their peers. The group can also decide what information is critical and give it proper emphasis. Group lecture notes could be done with the entire class, if it is small enough, or with small working groups. Groups can also compare notes for further discussion and refinement.&lt;br /&gt;
&lt;br /&gt;
===Group Project management===&lt;br /&gt;
A teacher assigning a group project can give students a place to work by creating a wiki with the group mode enabled. This will give each group their own space to record research, to develop outlines and to create the final product. &lt;br /&gt;
&lt;br /&gt;
===Brainstorming===&lt;br /&gt;
Brainstorming is a non-judgmental group creative process in which group members are encouraged to give voice to any ideas they personally consider relevant to the group exercise. In a face-to-face meeting, a brainstorming facilitator will usually stand in front of a big piece of paper and elicit ideas from the participants in the room. A teacher can create an online version of this process by setting up a wiki for the entire class or for smaller student groups and asking people to submit ideas around a brainstorming topic. People can add ideas as they occur and link to other pages for elaboration.&lt;br /&gt;
&lt;br /&gt;
===Contribute to other wikis===&lt;br /&gt;
A teacher might assign his or her class the task of contributing to [http://en.wikipedia.org Wikipedia], [http://en.wikiversity.org Wikiversity], or to another wiki on the Web, on any class topic, perhaps by assigning students to groups (or making it a class project if the class is small enough and the topic broad enough) and challenging them to collaboratively create an article they would feel confident posting to a public-information space. Students will use the course wiki to create drafts of the article they will eventually publish to the community at the end of the semester.&lt;br /&gt;
===Collaborative story-telling===&lt;br /&gt;
Younger students could be encourage to work together on a wiki to build up a story -each adding a sentence following on from the previous contribution.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/view.php?f=366 Wiki module forum]&lt;br /&gt;
*[[Creole format]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Afficher un wiki]]&lt;br /&gt;
[[de:Wiki ansehen]]&lt;br /&gt;
[[ja:Wikiを閲覧する]]&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=Language_packs&amp;diff=102973</id>
		<title>Language packs</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=Language_packs&amp;diff=102973"/>
		<updated>2014-09-15T15:00:56Z</updated>

		<summary type="html">&lt;p&gt;Tsala: [https://download.moodle.org/langpack/2.3/ Language packs for Moodle 2.3]&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Language}}&lt;br /&gt;
==Language pack installation==&lt;br /&gt;
&lt;br /&gt;
Over 100 language packs are available for an administrator to install on your Moodle site via &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Language &amp;gt; Language packs&#039;&#039;. Simply select the languages you require from the list of available language packs and click on the &amp;quot;Install selected language pack&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
Multiple language packs may be selected for install by holding down the Apple or Ctrl key whilst clicking on the language packs.&lt;br /&gt;
&lt;br /&gt;
Language packs are a work-in-progress, since new language strings are added for new features in each new version of Moodle. [https://download.moodle.org/langpack/2.3/ Language packs for Moodle 2.3] lists the percentage of language strings translated in each language pack.&lt;br /&gt;
&lt;br /&gt;
==Parent language packs==&lt;br /&gt;
&lt;br /&gt;
Certain language packs contain only the modified language strings from their parent language, rather than a complete set. Thus, it is necessary to install the parent language pack too. These language packs are:&lt;br /&gt;
* de_du, de_kids and de_comm (which requires de)&lt;br /&gt;
* es_ar (which require es)&lt;br /&gt;
* fr_ca (which requires fr)&lt;br /&gt;
* en_us (which requires the default en)&lt;br /&gt;
&lt;br /&gt;
==Manual language pack installation==&lt;br /&gt;
&lt;br /&gt;
In general, the easiest way to install additional language packs is from within Moodle. However, it is also possible to install a language pack manually by downloading the zip file from [https://download.moodle.org/langpack/2.3/ Language packs for Moodle 2.3] and unzipping it to a directory called &#039;&#039;lang&#039;&#039; in your &#039;&#039;moodledata&#039;&#039; directory.&lt;br /&gt;
&lt;br /&gt;
==Language pack updates==&lt;br /&gt;
&lt;br /&gt;
To update installed language packs, except English and any local language packs, click the &#039;Update all installed language packs&#039; button in &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Language &amp;gt; Language packs&#039;&#039;. The English language pack is updated automatically each time the site is upgraded.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=48492 Language import utility broken] forum discussion&lt;br /&gt;
*List of [http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes language codes] on Wikipedia&lt;br /&gt;
&lt;br /&gt;
[[eu:Hizkuntza-paketeak]]&lt;br /&gt;
[[fr:Paquetages de langue]]&lt;br /&gt;
[[ja:言語インポートユーティリティ]]&lt;br /&gt;
[[de:Sprachpakete]]&lt;br /&gt;
[[zh:语言倒入工具]]&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=langpack&amp;diff=102972</id>
		<title>langpack</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=langpack&amp;diff=102972"/>
		<updated>2014-09-15T09:45:05Z</updated>

		<summary type="html">&lt;p&gt;Tsala: redirect&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[Language packs]]&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=Capabilities/enrol/cohort:config&amp;diff=102970</id>
		<title>Capabilities/enrol/cohort:config</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=Capabilities/enrol/cohort:config&amp;diff=102970"/>
		<updated>2014-08-21T06:55:28Z</updated>

		<summary type="html">&lt;p&gt;Tsala: cap fix as mentioned in MDL-46924&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}&lt;br /&gt;
&lt;br /&gt;
*This allows a user to add the [[Cohort sync]] enrolment plugin to a course via &#039;&#039;Settings &amp;gt; Course administration &amp;gt; Users &amp;gt; Enrolment methods&#039;&#039; (provided that it has been enabled by admin in &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Plugins &amp;gt; Enrolments &amp;gt; Manage enrol plugins&#039;&#039;) &lt;br /&gt;
*The default roles of [[Manager]] and[[ Teacher]] have this set to allow. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; By default, a teacher cannot add the [[Cohort sync]] plugin to their course. It needs to be configured by an Administrator or a user with the Manager role. &lt;br /&gt;
&lt;br /&gt;
The required capabilities for setting up a cohort sync are: &lt;br /&gt;
*moodle/course:enrolconfig in the course context &lt;br /&gt;
*enrol/cohort:config in the course context &lt;br /&gt;
*moodle/cohort:view in the same context as category &lt;br /&gt;
&lt;br /&gt;
The required capabilities for manually enrolling cohort members are the same as cohort sync (note: this is a bug MDL-28431)&lt;br /&gt;
*enrol/manual:enrol in course context &lt;br /&gt;
*moodle/course:enrolreview in course context&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[Cohorts]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Capabilities|Enrol]]&lt;br /&gt;
[[Category:Enrolment]]&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=MediaWiki:Edithelppage&amp;diff=102955</id>
		<title>MediaWiki:Edithelppage</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=MediaWiki:Edithelppage&amp;diff=102955"/>
		<updated>2014-07-14T09:42:38Z</updated>

		<summary type="html">&lt;p&gt;Tsala: linking to the Moodle Docs editing help&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Help:Editing&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=MediaWiki:Sitenotice&amp;diff=102954</id>
		<title>MediaWiki:Sitenotice</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=MediaWiki:Sitenotice&amp;diff=102954"/>
		<updated>2014-06-26T07:39:30Z</updated>

		<summary type="html">&lt;p&gt;Tsala: note and link to latest stable version docs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;&#039;&#039;Note: You are currently viewing documentation for Moodle 2.3. Up-to-date documentation for the latest stable version is available here: &#039;&#039;&#039;[[:en:{{NAMESPACE}}:{{PAGENAME}}|{{PAGENAME}}]].&#039;&#039;&#039;&#039;&#039;&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=Moodle_security_procedures&amp;diff=102953</id>
		<title>Moodle security procedures</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=Moodle_security_procedures&amp;diff=102953"/>
		<updated>2014-06-24T16:11:36Z</updated>

		<summary type="html">&lt;p&gt;Tsala: Moved to dev docs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Moved to dev docs}}&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=MediaWiki:Sitenotice&amp;diff=102952</id>
		<title>MediaWiki:Sitenotice</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=MediaWiki:Sitenotice&amp;diff=102952"/>
		<updated>2014-06-19T15:06:28Z</updated>

		<summary type="html">&lt;p&gt;Tsala: removing version links, since they&amp;#039;re now listed in MediaWiki:MoodleDocsVersionLinks&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=Main_page&amp;diff=102951</id>
		<title>Main page</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=Main_page&amp;diff=102951"/>
		<updated>2014-06-18T08:41:32Z</updated>

		<summary type="html">&lt;p&gt;Tsala: more styling&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#addbodyclass:moodledocs-mainpage}}&lt;br /&gt;
{{#addbodyclass:moodledocs-logo}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;navtrail&amp;quot;&amp;gt;[https://docs.moodle.org/overview/ Docs overview] ► [[{{PAGENAME}}|Moodle Docs 2.3]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;container-fluid&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;well&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;lead&amp;quot;&amp;gt;&#039;&#039;&#039;&#039;&#039;Welcome to the Moodle 2.3 documentation&#039;&#039;&#039; including details of [[:Category:New features|new features in Moodle 2.3]]!&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;span4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[About Moodle]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
*[[Philosophy]]&lt;br /&gt;
*[[Pedagogy]]&lt;br /&gt;
*[[Usage]]&lt;br /&gt;
*[[Moodle site - basic structure]]&lt;br /&gt;
*[[Moodle key terms]]&lt;br /&gt;
*[[About Moodle FAQ]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;span4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Installation]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
*[[Installing Moodle]]&lt;br /&gt;
*[[Installation Quickstart]]&lt;br /&gt;
*[[Cron]]&lt;br /&gt;
*[[Installing plugins]]&lt;br /&gt;
*[[Installation FAQ]]&lt;br /&gt;
*[[Upgrading]]&lt;br /&gt;
*[[Upgrade overview]]&lt;br /&gt;
*[[Git for Administrators|Git guide]]&lt;br /&gt;
*[[Administration via command line]]&lt;br /&gt;
*[[Upgrading FAQ]]&lt;br /&gt;
*[[Moodle migration]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;span4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Managing a Moodle site]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
*[[Authentication]]&lt;br /&gt;
*[[Managing accounts]]&lt;br /&gt;
*[[Enrolments]]&lt;br /&gt;
*[[Roles and permissions]]&lt;br /&gt;
*[[Security]]&lt;br /&gt;
*[[Performance]]&lt;br /&gt;
*[[Backup]]&lt;br /&gt;
*[[Site appearance]]&lt;br /&gt;
*[[Language]]&lt;br /&gt;
*[[Server settings]]&lt;br /&gt;
*[[Site-wide reports]]&lt;br /&gt;
*[[Admin tools]]&lt;br /&gt;
*[[Developer tools]]&lt;br /&gt;
*[[Web services]]&lt;br /&gt;
*[[Moodle for mobile]]&lt;br /&gt;
*[[Community hubs]]&lt;br /&gt;
*[[More features]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;span4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Managing a Moodle course]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
* [[Courses]]&lt;br /&gt;
* [[Editing text]]&lt;br /&gt;
* [[Activities]]&lt;br /&gt;
* [[Resources]]&lt;br /&gt;
* [[Blocks]]&lt;br /&gt;
* [[Questions]]&lt;br /&gt;
* [[Course enrolment]]&lt;br /&gt;
* [[Grouping users]]&lt;br /&gt;
* [[Tracking progress]]&lt;br /&gt;
* [[Reusing activities]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;span4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Managing content]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
* [[Working with files]]&lt;br /&gt;
* [[Repositories]]&lt;br /&gt;
* [[Portfolios]]&lt;br /&gt;
* [[Working with media]]&lt;br /&gt;
* [[Filters]]&lt;br /&gt;
* [[Licences]]&lt;br /&gt;
* [[Plagiarism prevention]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;&lt;br /&gt;
See the full &#039;&#039;&#039;[[Table of Contents]]&#039;&#039;&#039; for more detail.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;If you can&#039;t find the documentation you&#039;re looking for, please let us know by posting in the [http://moodle.org/mod/forum/view.php?id=7135 Moodle community sites forum].&#039;&#039;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===See also===&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;[https://docs.moodle.org/overview/ Documentation overview]&#039;&#039;&#039; - list of all documentation in different languages &lt;br /&gt;
*&#039;&#039;&#039;[https://docs.moodle.org/dev/Main_Page Moodle developer documentation]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[de:Hauptseite]]&lt;br /&gt;
[[es:Página Principal]]&lt;br /&gt;
[[eu:Azala]]&lt;br /&gt;
[[fr:Accueil]]&lt;br /&gt;
[[hr:Glavna stranica]]&lt;br /&gt;
[[ja:メインページ]]&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=Main_page&amp;diff=102950</id>
		<title>Main page</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=Main_page&amp;diff=102950"/>
		<updated>2014-06-05T13:14:54Z</updated>

		<summary type="html">&lt;p&gt;Tsala: styling&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;navtrail&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;container-fluid&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;well&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;lead&amp;quot;&amp;gt;&#039;&#039;&#039;&#039;&#039;Welcome to the Moodle 2.3 documentation&#039;&#039;&#039; including details of [[:Category:New features|new features in Moodle 2.3]]!&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;span4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[About Moodle]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
*[[Philosophy]]&lt;br /&gt;
*[[Pedagogy]]&lt;br /&gt;
*[[Usage]]&lt;br /&gt;
*[[Moodle site - basic structure]]&lt;br /&gt;
*[[Moodle key terms]]&lt;br /&gt;
*[[About Moodle FAQ]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;span4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Installation]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
*[[Installing Moodle]]&lt;br /&gt;
*[[Installation Quickstart]]&lt;br /&gt;
*[[Cron]]&lt;br /&gt;
*[[Installing plugins]]&lt;br /&gt;
*[[Installation FAQ]]&lt;br /&gt;
*[[Upgrading]]&lt;br /&gt;
*[[Upgrade overview]]&lt;br /&gt;
*[[Git for Administrators|Git guide]]&lt;br /&gt;
*[[Administration via command line]]&lt;br /&gt;
*[[Upgrading FAQ]]&lt;br /&gt;
*[[Moodle migration]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;span4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Managing a Moodle site]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
*[[Authentication]]&lt;br /&gt;
*[[Managing accounts]]&lt;br /&gt;
*[[Enrolments]]&lt;br /&gt;
*[[Roles and permissions]]&lt;br /&gt;
*[[Security]]&lt;br /&gt;
*[[Performance]]&lt;br /&gt;
*[[Backup]]&lt;br /&gt;
*[[Site appearance]]&lt;br /&gt;
*[[Language]]&lt;br /&gt;
*[[Server settings]]&lt;br /&gt;
*[[Site-wide reports]]&lt;br /&gt;
*[[Admin tools]]&lt;br /&gt;
*[[Developer tools]]&lt;br /&gt;
*[[Web services]]&lt;br /&gt;
*[[Moodle for mobile]]&lt;br /&gt;
*[[Community hubs]]&lt;br /&gt;
*[[More features]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;span4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Managing a Moodle course]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
* [[Courses]]&lt;br /&gt;
* [[Editing text]]&lt;br /&gt;
* [[Activities]]&lt;br /&gt;
* [[Resources]]&lt;br /&gt;
* [[Blocks]]&lt;br /&gt;
* [[Questions]]&lt;br /&gt;
* [[Course enrolment]]&lt;br /&gt;
* [[Grouping users]]&lt;br /&gt;
* [[Tracking progress]]&lt;br /&gt;
* [[Reusing activities]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;span4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Managing content]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
* [[Working with files]]&lt;br /&gt;
* [[Repositories]]&lt;br /&gt;
* [[Portfolios]]&lt;br /&gt;
* [[Working with media]]&lt;br /&gt;
* [[Filters]]&lt;br /&gt;
* [[Licences]]&lt;br /&gt;
* [[Plagiarism prevention]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;&lt;br /&gt;
See the full &#039;&#039;&#039;[[Table of Contents]]&#039;&#039;&#039; for more detail.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;If you can&#039;t find the documentation you&#039;re looking for, please let us know by posting in the [http://moodle.org/mod/forum/view.php?id=7135 Moodle community sites forum].&#039;&#039;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===See also===&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;[https://docs.moodle.org/overview/ Documentation overview]&#039;&#039;&#039; - list of all documentation in different languages &lt;br /&gt;
*&#039;&#039;&#039;[https://docs.moodle.org/dev/Main_Page Moodle developer documentation]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[de:Hauptseite]]&lt;br /&gt;
[[es:Página Principal]]&lt;br /&gt;
[[eu:Azala]]&lt;br /&gt;
[[fr:Accueil]]&lt;br /&gt;
[[hr:Glavna stranica]]&lt;br /&gt;
[[ja:メインページ]]&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=Main_page&amp;diff=102948</id>
		<title>Main page</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=Main_page&amp;diff=102948"/>
		<updated>2014-05-30T10:29:53Z</updated>

		<summary type="html">&lt;p&gt;Tsala: styling&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;navtrail&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;container-fluid&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;well&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;note lead&amp;quot;&amp;gt;&#039;&#039;&#039;&#039;&#039;Welcome to the Moodle 2.3 documentation&#039;&#039;&#039; including details of [[:Category:New features|new features in Moodle 2.3]]!&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;span4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[About Moodle]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
*[[Philosophy]]&lt;br /&gt;
*[[Pedagogy]]&lt;br /&gt;
*[[Usage]]&lt;br /&gt;
*[[Moodle site - basic structure]]&lt;br /&gt;
*[[Moodle key terms]]&lt;br /&gt;
*[[About Moodle FAQ]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;span4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Installation]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
*[[Installing Moodle]]&lt;br /&gt;
*[[Installation Quickstart]]&lt;br /&gt;
*[[Cron]]&lt;br /&gt;
*[[Installing plugins]]&lt;br /&gt;
*[[Installation FAQ]]&lt;br /&gt;
*[[Upgrading]]&lt;br /&gt;
*[[Upgrade overview]]&lt;br /&gt;
*[[Git for Administrators|Git guide]]&lt;br /&gt;
*[[Administration via command line]]&lt;br /&gt;
*[[Upgrading FAQ]]&lt;br /&gt;
*[[Moodle migration]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;span4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Managing a Moodle site]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
*[[Authentication]]&lt;br /&gt;
*[[Managing accounts]]&lt;br /&gt;
*[[Enrolments]]&lt;br /&gt;
*[[Roles and permissions]]&lt;br /&gt;
*[[Security]]&lt;br /&gt;
*[[Performance]]&lt;br /&gt;
*[[Backup]]&lt;br /&gt;
*[[Site appearance]]&lt;br /&gt;
*[[Language]]&lt;br /&gt;
*[[Server settings]]&lt;br /&gt;
*[[Site-wide reports]]&lt;br /&gt;
*[[Admin tools]]&lt;br /&gt;
*[[Developer tools]]&lt;br /&gt;
*[[Web services]]&lt;br /&gt;
*[[Moodle for mobile]]&lt;br /&gt;
*[[Community hubs]]&lt;br /&gt;
*[[More features]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;span4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Managing a Moodle course]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
* [[Courses]]&lt;br /&gt;
* [[Editing text]]&lt;br /&gt;
* [[Activities]]&lt;br /&gt;
* [[Resources]]&lt;br /&gt;
* [[Blocks]]&lt;br /&gt;
* [[Questions]]&lt;br /&gt;
* [[Course enrolment]]&lt;br /&gt;
* [[Grouping users]]&lt;br /&gt;
* [[Tracking progress]]&lt;br /&gt;
* [[Reusing activities]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;span4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Managing content]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
* [[Working with files]]&lt;br /&gt;
* [[Repositories]]&lt;br /&gt;
* [[Portfolios]]&lt;br /&gt;
* [[Working with media]]&lt;br /&gt;
* [[Filters]]&lt;br /&gt;
* [[Licences]]&lt;br /&gt;
* [[Plagiarism prevention]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;&lt;br /&gt;
See the full &#039;&#039;&#039;[[Table of Contents]]&#039;&#039;&#039; for more detail.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;If you can&#039;t find the documentation you&#039;re looking for, please let us know by posting in the [http://moodle.org/mod/forum/view.php?id=7135 Moodle community sites forum].&#039;&#039;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===See also===&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;[https://docs.moodle.org/overview/ Documentation overview]&#039;&#039;&#039; - list of all documentation in different languages &lt;br /&gt;
*&#039;&#039;&#039;[https://docs.moodle.org/dev/Main_Page Moodle developer documentation]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[de:Hauptseite]]&lt;br /&gt;
[[es:Página Principal]]&lt;br /&gt;
[[eu:Azala]]&lt;br /&gt;
[[fr:Accueil]]&lt;br /&gt;
[[hr:Glavna stranica]]&lt;br /&gt;
[[ja:メインページ]]&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=Main_page&amp;diff=102947</id>
		<title>Main page</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=Main_page&amp;diff=102947"/>
		<updated>2014-05-30T10:28:43Z</updated>

		<summary type="html">&lt;p&gt;Tsala: styling&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;navtrail&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;container-fluid&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;well&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;note lead&amp;quot;&amp;gt;&#039;&#039;&#039;&#039;&#039;Welcome to the Moodle 2.3 documentation&#039;&#039;&#039; including details of [[:Category:New features|new features in Moodle 2.3]]!&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;span4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[About Moodle]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
*[[Philosophy]]&lt;br /&gt;
*[[Pedagogy]]&lt;br /&gt;
*[[Usage]]&lt;br /&gt;
*[[Moodle site - basic structure]]&lt;br /&gt;
*[[Moodle key terms]]&lt;br /&gt;
*[[About Moodle FAQ]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;span4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Installation]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
*[[Installing Moodle]]&lt;br /&gt;
*[[Installation Quickstart]]&lt;br /&gt;
*[[Cron]]&lt;br /&gt;
*[[Installing plugins]]&lt;br /&gt;
*[[Installation FAQ]]&lt;br /&gt;
*[[Upgrading]]&lt;br /&gt;
*[[Upgrade overview]]&lt;br /&gt;
*[[Git for Administrators|Git guide]]&lt;br /&gt;
*[[Administration via command line]]&lt;br /&gt;
*[[Upgrading FAQ]]&lt;br /&gt;
*[[Moodle migration]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;span4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Managing a Moodle site]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
*[[Authentication]]&lt;br /&gt;
*[[Managing accounts]]&lt;br /&gt;
*[[Enrolments]]&lt;br /&gt;
*[[Roles and permissions]]&lt;br /&gt;
*[[Security]]&lt;br /&gt;
*[[Performance]]&lt;br /&gt;
*[[Backup]]&lt;br /&gt;
*[[Site appearance]]&lt;br /&gt;
*[[Language]]&lt;br /&gt;
*[[Server settings]]&lt;br /&gt;
*[[Site-wide reports]]&lt;br /&gt;
*[[Admin tools]]&lt;br /&gt;
*[[Developer tools]]&lt;br /&gt;
*[[Web services]]&lt;br /&gt;
*[[Moodle for mobile]]&lt;br /&gt;
*[[Community hubs]]&lt;br /&gt;
*[[More features]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;span4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Managing a Moodle course]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
* [[Courses]]&lt;br /&gt;
* [[Editing text]]&lt;br /&gt;
* [[Activities]]&lt;br /&gt;
* [[Resources]]&lt;br /&gt;
* [[Blocks]]&lt;br /&gt;
* [[Questions]]&lt;br /&gt;
* [[Course enrolment]]&lt;br /&gt;
* [[Grouping users]]&lt;br /&gt;
* [[Tracking progress]]&lt;br /&gt;
* [[Reusing activities]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;span4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Managing content]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
* [[Working with files]]&lt;br /&gt;
* [[Repositories]]&lt;br /&gt;
* [[Portfolios]]&lt;br /&gt;
* [[Working with media]]&lt;br /&gt;
* [[Filters]]&lt;br /&gt;
* [[Licences]]&lt;br /&gt;
* [[Plagiarism prevention]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;&lt;br /&gt;
See the full &#039;&#039;&#039;[[Table of Contents]]&#039;&#039;&#039; for more detail.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;If you can&#039;t find the documentation you&#039;re looking for, please let us know by posting in the [http://moodle.org/mod/forum/view.php?id=7135 Moodle community sites forum].&#039;&#039;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===See also===&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;[https://docs.moodle.org/overview/ Documentation overview]&#039;&#039;&#039; - list of all documentation in different languages &lt;br /&gt;
*&#039;&#039;&#039;[https://docs.moodle.org/dev/Main_Page Moodle developer documentation]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[de:Hauptseite]]&lt;br /&gt;
[[es:Página Principal]]&lt;br /&gt;
[[eu:Azala]]&lt;br /&gt;
[[fr:Accueil]]&lt;br /&gt;
[[hr:Glavna stranica]]&lt;br /&gt;
[[ja:メインページ]]&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=MediaWiki:Actions&amp;diff=102946</id>
		<title>MediaWiki:Actions</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=MediaWiki:Actions&amp;diff=102946"/>
		<updated>2014-05-28T17:03:59Z</updated>

		<summary type="html">&lt;p&gt;Tsala: rewording&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;More options&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=MediaWiki:MoodleDocsVersionLinks&amp;diff=102945</id>
		<title>MediaWiki:MoodleDocsVersionLinks</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=MediaWiki:MoodleDocsVersionLinks&amp;diff=102945"/>
		<updated>2014-05-28T16:11:21Z</updated>

		<summary type="html">&lt;p&gt;Tsala: version links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2.3 docs: /23/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.7 docs: /27/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.6 docs: /26/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.5 docs: /25/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.4 docs: /24/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.2 docs: /22/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.1 docs: /21/en/{{FULLPAGENAMEE}}&lt;br /&gt;
2.0 docs: /20/en/{{FULLPAGENAMEE}}&lt;br /&gt;
1.9 docs: /19/en/{{FULLPAGENAMEE}}&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=Policy_on_Advertising&amp;diff=102944</id>
		<title>Policy on Advertising</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=Policy_on_Advertising&amp;diff=102944"/>
		<updated>2014-05-14T12:19:14Z</updated>

		<summary type="html">&lt;p&gt;Tsala: content move note&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;Note: The Moodle.org Policy on Advertising is now part of the &#039;&#039;&#039;[https://moodle.org/mod/page/view.php?id=7080 Moodle.org site policy]&#039;&#039;&#039;.&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=MediaWiki:Sitenotice&amp;diff=102943</id>
		<title>MediaWiki:Sitenotice</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=MediaWiki:Sitenotice&amp;diff=102943"/>
		<updated>2014-05-12T07:30:48Z</updated>

		<summary type="html">&lt;p&gt;Tsala: 2.7 link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align: right;&amp;quot;&amp;gt;&lt;br /&gt;
Docs for other versions:&lt;br /&gt;
[https://docs.moodle.org/27/en/{{FULLPAGENAMEE}} 2.7] /&lt;br /&gt;
[https://docs.moodle.org/26/en/{{FULLPAGENAMEE}} 2.6] /&lt;br /&gt;
[https://docs.moodle.org/25/en/{{FULLPAGENAMEE}} 2.5] /&lt;br /&gt;
[https://docs.moodle.org/24/en/{{FULLPAGENAMEE}} 2.4] /&lt;br /&gt;
&#039;&#039;&#039;2.3&#039;&#039;&#039; /&lt;br /&gt;
[https://docs.moodle.org/22/en/{{FULLPAGENAMEE}} 2.2] /&lt;br /&gt;
[https://docs.moodle.org/21/en/{{FULLPAGENAMEE}} 2.1] /&lt;br /&gt;
[https://docs.moodle.org/20/en/{{FULLPAGENAMEE}} 2.0] /&lt;br /&gt;
[https://docs.moodle.org/19/en/{{FULLPAGENAMEE}} 1.9]&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=MediaWiki:Sitenotice&amp;diff=102884</id>
		<title>MediaWiki:Sitenotice</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=MediaWiki:Sitenotice&amp;diff=102884"/>
		<updated>2013-12-03T18:43:21Z</updated>

		<summary type="html">&lt;p&gt;Tsala: Docs for other versions links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align: right;&amp;quot;&amp;gt;&lt;br /&gt;
Docs for other versions:&lt;br /&gt;
[https://docs.moodle.org/26/en/{{FULLPAGENAMEE}} 2.6] /&lt;br /&gt;
[https://docs.moodle.org/25/en/{{FULLPAGENAMEE}} 2.5] /&lt;br /&gt;
[https://docs.moodle.org/24/en/{{FULLPAGENAMEE}} 2.4] /&lt;br /&gt;
&#039;&#039;&#039;2.3&#039;&#039;&#039; /&lt;br /&gt;
[https://docs.moodle.org/22/en/{{FULLPAGENAMEE}} 2.2] /&lt;br /&gt;
[https://docs.moodle.org/21/en/{{FULLPAGENAMEE}} 2.1] /&lt;br /&gt;
[https://docs.moodle.org/20/en/{{FULLPAGENAMEE}} 2.0] /&lt;br /&gt;
[https://docs.moodle.org/19/en/{{FULLPAGENAMEE}} 1.9]&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=MediaWiki:Sidebar&amp;diff=102883</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=MediaWiki:Sidebar&amp;diff=102883"/>
		<updated>2013-12-03T18:40:22Z</updated>

		<summary type="html">&lt;p&gt;Tsala: removing more docs block&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*  Navigation&lt;br /&gt;
** mainpage|mainpage&lt;br /&gt;
** Table_of_Contents|Table of contents&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** https://docs.moodle.org/overview/|Docs overview&lt;br /&gt;
&lt;br /&gt;
* TOOLBOX &lt;br /&gt;
* SEARCH&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=error/moodle/nopermissions&amp;diff=102882</id>
		<title>error/moodle/nopermissions</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=error/moodle/nopermissions&amp;diff=102882"/>
		<updated>2013-11-22T08:37:51Z</updated>

		<summary type="html">&lt;p&gt;Tsala: Reverted edits by Ztwalker (talk) to last revision by Markn86&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a general error that indicates the current user account does not have permission to do what you were attempting.&lt;br /&gt;
&lt;br /&gt;
One of the most likely causes is that you are trying to do something as a guest user (somebody who has not yet logged in to Moodle).&lt;br /&gt;
&lt;br /&gt;
This feature is part of the [[Roles]] framework introduced in Moodle 1.7. If you believe that your roles for that user DO allow that action you were attempting, then you may have found a bug. Congratulations! Please help us by creating a new issue at http://tracker.moodle.org/browse/MDL and describing what you did in detail.&lt;br /&gt;
&lt;br /&gt;
[[Category:Roles|Error]]&lt;br /&gt;
[[Category:Error|Nopermissions]]&lt;br /&gt;
&lt;br /&gt;
[[eu:error/moodle/nopermissions]]&lt;br /&gt;
[[fr:error/moodle/nopermissions]]&lt;br /&gt;
[[zh:error/moodle/nopermissions]]&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=MediaWiki:Noarticletext&amp;diff=102879</id>
		<title>MediaWiki:Noarticletext</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=MediaWiki:Noarticletext&amp;diff=102879"/>
		<updated>2013-11-18T14:38:58Z</updated>

		<summary type="html">&lt;p&gt;Tsala: rewording&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Main page}}&lt;br /&gt;
This page does not exist in the Moodle 2.3 documentation. You can [[:en:{{NAMESPACE}}:{{PAGENAME}}|check whether it exists in the up-to-date documentation on the latest stable version]] or [[Special:Search/{{PAGENAME}}|search for this page title]] in other pages.&lt;br /&gt;
&lt;br /&gt;
You are also welcome to [{{fullurl:{{FULLPAGENAME}}|action=edit}} create it] :-)&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[MoodleDocs:Guidelines for contributors]]&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=Main_page&amp;diff=102878</id>
		<title>Main page</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=Main_page&amp;diff=102878"/>
		<updated>2013-11-18T14:27:42Z</updated>

		<summary type="html">&lt;p&gt;Tsala: removing link to up-to-date documentation as it&amp;#039;s stated above&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;navtrail&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;frontpagetotal&amp;quot;&amp;gt;&amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;&#039;&#039;&#039;&#039;&#039;Welcome to the Moodle 2.3 documentation&#039;&#039;&#039; including details of [[:Category:New features|new features in Moodle 2.3]]!&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===See also===&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;[https://docs.moodle.org/overview/ Documentation overview]&#039;&#039;&#039; - list of all documentation in different languages &lt;br /&gt;
*&#039;&#039;&#039;[https://docs.moodle.org/dev/Main_Page Moodle developer documentation]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;frontpageblock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[About Moodle]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
*[[Philosophy]]&lt;br /&gt;
*[[Pedagogy]]&lt;br /&gt;
*[[Usage]]&lt;br /&gt;
*[[Moodle site - basic structure]]&lt;br /&gt;
*[[Moodle key terms]]&lt;br /&gt;
*[[About Moodle FAQ]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Installation]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
*[[Installing Moodle]]&lt;br /&gt;
*[[Installation Quickstart]]&lt;br /&gt;
*[[Cron]]&lt;br /&gt;
*[[Installing plugins]]&lt;br /&gt;
*[[Installation FAQ]]&lt;br /&gt;
*[[Upgrading]]&lt;br /&gt;
*[[Upgrade overview]]&lt;br /&gt;
*[[Git for Administrators|Git guide]]&lt;br /&gt;
*[[Administration via command line]]&lt;br /&gt;
*[[Upgrading FAQ]]&lt;br /&gt;
*[[Moodle migration]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;frontpageblock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Managing a Moodle site]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
*[[Authentication]]&lt;br /&gt;
*[[Managing accounts]]&lt;br /&gt;
*[[Enrolments]]&lt;br /&gt;
*[[Roles and permissions]]&lt;br /&gt;
*[[Security]]&lt;br /&gt;
*[[Performance]]&lt;br /&gt;
*[[Backup]]&lt;br /&gt;
*[[Site appearance]]&lt;br /&gt;
*[[Language]]&lt;br /&gt;
*[[Server settings]]&lt;br /&gt;
*[[Site-wide reports]]&lt;br /&gt;
*[[Admin tools]]&lt;br /&gt;
*[[Developer tools]]&lt;br /&gt;
*[[Web services]]&lt;br /&gt;
*[[Moodle for mobile]]&lt;br /&gt;
*[[Community hubs]]&lt;br /&gt;
*[[More features]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;frontpageblock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Managing a Moodle course]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
* [[Courses]]&lt;br /&gt;
* [[Editing text]]&lt;br /&gt;
* [[Activities]]&lt;br /&gt;
* [[Resources]]&lt;br /&gt;
* [[Blocks]]&lt;br /&gt;
* [[Questions]]&lt;br /&gt;
* [[Course enrolment]]&lt;br /&gt;
* [[Grouping users]]&lt;br /&gt;
* [[Tracking progress]]&lt;br /&gt;
* [[Reusing activities]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;frontpageblock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Managing content]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
* [[Working with files]]&lt;br /&gt;
* [[Repositories]]&lt;br /&gt;
* [[Portfolios]]&lt;br /&gt;
* [[Working with media]]&lt;br /&gt;
* [[Filters]]&lt;br /&gt;
* [[Licences]]&lt;br /&gt;
* [[Plagiarism prevention]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
See the full &#039;&#039;&#039;[[Table of Contents]]&#039;&#039;&#039; for more detail.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;If you can&#039;t find the documentation you&#039;re looking for, please let us know by posting in the [http://moodle.org/mod/forum/view.php?id=7135 Moodle community sites forum].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[de:Hauptseite]]&lt;br /&gt;
[[es:Página Principal]]&lt;br /&gt;
[[eu:Azala]]&lt;br /&gt;
[[fr:Accueil]]&lt;br /&gt;
[[hr:Glavna stranica]]&lt;br /&gt;
[[ja:メインページ]]&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=MediaWiki:Sitenotice&amp;diff=102877</id>
		<title>MediaWiki:Sitenotice</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=MediaWiki:Sitenotice&amp;diff=102877"/>
		<updated>2013-11-18T14:26:46Z</updated>

		<summary type="html">&lt;p&gt;Tsala: version edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This wiki is for Moodle 2.3. For up-to-date documentation on the latest stable version of Moodle, see [[:en:Main page|Moodle Docs 2.6]].&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=MediaWiki:Sidebar&amp;diff=102876</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=MediaWiki:Sidebar&amp;diff=102876"/>
		<updated>2013-11-18T14:12:47Z</updated>

		<summary type="html">&lt;p&gt;Tsala: version edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*  Navigation&lt;br /&gt;
** mainpage|mainpage&lt;br /&gt;
** Table_of_Contents|Table of contents&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
&lt;br /&gt;
* More docs&lt;br /&gt;
** https://docs.moodle.org/26/en/{{NAMESPACE}}:{{PAGENAME}}|Moodle Docs 2.6&lt;br /&gt;
** https://docs.moodle.org/dev/Main_Page|Developer Docs&lt;br /&gt;
** https://docs.moodle.org/overview/|Docs overview&lt;br /&gt;
&lt;br /&gt;
* TOOLBOX &lt;br /&gt;
* SEARCH&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=Flickr.com_portfolio&amp;diff=102865</id>
		<title>Flickr.com portfolio</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=Flickr.com_portfolio&amp;diff=102865"/>
		<updated>2013-09-04T06:01:52Z</updated>

		<summary type="html">&lt;p&gt;Tsala: Reverted edits by Gudrunrin (talk) to last revision by Ghillenb&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Portfolios}}&lt;br /&gt;
==Enabling the Flickr portfolio (admin settings)==&lt;br /&gt;
*Go to &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Plugins &amp;gt; Portfolios &amp;gt; Manage Portfolios&#039;&#039;;&lt;br /&gt;
*Select from the drop down next to Flickr &amp;quot;Enabled and visible&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[[File:Enablingflickr.png]]&lt;br /&gt;
&lt;br /&gt;
*Click the &amp;quot;Settings&amp;quot; link and -if desired -give the Flickr portfolio a new name&lt;br /&gt;
*Log in to Flickr and apply for a new API key, using the link provided on the Settings page.&lt;br /&gt;
&lt;br /&gt;
[[File:Flickrportfolio.png]]&lt;br /&gt;
&lt;br /&gt;
*A screen will appear with a key and a &amp;quot;secret&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
[[File:Flickrapi.png]]&lt;br /&gt;
&lt;br /&gt;
*Copy both and paste into the boxes on the Settings page.&lt;br /&gt;
*Go back to the Flickr screen and click on &amp;quot;edit auth flow for this app&amp;quot;&lt;br /&gt;
*Click &amp;quot;Select app type&amp;quot; and choose &amp;quot;web application&amp;quot;&lt;br /&gt;
*Into the &amp;quot;Callback URL&amp;quot; box, paste the URL you are given on your Flickr Settings page and save.&lt;br /&gt;
*Save the Settings.&lt;br /&gt;
&lt;br /&gt;
==Sending/&amp;quot;pushing&amp;quot; an image to Flickr==&lt;br /&gt;
&lt;br /&gt;
*You can export to Flickr images attached to forum posts or uploaded in assignments, for example.&lt;br /&gt;
*The image will have a green icon next to it.Click this to export to Flickr.com&lt;br /&gt;
&lt;br /&gt;
[[File:Imageexportflickr.png]]&lt;br /&gt;
&lt;br /&gt;
*If other portfolios have been enabled, choose Flickr.com from the dropdown menu.If not, then it will be your only choice!&lt;br /&gt;
[[File:Chooseflickr.png]]&lt;br /&gt;
*Click &amp;quot;Next&amp;quot;&lt;br /&gt;
*If you have not logged in before you will be asked for permission to connect to Flickr.&lt;br /&gt;
*Give authorisation and on the next screen, choose your sharing and privacy options:&lt;br /&gt;
&lt;br /&gt;
[[File:Exportingflickrcontent.png]]&lt;br /&gt;
&lt;br /&gt;
*Click &amp;quot;Continue&amp;quot; to confirm your settings.&lt;br /&gt;
*You will receive a message &amp;quot;export complete&amp;quot;. Clicking &amp;quot;Continue&amp;quot; will take you - if you wish - to your Flickr account.&lt;br /&gt;
&lt;br /&gt;
[[File:Boxnetexportcomplete.png]]&lt;br /&gt;
&lt;br /&gt;
[[de:Flickr.com Portfolio]]&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=User_profiles&amp;diff=102836</id>
		<title>User profiles</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=User_profiles&amp;diff=102836"/>
		<updated>2013-07-09T05:53:48Z</updated>

		<summary type="html">&lt;p&gt;Tsala: Reverted edits by Chastitym (talk) to last revision by Ghillenb&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Site appearance}}&lt;br /&gt;
A user&#039;s profile may be viewed by clicking on their name. See [[View profile]] for more information on how the profile information is displayed and [[Edit profile]] for information on updating profiles.&lt;br /&gt;
&lt;br /&gt;
==Site administration settings==&lt;br /&gt;
&lt;br /&gt;
===Site policies===&lt;br /&gt;
&lt;br /&gt;
An administrator can force users to login for profiles and select which roles are visible in user profiles (by default teacher, non-editing teacher and student) in &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Security &amp;gt; Site policies&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
===Default profile page===&lt;br /&gt;
&lt;br /&gt;
An administrator or manager (or any other user with the capability [[Capabilities/moodle/user:managesyspages|moodle/user:managesyspages]]) can set which blocks appear on the default profile page for new users.&lt;br /&gt;
&lt;br /&gt;
# Access &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Appearance &amp;gt; Default profile page&#039;&#039;.&lt;br /&gt;
# Select the required blocks from the &amp;quot;Add a block&amp;quot; drop-down menu. Configure each block as desired.&lt;br /&gt;
# Reposition blocks using the arrow icons in the block headers.&lt;br /&gt;
&lt;br /&gt;
==Adding a block to all profile pages==&lt;br /&gt;
&lt;br /&gt;
An administrator can add a new block to all profile pages as follows:&lt;br /&gt;
&lt;br /&gt;
# Turn editing on for the front page&lt;br /&gt;
# Add the block to the front page&lt;br /&gt;
# Edit where the block appears and set the page contexts to &#039;Display throughout the entire site&#039;&lt;br /&gt;
# Go to your profile page and again edit where the block appears and set &#039;Display on page types&#039; to &#039;Only user profile pages&#039; &lt;br /&gt;
&lt;br /&gt;
==Preventing users from customizing their profile page==&lt;br /&gt;
&lt;br /&gt;
By default, users can customize their public profile page and add blocks. To prevent this&lt;br /&gt;
&lt;br /&gt;
# Go to &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Users &amp;gt; Permissions &amp;gt; Define roles&#039;&#039;&lt;br /&gt;
# Edit the authenticated user role and untick the capability [[Capabilities/moodle/user:manageownblocks|moodle/user:manageownblocks]]&lt;br /&gt;
&lt;br /&gt;
==User profile capabilities==&lt;br /&gt;
&lt;br /&gt;
System:&lt;br /&gt;
*[[Capabilities/moodle/user:editownprofile|Edit own user profile]]&lt;br /&gt;
*[[Capabilities/moodle/user:manageownblocks|Manage blocks on own public user profile]]&lt;br /&gt;
*[[Capabilities/moodle/user:managesyspages|Configure default page layout for public user profiles]]&lt;br /&gt;
*[[Capabilities/moodle/user:update|Update user profiles]]&lt;br /&gt;
&lt;br /&gt;
Users:&lt;br /&gt;
*[[Capabilities/moodle/user:editprofile|Edit user profile]]&lt;br /&gt;
*[[Capabilities/moodle/user:manageblocks|Manage blocks on user profile of other users]]&lt;br /&gt;
*[[Capabilities/moodle/user:viewalldetails|View user full information]]&lt;br /&gt;
&lt;br /&gt;
Course:&lt;br /&gt;
*[[Capabilities/moodle/user:viewdetails|View user profiles]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[My profile]]&lt;br /&gt;
*[[View profile]]&lt;br /&gt;
*[[User profile fields]]&lt;br /&gt;
*[[Site policies]]&lt;br /&gt;
*[[Update profile]]&lt;br /&gt;
&lt;br /&gt;
[[de:Nutzerprofil]]&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=MediaWiki:Sitenotice&amp;diff=102831</id>
		<title>MediaWiki:Sitenotice</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=MediaWiki:Sitenotice&amp;diff=102831"/>
		<updated>2013-06-20T08:20:31Z</updated>

		<summary type="html">&lt;p&gt;Tsala: spacing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This wiki is for Moodle 2.3. For up-to-date documentation on the latest stable version of Moodle, see [[:en:Main page|Moodle Docs 2.5]].&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=MediaWiki:Sitenotice&amp;diff=102830</id>
		<title>MediaWiki:Sitenotice</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=MediaWiki:Sitenotice&amp;diff=102830"/>
		<updated>2013-06-20T08:19:47Z</updated>

		<summary type="html">&lt;p&gt;Tsala: note pointing out latest version docs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&#039;&#039;This wiki is for Moodle 2.3. For up-to-date documentation on the latest stable version of Moodle, see [[:en:Main page|Moodle Docs 2.5]].&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=MediaWiki:Enotif_body&amp;diff=102829</id>
		<title>MediaWiki:Enotif body</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=MediaWiki:Enotif_body&amp;diff=102829"/>
		<updated>2013-06-20T08:11:11Z</updated>

		<summary type="html">&lt;p&gt;Tsala: removing editor contact&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
The Moodle Docs page $PAGETITLE has been $CHANGEDORCREATED on $PAGEEDITDATE by $PAGEEDITOR, see $PAGETITLE_URL for the current version.&lt;br /&gt;
&lt;br /&gt;
$NEWPAGE&lt;br /&gt;
&lt;br /&gt;
Editor&#039;s summary: $PAGESUMMARY $PAGEMINOREDIT&lt;br /&gt;
&lt;br /&gt;
There will be no other notifications in case of further changes unless you visit this page. You could also reset the notification flags for all your watched pages on your watchlist.&lt;br /&gt;
&lt;br /&gt;
             Your friendly Moodle Docs notification system&lt;br /&gt;
&lt;br /&gt;
--&lt;br /&gt;
&lt;br /&gt;
To change your watchlist settings, visit&lt;br /&gt;
{{SERVER}}{{localurl:Special:Watchlist/edit}}&lt;br /&gt;
&lt;br /&gt;
Feedback and further assistance:&lt;br /&gt;
{{SERVER}}{{localurl:Help:Contents}}&lt;br /&gt;
&lt;br /&gt;
--&lt;br /&gt;
&lt;br /&gt;
Moodle - open-source software for collaborative learning&lt;br /&gt;
&lt;br /&gt;
* Free software, community, information: http://moodle.org&lt;br /&gt;
* Commercial support and other services: http://moodle.com&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=Main_page&amp;diff=102817</id>
		<title>Main page</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=Main_page&amp;diff=102817"/>
		<updated>2013-05-21T09:37:47Z</updated>

		<summary type="html">&lt;p&gt;Tsala: intro update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;navtrail&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;frontpagetotal&amp;quot;&amp;gt;&amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;&#039;&#039;&#039;&#039;&#039;Welcome to the Moodle 2.3 documentation&#039;&#039;&#039; including details of [[:Category:New features|new features in Moodle 2.3]]!&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;&#039;[[:en:Main page|Moodle Docs 2.5]]&#039;&#039;&#039; for up-to-date documentation on the latest stable version of Moodle.&lt;br /&gt;
&lt;br /&gt;
===See also===&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;[https://docs.moodle.org/overview/ Documentation overview]&#039;&#039;&#039; - list of all documentation in different languages &lt;br /&gt;
*&#039;&#039;&#039;[https://docs.moodle.org/dev/Main_Page Moodle developer documentation]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;frontpageblock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[About Moodle]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
*[[Philosophy]]&lt;br /&gt;
*[[Pedagogy]]&lt;br /&gt;
*[[Usage]]&lt;br /&gt;
*[[Moodle site - basic structure]]&lt;br /&gt;
*[[Moodle key terms]]&lt;br /&gt;
*[[About Moodle FAQ]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Installation]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
*[[Installing Moodle]]&lt;br /&gt;
*[[Installation Quickstart]]&lt;br /&gt;
*[[Cron]]&lt;br /&gt;
*[[Installing plugins]]&lt;br /&gt;
*[[Installation FAQ]]&lt;br /&gt;
*[[Upgrading]]&lt;br /&gt;
*[[Upgrade overview]]&lt;br /&gt;
*[[Git for Administrators|Git guide]]&lt;br /&gt;
*[[Administration via command line]]&lt;br /&gt;
*[[Upgrading FAQ]]&lt;br /&gt;
*[[Moodle migration]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;frontpageblock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Managing a Moodle site]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
*[[Authentication]]&lt;br /&gt;
*[[Managing accounts]]&lt;br /&gt;
*[[Enrolments]]&lt;br /&gt;
*[[Roles and permissions]]&lt;br /&gt;
*[[Security]]&lt;br /&gt;
*[[Performance]]&lt;br /&gt;
*[[Backup]]&lt;br /&gt;
*[[Site appearance]]&lt;br /&gt;
*[[Language]]&lt;br /&gt;
*[[Server settings]]&lt;br /&gt;
*[[Site-wide reports]]&lt;br /&gt;
*[[Admin tools]]&lt;br /&gt;
*[[Developer tools]]&lt;br /&gt;
*[[Web services]]&lt;br /&gt;
*[[Moodle for mobile]]&lt;br /&gt;
*[[Community hubs]]&lt;br /&gt;
*[[More features]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;frontpageblock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Managing a Moodle course]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
* [[Courses]]&lt;br /&gt;
* [[Editing text]]&lt;br /&gt;
* [[Activities]]&lt;br /&gt;
* [[Resources]]&lt;br /&gt;
* [[Blocks]]&lt;br /&gt;
* [[Questions]]&lt;br /&gt;
* [[Course enrolment]]&lt;br /&gt;
* [[Grouping users]]&lt;br /&gt;
* [[Tracking progress]]&lt;br /&gt;
* [[Reusing activities]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;frontpageblock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Managing content]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
* [[Working with files]]&lt;br /&gt;
* [[Repositories]]&lt;br /&gt;
* [[Portfolios]]&lt;br /&gt;
* [[Working with media]]&lt;br /&gt;
* [[Filters]]&lt;br /&gt;
* [[Licences]]&lt;br /&gt;
* [[Plagiarism prevention]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
See the full &#039;&#039;&#039;[[Table of Contents]]&#039;&#039;&#039; for more detail.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;If you can&#039;t find the documentation you&#039;re looking for, please let us know by posting in the [http://moodle.org/mod/forum/view.php?id=7135 Moodle community sites forum].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[de:Hauptseite]]&lt;br /&gt;
[[es:Página Principal]]&lt;br /&gt;
[[eu:Azala]]&lt;br /&gt;
[[fr:Accueil]]&lt;br /&gt;
[[hr:Glavna stranica]]&lt;br /&gt;
[[ja:メインページ]]&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=MediaWiki:Sidebar&amp;diff=102816</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=MediaWiki:Sidebar&amp;diff=102816"/>
		<updated>2013-05-21T09:24:31Z</updated>

		<summary type="html">&lt;p&gt;Tsala: link rewording&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*  Navigation&lt;br /&gt;
** mainpage|mainpage&lt;br /&gt;
** Table_of_Contents|Table of contents&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
&lt;br /&gt;
* More docs&lt;br /&gt;
** https://docs.moodle.org/25/en/{{NAMESPACE}}:{{PAGENAME}}|Moodle Docs 2.5&lt;br /&gt;
** https://docs.moodle.org/dev/Main_Page|Developer Docs&lt;br /&gt;
** https://docs.moodle.org/overview/|Docs overview&lt;br /&gt;
&lt;br /&gt;
* TOOLBOX &lt;br /&gt;
* SEARCH&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=MediaWiki:Sidebar&amp;diff=102814</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=MediaWiki:Sidebar&amp;diff=102814"/>
		<updated>2013-05-21T08:40:15Z</updated>

		<summary type="html">&lt;p&gt;Tsala: removing 24 link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*  Navigation&lt;br /&gt;
** mainpage|mainpage&lt;br /&gt;
** Table_of_Contents|Table of contents&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
&lt;br /&gt;
* More docs&lt;br /&gt;
** https://docs.moodle.org/25/en/{{NAMESPACE}}:{{PAGENAME}}|Moodle 2.5 docs&lt;br /&gt;
** https://docs.moodle.org/dev/Main_Page|Developer Docs&lt;br /&gt;
** https://docs.moodle.org/overview/|Docs overview&lt;br /&gt;
&lt;br /&gt;
* TOOLBOX &lt;br /&gt;
* SEARCH&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=MediaWiki:Sidebar&amp;diff=102800</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=MediaWiki:Sidebar&amp;diff=102800"/>
		<updated>2013-05-15T12:09:35Z</updated>

		<summary type="html">&lt;p&gt;Tsala: version edits&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*  Navigation&lt;br /&gt;
** mainpage|mainpage&lt;br /&gt;
** Table_of_Contents|Table of contents&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
&lt;br /&gt;
* More docs&lt;br /&gt;
** https://docs.moodle.org/25/en/{{NAMESPACE}}:{{PAGENAME}}|Moodle 2.5 docs&lt;br /&gt;
** https://docs.moodle.org/24/en/{{NAMESPACE}}:{{PAGENAME}}|Moodle 2.4 docs&lt;br /&gt;
** https://docs.moodle.org/dev/Main_Page|Developer Docs&lt;br /&gt;
** https://docs.moodle.org/overview/|Docs overview&lt;br /&gt;
&lt;br /&gt;
* TOOLBOX &lt;br /&gt;
* SEARCH&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=Main_page&amp;diff=102799</id>
		<title>Main page</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=Main_page&amp;diff=102799"/>
		<updated>2013-05-15T12:03:03Z</updated>

		<summary type="html">&lt;p&gt;Tsala: version edits&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;navtrail&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;frontpagetotal&amp;quot;&amp;gt;&amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;&#039;&#039;&#039;&#039;&#039;Welcome to the Moodle 2.3 documentation&#039;&#039;&#039; including details of [[:Category:New features|new features in Moodle 2.3]]!&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Documentation for more recent versions of Moodle is also available: &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[https://docs.moodle.org/25/en Moodle 2.5 documentation]&#039;&#039;&#039; - latest stable version &lt;br /&gt;
* &#039;&#039;&#039;[https://docs.moodle.org/24/en Moodle 2.4 documentation]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===See also===&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;[https://docs.moodle.org/overview/ Documentation overview]&#039;&#039;&#039; - list of all documentation in different languages &lt;br /&gt;
*&#039;&#039;&#039;[https://docs.moodle.org/dev/Main_Page Moodle developer documentation]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;frontpageblock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[About Moodle]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
*[[Philosophy]]&lt;br /&gt;
*[[Pedagogy]]&lt;br /&gt;
*[[Usage]]&lt;br /&gt;
*[[Moodle site - basic structure]]&lt;br /&gt;
*[[Moodle key terms]]&lt;br /&gt;
*[[About Moodle FAQ]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Installation]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
*[[Installing Moodle]]&lt;br /&gt;
*[[Installation Quickstart]]&lt;br /&gt;
*[[Cron]]&lt;br /&gt;
*[[Installing plugins]]&lt;br /&gt;
*[[Installation FAQ]]&lt;br /&gt;
*[[Upgrading]]&lt;br /&gt;
*[[Upgrade overview]]&lt;br /&gt;
*[[Git for Administrators|Git guide]]&lt;br /&gt;
*[[Administration via command line]]&lt;br /&gt;
*[[Upgrading FAQ]]&lt;br /&gt;
*[[Moodle migration]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;frontpageblock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Managing a Moodle site]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
*[[Authentication]]&lt;br /&gt;
*[[Managing accounts]]&lt;br /&gt;
*[[Enrolments]]&lt;br /&gt;
*[[Roles and permissions]]&lt;br /&gt;
*[[Security]]&lt;br /&gt;
*[[Performance]]&lt;br /&gt;
*[[Backup]]&lt;br /&gt;
*[[Site appearance]]&lt;br /&gt;
*[[Language]]&lt;br /&gt;
*[[Server settings]]&lt;br /&gt;
*[[Site-wide reports]]&lt;br /&gt;
*[[Admin tools]]&lt;br /&gt;
*[[Developer tools]]&lt;br /&gt;
*[[Web services]]&lt;br /&gt;
*[[Moodle for mobile]]&lt;br /&gt;
*[[Community hubs]]&lt;br /&gt;
*[[More features]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;frontpageblock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Managing a Moodle course]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
* [[Courses]]&lt;br /&gt;
* [[Editing text]]&lt;br /&gt;
* [[Activities]]&lt;br /&gt;
* [[Resources]]&lt;br /&gt;
* [[Blocks]]&lt;br /&gt;
* [[Questions]]&lt;br /&gt;
* [[Course enrolment]]&lt;br /&gt;
* [[Grouping users]]&lt;br /&gt;
* [[Tracking progress]]&lt;br /&gt;
* [[Reusing activities]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;frontpageblock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;[[Managing content]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
* [[Working with files]]&lt;br /&gt;
* [[Repositories]]&lt;br /&gt;
* [[Portfolios]]&lt;br /&gt;
* [[Working with media]]&lt;br /&gt;
* [[Filters]]&lt;br /&gt;
* [[Licences]]&lt;br /&gt;
* [[Plagiarism prevention]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
See the full &#039;&#039;&#039;[[Table of Contents]]&#039;&#039;&#039; for more detail.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;If you can&#039;t find the documentation you&#039;re looking for, please let us know by posting in the [http://moodle.org/mod/forum/view.php?id=7135 Moodle community sites forum].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[de:Hauptseite]]&lt;br /&gt;
[[es:Página Principal]]&lt;br /&gt;
[[eu:Azala]]&lt;br /&gt;
[[fr:Accueil]]&lt;br /&gt;
[[hr:Glavna stranica]]&lt;br /&gt;
[[ja:メインページ]]&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=Adding_a_new_course&amp;diff=102769</id>
		<title>Adding a new course</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=Adding_a_new_course&amp;diff=102769"/>
		<updated>2013-04-23T13:42:39Z</updated>

		<summary type="html">&lt;p&gt;Tsala: Reverted edits by Zecca (talk) to last revision by Tsala&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Courses}}&lt;br /&gt;
&lt;br /&gt;
By default a regular teacher can&#039;t add a new course. To add a new course to Moodle you need to have either [[Administrator|Adminstrator]], [[Course creator|Course Creator]] or [[Manager|Manager]] rights.&lt;br /&gt;
&lt;br /&gt;
==Adding a course==&lt;br /&gt;
To add a course:&lt;br /&gt;
*Go to &#039;&#039;Settings&amp;gt;Site Administration&amp;gt;Courses&amp;gt;Add/edit courses&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Addeditcourses.jpg]]&lt;br /&gt;
&lt;br /&gt;
*Choose the category where you want your course to be. For more information see [[Course categories|Course categories]]&lt;br /&gt;
*Click the &amp;quot;Add a new course&amp;quot; button&lt;br /&gt;
*Enter the [[Course settings|course settings]], then click the &amp;quot;Save changes&amp;quot; button.&lt;br /&gt;
*On the next screen, choose your students/teachers to assign to the course.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Deleting a course(s)==&lt;br /&gt;
&lt;br /&gt;
A regular teacher can&#039;t delete a course. Administrators and managers (i.e. users with a role for which the capability [[Capabilities/moodle/course:delete|moodle/course:delete]] is allowed) can deleted courses. A [[Course creator|Course creator]] can delete courses they have created themselves.&lt;br /&gt;
&lt;br /&gt;
To delete a course (as an administrator or manager):&lt;br /&gt;
*Go to &#039;&#039;Settings &amp;gt; Site Administration &amp;gt; Courses &amp;gt; Add/edit courses&#039;&#039;&lt;br /&gt;
*Click the course&#039;s category (to drill down the category tree) and find the course you wish to delete. Or use the &amp;quot;Search course&amp;quot; textbox at the bottom of the category list.&lt;br /&gt;
*Click the &amp;quot;X&amp;quot; icon to the right of the course&#039;s name. to delete it.&lt;br /&gt;
&lt;br /&gt;
You can delete multiple courses by: &lt;br /&gt;
*Creating a new (temporary) category. You can name it &amp;quot;To be deleted&amp;quot;.&lt;br /&gt;
*Select and &#039;&#039;&#039;move&#039;&#039;&#039; the &amp;quot;About to be deleted&amp;quot; courses to that category (&amp;quot;To be deleted&amp;quot;).&lt;br /&gt;
*Delete the category (&amp;quot;To be deleted&amp;quot;) and choose &amp;quot;Delete ALL - cannot be undone&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
There is no user interface for course creators to delete courses they have created, however they can do so by editing the URL of the course from &amp;lt;nowiki&amp;gt;http://yourmoodlesite.net/course/view.php?id=N&amp;lt;/nowiki&amp;gt; to &amp;lt;nowiki&amp;gt;http://yourmoodlesite.net/course/delete.php?id=N&amp;lt;/nowiki&amp;gt; (replacing &#039;view&#039; with &#039;delete&#039;).&lt;br /&gt;
&lt;br /&gt;
==Course requests==&lt;br /&gt;
&lt;br /&gt;
*There is a  course request feature which can be enabled by the administrator  in &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Courses &amp;gt; Course request&#039;&#039;.&lt;br /&gt;
*The default category for new courses requested can be selected from this screen, and users who will be notified when courses are requested can also be selected here. (These are users with the capability [[Capabilities/moodle/site:approvecourse|moodle/site:approvecourse]].)&lt;br /&gt;
&lt;br /&gt;
[[File:Courserequest.png]]&lt;br /&gt;
&lt;br /&gt;
*A  button will then appear on the All courses page for users to request a new course. The All courses page can be accessed via a link in the [[Courses block]].&lt;br /&gt;
&lt;br /&gt;
By default, all authenticated users can make course requests (after you have enabled it). It is controlled by the capability [[Capabilities/moodle/course:request|moodle/course:request]].&lt;br /&gt;
&lt;br /&gt;
==Bulk Course Create Options==&lt;br /&gt;
As of Moodle 2.2, this is not an out of the box feature.&lt;br /&gt;
&lt;br /&gt;
The main Tracker item: http://tracker.moodle.org/browse/MDL-13114&lt;br /&gt;
&lt;br /&gt;
Some forum discussions:&lt;br /&gt;
#Import files to batch create courses and users http://moodle.org/mod/forum/discuss.php?d=27333&lt;br /&gt;
#Bulk / automated course creation with phpMyAdmin http://moodle.org/mod/forum/discuss.php?d=27333&lt;br /&gt;
#Bulk Course Creation in v1.9 http://moodle.org/mod/forum/discuss.php?d=96622&lt;br /&gt;
#Bulk Course Upload tool question http://moodle.org/mod/forum/discuss.php?d=91850#p572909&lt;br /&gt;
#Bulk Course Upload tool for Moodle 2.0 http://moodle.org/mod/forum/discuss.php?d=91850&amp;amp;parent=744931&lt;br /&gt;
#uploaduser.php enhanced to upload also courses http://moodle.org/mod/forum/discuss.php?d=128317&lt;br /&gt;
&lt;br /&gt;
The latest real lead (as of February 2012) is this: &lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;Piers Harding added a comment - 26/Sep/11 3:23 AM  Hi -&lt;br /&gt;
:This may or may not be of any use to people on this thread, but I create a basic course uploader for 2.x modelled on the user uploader, as I needed something for NZ schools - it&#039;s available here https://gitorious.org/moodle-tool_uploadcourse/moodle-tool_uploadcourse for the curious.&lt;br /&gt;
:Cheers,&lt;br /&gt;
:Piers Harding.&#039;&#039; From the tracker thread MDL-13114&lt;br /&gt;
&lt;br /&gt;
Old module/plugin: http://moodle.org/mod/data/view.php?d=13&amp;amp;rid=395&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=83830 Hide Courses from some users or students] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[de:Kurs anlegen]]&lt;br /&gt;
[[es:Cursos_%28administrador%29]]&lt;br /&gt;
[[eu:Ikastaroak_%28Kudeatzaileak%29]]&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=User:Charles_Gonzales&amp;diff=102746</id>
		<title>User:Charles Gonzales</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=User:Charles_Gonzales&amp;diff=102746"/>
		<updated>2013-04-16T15:04:59Z</updated>

		<summary type="html">&lt;p&gt;Tsala: Reverted edits by Jackie12 (talk) to last revision by Gonzales1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://helpmysmallbusinessplease.com Help For Small Businesses]&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/23/en/index.php?title=error/debug/cannotdowngrade&amp;diff=102745</id>
		<title>error/debug/cannotdowngrade</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/23/en/index.php?title=error/debug/cannotdowngrade&amp;diff=102745"/>
		<updated>2013-04-16T15:01:18Z</updated>

		<summary type="html">&lt;p&gt;Tsala: copying text from 25 wiki&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This error occurs when a new version of a add-on has been installed at some point and then has been replace by an older version of the same add-on. &lt;br /&gt;
&lt;br /&gt;
In this scenario you need to determine what has caused this to happen:&lt;br /&gt;
&lt;br /&gt;
* It might be that you&#039;ve accidentally tried to install a version compatible with older versions of Moodle. In this case, check the Moodle plugins database for the correct version with your Moodle and install this&lt;br /&gt;
* It could also be that the plugin is defective - in this case you should try to contact the plugin author, using the Moodle forums for example.&lt;br /&gt;
&lt;br /&gt;
[[Category:Error|Debug]]&lt;/div&gt;</summary>
		<author><name>Tsala</name></author>
	</entry>
</feed>