<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/404/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dougiamas</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/404/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dougiamas"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/Special:Contributions/Dougiamas"/>
	<updated>2026-06-02T05:46:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Matrix&amp;diff=149206</id>
		<title>Matrix</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Matrix&amp;diff=149206"/>
		<updated>2024-08-29T06:28:19Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: Fixed broken link to Synapse&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Communication}}&lt;br /&gt;
[https://en.wikipedia.org/wiki/Matrix_(protocol) Matrix] is an open and federated messaging platform that compares well against MS Teams, Slack, Telegram and WhatsApp.   See [https://matrix.org matrix.org] for all the details.  It not only supports typical text messages, images and files, but also  has full audio and video conference calling.   Unlike other platforms, there are many clients you can use, but the most popular one is [https://element.io/download Element].&lt;br /&gt;
&lt;br /&gt;
Moodle HQ itself uses Matrix heavily for internal communication, as well as for the [https://matrix.to/#/#community:moodle.com Moodle Community chat rooms].&lt;br /&gt;
&lt;br /&gt;
Anyone can just create a free account on matrix.org (you will get an address like &#039;&#039;&#039;@yourname:matrix.org&#039;&#039;&#039;), but because it is open source, you can also run your own private Matrix server for your organisation, then everyone will have accounts like &#039;&#039;&#039;@yourname:yourdomain.com&#039;&#039;&#039;.   Any user on any domain can send messages to any other Matrix domain (similar to how email works).&lt;br /&gt;
&lt;br /&gt;
=== Configuring Matrix in a course (for teachers) ===&lt;br /&gt;
Once the Moodle admin has configured your Moodle site to connect to a Matrix server, teachers will have the option to select Matrix as a provider in courses.&lt;br /&gt;
&lt;br /&gt;
Choosing Matrix from the communication configuration in the course will prompt you to enter in a room name and room topic. Some values are provider specific and will vary between providers. The screenshot below demonstrates a typical Matrix room configuration for a course.&lt;br /&gt;
&lt;br /&gt;
[[File:MatrixProvider.png|alt=Course communication settings for Matrix|700x700px]]&lt;br /&gt;
&lt;br /&gt;
==== Room name ====&lt;br /&gt;
Providing a room name is optional. If no room name is entered the course name will be used.&lt;br /&gt;
&lt;br /&gt;
==== Room topic ====&lt;br /&gt;
The room topic is also optional and effectively works as a description for the room. As explained above, Matrix has its own set of individual settings and room topic is one of them.&lt;br /&gt;
&lt;br /&gt;
==== Room moderators ====&lt;br /&gt;
Room moderators will have elevated privileges in Matrix rooms. There is a hierarchy that is determined by the roles assigned in Moodle. In order of privilege, they are:&lt;br /&gt;
&lt;br /&gt;
#Admin&lt;br /&gt;
#Managers, teachers, non-editing teachers&lt;br /&gt;
#Students&lt;br /&gt;
&lt;br /&gt;
Teachers, non-editing teachers and managers will automatically have the moderator capability in the Matrix room. This role (communication/matrix:moderator) can be changed in the &#039;&#039;Define role&#039;&#039; settings in Site administration.&lt;br /&gt;
&lt;br /&gt;
=== Password management ===&lt;br /&gt;
There are certain password limitations with the current way Moodle creates users in Matrix. When a new user is created in Matrix, only a username and email is set in their Matrix user record. When users attempt to authenticate with a Matrix client (e.g. Element), they will be forced to reset their password using the &#039;Forgot password?&#039; link. This provides a way for users to determine their own password and manage it independent of Moodle.&lt;br /&gt;
&lt;br /&gt;
===Configuring Matrix (for site administrators)===&lt;br /&gt;
The Matrix communication provider allows Moodle LMS courses to have an associated room in a [https://element.io/ Matrix Element] instance. It also provides user management by synchronising participants in a course with the associated Matrix Element room.&lt;br /&gt;
&lt;br /&gt;
Currently, the integration supports the [https://github.com/element-hq/synapse Synapse]homeserver for setting up the provider service, and the [https://element.io/ Matrix Element] messaging client for accessing the room. To configure your Moodle LMS instance with Matrix you will need the following:&lt;br /&gt;
&lt;br /&gt;
* URL of the Synapse homeserver&lt;br /&gt;
* API access token for a Synapse admin user&lt;br /&gt;
* URL of an Element web server to use&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:HomeserverURL.png|alt=Configuring Matrix provider|700x700px]]&lt;br /&gt;
&lt;br /&gt;
To configure your Moodle LMS instance to use the Matrix provider:&lt;br /&gt;
&lt;br /&gt;
#Enter the URL of your Synapse server in the &#039;Homeserver URL&#039; field (matrixhomeserverurl)&lt;br /&gt;
#Enter the Synapse server API Access token in the &#039;Access token&#039; field (matrixaccesstoken). See &#039;Synapse API access token generation&#039; below.&lt;br /&gt;
#Enter the URL of the Element web server in the &#039;Element web URL&#039; field (matrixelementurl)&lt;br /&gt;
#Click Save changes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Synapse API access token generation (for site administrators) ====&lt;br /&gt;
To generate an API access token for Moodle LMS, you need access to a terminal and use an existing username and password for the admin of your Synapse server instance.&lt;br /&gt;
&lt;br /&gt;
* The username will need to be formatted as follows: &#039;&#039;&#039;@&amp;lt;username_on_homeserver&amp;gt;:&amp;lt;homeserver_domain&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
* Password is the admin user&#039;s regular password.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To generate an access token to be used with Moodle LMS, enter the following into a terminal:&amp;lt;pre&amp;gt;&lt;br /&gt;
curl -XPOST -d &#039;{&amp;quot;type&amp;quot;:&amp;quot;m.login.password&amp;quot;, &amp;quot;user&amp;quot;:&amp;quot;@admin:synapse&amp;quot;, &amp;quot;password&amp;quot;:&amp;quot;secretpass&amp;quot;}&#039; &amp;quot;https://synapse:8008/_matrix/client/r0/login&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The returned value will look something like this:&amp;lt;pre&amp;gt;&lt;br /&gt;
{&amp;quot;user_id&amp;quot;:&amp;quot;@admin:synapse&amp;quot;,&amp;quot;access_token&amp;quot;:&amp;quot;syt_YWRtaW4_OQNsHwWoObhseRAWmUCs_2T29if&amp;quot;,&amp;quot;home_server&amp;quot;:&amp;quot;synapse&amp;quot;,&amp;quot;device_id&amp;quot;:&amp;quot;JPAIBCQCSB&amp;quot;}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The &#039;&#039;access_token&#039;&#039; field is the API access token to use in the Moodle LMS Matrix communication provider settings.&lt;br /&gt;
&lt;br /&gt;
==== Data flow between Moodle LMS and Matrix ====&lt;br /&gt;
*The current implementation uses the Moodle Course Communication settings to set the room name and room topic for the Matrix room. If those fields are empty, the course name is used as the room name and the room topic is kept empty.&lt;br /&gt;
*Matrix usernames are generated using Moodle usernames and are necessary for adding Matrix users to a room.&lt;br /&gt;
*Users are only created in Matrix if they have not been created yet, or no mapping to that user is recorded with Moodle LMS.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following diagram shows the flow of data between Moodle LMS and Matrix.&lt;br /&gt;
[[File:Data flow diragram-communication(1).png|alt=Data flow diragram-communication|left|frame|Data flow diragram-communication]]&lt;br /&gt;
&lt;br /&gt;
==Capabilities==&lt;br /&gt;
*[[Capabilities/communication/matrix:moderator| Matrix moderator]].&lt;br /&gt;
&lt;br /&gt;
[[es:Matrix]]&lt;br /&gt;
[[de:Matrix]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Matrix&amp;diff=147889</id>
		<title>Matrix</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Matrix&amp;diff=147889"/>
		<updated>2024-02-22T13:14:47Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: Fixed heading nesting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Communication}}&lt;br /&gt;
[https://en.wikipedia.org/wiki/Matrix_(protocol) Matrix] is an open and federated messaging platform that compares well against MS Teams, Slack, Telegram and WhatsApp.   See [https://matrix.org matrix.org] for all the details.  It not only supports typical text messages, images and files, but also  has full audio and video conference calling.   Unlike other platforms, there are many clients you can use, but the most popular one is [https://element.io/download Element].&lt;br /&gt;
&lt;br /&gt;
Moodle HQ itself uses Matrix heavily for internal communication, as well as for the [https://matrix.to/#/#community:moodle.com Moodle Community chat rooms].&lt;br /&gt;
&lt;br /&gt;
Anyone can just create a free account on matrix.org (you will get an address like &#039;&#039;&#039;@yourname:matrix.org&#039;&#039;&#039;), but because it is open source, you can also run your own private Matrix server for your organisation, then everyone will have accounts like &#039;&#039;&#039;@yourname:yourdomain.com&#039;&#039;&#039;.   Any user on any domain can send messages to any other Matrix domain (similar to how email works).&lt;br /&gt;
&lt;br /&gt;
=== Configuring Matrix in a course (for teachers) ===&lt;br /&gt;
Once the Moodle admin has configured your Moodle site to connect to a Matrix server, teachers will have the option to select Matrix as a provider in courses.&lt;br /&gt;
&lt;br /&gt;
Choosing Matrix from the communication configuration in the course will prompt you to enter in a room name and room topic. Some values are provider specific and will vary between providers. The screenshot below demonstrates a typical Matrix room configuration for a course.&lt;br /&gt;
&lt;br /&gt;
[[File:MatrixProvider.png|alt=Course communication settings for Matrix|700x700px]]&lt;br /&gt;
&lt;br /&gt;
==== Room name ====&lt;br /&gt;
Providing a room name is optional. If no room name is entered the course name will be used.&lt;br /&gt;
&lt;br /&gt;
==== Room topic ====&lt;br /&gt;
The room topic is also optional and effectively works as a description for the room. As explained above, Matrix has its own set of individual settings and room topic is one of them.&lt;br /&gt;
&lt;br /&gt;
==== Room moderators ====&lt;br /&gt;
Room moderators will have elevated privileges in Matrix rooms. There is a hierarchy that is determined by the roles assigned in Moodle. In order of privilege, they are:&lt;br /&gt;
&lt;br /&gt;
#Admin&lt;br /&gt;
#Managers, teachers, non-editing teachers&lt;br /&gt;
#Students&lt;br /&gt;
&lt;br /&gt;
Teachers, non-editing teachers and managers will automatically have the moderator capability in the Matrix room. This role (communication/matrix:moderator) can be changed in the &#039;&#039;Define role&#039;&#039; settings in Site administration.&lt;br /&gt;
&lt;br /&gt;
===Configuring Matrix (for site administrators)===&lt;br /&gt;
The Matrix communication provider allows Moodle LMS courses to have an associated room in a [https://element.io/ Matrix Element] instance. It also provides user management by synchronising participants in a course with the associated Matrix Element room.&lt;br /&gt;
&lt;br /&gt;
Currently, the integration supports the [https://github.com/matrix-org/synapse Synapse] homeserver for setting up the provider service, and the [https://element.io/ Matrix Element] messaging client for accessing the room. To configure your Moodle LMS instance with Matrix you will need the following:&lt;br /&gt;
&lt;br /&gt;
* URL of the Synapse homeserver&lt;br /&gt;
* API access token for a Synapse admin user&lt;br /&gt;
* URL of an Element web server to use&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:HomeserverURL.png|alt=Configuring Matrix provider|700x700px]]&lt;br /&gt;
&lt;br /&gt;
To configure your Moodle LMS instance to use the Matrix provider:&lt;br /&gt;
&lt;br /&gt;
#Enter the URL of your Synapse server in the &#039;Homeserver URL&#039; field (matrixhomeserverurl)&lt;br /&gt;
#Enter the Synapse server API Access token in the &#039;Access token&#039; field (matrixaccesstoken). See &#039;Synapse API access token generation&#039; below.&lt;br /&gt;
#Enter the URL of the Element web server in the &#039;Element web URL&#039; field (matrixelementurl)&lt;br /&gt;
#Click Save changes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Synapse API access token generation (for site administrators) ====&lt;br /&gt;
To generate an API access token for Moodle LMS, you need access to a terminal and use an existing username and password for the admin of your Synapse server instance.&lt;br /&gt;
&lt;br /&gt;
* The username will need to be formatted as follows: &#039;&#039;&#039;@&amp;lt;username_on_homeserver&amp;gt;:&amp;lt;homeserver_domain&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
* Password is the admin user&#039;s regular password.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To generate an access token to be used with Moodle LMS, enter the following into a terminal:&amp;lt;pre&amp;gt;&lt;br /&gt;
curl -XPOST -d &#039;{&amp;quot;type&amp;quot;:&amp;quot;m.login.password&amp;quot;, &amp;quot;user&amp;quot;:&amp;quot;@admin:synapse&amp;quot;, &amp;quot;password&amp;quot;:&amp;quot;secretpass&amp;quot;}&#039; &amp;quot;https://synapse:8008/_matrix/client/r0/login&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The returned value will look something like this:&amp;lt;pre&amp;gt;&lt;br /&gt;
{&amp;quot;user_id&amp;quot;:&amp;quot;@admin:synapse&amp;quot;,&amp;quot;access_token&amp;quot;:&amp;quot;syt_YWRtaW4_OQNsHwWoObhseRAWmUCs_2T29if&amp;quot;,&amp;quot;home_server&amp;quot;:&amp;quot;synapse&amp;quot;,&amp;quot;device_id&amp;quot;:&amp;quot;JPAIBCQCSB&amp;quot;}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The &#039;&#039;access_token&#039;&#039; field is the API access token to use in the Moodle LMS Matrix communication provider settings.&lt;br /&gt;
&lt;br /&gt;
==== Data flow between Moodle LMS and Matrix ====&lt;br /&gt;
*The current implementation uses the Moodle Course Communication settings to set the room name and room topic for the Matrix room. If those fields are empty, the course name is used as the room name and the room topic is kept empty.&lt;br /&gt;
*Matrix usernames are generated using Moodle usernames and are necessary for adding Matrix users to a room.&lt;br /&gt;
*Users are only created in Matrix if they have not been created yet, or no mapping to that user is recorded with Moodle LMS.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following diagram shows the flow of data between Moodle LMS and Matrix.&lt;br /&gt;
[[File:Data flow diragram-communication(1).png|alt=Data flow diragram-communication|left|frame|Data flow diragram-communication]]&lt;br /&gt;
&lt;br /&gt;
==Capabilities==&lt;br /&gt;
*[[Capabilities/communication/matrix:moderator| Matrix moderator]].&lt;br /&gt;
&lt;br /&gt;
[[es:Matrix]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Communication&amp;diff=147888</id>
		<title>Communication</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Communication&amp;diff=147888"/>
		<updated>2024-02-22T13:13:29Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: Added another link to Matrix page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Communication}}&lt;br /&gt;
&lt;br /&gt;
{{New features}}If the [[Experimental settings|experimental setting]] &#039;Enable communication providers&#039; (enablecommunicationsubsystem) is checked, admins can offer a way for teachers and learners to communicate within the courses.&lt;br /&gt;
&lt;br /&gt;
Currently, there are two communication providers available:&lt;br /&gt;
#[[Matrix]] - This creates a Matrix Element room accessible from a Moodle course and with related user management.&lt;br /&gt;
#[[Custom link]] - This offers a field to add a URL to an existing service (e.g. an existing Matrix room, Telegram or Google Meet).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{MediaPlayer | url = https://youtu.be/kVQNFqvpbR8 | desc = Course communication}}&lt;br /&gt;
&lt;br /&gt;
==Course settings==&lt;br /&gt;
Teachers can access course communication options by navigating to a course and selecting &#039;&#039;More &amp;gt; Communication&#039;&#039;. To enable communication for your course, ensure your admin has enabled and configured the feature (see &#039;Site administration settings&#039; below).&lt;br /&gt;
&lt;br /&gt;
The different communication integrations are known as providers. Each provider can have their own settings and can be modified in a course from &#039;&#039;Course navigation &amp;gt; More &amp;gt; Communication.&#039;&#039;&lt;br /&gt;
[[File:course_provider.png|alt=Course communication providers|700x700px]]&lt;br /&gt;
&lt;br /&gt;
After saving the changes, a Communication room will be automatically created when the ad-hoc tasks are run.&lt;br /&gt;
&lt;br /&gt;
Any changes to communication settings will not be immediate. Changes are also handled via ad-hoc tasks and will be determined by how frequently these tasks are run on the site.&lt;br /&gt;
&lt;br /&gt;
=====Pending status=====&lt;br /&gt;
When your Communication room has been saved, but the ad-hoc task has not yet completed, you will see a notification indicating that your room will be ready soon.&lt;br /&gt;
&lt;br /&gt;
[[File:Room creation pending.png|alt=Room creation pending|700x700px]]&lt;br /&gt;
&lt;br /&gt;
=====Ready status=====&lt;br /&gt;
When viewing the course page after the ad-hoc task has run, you should see a notification indicating that the Communication room is now ready. To access the newly created room, look for the communication icon towards the bottom of the page (refer to &#039;Room/service access&#039; section below for more details).&lt;br /&gt;
&lt;br /&gt;
[[File:Room creation done.png|alt=Room creation complete|border|700x700px]]&lt;br /&gt;
&lt;br /&gt;
===Room/service access===&lt;br /&gt;
Once all the ad-hoc tasks for communication have finished running, and the room is created, the room will be available from a &#039;sticky&#039; icon on the relevant course pages. Look for the icon towards the bottom of you screen above the information icon. This icon is available to anyone who has access to the course, regardless of their capability.&lt;br /&gt;
&lt;br /&gt;
[[File:CommIcon.png|alt=Access your room/service|700x700px]]&lt;br /&gt;
&lt;br /&gt;
==Site administration settings==&lt;br /&gt;
Communication providers are currently an experimental feature and must be enabled by an admin. To enable communication providers:&lt;br /&gt;
#Navigate to &#039;&#039;Site administration &amp;gt; Development &amp;gt; Experimental &amp;gt; Experimental settings.&#039;&#039;&lt;br /&gt;
#Check the &#039;Enable communication providers&#039; checkbox (enablecommunicationsubsystem).&lt;br /&gt;
#Click the &#039;Save changes&#039; button.&lt;br /&gt;
#Once the communication providers experimental setting is enabled go to &#039;&#039;Site administration &amp;gt; Plugins &amp;gt; Communication &amp;gt; Manage communication providers&#039;&#039; to configure your provider.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Managing communication providers===&lt;br /&gt;
Admins will be able to access a new section: &#039;&#039;Site administration &amp;gt; Plugins &amp;gt; Communication &amp;gt; Manage communication providers&#039;&#039;. From this page, admins can configure the installed communication provider plugins.   See the sub-pages for more info, eg [[Matrix]]&lt;br /&gt;
&lt;br /&gt;
[[File:Manage_communication_providers.png|alt=Managing communication providers|700x700px]]&lt;br /&gt;
&lt;br /&gt;
==Capabilities==&lt;br /&gt;
*[[Capabilities/moodle/course:configurecoursecommunication| Configure course communication settings]]. [[es:Comunicación]]&lt;br /&gt;
[[de:Kommunikation]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Matrix&amp;diff=147885</id>
		<title>Matrix</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Matrix&amp;diff=147885"/>
		<updated>2024-02-22T12:19:54Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: Expanded description of Matrix etc, clarified&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Communication}}&lt;br /&gt;
[https://en.wikipedia.org/wiki/Matrix_(protocol) Matrix] is an open and federated messaging platform that compares well against MS Teams, Slack, Telegram and WhatsApp.   See [https://matrix.org matrix.org] for all the details.  It not only supports typical text messages, images and files, but also  has full audio and video conference calling.   Unlike other platforms, there are many clients you can use, but the most popular one is [https://element.io/download Element].&lt;br /&gt;
&lt;br /&gt;
Moodle HQ itself uses Matrix heavily for internal communication, as well as for the [https://matrix.to/#/#community:moodle.com Moodle Community chat rooms].&lt;br /&gt;
&lt;br /&gt;
Anyone can just create a free account on matrix.org (you will get an address like &#039;&#039;&#039;@yourname:matrix.org&#039;&#039;&#039;), but because it is open source, you can also run your own private Matrix server for your organisation, then everyone will have accounts like &#039;&#039;&#039;@yourname:yourdomain.com&#039;&#039;&#039;.   Any user on any domain can send messages to any other Matrix domain (similar to how email works).&lt;br /&gt;
&lt;br /&gt;
=== Configuring Matrix in a course (for teachers) ===&lt;br /&gt;
Once the Moodle admin has configured your Moodle site to connect to a Matrix server, teachers will have the option to select Matrix as a provider in courses.&lt;br /&gt;
&lt;br /&gt;
Choosing Matrix from the communication configuration in the course will prompt you to enter in a room name and room topic. Some values are provider specific and will vary between providers. The screenshot below demonstrates a typical Matrix room configuration for a course.&lt;br /&gt;
&lt;br /&gt;
[[File:MatrixProvider.png|alt=Course communication settings for Matrix|700x700px]]&lt;br /&gt;
&lt;br /&gt;
=== Room name ===&lt;br /&gt;
Providing a room name is optional. If no room name is entered the course name will be used.&lt;br /&gt;
&lt;br /&gt;
=== Room topic ===&lt;br /&gt;
The room topic is also optional and effectively works as a description for the room. As explained above, Matrix has its own set of individual settings and room topic is one of them.&lt;br /&gt;
&lt;br /&gt;
===Room moderators===&lt;br /&gt;
Room moderators will have elevated privileges in Matrix rooms. There is a hierarchy that is determined by the roles assigned in Moodle. In order of privilege, they are:&lt;br /&gt;
&lt;br /&gt;
#Admin&lt;br /&gt;
#Managers, teachers, non-editing teachers&lt;br /&gt;
#Students&lt;br /&gt;
&lt;br /&gt;
Teachers, non-editing teachers and managers will automatically have the moderator capability in the Matrix room. This role (communication/matrix:moderator) can be changed in the &#039;&#039;Define role&#039;&#039; settings in Site administration.&lt;br /&gt;
&lt;br /&gt;
===Configuring Matrix (for site administrators)===&lt;br /&gt;
The Matrix communication provider allows Moodle LMS courses to have an associated room in a [https://element.io/ Matrix Element] instance. It also provides user management by synchronising participants in a course with the associated Matrix Element room.&lt;br /&gt;
&lt;br /&gt;
Currently, the integration supports the [https://github.com/matrix-org/synapse Synapse] homeserver for setting up the provider service, and the [https://element.io/ Matrix Element] messaging client for accessing the room. To configure your Moodle LMS instance with Matrix you will need the following:&lt;br /&gt;
&lt;br /&gt;
* URL of the Synapse homeserver&lt;br /&gt;
* API access token for a Synapse admin user&lt;br /&gt;
* URL of an Element web server to use&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:HomeserverURL.png|alt=Configuring Matrix provider|700x700px]]&lt;br /&gt;
&lt;br /&gt;
To configure your Moodle LMS instance to use the Matrix provider:&lt;br /&gt;
&lt;br /&gt;
#Enter the URL of your Synapse server in the &#039;Homeserver URL&#039; field (matrixhomeserverurl)&lt;br /&gt;
#Enter the Synapse server API Access token in the &#039;Access token&#039; field (matrixaccesstoken). See &#039;Synapse API access token generation&#039; below.&lt;br /&gt;
#Enter the URL of the Element web server in the &#039;Element web URL&#039; field (matrixelementurl)&lt;br /&gt;
#Click Save changes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Synapse API access token generation (for site administrators) ===&lt;br /&gt;
To generate an API access token for Moodle LMS, you need access to a terminal and use an existing username and password for the admin of your Synapse server instance.&lt;br /&gt;
&lt;br /&gt;
* The username will need to be formatted as follows: &#039;&#039;&#039;@&amp;lt;username_on_homeserver&amp;gt;:&amp;lt;homeserver_domain&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
* Password is the admin user&#039;s regular password.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To generate an access token to be used with Moodle LMS, enter the following into a terminal:&amp;lt;pre&amp;gt;&lt;br /&gt;
curl -XPOST -d &#039;{&amp;quot;type&amp;quot;:&amp;quot;m.login.password&amp;quot;, &amp;quot;user&amp;quot;:&amp;quot;@admin:synapse&amp;quot;, &amp;quot;password&amp;quot;:&amp;quot;secretpass&amp;quot;}&#039; &amp;quot;https://synapse:8008/_matrix/client/r0/login&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The returned value will look something like this:&amp;lt;pre&amp;gt;&lt;br /&gt;
{&amp;quot;user_id&amp;quot;:&amp;quot;@admin:synapse&amp;quot;,&amp;quot;access_token&amp;quot;:&amp;quot;syt_YWRtaW4_OQNsHwWoObhseRAWmUCs_2T29if&amp;quot;,&amp;quot;home_server&amp;quot;:&amp;quot;synapse&amp;quot;,&amp;quot;device_id&amp;quot;:&amp;quot;JPAIBCQCSB&amp;quot;}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The &#039;&#039;access_token&#039;&#039; field is the API access token to use in the Moodle LMS Matrix communication provider settings.&lt;br /&gt;
&lt;br /&gt;
=== Data flow between Moodle LMS and Matrix ===&lt;br /&gt;
*The current implementation uses the Moodle Course Communication settings to set the room name and room topic for the Matrix room. If those fields are empty, the course name is used as the room name and the room topic is kept empty.&lt;br /&gt;
*Matrix usernames are generated using Moodle usernames and are necessary for adding Matrix users to a room.&lt;br /&gt;
*Users are only created in Matrix if they have not been created yet, or no mapping to that user is recorded with Moodle LMS.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following diagram shows the flow of data between Moodle LMS and Matrix.&lt;br /&gt;
[[File:Data flow diragram-communication(1).png|alt=Data flow diragram-communication|left|frame|Data flow diragram-communication]]&lt;br /&gt;
&lt;br /&gt;
==Capabilities==&lt;br /&gt;
*[[Capabilities/communication/matrix:moderator| Matrix moderator]].&lt;br /&gt;
&lt;br /&gt;
[[es:Matrix]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=History&amp;diff=134470</id>
		<title>History</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=History&amp;diff=134470"/>
		<updated>2019-06-19T04:05:59Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{About Moodle}}&lt;br /&gt;
Growing up in the Australian outback in the late 1970s, Moodle&#039;s  Founder and Lead Developer Martin Dougiamas took lessons from the School of the Air, giving him from a young age an insight into distance learning.&lt;br /&gt;
&lt;br /&gt;
As an adult, he worked and later studied at Curtin University, where his experience with WebCT prompted him to investigate an alternative method of online teaching. In 1999 he started trialling early prototypes of a new LMS, the experiences of which formed the basis for his paper [https://otl.curtin.edu.au/professional_development/conferences/tlf/tlf2000/dougiamas.html Improving the Effectiveness of online Learning]. He registered the word &#039;Moodle&#039; as a [https://docs.moodle.org/dev/License trademark of Moodle Pty Ltd] and explained his choice of name in a [https://moodle.org/mod/forum/discuss.php?d=27533&amp;amp;parent=129848 forum post] some years later.&lt;br /&gt;
 &lt;br /&gt;
Research continued:  the first ever Moodle site was  Peter Taylor&#039;s http://smec2001.moodle.com/ at Curtin University , with Martin making the [https://moodle.org/mod/forum/discuss.php?d=1 first post] on  his own Moodle.com site in November 2001. The pair published [http://dougiamas.com/writing/herdsa2002/ An Interpretive analysis  of an internet based course constructed using a new courseware tool called Moodle.]&lt;br /&gt;
&lt;br /&gt;
By the end of 2001, Moodle could be downloaded via CVS (Git arrived in 2010 and replaced CVS in 2013) and basic installation documentation was available. It was  still very much one man&#039;s vision, with Martin setting up the [https://tracker.moodle.org/secure/Dashboard.jspa tracker in May 2002] &amp;quot;so you can see what I am working on.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[https://moodle.org/mod/forum/discuss.php?d=31 Moodle 1.0] was released in August 2002. Users were discussing Moodle on a new  forum, translating Moodle into different languages and creating themes. A year later, the first contributed module (workshop) was released and [https://moodle.org/ Moodle.org] became the community arm of Moodle, with [https://moodle.com Moodle.com] representing the commercial aspect.&lt;br /&gt;
&lt;br /&gt;
Moodle grew quickly: the first ever Moodle Moot was held in Oxford in 2004 and companies  started applying to become [http://moodle.com/partners/ Moodle partners.] 2005 marked the move to [https://moodle.org/mod/forum/discuss.php?d=32727 dedicated premises] with Martin and 4 others; [http://moodle.com/contact/ the current HQ]  at Richardson St West Perth, houses 16 with 11 working remotely. At the Spanish Moodle Moot 2005 in Las Palmas de Gran Canaria, the mojito established itself as the unofficial - and then subsequently official -  Moodle Moot drink. (See blog post: [http://www.moodleblog.net/2014/03/07/the-history-of-moodle-mojitos/ Moodle Mojitos History])&lt;br /&gt;
&lt;br /&gt;
With improved documentation and  new certification , Moodle had established itself  by 2007 as a leading and [https://moodle.org/mod/forum/discuss.php?d=68408 award-winning open source LMS].  From 1000 registered sites in 2004, it had gone to half a million users in 2008 and  over a million users in 2010, with over 50 Moodle partners. Its translation repository [[:dev:AMOS_manual|AMOS]] held over 100 languages. The long awaited [https://moodle.org/mod/forum/discuss.php?d=162906 Moodle 2.0]  came out in November 2010  and now, regular releases bring enhanced features every six months. The current focus is on mobile technology: an [https://moodle.org/mod/forum/discuss.php?d=227988 official HTML5 app] was released in 2013 and  Moodle includes a customisable theme suitable for all screen sizes.&lt;br /&gt;
&lt;br /&gt;
The inauguration of the [http://research.moodle.net/ Moodle Research conference] in 2012 served as a reminder that, however advanced the technology, Moodle design and  development is guided by [[Philosophy| social constructionist pedagogy]]. During September 2013, the official Moodle MOOC, [http://learn.moodle.net Learn Moodle], introduced over 9000 participants to Moodle&#039;s basic features. Educators everywhere are encouraged to share their experiences, just as did Martin over a decade previously. The MOOC was repeated in January 2015 and is now run on a regular, six monthly basis.&lt;br /&gt;
&lt;br /&gt;
In July 2015, alongside a major redesign of [http://moodle.com Moodle.com], a new initiative was announced:  [https://moodlecloud.com MoodleCloud] offering free, HQ-managed hosting.&lt;br /&gt;
&lt;br /&gt;
Throughout 2016, HQ worked on improving Moodle’s User eXperience (UX) by forming the first UX team and also releasing a fresh new default theme - the [[Boost theme]].&lt;br /&gt;
&lt;br /&gt;
By 2017, [https://moodle.net/sites/ statistics on Moodle.net] indicated there  were over 100 million registered users for Moodle. During 2017, a number of projects were developed, including:&lt;br /&gt;
&lt;br /&gt;
*Working on and integrating an open source solution to learning analytics - [https://docs.moodle.org/dev/Project_Inspire Project Inspire]&lt;br /&gt;
*Spreading  [https://moodlemoot.org/ MoodleMoot events] into many more countries around the world&lt;br /&gt;
*Establishing the first [https://moodle.com/2017/04/18/importance-education-moodle-interview-moodles-new-education-manager-tom-murdock/ Education team]&lt;br /&gt;
*Re-affirming [https://moodle.com/2017/05/29/moodle-reaffirms-mission-empower-educators-improve-world/ Moodle&#039;s mission of empowering educators to improve our world] &lt;br /&gt;
*Releasing [https://download.moodle.org/desktop/ Moodle Desktop] &lt;br /&gt;
&lt;br /&gt;
In late 2017, Moodle received a [https://moodle.com/2017/09/27/moodle-welcomes-6m-european-investment-fuel-growth-innovation/  significant &#039;angel&#039; investment] , fuelling growth and innovation. The journey with the community, Partners and global users  will be an exciting one, as Martin shared in his [https://youtu.be/h7yJmEEEl5k MoodleMoot Australia 2017 keynote]. &lt;br /&gt;
&lt;br /&gt;
During 2018 significant progress was made on a new initiative, [https://blog.moodle.net/ MoodleNet], which began beta testing in early January 2019.&lt;br /&gt;
&lt;br /&gt;
In June 2019, [https://moodle.net/stats/ registered users] passed 160 million on over 106,000 sites.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[fr:Histoire]]&lt;br /&gt;
[[de:Historie]]&lt;br /&gt;
[[es:Historia]]&lt;br /&gt;
[[it:Storia]]&lt;br /&gt;
[[ja:歴史]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=OAuth_2_services&amp;diff=128499</id>
		<title>OAuth 2 services</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=OAuth_2_services&amp;diff=128499"/>
		<updated>2017-08-09T06:16:11Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: /* How do I get a client ID and secret? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Server settings}}{{New features}}&lt;br /&gt;
==OAuth2 services==&lt;br /&gt;
&lt;br /&gt;
* Moodle 3.3 adds support for OAuth 2 services, which can be used by any plugin to provide authenticated access to external services either as the current user, or using a system account.&lt;br /&gt;
* OAuth 2 services are used for example, to provide a &amp;quot;Log in using Google/Microsoft/Facebook&amp;quot; feature on the login page, and then to share that authenticated session with repositories like [[Google Drive repository|Google Drive]] and [[OneDrive repository|OneDrive]] without having to re-authenticate.&lt;br /&gt;
* OAuth 2 services can be used by plugins even if they do not use them on the login page, and it&#039;s possible to login to multiple services at the same time.&lt;br /&gt;
&lt;br /&gt;
== Login ==&lt;br /&gt;
&lt;br /&gt;
See [[OAuth 2 authentication]] for details of how to enable the feature.&lt;br /&gt;
&lt;br /&gt;
== Open ID Connect ==&lt;br /&gt;
&lt;br /&gt;
Open ID Connect is a standard for OAuth 2 login services that makes it easier to setup a working login system. If the service you are setting up is Open ID Connect compliant, you will only have to enter the base url for the service, and Moodle will discover all the other information required by requesting the &amp;quot;discovery document&amp;quot; which is expected to exist at &amp;lt;issuer base url&amp;gt;/.well-known/openid-configuration. &lt;br /&gt;
&lt;br /&gt;
== How do I get a client ID and secret? ==&lt;br /&gt;
&lt;br /&gt;
The client ID and secret are created outside of Moodle when setting up the OAuth provider. Instructions for prominent OAuth 2 providers are linked here.&lt;br /&gt;
&lt;br /&gt;
* [[OAuth 2 Google service]]&lt;br /&gt;
* [[OAuth 2 Microsoft service]]&lt;br /&gt;
* [[OAuth 2 Facebook service]]&lt;br /&gt;
* [[OAuth 2 LinkedIn service]]&lt;br /&gt;
* [[OAuth 2 Twitter service]]&lt;br /&gt;
&lt;br /&gt;
==Connecting a system account==&lt;br /&gt;
&lt;br /&gt;
* A system account may be connected to provide advanced functionality, such as access controlled links from the [[Google Drive repository]] or [[OneDrive repository]].&lt;br /&gt;
* The system account should be a dedicated account for this purpose only.&lt;br /&gt;
* A system account is not needed for login functionality.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[:Category:OAuth 2]]&lt;br /&gt;
&lt;br /&gt;
[[Category:OAuth 2]]&lt;br /&gt;
&lt;br /&gt;
[[es:Servicios OAuth 2]]&lt;br /&gt;
[[de:OAuth2 Services]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Oracle&amp;diff=127365</id>
		<title>Oracle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Oracle&amp;diff=127365"/>
		<updated>2017-04-06T10:23:39Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Installing Moodle}}&lt;br /&gt;
&lt;br /&gt;
Moodle will technically work on Oracle, as it&#039;s supported by our database framework and it passes our basic unit testing.  Some very large institutions use it successfully.&lt;br /&gt;
&lt;br /&gt;
However, we do not recommend it for any new installations because it is generally slow, and hardly any core Moodle developers use it for development.   Oracle support relies 100% on volunteer fixes.&lt;br /&gt;
&lt;br /&gt;
Unless you are being forced somehow to use Oracle, we recommend Postgres or MariaDB for new Moodle installations.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Installing Oracle for PHP]]&lt;br /&gt;
* http://www.oracle.com/us/products/database/index.html&lt;br /&gt;
&lt;br /&gt;
[[Category:DB]]&lt;br /&gt;
[[Category:SQL databases]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Oracle&amp;diff=127363</id>
		<title>Oracle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Oracle&amp;diff=127363"/>
		<updated>2017-04-06T09:06:07Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Installing Moodle}}&lt;br /&gt;
&lt;br /&gt;
Moodle will technically work on Oracle, as it&#039;s supported by our database framework and it passes our basic unit testing.&lt;br /&gt;
&lt;br /&gt;
However, we do not recommend it for any new installations because it is generally slow, and hardly any Moodle developers use it for development.&lt;br /&gt;
&lt;br /&gt;
Unless you are being forced somehow to use Oracle, we recommend Postgres or MariaDB for new Moodle installations.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Installing Oracle for PHP]]&lt;br /&gt;
* http://www.oracle.com/us/products/database/index.html&lt;br /&gt;
&lt;br /&gt;
[[Category:DB]]&lt;br /&gt;
[[Category:SQL databases]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=File:logocompactexample1.jpg&amp;diff=126077</id>
		<title>File:logocompactexample1.jpg</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=File:logocompactexample1.jpg&amp;diff=126077"/>
		<updated>2016-11-24T10:10:04Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=File:logoexample1.jpg&amp;diff=126075</id>
		<title>File:logoexample1.jpg</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=File:logoexample1.jpg&amp;diff=126075"/>
		<updated>2016-11-24T10:08:10Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Logos&amp;diff=126074</id>
		<title>Logos</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Logos&amp;diff=126074"/>
		<updated>2016-11-24T10:07:37Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: Created page with &amp;quot;The settings on this page define two variants of a logo to be used as part of the interface for your site.  These settings were only added in Moodle 3.2 and were intended to a...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The settings on this page define two variants of a logo to be used as part of the interface for your site.&lt;br /&gt;
&lt;br /&gt;
These settings were only added in Moodle 3.2 and were intended to allow a basic branding of the site to be independent of the theme used, so that multiple themes could be used or tried without having to set the logo again in each one.&lt;br /&gt;
&lt;br /&gt;
==Settings===&lt;br /&gt;
&lt;br /&gt;
===logo===&lt;br /&gt;
&lt;br /&gt;
A full logo to be used as decoration by some themes (such as core themes). This image can be quite high resolution because it will be scaled down for use (and cached for performance). Logos that are wider than they are high usually give better results. Formats accepted: PNG and JPG.&lt;br /&gt;
&lt;br /&gt;
====Examples====&lt;br /&gt;
[[File:logoexample1.jpg]]&lt;br /&gt;
&lt;br /&gt;
===logocompact===&lt;br /&gt;
&lt;br /&gt;
A compact version of the same logo as above, such as an emblem, shield or icon. The image should be clear even at small sizes. Formats accepted: PNG and JPG.&lt;br /&gt;
&lt;br /&gt;
====Examples====&lt;br /&gt;
[[File:logocompactexample1.jpg]]&lt;br /&gt;
&lt;br /&gt;
==How they are used in themes==&lt;br /&gt;
&lt;br /&gt;
===Clean and More===&lt;br /&gt;
&lt;br /&gt;
===Boost===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Tips for getting good results==&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=About_Moodle&amp;diff=125192</id>
		<title>About Moodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=About_Moodle&amp;diff=125192"/>
		<updated>2016-09-05T04:25:53Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: /* Proven and trusted worldwide */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Main page}}&lt;br /&gt;
&lt;br /&gt;
Moodle is a learning platform designed to provide educators, administrators and learners with a &#039;&#039;&#039;single robust, secure and integrated system&#039;&#039;&#039; to create personalised learning environments.  You can [http://download.moodle.org/ download the software] onto your own web server or ask one of our knowledgeable [http://moodle.com/partners/ Moodle Partners] to assist you.&lt;br /&gt;
&lt;br /&gt;
Moodle is built by the Moodle project which is led and coordinated by [http://moodle.com/hq Moodle HQ], an Australian company of 30 developers which is financially supported by a network of over [http://moodle.com/partners 60 Moodle Partner service companies] worldwide.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Built for learning, globally==&lt;br /&gt;
&lt;br /&gt;
===Proven and trusted worldwide===&lt;br /&gt;
Powering [https://moodle.org/stats/ tens of thousands of learning environments globally], Moodle is trusted by institutions and organisations large and small, including Shell, London School of Economics, State University of New York, Microsoft and the Open University. Moodle’s worldwide numbers of more than [https://moodle.net/stats/ 90 million users] across both academic and enterprise level usage makes it the world’s most widely used learning platform.&lt;br /&gt;
&lt;br /&gt;
===Designed to support both teaching and learning===&lt;br /&gt;
With over 10 years of development guided by [[Philosophy|social constructionist pedagogy]], Moodle delivers a powerful set of learner-centric tools and collaborative learning environments that empower both teaching and learning.&lt;br /&gt;
&lt;br /&gt;
===Easy to use===&lt;br /&gt;
A simple interface, drag-and-drop features, and [[Main page|well-documented resources]] along with ongoing usability improvements make Moodle easy to learn and use. &lt;br /&gt;
&lt;br /&gt;
===Free with no licensing fees===&lt;br /&gt;
Moodle is provided freely as [http://opensource.org/docs/osd Open Source] software, under the [[:dev:License|GNU General Public License]]. Anyone can adapt, extend or modify Moodle for both commercial and non-commercial projects without any licensing fees and benefit from the cost-efficiencies, flexibility and other advantages of using Moodle.&lt;br /&gt;
&lt;br /&gt;
===Always up-to-date===&lt;br /&gt;
The Moodle project’s open-source approach means that Moodle is continually being reviewed and improved on to suit the current and evolving needs of its users. &lt;br /&gt;
&lt;br /&gt;
===Moodle in your language===&lt;br /&gt;
Moodle’s [[Language|multilingual]] capabilities ensure there are no linguistic limitations to learning online. The Moodle community has begun [[:dev:Translation|translating]] Moodle into more than 120 languages (and counting) so users can easily localise their Moodle site, along with plenty of resources, support and [https://moodle.org/course/ community discussions] available in various languages.&lt;br /&gt;
&lt;br /&gt;
==All-in-one learning platform==&lt;br /&gt;
Moodle provides the most flexible tool-set to support both blended learning and 100% online courses. Configure Moodle by [[Advanced features|enabling or disabling core features]], and easily integrate everything needed for a course using its complete range of built-in features, including external collaborative tools such as [[Forum|forums]], [[Wiki|wikis]], [[Chat|chats]] and [[Blog|blogs]].&lt;br /&gt;
&lt;br /&gt;
==Highly flexible and fully customisable==&lt;br /&gt;
Because it is open-source, Moodle can be customised in any way and tailored to individual needs. Its modular set up and interoperable design allows developers to [[:dev:Plugins|create plugins]] and integrate external applications to achieve specific functionalities. Extend what Moodle does by using freely available [https://moodle.org/plugins/ plugins and add-ons] - the possibilities are endless!&lt;br /&gt;
&lt;br /&gt;
==Scalable to any size==&lt;br /&gt;
From a few students to millions of users, Moodle can be scaled to support the needs of both small classes and large organisations. Because of its flexibility and scalability, Moodle has been adapted for use across education, business, non-profit, government, and community contexts.&lt;br /&gt;
&lt;br /&gt;
==Robust, secure and private==&lt;br /&gt;
Committed to safeguarding data [[Security|security]] and [[Privacy|user privacy]], [https://moodle.org/security/ security controls are constantly being updated] and implemented in Moodle development processes and software to protect against unauthorised access, data loss and misuse. Moodle can be easily deployed on a private secure cloud or server for complete control.&lt;br /&gt;
&lt;br /&gt;
==Use any time, anywhere, on any device==&lt;br /&gt;
Moodle is web-based and so can be accessed from anywhere in the world. With a default mobile-compatible (soon to be responsive) interface and cross-browser compatibility, content on the Moodle platform is easily accessible and consistent across different web browsers and devices. &lt;br /&gt;
&lt;br /&gt;
==Extensive resources available==&lt;br /&gt;
Access extensive [https://docs.moodle.org/overview/ Moodle documentation] and [https://moodle.org/course/ user forums] in multiple languages, free [http://moodle.net/ content and courses] shared by Moodle users across the world, as well as hundreds of [https://moodle.org/plugins/ plugins] contributed by a large global community.&lt;br /&gt;
&lt;br /&gt;
==Backed by a strong community==&lt;br /&gt;
The Moodle project is well-supported by an active [https://moodle.org/dev/ international community], a [https://moodle.com/hq/ team of dedicated full-time developers] and a network of certified [https://moodle.com/partners/ Moodle Partners]. Driven by open collaboration and great community support, the project continues to achieve rapid bug fixes and improvements, with [[:dev:Releases|major new releases]] every six months.  Come [http://moodle.org/community/ moodle with us] in our community forums!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Features]]&lt;br /&gt;
*[[New features|New features in 3.1]]&lt;br /&gt;
*[[Philosophy]]&lt;br /&gt;
*[[Pedagogy]]&lt;br /&gt;
*[[Standards]]&lt;br /&gt;
*[[History]]&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;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[:dev:Future|The future of Moodle]] (in the developer documentation)&lt;br /&gt;
&lt;br /&gt;
[[Category:About Moodle]]&lt;br /&gt;
&lt;br /&gt;
[[es:Acerca de Moodle]]&lt;br /&gt;
[[eu:Moodle-ri buruz]]&lt;br /&gt;
[[fr:À propos de Moodle]]&lt;br /&gt;
[[de:Was ist Moodle?]]&lt;br /&gt;
[[ja:Moodleとは]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=admin/setting/theme_school&amp;diff=123993</id>
		<title>admin/setting/theme school</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=admin/setting/theme_school&amp;diff=123993"/>
		<updated>2016-06-01T06:41:33Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: Created page with &amp;quot;Tips:  * If you are trying to add a video into the slider, make sure you include the full embed HTML code from a video site.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tips:&lt;br /&gt;
&lt;br /&gt;
* If you are trying to add a video into the slider, make sure you include the full embed HTML code from a video site.&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Upgrading&amp;diff=123744</id>
		<title>Upgrading</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Upgrading&amp;diff=123744"/>
		<updated>2016-05-23T10:28:37Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: /* Check the requirements */&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 3.1 in &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Server &amp;gt; [[Environment]]&#039;&#039;. Please note that if you use MySQL you must upgrade the engine to InnoDB since it has become a requirement in Moodle 3.1. See [[Migration from MyISAM to InnoDB]].&lt;br /&gt;
&lt;br /&gt;
Note 1: The Assignment module can now convert various office document formats to PDF to work with PDF annotations. This is optional - but it requires &amp;quot;unoconv&amp;quot; to be installed and configured on the server.  See [https://docs.moodle.org/404/en/mod/assign/feedback/editpdf/testunoconv Unoconv installation].&lt;br /&gt;
&lt;br /&gt;
Note 2: You can only upgrade to Moodle 3.1 from Moodle 2.7 or later. If upgrading from earlier versions, you must [https://docs.moodle.org/27/en/Upgrading_to_Moodle_2.7 upgrade to 2.7] as a first step.&lt;br /&gt;
&lt;br /&gt;
==Before upgrading==&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;
Consider setting the [[Upgrade key|upgrade key]] for your site.&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, your Postgres or MySQL database dump)&lt;br /&gt;
&lt;br /&gt;
See [[Site backup]] for more specific information.&lt;br /&gt;
&lt;br /&gt;
== Check for plugin updates ==&lt;br /&gt;
&lt;br /&gt;
If you have [[Automatic updates deployment]] enabled, you will be able to update installed plugins automatically during the upgrade. Just make sure you check for available updates (via the button for it) at the Plugins check screen.&lt;br /&gt;
&lt;br /&gt;
If you are updating plugins manually, it is a good moment now to check in the [http://moodle.org/plugins Moodle Plugins directory] whether there is a 3.1 version available for any plugins (including themes) that you have previously installed on your site. If so, download the plugin package. In the next step, you will 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;
==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. Then you should wait for any currently running cron processes to complete before proceeding.&lt;br /&gt;
&lt;br /&gt;
== Install the new Moodle software ==&lt;br /&gt;
You can fetch the current (3.1) version of the software through &lt;br /&gt;
&lt;br /&gt;
wget http://sourceforge.net/projects/moodle/files/Moodle/stable31/moodle-latest-31.tgz&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 the new 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 plugins on your site you should add them to the new code tree (Moodle directory structure) now. 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 and that you place the plugin folders in the correct directory (the same directory that they are in in the current installation.)&lt;br /&gt;
# Your moodledata folder should be located separately to your Moodle code folder and, as such, should not need anything done to it.  Moodle 3.0 will throw a warning if it is located in a web accessible folder and the moodledata should never be located in the Moodle code folder.  If you are moving your installation to a new server or new location on your server, then you will need to follow the Migration documents.&lt;br /&gt;
&lt;br /&gt;
====Linux====&lt;br /&gt;
 mv moodle moodle.backup&lt;br /&gt;
 tar xvzf moodle-3.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;
chown -R www-data:www-data moodle (Linux debian - change to appropriate user and group for your OS version)&lt;br /&gt;
chmod -R 755 moodle&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;
if necessary.  However, for a simple upgrade, there should be no need to change anything with cron.&lt;br /&gt;
&lt;br /&gt;
=== Using Git ===&lt;br /&gt;
&lt;br /&gt;
You can use Git for updating or upgrading your Moodle. 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 3.1 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;
If you put your site into Maintenance mode earlier; take it out now!&lt;br /&gt;
&lt;br /&gt;
To do this just go to &#039;&#039;Administration &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;
Note: If you are running multiple servers then you should purge all caches manually (via &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Development &amp;gt; Purge all caches&#039;&#039;) after completing the upgrade on all servers.&lt;br /&gt;
&lt;br /&gt;
===Fatal error: Maximum execution time of 30 seconds exceeded...===&lt;br /&gt;
&lt;br /&gt;
If your server uses a main language other than English, you may encounter a &#039;Fatal error: Maximum execution time of 30 seconds exceeded&#039; when you try to upgrade it. You can increase max_execution_time = 160 on php.ini to allow the scripts enough time to process the language update. Otherwise, you can switch to English as the default language before doing the upgrade and back to your original language after a succcessful upgrade. See the forum discussion at https://moodle.org/mod/forum/discuss.php?d=119598.&lt;br /&gt;
&lt;br /&gt;
==After upgrading==&lt;br /&gt;
&lt;br /&gt;
The config.php file from your installation should work fine but if you take a look at config-dist.php that came with Moodle 3.0 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 3.0 config-dist.php.&lt;br /&gt;
&lt;br /&gt;
===Cron===&lt;br /&gt;
&lt;br /&gt;
Cron has received a major update (MDL-25499) and now has support for both scheduled and ad hoc tasks.&lt;br /&gt;
&lt;br /&gt;
The benefits of these changes are:&lt;br /&gt;
* The schedule for every task can be configured by the admin&lt;br /&gt;
* Tasks can run in parallel&lt;br /&gt;
* Cron processes use locking to prevent the same task running at the same time by different processes&lt;br /&gt;
* Clusters with multiple identical application nodes are supported, you can run cron on all of them&lt;br /&gt;
&lt;br /&gt;
A result of this is that cron can be run much more often, which means (for example) forum posts can be sent out sooner.  To take advantage of the new cron system it is now strongly recommended that administrators increase the frequency that cron is run to at least &#039;&#039;once per minute&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You also may need to modify any automated scripts you have that are parsing the output from cron. It is no longer possible to simply monitor the output of cron for the string &amp;quot;Cron script completed correctly&amp;quot; (if that is what you were doing). An alternative is to monitor the output for the string &amp;quot;task failed:&amp;quot;. If you detect that a task is failing, [[Cron#Debugging_Scheduled_Tasks|here]] are some tips for debugging the failure. &lt;br /&gt;
&lt;br /&gt;
Before the upgrade to 3.1, there may have been a cron task that was failing, which was preventing the rest of cron from being executed. A failure in any single task will no longer prevent the rest of the Moodle cron tasks from executing, so you may uncover previously masked bugs. It is a good idea to closely monitor the output from cron after the upgrade to 3.1.&lt;br /&gt;
&lt;br /&gt;
===Assignments===&lt;br /&gt;
&lt;br /&gt;
The old assignment (2.2) module has been removed from core and has been replaced by a stub to support transparently remapping URLs and restoring course backups from the old module to the new one. &lt;br /&gt;
&lt;br /&gt;
If you are still using the old assignment (2.2) module, after upgrading to Moodle 3.0 all assignment (2.2) activities will be hidden. You need to run the [[Assignment upgrade tool]] to un-hide the activities.&lt;br /&gt;
&lt;br /&gt;
If you really, really need to keep using the old assignment (2.2) module, you should update the code to Moodle 3.0, and then replace the &amp;quot;mod/assignment&amp;quot; folder with the one from https://github.com/moodlehq/moodle-mod_assignment/releases before completing the upgrade.&lt;br /&gt;
&lt;br /&gt;
==Possible issues that may affect you in Moodle 3.1==&lt;br /&gt;
&lt;br /&gt;
The Assignment module can now convert various office document formats to PDF to work with PDF annotations. This is optional - but it requires &amp;quot;unoconv&amp;quot; to be installed and configured on the server. See [https://docs.moodle.org/404/en/mod/assign/feedback/editpdf/testunoconv Unoconv installation].&lt;br /&gt;
&lt;br /&gt;
Please note that PHP 5.6 has an upstream bug resulting in some functionality involving AJAX requests to fail on some platforms. It does not affect PHP 5.5 or 7. You need to add &#039;&#039;&#039;always_populate_raw_post_data=-1&#039;&#039;&#039; to your php.ini. Please refer to [[PHP#HTTP_RAW_POST_DATA_errors|documentation]].&lt;br /&gt;
&lt;br /&gt;
===PHP extension xmlreader requirement===&lt;br /&gt;
As listed on the Environment page, the PHP extension xmlreader is required (in 3.1 onwards) in order for the downloading of csv, ods, excel etc files in reports and exports to stream progressively.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See the [[dev:Moodle 3.1 release notes|Moodle 3.1 release notes]] for the full list of changes in Moodle 3.1.&lt;br /&gt;
&lt;br /&gt;
=== Moodle 2.8, 2.9 and 3.0 improvements ===&lt;br /&gt;
&lt;br /&gt;
Depending on which version you are upgrading from, please see the section &#039;Possible issues that may affect you&#039; in the documentation&lt;br /&gt;
&lt;br /&gt;
* [https://docs.moodle.org/28/en/Upgrading Upgrading to Moodle 2.8]&lt;br /&gt;
* [https://docs.moodle.org/29/en/Upgrading Upgrading to Moodle 2.9]&lt;br /&gt;
* [https://docs.moodle.org/30/en/Upgrading Upgrading to Moodle 3.0]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Installation]]&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/view.php?id=28 Installation help forum] &lt;br /&gt;
* [[dev:Moodle 3.1 release notes|Moodle 3.1 release notes]]&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>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Awards&amp;diff=122997</id>
		<title>Awards</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Awards&amp;diff=122997"/>
		<updated>2016-04-22T07:29:03Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{About Moodle}}&lt;br /&gt;
==Moodle awards==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2015&#039;&#039;&#039;&lt;br /&gt;
* Gold LMS in [https://campustechnology.com/Articles/2015/09/30/Campus-Technology-2015-Readers-Choice-Awards.aspx?Page=1 Campus Technology 2015 Readers&#039; Choice Awards]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2015&#039;&#039;&#039;&lt;br /&gt;
* #15 on the [http://c4lpt.co.uk/top100tools/ Top 100 Tools for Learning] list (between LinkedIn and IPads)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2010&#039;&#039;&#039;&lt;br /&gt;
* First place in the ‘Best in Learning Management Systems&#039; category of the [http://www.imsglobal.org/LearnSat/learnsat200910.html/ LearnSat Survey] &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2008&#039;&#039;&#039;&lt;br /&gt;
* Finalist in the &#039;Best Project for Educators&#039; category of the [http://sourceforge.net/blog/cca08-finalists/ SourceForge.net Community Choice Awards] &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2007&#039;&#039;&#039;&lt;br /&gt;
* Three Platinum awards (top award) and one Gold award (runner-up) in the [http://www.elearningguild.com/ eLearning Guild] Research 360-degrees Report on Learning Management Systems 2007&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2006&#039;&#039;&#039;&lt;br /&gt;
* [http://www.waitta.asn.au/wai_submissionprofile.jsp?Sub=138 Western Australian Information Technology &amp;amp; Telecommunications Awards 2006 (WAiTTA) Best Exporter]&lt;br /&gt;
* [http://www.waitta.asn.au/wai_submissionprofile.jsp?Sub=141 WAiTTA Best Online Service]&lt;br /&gt;
* [http://www.waitta.asn.au/wai_submissionprofile.jsp?Sub=140 WAiTTA Best Product finalist]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2005&#039;&#039;&#039;&lt;br /&gt;
* Finalist in the &#039;Best Linux / Open Source Server Application&#039; category of the UK Linux and Open Source Awards&lt;br /&gt;
&lt;br /&gt;
==Awards for Moodle developers==&lt;br /&gt;
&lt;br /&gt;
* [https://moodle.org/user/profile.php?id=17383 Penny Leach] - [https://developers.google.com/open-source/osa/ 2009 Google-O&#039;Reilly Open Source Awards] &#039;Best Education Hacker&#039;&lt;br /&gt;
* [http://moodle.org/user/view.php?id=100951&amp;amp;course=1 Alastair Hole], [https://moodle.org/user/profile.php?id=29028 Richard Goddard], [http://moodle.org/user/view.php?id=21156&amp;amp;course=1 Peter Kilcoyne] and [http://moodle.org/user/view.php?id=129969&amp;amp;course=1 Helen Brady] - [http://www.imsglobal.org/pressreleases/pr090514.html IMS Global Learning Consortium 2009 Global Learning Impact Awards] &#039;Best Learning Platform to Repository Integration: MrCute - Moodle Repository System&#039;&lt;br /&gt;
* [https://moodle.org/user/profile.php?id=106829 Jordi Piguillem] and [https://moodle.org/user/profile.php?id=22420 Ludo (Marc Alier)] - [http://www.imsglobal.org/pressreleases/pr090514.html IMS Global Learning Consortium 2009 Global Learning Impact Awards] &#039;Best Interoperability Innovation: Moodle Simple Learning Tools for Interoperability Consumer&#039;&lt;br /&gt;
* [http://moodle.org/user/view.php?id=1&amp;amp;course=1 Martin Dougiamas] - [https://developers.google.com/open-source/osa/ 2008 Google-O&#039;Reilly Open Source Awards] &#039;Best Education Enabler&#039;&lt;br /&gt;
* [http://moodle.org/user/view.php?id=1&amp;amp;course=1 Martin Dougiamas] - 2016 [http://www.uvic.cat/doctors-honoris-causa Universite de Vic] Doctor Honoris Causa&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Awards&amp;diff=122996</id>
		<title>Awards</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Awards&amp;diff=122996"/>
		<updated>2016-04-22T07:21:25Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{About Moodle}}&lt;br /&gt;
==Moodle awards==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2015&#039;&#039;&#039;&#039;&lt;br /&gt;
* Gold LMS in [https://campustechnology.com/Articles/2015/09/30/Campus-Technology-2015-Readers-Choice-Awards.aspx?Page=1 Campus Technology 2015 Readers&#039; Choice Awards]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2010&#039;&#039;&#039;&lt;br /&gt;
* First place in the ‘Best in Learning Management Systems&#039; category of the [http://www.imsglobal.org/LearnSat/learnsat200910.html/ LearnSat Survey] &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2008&#039;&#039;&#039;&lt;br /&gt;
* Finalist in the &#039;Best Project for Educators&#039; category of the [http://sourceforge.net/blog/cca08-finalists/ SourceForge.net Community Choice Awards] &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2007&#039;&#039;&#039;&lt;br /&gt;
* Three Platinum awards (top award) and one Gold award (runner-up) in the [http://www.elearningguild.com/ eLearning Guild] Research 360-degrees Report on Learning Management Systems 2007&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2006&#039;&#039;&#039;&lt;br /&gt;
* [http://www.waitta.asn.au/wai_submissionprofile.jsp?Sub=138 Western Australian Information Technology &amp;amp; Telecommunications Awards 2006 (WAiTTA) Best Exporter]&lt;br /&gt;
* [http://www.waitta.asn.au/wai_submissionprofile.jsp?Sub=141 WAiTTA Best Online Service]&lt;br /&gt;
* [http://www.waitta.asn.au/wai_submissionprofile.jsp?Sub=140 WAiTTA Best Product finalist]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2005&#039;&#039;&#039;&lt;br /&gt;
* Finalist in the &#039;Best Linux / Open Source Server Application&#039; category of the UK Linux and Open Source Awards&lt;br /&gt;
&lt;br /&gt;
==Awards for Moodle developers==&lt;br /&gt;
&lt;br /&gt;
* [https://moodle.org/user/profile.php?id=17383 Penny Leach] - [https://developers.google.com/open-source/osa/ 2009 Google-O&#039;Reilly Open Source Awards] &#039;Best Education Hacker&#039;&lt;br /&gt;
* [http://moodle.org/user/view.php?id=100951&amp;amp;course=1 Alastair Hole], [https://moodle.org/user/profile.php?id=29028 Richard Goddard], [http://moodle.org/user/view.php?id=21156&amp;amp;course=1 Peter Kilcoyne] and [http://moodle.org/user/view.php?id=129969&amp;amp;course=1 Helen Brady] - [http://www.imsglobal.org/pressreleases/pr090514.html IMS Global Learning Consortium 2009 Global Learning Impact Awards] &#039;Best Learning Platform to Repository Integration: MrCute - Moodle Repository System&#039;&lt;br /&gt;
* [https://moodle.org/user/profile.php?id=106829 Jordi Piguillem] and [https://moodle.org/user/profile.php?id=22420 Ludo (Marc Alier)] - [http://www.imsglobal.org/pressreleases/pr090514.html IMS Global Learning Consortium 2009 Global Learning Impact Awards] &#039;Best Interoperability Innovation: Moodle Simple Learning Tools for Interoperability Consumer&#039;&lt;br /&gt;
* [http://moodle.org/user/view.php?id=1&amp;amp;course=1 Martin Dougiamas] - [https://developers.google.com/open-source/osa/ 2008 Google-O&#039;Reilly Open Source Awards] &#039;Best Education Enabler&#039;&lt;br /&gt;
* [http://moodle.org/user/view.php?id=1&amp;amp;course=1 Martin Dougiamas] - 2016 [http://www.uvic.cat/doctors-honoris-causa Universite de Vic] Doctor Honoris Causa&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Awards&amp;diff=122993</id>
		<title>Awards</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Awards&amp;diff=122993"/>
		<updated>2016-04-21T09:48:19Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: /* Awards for Moodle developers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{About Moodle}}&lt;br /&gt;
==Moodle awards==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2010&#039;&#039;&#039;&lt;br /&gt;
* First place in the ‘Best in Learning Management Systems&#039; category of the [http://www.imsglobal.org/LearnSat/learnsat200910.html/ LearnSat Survey] &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2008&#039;&#039;&#039;&lt;br /&gt;
* Finalist in the &#039;Best Project for Educators&#039; category of the [http://sourceforge.net/blog/cca08-finalists/ SourceForge.net Community Choice Awards] &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2007&#039;&#039;&#039;&lt;br /&gt;
* Three Platinum awards (top award) and one Gold award (runner-up) in the [http://www.elearningguild.com/ eLearning Guild] Research 360-degrees Report on Learning Management Systems 2007&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2006&#039;&#039;&#039;&lt;br /&gt;
* [http://www.waitta.asn.au/wai_submissionprofile.jsp?Sub=138 Western Australian Information Technology &amp;amp; Telecommunications Awards 2006 (WAiTTA) Best Exporter]&lt;br /&gt;
* [http://www.waitta.asn.au/wai_submissionprofile.jsp?Sub=141 WAiTTA Best Online Service]&lt;br /&gt;
* [http://www.waitta.asn.au/wai_submissionprofile.jsp?Sub=140 WAiTTA Best Product finalist]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2005&#039;&#039;&#039;&lt;br /&gt;
* Finalist in the &#039;Best Linux / Open Source Server Application&#039; category of the UK Linux and Open Source Awards&lt;br /&gt;
&lt;br /&gt;
==Awards for Moodle developers==&lt;br /&gt;
&lt;br /&gt;
* [https://moodle.org/user/profile.php?id=17383 Penny Leach] - [https://developers.google.com/open-source/osa/ 2009 Google-O&#039;Reilly Open Source Awards] &#039;Best Education Hacker&#039;&lt;br /&gt;
* [http://moodle.org/user/view.php?id=100951&amp;amp;course=1 Alastair Hole], [https://moodle.org/user/profile.php?id=29028 Richard Goddard], [http://moodle.org/user/view.php?id=21156&amp;amp;course=1 Peter Kilcoyne] and [http://moodle.org/user/view.php?id=129969&amp;amp;course=1 Helen Brady] - [http://www.imsglobal.org/pressreleases/pr090514.html IMS Global Learning Consortium 2009 Global Learning Impact Awards] &#039;Best Learning Platform to Repository Integration: MrCute - Moodle Repository System&#039;&lt;br /&gt;
* [https://moodle.org/user/profile.php?id=106829 Jordi Piguillem] and [https://moodle.org/user/profile.php?id=22420 Ludo (Marc Alier)] - [http://www.imsglobal.org/pressreleases/pr090514.html IMS Global Learning Consortium 2009 Global Learning Impact Awards] &#039;Best Interoperability Innovation: Moodle Simple Learning Tools for Interoperability Consumer&#039;&lt;br /&gt;
* [http://moodle.org/user/view.php?id=1&amp;amp;course=1 Martin Dougiamas] - [https://developers.google.com/open-source/osa/ 2008 Google-O&#039;Reilly Open Source Awards] &#039;Best Education Enabler&#039;&lt;br /&gt;
* [http://moodle.org/user/view.php?id=1&amp;amp;course=1 Martin Dougiamas] - 2016 [http://www.uvic.cat/doctors-honoris-causa Universite de Vic] Doctor Honoris Causa&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Awards&amp;diff=122992</id>
		<title>Awards</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Awards&amp;diff=122992"/>
		<updated>2016-04-21T09:47:03Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: /* Awards for Moodle developers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{About Moodle}}&lt;br /&gt;
==Moodle awards==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2010&#039;&#039;&#039;&lt;br /&gt;
* First place in the ‘Best in Learning Management Systems&#039; category of the [http://www.imsglobal.org/LearnSat/learnsat200910.html/ LearnSat Survey] &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2008&#039;&#039;&#039;&lt;br /&gt;
* Finalist in the &#039;Best Project for Educators&#039; category of the [http://sourceforge.net/blog/cca08-finalists/ SourceForge.net Community Choice Awards] &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2007&#039;&#039;&#039;&lt;br /&gt;
* Three Platinum awards (top award) and one Gold award (runner-up) in the [http://www.elearningguild.com/ eLearning Guild] Research 360-degrees Report on Learning Management Systems 2007&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2006&#039;&#039;&#039;&lt;br /&gt;
* [http://www.waitta.asn.au/wai_submissionprofile.jsp?Sub=138 Western Australian Information Technology &amp;amp; Telecommunications Awards 2006 (WAiTTA) Best Exporter]&lt;br /&gt;
* [http://www.waitta.asn.au/wai_submissionprofile.jsp?Sub=141 WAiTTA Best Online Service]&lt;br /&gt;
* [http://www.waitta.asn.au/wai_submissionprofile.jsp?Sub=140 WAiTTA Best Product finalist]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2005&#039;&#039;&#039;&lt;br /&gt;
* Finalist in the &#039;Best Linux / Open Source Server Application&#039; category of the UK Linux and Open Source Awards&lt;br /&gt;
&lt;br /&gt;
==Awards for Moodle developers==&lt;br /&gt;
&lt;br /&gt;
* [https://moodle.org/user/profile.php?id=17383 Penny Leach] - [https://developers.google.com/open-source/osa/ 2009 Google-O&#039;Reilly Open Source Awards] &#039;Best Education Hacker&#039;&lt;br /&gt;
* [http://moodle.org/user/view.php?id=100951&amp;amp;course=1 Alastair Hole], [https://moodle.org/user/profile.php?id=29028 Richard Goddard], [http://moodle.org/user/view.php?id=21156&amp;amp;course=1 Peter Kilcoyne] and [http://moodle.org/user/view.php?id=129969&amp;amp;course=1 Helen Brady] - [http://www.imsglobal.org/pressreleases/pr090514.html IMS Global Learning Consortium 2009 Global Learning Impact Awards] &#039;Best Learning Platform to Repository Integration: MrCute - Moodle Repository System&#039;&lt;br /&gt;
* [https://moodle.org/user/profile.php?id=106829 Jordi Piguillem] and [https://moodle.org/user/profile.php?id=22420 Ludo (Marc Alier)] - [http://www.imsglobal.org/pressreleases/pr090514.html IMS Global Learning Consortium 2009 Global Learning Impact Awards] &#039;Best Interoperability Innovation: Moodle Simple Learning Tools for Interoperability Consumer&#039;&lt;br /&gt;
* [http://moodle.org/user/view.php?id=1&amp;amp;course=1 Martin Dougiamas] - [https://developers.google.com/open-source/osa/ 2008 Google-O&#039;Reilly Open Source Awards] &#039;Best Education Enabler&#039;&lt;br /&gt;
* [http://moodle.org/user/view.php?id=1&amp;amp;course=1 Martin Dougiamas] - [http://mon.uvic.cat/diversity/visita-a-catalunya-de-martin-dougiamas-nou-doctor-honoris-causa-de-la-uvic-ucc/ Universite de Vic] Doctor Honoris Causa&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Quiz_activity&amp;diff=122594</id>
		<title>Quiz activity</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Quiz_activity&amp;diff=122594"/>
		<updated>2016-03-22T14:57:05Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: /* See also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Activities}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Quiz&#039;&#039;&#039; activity module allows the teacher to design and build quizzes consisting of a large variety of [[Question types]], including multiple choice, true-false, short answer and drag and drop images and text. These questions are kept in the [[Question bank]] and can be re-used in different quizzes. &lt;br /&gt;
{{Note|New to Quiz? Try our &#039;&#039;&#039;[[Quiz quick guide]].&#039;&#039;&#039;}}&lt;br /&gt;
Alternatively, read &#039;&#039;&#039;[[Quiz settings]]&#039;&#039;&#039; and &#039;&#039;&#039;[[Building Quiz]]&#039;&#039;&#039; for more detailed information on creating and organising your quiz.The documentation &#039;&#039;&#039;[[Using Quiz]]&#039;&#039;&#039; outlines  how it works for students and teachers, and &#039;&#039;&#039;[[Quiz reports]]&#039;&#039;&#039; explains grading and statistics. If you don&#039;t see what you need in these pages, try our &#039;&#039;&#039;[[Quiz FAQ]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[Image:Quizexample.png|thumb|450px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Questions|Question types]]&lt;br /&gt;
*[https://youtu.be/Y1TaqOLPNiY The Moodle Quiz Activity]  MoodleBites video on YouTube &lt;br /&gt;
*[https://youtu.be/0FaxWt_4FQI Moodle Quiz Questions]  MoodleBites video on YouTube &lt;br /&gt;
*[http://www.open.edu/openlearnworks/course/view.php?id=1581 eAssessment with Moodle] by the Open University, which showcases the features of the Moodle Quiz&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[es:Actividad de examen]]&lt;br /&gt;
[[eu:Galdetegiak]]&lt;br /&gt;
[[ja:小テストモジュール]]&lt;br /&gt;
[[ru:Тест]]&lt;br /&gt;
[[fr:Test]]&lt;br /&gt;
[[pl:Quizy]]&lt;br /&gt;
[[de:Test]]&lt;br /&gt;
[[zh:測驗卷]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=New_features&amp;diff=121049</id>
		<title>New features</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=New_features&amp;diff=121049"/>
		<updated>2015-11-04T09:33:13Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: /* For Moodle mobile */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
 {{About Moodle}}			&lt;br /&gt;
Moodle 3.0 combines popularity with efficiency offering enhanced options for installing plugins, four new quiz question types, tagging and course editing improvements along with  a number of other welcome features.&lt;br /&gt;
			&lt;br /&gt;
Read on for Moodle 3.0 highlights or watch the screencasts on our official Youtube page (coming soon).		&lt;br /&gt;
			&lt;br /&gt;
Full details of the release with technical information can be found in the [[:dev:Moodle 3.0 release notes|Moodle 3.0  release notes]].	&lt;br /&gt;
&lt;br /&gt;
===For teachers===	&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TEMPSMW.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Select missing words&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;The [[Select missing words question type]] is one of four new question types added to core in Moodle 3.0&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempDDText.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Drag and drop into text&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt; The [[Drag and drop into text question type]] is one of four new question types added to core in Moodle 3.0&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempDDImage.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Drag and drop onto image&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;The [[Drag and drop onto image question type]] is one of four new question types added to core in Moodle 3.0. Students drag either text or small images onto a background picture uploaded by the teacher.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempDDM.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Drag and drop markers&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt; The [[Drag and drop markers question type]]  is one of four new question types added to core in Moodle 3.0. Students drag text markers to a location predefined by the teacher on a background image.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:WorkshopAllParticipants.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Workshop submissions report&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;You can now view all participants and  filter to see who has and has not submitted to a workshop during the submission phase. [[Using Workshop|Read more...]]&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempUploaded.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Show the date a file was uploaded&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt; A new [[File resource settings|File setting]] means teachers can now display the date a file resource was uploaded or changed, giving students a better user experience. &amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:betterfiltering.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Improved filtering options&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;On the Enrolled users screen, course participants may be filtered by last course access and not in any group. The no group option is also available from the Groups overview screen. &amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempEditsections.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Easier section editing&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt; Options for editing highlighting hiding and deleting  sections are now combined into one action menu streamlining the course page and simplifying the editing process. [[Course homepage|Read more...]] &amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===For administrators===&lt;br /&gt;
			&lt;br /&gt;
  &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempDashboard.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Reset Dashboard and profiles for all users&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;A new &#039;Reset&#039; button on the default [[Dashboard]] and [[Profile|profile]] pages means administrators can now specify blocks on these pages and apply the changes to everyone on the site.&amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempPlugins.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Major improvements to plugins upgrading &amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;The interface and functionality for  [[Installing plugins|installing and upgrading plugins]] has been greatly enhanced.&amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;			&lt;br /&gt;
&amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempTags.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Better handling of tags&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;The Manage tags page interface has been brought up to date and teachers may now tag courses from the Edit settings page. [[Tags|Read more...]]&amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempUpgradekey.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;A new key for safer upgrading&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;An upgrade key can now be defined which will prevent non-authenticated users accessing the upgrade screen. [[Upgrade key|Find our more...]]&amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===For all users===&lt;br /&gt;
&lt;br /&gt;
				&lt;br /&gt;
&amp;lt;div class=&amp;quot;contentblock&amp;quot;&amp;gt;			&lt;br /&gt;
  &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:AttoTable1.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Atto editor improvements&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;Now you can more easily add and configure tables when editing text and there are some new equations in the equation editor [[Atto editor|Read more...]]&amp;lt;/p&amp;gt;		&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempDeleteMessage.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Delete messages&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;Unwanted messages may be deleted from your list (although they remain for the recipient) There is a new associated event message/delete [[Messaging|Read more...]] &amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===For Moodle mobile===&lt;br /&gt;
			&lt;br /&gt;
(Note that you can get many of these features working even on older Moodle versions by installing the [https://moodle.org/plugins/view/local_mobile Moodle Mobile additional features] plugin for your Moodle site)&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File: MobileChoice.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Choice&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;Students may now enter and change Choices from within the app&amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:MobileappChat.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Chat &amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;It&#039;s possible to engage in Chat on the move, from the app&amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;			&lt;br /&gt;
&amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:MobileSurvey.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Survey&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;Surveys may now be taken using the app&amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File: mobileplaceholder.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Search courses&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;App users can search courses and enrol themselves into them&amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[:Category:New features|Category:New features]] - list of pages documenting new features in Moodle 3.0			&lt;br /&gt;
			&lt;br /&gt;
[[es:Nuevas características de Moodle 3.0]]			&lt;br /&gt;
[[de:Neue Funktionalitäten]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=New_features&amp;diff=121048</id>
		<title>New features</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=New_features&amp;diff=121048"/>
		<updated>2015-11-04T09:25:57Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: /* For Moodle mobile */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
 {{About Moodle}}			&lt;br /&gt;
Moodle 3.0 combines popularity with efficiency offering enhanced options for installing plugins, four new quiz question types, tagging and course editing improvements along with  a number of other welcome features.&lt;br /&gt;
			&lt;br /&gt;
Read on for Moodle 3.0 highlights or watch the screencasts on our official Youtube page (coming soon).		&lt;br /&gt;
			&lt;br /&gt;
Full details of the release with technical information can be found in the [[:dev:Moodle 3.0 release notes|Moodle 3.0  release notes]].	&lt;br /&gt;
&lt;br /&gt;
===For teachers===	&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TEMPSMW.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Select missing words&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;The [[Select missing words question type]] is one of four new question types added to core in Moodle 3.0&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempDDText.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Drag and drop into text&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt; The [[Drag and drop into text question type]] is one of four new question types added to core in Moodle 3.0&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempDDImage.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Drag and drop onto image&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;The [[Drag and drop onto image question type]] is one of four new question types added to core in Moodle 3.0. Students drag either text or small images onto a background picture uploaded by the teacher.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempDDM.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Drag and drop markers&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt; The [[Drag and drop markers question type]]  is one of four new question types added to core in Moodle 3.0. Students drag text markers to a location predefined by the teacher on a background image.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:WorkshopAllParticipants.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Workshop submissions report&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;You can now view all participants and  filter to see who has and has not submitted to a workshop during the submission phase. [[Using Workshop|Read more...]]&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempUploaded.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Show the date a file was uploaded&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt; A new [[File resource settings|File setting]] means teachers can now display the date a file resource was uploaded or changed, giving students a better user experience. &amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:betterfiltering.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Improved filtering options&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;On the Enrolled users screen, course participants may be filtered by last course access and not in any group. The no group option is also available from the Groups overview screen. &amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempEditsections.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Easier section editing&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt; Options for editing highlighting hiding and deleting  sections are now combined into one action menu streamlining the course page and simplifying the editing process. [[Course homepage|Read more...]] &amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===For administrators===&lt;br /&gt;
			&lt;br /&gt;
  &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempDashboard.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Reset Dashboard and profiles for all users&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;A new &#039;Reset&#039; button on the default [[Dashboard]] and [[Profile|profile]] pages means administrators can now specify blocks on these pages and apply the changes to everyone on the site.&amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempPlugins.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Major improvements to plugins upgrading &amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;The interface and functionality for  [[Installing plugins|installing and upgrading plugins]] has been greatly enhanced.&amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;			&lt;br /&gt;
&amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempTags.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Better handling of tags&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;The Manage tags page interface has been brought up to date and teachers may now tag courses from the Edit settings page. [[Tags|Read more...]]&amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempUpgradekey.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;A new key for safer upgrading&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;An upgrade key can now be defined which will prevent non-authenticated users accessing the upgrade screen. [[Upgrade key|Find our more...]]&amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===For all users===&lt;br /&gt;
&lt;br /&gt;
				&lt;br /&gt;
&amp;lt;div class=&amp;quot;contentblock&amp;quot;&amp;gt;			&lt;br /&gt;
  &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:AttoTable1.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Atto editor improvements&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;Now you can more easily add and configure tables when editing text and there are some new equations in the equation editor [[Atto editor|Read more...]]&amp;lt;/p&amp;gt;		&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempDeleteMessage.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Delete messages&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;Unwanted messages may be deleted from your list (although they remain for the recipient) There is a new associated event message/delete [[Messaging|Read more...]] &amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===For Moodle mobile===&lt;br /&gt;
			&lt;br /&gt;
(Note that you can get many of these features working even on older Moodle versions by installing the [[https://moodle.org/plugins/view/local_mobile Moodle Mobile additional features]] plugin for your Moodle site)&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File: MobileChoice.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Choice&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;Students may now enter and change Choices from within the app&amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:MobileappChat.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Chat &amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;It&#039;s possible to engage in Chat on the move, from the app&amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;			&lt;br /&gt;
&amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:MobileSurvey.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Survey&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;Surveys may now be taken using the app&amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File: mobileplaceholder.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Search courses&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;App users can search courses and enrol themselves into them&amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[:Category:New features|Category:New features]] - list of pages documenting new features in Moodle 3.0			&lt;br /&gt;
			&lt;br /&gt;
[[es:Nuevas características de Moodle 3.0]]			&lt;br /&gt;
[[de:Neue Funktionalitäten]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=New_features&amp;diff=121047</id>
		<title>New features</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=New_features&amp;diff=121047"/>
		<updated>2015-11-04T09:24:35Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: /* For Moodle mobile */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
 {{About Moodle}}			&lt;br /&gt;
Moodle 3.0 combines popularity with efficiency offering enhanced options for installing plugins, four new quiz question types, tagging and course editing improvements along with  a number of other welcome features.&lt;br /&gt;
			&lt;br /&gt;
Read on for Moodle 3.0 highlights or watch the screencasts on our official Youtube page (coming soon).		&lt;br /&gt;
			&lt;br /&gt;
Full details of the release with technical information can be found in the [[:dev:Moodle 3.0 release notes|Moodle 3.0  release notes]].	&lt;br /&gt;
&lt;br /&gt;
===For teachers===	&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TEMPSMW.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Select missing words&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;The [[Select missing words question type]] is one of four new question types added to core in Moodle 3.0&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempDDText.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Drag and drop into text&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt; The [[Drag and drop into text question type]] is one of four new question types added to core in Moodle 3.0&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempDDImage.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Drag and drop onto image&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;The [[Drag and drop onto image question type]] is one of four new question types added to core in Moodle 3.0. Students drag either text or small images onto a background picture uploaded by the teacher.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempDDM.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Drag and drop markers&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt; The [[Drag and drop markers question type]]  is one of four new question types added to core in Moodle 3.0. Students drag text markers to a location predefined by the teacher on a background image.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:WorkshopAllParticipants.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Workshop submissions report&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;You can now view all participants and  filter to see who has and has not submitted to a workshop during the submission phase. [[Using Workshop|Read more...]]&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempUploaded.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Show the date a file was uploaded&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt; A new [[File resource settings|File setting]] means teachers can now display the date a file resource was uploaded or changed, giving students a better user experience. &amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:betterfiltering.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Improved filtering options&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;On the Enrolled users screen, course participants may be filtered by last course access and not in any group. The no group option is also available from the Groups overview screen. &amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempEditsections.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Easier section editing&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt; Options for editing highlighting hiding and deleting  sections are now combined into one action menu streamlining the course page and simplifying the editing process. [[Course homepage|Read more...]] &amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===For administrators===&lt;br /&gt;
			&lt;br /&gt;
  &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempDashboard.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Reset Dashboard and profiles for all users&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;A new &#039;Reset&#039; button on the default [[Dashboard]] and [[Profile|profile]] pages means administrators can now specify blocks on these pages and apply the changes to everyone on the site.&amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempPlugins.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Major improvements to plugins upgrading &amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;The interface and functionality for  [[Installing plugins|installing and upgrading plugins]] has been greatly enhanced.&amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;			&lt;br /&gt;
&amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempTags.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Better handling of tags&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;The Manage tags page interface has been brought up to date and teachers may now tag courses from the Edit settings page. [[Tags|Read more...]]&amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempUpgradekey.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;A new key for safer upgrading&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;An upgrade key can now be defined which will prevent non-authenticated users accessing the upgrade screen. [[Upgrade key|Find our more...]]&amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===For all users===&lt;br /&gt;
&lt;br /&gt;
				&lt;br /&gt;
&amp;lt;div class=&amp;quot;contentblock&amp;quot;&amp;gt;			&lt;br /&gt;
  &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:AttoTable1.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Atto editor improvements&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;Now you can more easily add and configure tables when editing text and there are some new equations in the equation editor [[Atto editor|Read more...]]&amp;lt;/p&amp;gt;		&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:TempDeleteMessage.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Delete messages&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;Unwanted messages may be deleted from your list (although they remain for the recipient) There is a new associated event message/delete [[Messaging|Read more...]] &amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===For Moodle mobile===&lt;br /&gt;
			&lt;br /&gt;
(Note that you can get many of these features working even on older Moodle versions by installing the [[https://moodle.org/plugins/view/local_mobile Moodle Mobile additional features]] plugin for your Moodle site)&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File: MobileChoice.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Choice&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;Students may now enter and change Choices from within the app (2.4 release.)&amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:MobileappChat.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Chat &amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;It&#039;s possible to engage in Chat on the move, from the app (2.4 release.)&amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;			&lt;br /&gt;
&amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;			&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File:MobileSurvey.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Survey&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;Surveys may now be taken using the app (2.4 release.)&amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;			&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;			&lt;br /&gt;
[[File: mobileplaceholder.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Search courses&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;App users can search courses and enrol themselves into them (2.5 release.)&amp;lt;/p&amp;gt;			&lt;br /&gt;
          &amp;lt;/div&amp;gt;			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &amp;lt;/li&amp;gt;			&lt;br /&gt;
    &amp;lt;/ul&amp;gt;			&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[:Category:New features|Category:New features]] - list of pages documenting new features in Moodle 3.0			&lt;br /&gt;
			&lt;br /&gt;
[[es:Nuevas características de Moodle 3.0]]			&lt;br /&gt;
[[de:Neue Funktionalitäten]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Site_registration&amp;diff=120082</id>
		<title>Site registration</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Site_registration&amp;diff=120082"/>
		<updated>2015-10-05T04:01:07Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Server settings}}&lt;br /&gt;
==Moodle.org registration==&lt;br /&gt;
&lt;br /&gt;
[[Image:siteregistration.png|thumb|400px|Moodle.org registration]]An administrator can register their site with moodle.org in &#039;&#039;Administration &amp;gt; Site Administration &amp;gt; Registration&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: &#039;&#039;Your site must be online for it to be registered. Local host sites cannot be registered as Moodle cannot connect to them.&lt;br /&gt;
&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
When you register your site with Moodle.org&lt;br /&gt;
&lt;br /&gt;
* You are added to a low-volume mailing list for important notifications such as security alerts and new releases of Moodle&lt;br /&gt;
* Statistics about your site will be added to the statistics of the worldwide Moodle community http://moodle.net/stats/&lt;br /&gt;
* Your site is also registered with [http://moodle.net/ Moodle.net], allowing users with the [[Capabilities/moodle/course:publish|publish courses capability]] (by default only managers) the option of publishing courses to Moodle.net&lt;br /&gt;
&lt;br /&gt;
If you wish, you can choose for your site to be listed in http://moodle.net/sites/.&lt;br /&gt;
&lt;br /&gt;
Note: &#039;&#039;&#039;New in 2.9: &#039;&#039;&#039; When your site is not registered, you will see an alert as in (1) below. When your site is registered, a message will display reminding you of this at the top of the screen as in (2) below:&lt;br /&gt;
&lt;br /&gt;
[[File:registeringsites.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To register your site:&lt;br /&gt;
&lt;br /&gt;
# Go to &#039;&#039;Administration &amp;gt; Site Administration &amp;gt; Registration&#039;&#039;&lt;br /&gt;
# Click the &#039;Register with moodle.org now&#039; button&lt;br /&gt;
# Review the registration information, amending as necessary&lt;br /&gt;
# Click the &#039;Update registration on moodle.org&#039; button at the bottom of the page&lt;br /&gt;
&lt;br /&gt;
After registering, Moodle.net will be listed on &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Server &amp;gt; Hubs&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The Site registration scheduled tasks keeps your registration up to date and you may change the registration information at any time by updating your registration manually.&lt;br /&gt;
Note: it can sometimes take a little while (some days) for information to appear on http://moodle.org/sites. Only sites which are publicly available on the Internet are eligible to be registered.&lt;br /&gt;
&lt;br /&gt;
If you have any problem registering your site with Moodle.org, please [https://moodle.org/contact/ contact us].&lt;br /&gt;
&lt;br /&gt;
==Registering with other hubs==&lt;br /&gt;
&lt;br /&gt;
An administrator can register their site with other community hubs in &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Server &amp;gt; Hubs&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
A public hub may be selected from the list or a private hub URL and password may be entered.&lt;br /&gt;
&lt;br /&gt;
If you add the [[Community finder block]] to courses on your site, teachers, non-editing teachers and managers (and any other users with the capability [[Capabilities/moodle/community:add|moodle/community:add]]) will be able to access the hub and search for courses for download or to enrol in.&lt;br /&gt;
&lt;br /&gt;
== Unregistering from a hub==&lt;br /&gt;
&lt;br /&gt;
You may unregister from a hub at any time by clicking the unregister button. You will then be given the option to remove all courses currently being advertised on the hub and remove all courses that were uploaded to the hub.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[http://youtu.be/d3D77TfI8wA Moodle 2.0 Notifications, Register and Advanced features]  MoodleBites video on YouTube &lt;br /&gt;
&lt;br /&gt;
*[[Usage]] for how statistics about Moodle sites are collected and maintained&lt;br /&gt;
* [[Community hub]]&lt;br /&gt;
* [[Moodle.net FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Hub]]&lt;br /&gt;
&lt;br /&gt;
[[ja: サイト登録]]&lt;br /&gt;
[[de:Moodle-Site registrieren]]&lt;br /&gt;
[[es:Registro del sitio]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Aiken_format&amp;diff=119670</id>
		<title>Aiken format</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Aiken_format&amp;diff=119670"/>
		<updated>2015-08-26T11:11:04Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Aiken format is a very simple way of creating multiple choice questions using a clear human-readable format in a text file. (The GIFT format has many more options and perhaps is less prone to errors, but doesn&#039;t look as straight-forward as AIKEN. ) The question must be all on one line.  Each answer must start with a single uppercase letter, followed by a period &#039;.&#039; or a bracket &#039;)&#039;, then a space.  The answer line must immediately follow, starting with &amp;quot;ANSWER: &amp;quot; (NOTE the space after the colon) and then giving the appropriate letter. &lt;br /&gt;
&lt;br /&gt;
IMPORTANT NOTES: &lt;br /&gt;
* You have to save the file in a &#039;&#039;&#039;text format&#039;&#039;&#039;.  Don&#039;t save it as a Word document or anything like that.&lt;br /&gt;
* Non-ASCII characters like &#039;quotes&#039; can cause import errors.  To avoid this always save your text file in UTF8 format (most text editors, even Word, will ask you).&lt;br /&gt;
* The answer letters (A,B,C etc.) and the word &amp;quot;ANSWER&amp;quot; &#039;&#039;&#039;must&#039;&#039;&#039; be capitalised as shown below, otherwise the import will fail. &lt;br /&gt;
&lt;br /&gt;
Here is an example of the format:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;What is the correct answer to this question?&lt;br /&gt;
A. Is it this one?&lt;br /&gt;
B. Maybe this answer?&lt;br /&gt;
C. Possibly this one?&lt;br /&gt;
D. Must be this one!&lt;br /&gt;
ANSWER: D&lt;br /&gt;
&lt;br /&gt;
Which LMS has the most quiz import formats?&lt;br /&gt;
A) Moodle&lt;br /&gt;
B) ATutor&lt;br /&gt;
C) Claroline&lt;br /&gt;
D) Blackboard&lt;br /&gt;
E) WebCT&lt;br /&gt;
F) Ilias&lt;br /&gt;
ANSWER: A&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both these examples imported into Moodle gave questions looking like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;note&amp;quot;&amp;gt;&lt;br /&gt;
Which LMS has the most quiz import formats?&lt;br /&gt;
Choose one answer.&lt;br /&gt;
* a. Blackboard 	&lt;br /&gt;
* b. WebCT 	&lt;br /&gt;
* c. ATutor 	&lt;br /&gt;
* d. Moodle 	&lt;br /&gt;
* e. Claroline 	&lt;br /&gt;
* f. Ilias  &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Importing ===&lt;br /&gt;
&lt;br /&gt;
When importing there are many options, but these do not influence Aiken Format import:&lt;br /&gt;
* Get category from file [_] &lt;br /&gt;
* Get context from file [_]&lt;br /&gt;
* Match grades [Error if grade not listed/Nearest grade if not listed]&lt;br /&gt;
* Stop on error [Yes/No] &lt;br /&gt;
&lt;br /&gt;
===Hints and Tips===&lt;br /&gt;
&lt;br /&gt;
* Use a text editor, like PSPad, (Windows &amp;quot;notepad&amp;quot; may not save with right encoding) to write the file with questions and save as a TXT file in UTF-8 format. Use only simple &#039;  not slant ones ´ ` ! Avoid other exotic characters like … HORIZONTAL ELLIPSIS (http://www.fileformat.info/info/unicode/char/2026/index.htm, three dots as a single character).&lt;br /&gt;
&lt;br /&gt;
*[http://moodle.heroku.com Moodle XML Converter] - more extensive version of AIKEN format. Supports almost all Moodle questions types - multichoice, shortanswer, cloze, essay, order, matching, numeric, truefalse&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[Import questions]]&lt;br /&gt;
*[[GIFT]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Questions]]&lt;br /&gt;
[[Category:Quiz]]&lt;br /&gt;
[[de:AIKEN]]&lt;br /&gt;
[[es:Formato Aiken]]&lt;br /&gt;
[[fr:Format Aiken]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Events_list_report&amp;diff=119142</id>
		<title>Events list report</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Events_list_report&amp;diff=119142"/>
		<updated>2015-06-27T11:11:16Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Sitewide reports}}&lt;br /&gt;
&lt;br /&gt;
Events in Moodle are an internal notification that something has happened.  They are used for logging, for reports, and anytime one part of Moodle code wants to &amp;quot;listen&amp;quot; to things that are happening.&lt;br /&gt;
&lt;br /&gt;
*An administrator can view a list of all types of events from &#039;&#039;Administration&amp;gt;Site administration&amp;gt;Reports&amp;gt;Events List.&#039;&#039;&lt;br /&gt;
*The list can be filtered to show specific components (&#039;&#039;core, Assignment, Book etc&#039;&#039;) levels (&#039;&#039;Teaching, Participating, Other&#039;&#039;) and database query types (&#039;&#039;create,delete, read, update&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
[[File:EventsList.png]]&lt;br /&gt;
&lt;br /&gt;
*Clicking on an Event name will display more detailed information about that event.&lt;br /&gt;
&lt;br /&gt;
[[File:eventdetail.png]]&lt;br /&gt;
&lt;br /&gt;
==Educational levels==&lt;br /&gt;
&lt;br /&gt;
===Teaching===&lt;br /&gt;
These events usually relate to what course teachers do that will affect the learning experience of the students. It might be for example updating a course section, grading an assignment or switching phases in a workshop.&lt;br /&gt;
&lt;br /&gt;
===Participating===&lt;br /&gt;
These events usually relate to a user&#039;s learning experience for example, posting to a forum or submitting an assignment.&lt;br /&gt;
&lt;br /&gt;
===Other===&lt;br /&gt;
This level includes actions which do not have a direct effect on teaching or learning. Examples might be updating a calendar, creating a user or viewing a message.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
[https://docs.moodle.org/dev/Event_2 Developer documentation on Events (giving examples of levels]&lt;br /&gt;
&lt;br /&gt;
[[es:Lista de eventos]]&lt;br /&gt;
[[de:Event-Liste]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Moodle_app_additional_features&amp;diff=118888</id>
		<title>Moodle app additional features</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Moodle_app_additional_features&amp;diff=118888"/>
		<updated>2015-06-17T09:29:51Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Mobile}}&lt;br /&gt;
{{Infobox plugin&lt;br /&gt;
|type = Local plugin&lt;br /&gt;
|entry = http://moodle.org/plugins/view.php?plugin=local_mobile&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13930&lt;br /&gt;
|discussion = https://moodle.org/mod/forum/view.php?id=7798&lt;br /&gt;
|maintainer = [[User:Juan Leyva|Juan Leyva]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Local plugin for adding new features to the current Moodle Mobile app ([https://moodle.org/plugins/view.php?plugin=local_mobile Plugin download link])&lt;br /&gt;
&lt;br /&gt;
This add-on provides new features and web services which are currently only available in the latest Moodle version.&lt;br /&gt;
&lt;br /&gt;
== How it works ==&lt;br /&gt;
&lt;br /&gt;
Once installed the plugin creates a new service &amp;quot;Moodle Mobile additional features&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The Mobile app checks if this service is enabled. If not, the Mobile app falls backs to the standard core Mobile app service.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* Support for sites using SSO authentication methods (Shibboleth and CAS)&lt;br /&gt;
* Support for sites using MNet authentication (Moodle Network authentication)&lt;br /&gt;
* Retrieval of course grades&lt;br /&gt;
* Support for push notifications in Moodle sites prior to version 2.6&lt;br /&gt;
&lt;br /&gt;
=== Enable authentication for sites using SSO methods (like Shibboleth and CAS) ===&lt;br /&gt;
&lt;br /&gt;
VERY IMPORTANT NOTE: You need to disable the &amp;quot;Auto login guest&amp;quot; option &amp;quot;autologinguests&amp;quot;. This setting is not compatible with the SSO via app.&lt;br /&gt;
&lt;br /&gt;
SSO and MNet authentication is not supported in the Windows 8 and Windows Phone 8 apps&lt;br /&gt;
&lt;br /&gt;
Once the plugin is installed, you need to go to Site administration &amp;gt; Plugins &amp;gt; Local plugins &amp;gt; Moodle Mobile additional features&lt;br /&gt;
&lt;br /&gt;
There you can choose the &amp;quot;Type of login&amp;quot;:&lt;br /&gt;
; &#039;&#039;&#039;Via the app&#039;&#039;&#039; : Is the default login, the user must introduce his credentials in the app&lt;br /&gt;
; &#039;&#039;&#039;Via a browser window&#039;&#039;&#039; : A new browser instance is open in the mobile device pointing to the login form in the Moodle site (which may again redirect to external identity providers if required). The user must introduce his credentials there. This is the option that must be selected for sites using SSO methods (or for sites that wants to force the user to authenticate in the site, not in the app)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;https://www.youtube.com/watch?v=cl8rsyyyg9g&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Push notifications ===&lt;br /&gt;
&lt;br /&gt;
If you want to enable Push notifications in Moodle sites prior to version 2.6 this plugin must be installed.&lt;br /&gt;
&lt;br /&gt;
See [[Mobile app Push Notifications]] for more information&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
1. Unpack the zip file into the local/ directory. A new directory will be created called local/mobile.&lt;br /&gt;
&lt;br /&gt;
2. Go to Site administration &amp;gt; Notifications to complete the plugin installation.&lt;br /&gt;
&lt;br /&gt;
3. Go to Site administration &amp;gt; Plugins &amp;gt; Web services &amp;gt; Mobile, enable &amp;quot;Enable web services for mobile devices&amp;quot; (Remember to save the changes)&lt;br /&gt;
&lt;br /&gt;
4. Go to Site administration &amp;gt; Plugins &amp;gt; Web services &amp;gt; External services, edit &amp;quot;Moodle Mobile additional features&amp;quot; and check the &amp;quot;Enabled&amp;quot; field, then save changes.&lt;br /&gt;
&lt;br /&gt;
5. Go to Site administration &amp;gt; Users &amp;gt;Permissions Define roles, edit the Authenticated user role and allow the capability moodle/webservice:createtoken.&lt;br /&gt;
&lt;br /&gt;
Note: You need to have upgraded the Moodle Mobile app to version 1.4.4.&lt;br /&gt;
&lt;br /&gt;
If you are currently using the Moodle Mobile app, you will need to log out of all your sites in order for the app to detect the new service.&lt;br /&gt;
&lt;br /&gt;
== Admin users, please read ==&lt;br /&gt;
&lt;br /&gt;
This plugin installs a new service in your Moodle installation, the automatic token creation for this type of services is forbidden for admin users. This means that admin users will not be able to use the Mobile app.&lt;br /&gt;
&lt;br /&gt;
This can be solved easily, administrators must create a token manually in Moodle (Plugins &amp;gt; Web Services &amp;gt; Manage tokens) for the local_mobile service. &#039;&#039;&#039;Note:&#039;&#039;&#039; Be sure to toggle the default &amp;quot;Moodle mobile web services&amp;quot; setting to &amp;quot;Moodle mobile additional features service&amp;quot; before creating the token. &lt;br /&gt;
&lt;br /&gt;
[[de:Mobile App - Zusatzfeatures]]&lt;br /&gt;
[[es:Características adicionales de Moodle Mobile]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Front_page_settings&amp;diff=117894</id>
		<title>Front page settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Front_page_settings&amp;diff=117894"/>
		<updated>2015-04-16T06:34:31Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: /* Front page summary */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Front page}}The site&#039;s [[Front page]] is similar to a course page. The front page settings can be found in &#039;&#039;Administration&amp;gt; Front page settings&#039;&#039; AND &#039;&#039;Site administration &amp;gt; Front page&amp;gt;Front page settings&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Front page settings==&lt;br /&gt;
&lt;br /&gt;
The following settings may be changed by a site administrator in &#039;&#039;Administration &amp;gt; Front page settings &amp;gt; Edit settings&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
===Full site name===&lt;br /&gt;
This name appears at the top of every page above the navigation bar.&lt;br /&gt;
[[Image:demositefrontpage01.png|frame|center|Front page full site name]]&lt;br /&gt;
&lt;br /&gt;
===Short name for site===&lt;br /&gt;
The short name appears at the beginning of the navigation bar as a link back to your site front page.&lt;br /&gt;
&lt;br /&gt;
===Front page summary===&lt;br /&gt;
This summary can be displayed on the front page using the course/site summary block.&lt;br /&gt;
&lt;br /&gt;
The summary is also used as the HTML metadata description in some themes, for the front page of the site.  This is not generally seen by users, but can be useful for search engines that index the page.&lt;br /&gt;
&lt;br /&gt;
===Front page and Front page items when logged in===&lt;br /&gt;
The centre of the front page can display any combination of the following: news items, a list of courses, a list of enrolled courses, a list of course categories, a list of categories and courses, a course search box or none.  The order is determined by a combination box. &lt;br /&gt;
&lt;br /&gt;
It is possible to create one setting for anyone who gets to the front page without logging in to the Moodle site, and another look for only those who have logged into the Moodle site.  There are two combination boxes. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;3&amp;quot;|Combination boxes&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:FrontPage settings frontpage pd.png|thumb|left|frontpage showing pulldown]]&lt;br /&gt;
| The image on the left shows the first Front Page settings dialog - what visitors will see before they log in.&lt;br /&gt;
&lt;br /&gt;
The image on the right shows a second front Page settings dialog - what Authenticated Users will see when logged in. &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
:An alternative option for logged-in users is [[My home]] (can be set in Site administration &amp;gt; Appearance &amp;gt; Navigation)&lt;br /&gt;
|[[Image:FrontPage_settings_frontpageloggedin.png|thumb|right|frontpage for login user box]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Maximum category depth===&lt;br /&gt;
This specifies the maximum depth of child categories expanded when displaying categories or combo list. Deeper level categories will appear as links and user can expand them with AJAX request.&lt;br /&gt;
&lt;br /&gt;
===Maximum number of courses===&lt;br /&gt;
Maximum number of courses to be displayed on the site&#039;s front page in course listings.&lt;br /&gt;
&lt;br /&gt;
===Include a topic section===&lt;br /&gt;
This adds a topic section to the centre-top of the front page. When editing is turned on, resources and/or activities can be added to the topic section using the dropdown menus, in the same way as on a course page.&lt;br /&gt;
&lt;br /&gt;
:Note: The label resource can be used to add text and/or an image to the centre-top of the front page.&lt;br /&gt;
&lt;br /&gt;
===News items to show===&lt;br /&gt;
This setting only applies if the front page is set to display news items or if you are using the [[Latest News block]].&lt;br /&gt;
&lt;br /&gt;
===Comments per page===&lt;br /&gt;
Each course may include a [[Comments block]] which allows the display of user comments. The number of comments displayed at any time is set here.&lt;br /&gt;
&lt;br /&gt;
===Default front page role===&lt;br /&gt;
&lt;br /&gt;
The default front page role enables logged-in users to participate in front page activities. See &#039;How do I enable logged-in users to participate in front page activities?&#039; in [[Front page FAQ]] for more details. It is recommended that it is set to &#039;Authenticated user on frontpage&#039;. It can also be set to Student. It should not be set to Guest.&lt;br /&gt;
&lt;br /&gt;
For sites which do not have a default frontpage role (because they upgraded from 1.9), it is recommended that the administrator [[Creating custom roles|creates a new role]] with frontpage archetype, resets it to default and then sets it as the default frontpage role.&lt;br /&gt;
&lt;br /&gt;
==Front Page roles==&lt;br /&gt;
As in a course, you can assign users [[Roles|roles]] just in the [[Context|context]] of this page.  Note this is different from the default Authenticated User on Front Page role found in front page settings. As a security issue, usually only admins can modify the front page, other users do not.&lt;br /&gt;
&lt;br /&gt;
It is possible to upload users as students in the front page with a csv file using the site short name as &#039;course1&#039; field, student in &#039;role1&#039; field (and, if needed, chosen group name in &#039;group1&#039; field.)&lt;br /&gt;
&lt;br /&gt;
==Front Page backup==&lt;br /&gt;
You can backup the front page, similar to a [[Course backup]].&lt;br /&gt;
&lt;br /&gt;
==Front Page restore==&lt;br /&gt;
As in a course, you can [[Restore]] a backed up version of the front page.&lt;br /&gt;
However, it&#039;s not currently possible to restore over the front page (see MDL-31500).&lt;br /&gt;
&lt;br /&gt;
==Front Page questions==&lt;br /&gt;
The [[Question bank]] is accessible from the Front Page. For example, if &amp;quot;topic&amp;quot; is checked in the front page settings, you can add a [[Quiz module]] activity.&lt;br /&gt;
&lt;br /&gt;
==Tips and Tricks==&lt;br /&gt;
&lt;br /&gt;
A Moodle site&#039;s front page can be reconfigured from the default standard to give it a different look and or change how it functions.  Depending upon the changes, this can be a simple or a more complex process. See [[Front page FAQ]] for some ideas on customising your front page.&lt;br /&gt;
====Visual examples====&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Guest view, same Theme- click on any to enlarge&amp;quot; widths=&amp;quot;150px&amp;quot; heights=&amp;quot;100px&amp;quot; perrow=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
Image:fp013col.png|3 column Front Page, topic checked&lt;br /&gt;
Image:fp032colright.png|2 column Front Page, blocks right &lt;br /&gt;
Image:fp022colleft.png|2 column Front Page,  blocks left&lt;br /&gt;
Image:fp043coluser.png|3 column Front Page, Categories and courses&lt;br /&gt;
Image:fp052colright.png|2 column Front Page, Categories only&lt;br /&gt;
Image:fp021col.png|Clean look, topic checked, no blocks&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Central area, Courses or Categories?====&lt;br /&gt;
This is a major decision, what is it you want in the centre of your front page? You can have a list of categories, a list of categories and courses, or neither, a label with a table full of images works just as well. The issue is always the same, actually, what looks good.&lt;br /&gt;
&lt;br /&gt;
====Clean look, topic checked, no blocks====&lt;br /&gt;
The standard Moodle page format of [[Block]]s on the left and blocks on the right is not always appropriate or considered pretty. The [[Administrator|site administrator]] can change this basic format by simply deleting or hiding blocks that can be seen by users. Navigation can be placed on the dock.&lt;br /&gt;
&lt;br /&gt;
====The two column format====&lt;br /&gt;
The Administrator decides which blocks should appear on the front page and moves all of them to the left or right side. This format allows you to decide what you want in the centre, and where you want the blocks, left or right.  &lt;br /&gt;
:Tip: It is possible to force a block column to assume a specific width.  For example, placing an image of 400 px in a block will force that column to 400 px.&lt;br /&gt;
&lt;br /&gt;
====The clean look example====&lt;br /&gt;
Some sites want an uncluttered look. A site administrator or designer wants to start with the most basic look and then add features.&lt;br /&gt;
&lt;br /&gt;
# The site administrator will turn on editing and hide or delete all blocks that can be see by teachers or students on the front page.&lt;br /&gt;
# Then go to the Site administration block► Front Page ► Front Page settings and:&lt;br /&gt;
## Set the &amp;quot;Front page&amp;quot; list to None, None, None, None &lt;br /&gt;
## Set &amp;quot;Front page items when logged in&amp;quot; list to the same &lt;br /&gt;
## Check the box for &amp;quot;Include Topic section&amp;quot;&lt;br /&gt;
## Save &lt;br /&gt;
&lt;br /&gt;
All the above was done with 1 theme, and a simple front page.&lt;br /&gt;
&lt;br /&gt;
If you&#039;re using a theme such as Clean or More (standard in 2.7 onwards) you can then do some cool things with Bootstrap layout elements, as described in the thread [https://moodle.org/mod/forum/discuss.php?d=267662 LOOK &amp;amp; LEARN: How to add marketing spots as a front page topic].&lt;br /&gt;
&lt;br /&gt;
==Block settings==&lt;br /&gt;
[[Image:Editconfigblock.png|thumb|200px|right|Editing block settings]]&lt;br /&gt;
Each block has a number of configuration settings that you can change. See [[Managing blocks]] for more details.&lt;br /&gt;
&lt;br /&gt;
==Other settings that change the look of the Main Page==&lt;br /&gt;
Some components of the Main Page, such as the logo, heading and Navigation bar may be changed by an administrator in &#039;&#039; Administration &amp;gt; Site administration &amp;gt;  Appearance &amp;gt; Themes &#039;&#039; and clicking on the theme name. Different themes may have fewer or more options to set. There are some other settings available in  &#039;&#039; Administration &amp;gt; Site administration &amp;gt;  Appearance &amp;gt; Themes &amp;gt; Theme settings &#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Front Page FAQ]]&lt;br /&gt;
*[http://youtu.be/XkVp4Vo0juA Moodle 2 Administration Front page settings]  MoodleBites video on YouTube &lt;br /&gt;
&lt;br /&gt;
[[Category:Site administration]]&lt;br /&gt;
&lt;br /&gt;
[[de:Einstellungen_f%C3%BCr_die_Startseite]]&lt;br /&gt;
[[es:Configuraciones de la portada]]&lt;br /&gt;
[[eu:Hasiera-orriaren_ezarpenak]]&lt;br /&gt;
[[fr:Réglages page d&#039;accueil]]&lt;br /&gt;
[[pl:Ustawienia strony głównej]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Front_page_settings&amp;diff=117893</id>
		<title>Front page settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Front_page_settings&amp;diff=117893"/>
		<updated>2015-04-16T06:33:22Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: /* Front page summary */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Front page}}The site&#039;s [[Front page]] is similar to a course page. The front page settings can be found in &#039;&#039;Administration&amp;gt; Front page settings&#039;&#039; AND &#039;&#039;Site administration &amp;gt; Front page&amp;gt;Front page settings&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Front page settings==&lt;br /&gt;
&lt;br /&gt;
The following settings may be changed by a site administrator in &#039;&#039;Administration &amp;gt; Front page settings &amp;gt; Edit settings&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
===Full site name===&lt;br /&gt;
This name appears at the top of every page above the navigation bar.&lt;br /&gt;
[[Image:demositefrontpage01.png|frame|center|Front page full site name]]&lt;br /&gt;
&lt;br /&gt;
===Short name for site===&lt;br /&gt;
The short name appears at the beginning of the navigation bar as a link back to your site front page.&lt;br /&gt;
&lt;br /&gt;
===Front page summary===&lt;br /&gt;
This summary can be displayed on the front page using the course/site summary block.&lt;br /&gt;
&lt;br /&gt;
The summary is also used as the HTML metadata description in most themes, for the front page of the site.  This is not generally seen by users, but can be useful for search engines that index the page.&lt;br /&gt;
&lt;br /&gt;
===Front page and Front page items when logged in===&lt;br /&gt;
The centre of the front page can display any combination of the following: news items, a list of courses, a list of enrolled courses, a list of course categories, a list of categories and courses, a course search box or none.  The order is determined by a combination box. &lt;br /&gt;
&lt;br /&gt;
It is possible to create one setting for anyone who gets to the front page without logging in to the Moodle site, and another look for only those who have logged into the Moodle site.  There are two combination boxes. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;3&amp;quot;|Combination boxes&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:FrontPage settings frontpage pd.png|thumb|left|frontpage showing pulldown]]&lt;br /&gt;
| The image on the left shows the first Front Page settings dialog - what visitors will see before they log in.&lt;br /&gt;
&lt;br /&gt;
The image on the right shows a second front Page settings dialog - what Authenticated Users will see when logged in. &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
:An alternative option for logged-in users is [[My home]] (can be set in Site administration &amp;gt; Appearance &amp;gt; Navigation)&lt;br /&gt;
|[[Image:FrontPage_settings_frontpageloggedin.png|thumb|right|frontpage for login user box]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Maximum category depth===&lt;br /&gt;
This specifies the maximum depth of child categories expanded when displaying categories or combo list. Deeper level categories will appear as links and user can expand them with AJAX request.&lt;br /&gt;
&lt;br /&gt;
===Maximum number of courses===&lt;br /&gt;
Maximum number of courses to be displayed on the site&#039;s front page in course listings.&lt;br /&gt;
&lt;br /&gt;
===Include a topic section===&lt;br /&gt;
This adds a topic section to the centre-top of the front page. When editing is turned on, resources and/or activities can be added to the topic section using the dropdown menus, in the same way as on a course page.&lt;br /&gt;
&lt;br /&gt;
:Note: The label resource can be used to add text and/or an image to the centre-top of the front page.&lt;br /&gt;
&lt;br /&gt;
===News items to show===&lt;br /&gt;
This setting only applies if the front page is set to display news items or if you are using the [[Latest News block]].&lt;br /&gt;
&lt;br /&gt;
===Comments per page===&lt;br /&gt;
Each course may include a [[Comments block]] which allows the display of user comments. The number of comments displayed at any time is set here.&lt;br /&gt;
&lt;br /&gt;
===Default front page role===&lt;br /&gt;
&lt;br /&gt;
The default front page role enables logged-in users to participate in front page activities. See &#039;How do I enable logged-in users to participate in front page activities?&#039; in [[Front page FAQ]] for more details. It is recommended that it is set to &#039;Authenticated user on frontpage&#039;. It can also be set to Student. It should not be set to Guest.&lt;br /&gt;
&lt;br /&gt;
For sites which do not have a default frontpage role (because they upgraded from 1.9), it is recommended that the administrator [[Creating custom roles|creates a new role]] with frontpage archetype, resets it to default and then sets it as the default frontpage role.&lt;br /&gt;
&lt;br /&gt;
==Front Page roles==&lt;br /&gt;
As in a course, you can assign users [[Roles|roles]] just in the [[Context|context]] of this page.  Note this is different from the default Authenticated User on Front Page role found in front page settings. As a security issue, usually only admins can modify the front page, other users do not.&lt;br /&gt;
&lt;br /&gt;
It is possible to upload users as students in the front page with a csv file using the site short name as &#039;course1&#039; field, student in &#039;role1&#039; field (and, if needed, chosen group name in &#039;group1&#039; field.)&lt;br /&gt;
&lt;br /&gt;
==Front Page backup==&lt;br /&gt;
You can backup the front page, similar to a [[Course backup]].&lt;br /&gt;
&lt;br /&gt;
==Front Page restore==&lt;br /&gt;
As in a course, you can [[Restore]] a backed up version of the front page.&lt;br /&gt;
However, it&#039;s not currently possible to restore over the front page (see MDL-31500).&lt;br /&gt;
&lt;br /&gt;
==Front Page questions==&lt;br /&gt;
The [[Question bank]] is accessible from the Front Page. For example, if &amp;quot;topic&amp;quot; is checked in the front page settings, you can add a [[Quiz module]] activity.&lt;br /&gt;
&lt;br /&gt;
==Tips and Tricks==&lt;br /&gt;
&lt;br /&gt;
A Moodle site&#039;s front page can be reconfigured from the default standard to give it a different look and or change how it functions.  Depending upon the changes, this can be a simple or a more complex process. See [[Front page FAQ]] for some ideas on customising your front page.&lt;br /&gt;
====Visual examples====&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Guest view, same Theme- click on any to enlarge&amp;quot; widths=&amp;quot;150px&amp;quot; heights=&amp;quot;100px&amp;quot; perrow=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
Image:fp013col.png|3 column Front Page, topic checked&lt;br /&gt;
Image:fp032colright.png|2 column Front Page, blocks right &lt;br /&gt;
Image:fp022colleft.png|2 column Front Page,  blocks left&lt;br /&gt;
Image:fp043coluser.png|3 column Front Page, Categories and courses&lt;br /&gt;
Image:fp052colright.png|2 column Front Page, Categories only&lt;br /&gt;
Image:fp021col.png|Clean look, topic checked, no blocks&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Central area, Courses or Categories?====&lt;br /&gt;
This is a major decision, what is it you want in the centre of your front page? You can have a list of categories, a list of categories and courses, or neither, a label with a table full of images works just as well. The issue is always the same, actually, what looks good.&lt;br /&gt;
&lt;br /&gt;
====Clean look, topic checked, no blocks====&lt;br /&gt;
The standard Moodle page format of [[Block]]s on the left and blocks on the right is not always appropriate or considered pretty. The [[Administrator|site administrator]] can change this basic format by simply deleting or hiding blocks that can be seen by users. Navigation can be placed on the dock.&lt;br /&gt;
&lt;br /&gt;
====The two column format====&lt;br /&gt;
The Administrator decides which blocks should appear on the front page and moves all of them to the left or right side. This format allows you to decide what you want in the centre, and where you want the blocks, left or right.  &lt;br /&gt;
:Tip: It is possible to force a block column to assume a specific width.  For example, placing an image of 400 px in a block will force that column to 400 px.&lt;br /&gt;
&lt;br /&gt;
====The clean look example====&lt;br /&gt;
Some sites want an uncluttered look. A site administrator or designer wants to start with the most basic look and then add features.&lt;br /&gt;
&lt;br /&gt;
# The site administrator will turn on editing and hide or delete all blocks that can be see by teachers or students on the front page.&lt;br /&gt;
# Then go to the Site administration block► Front Page ► Front Page settings and:&lt;br /&gt;
## Set the &amp;quot;Front page&amp;quot; list to None, None, None, None &lt;br /&gt;
## Set &amp;quot;Front page items when logged in&amp;quot; list to the same &lt;br /&gt;
## Check the box for &amp;quot;Include Topic section&amp;quot;&lt;br /&gt;
## Save &lt;br /&gt;
&lt;br /&gt;
All the above was done with 1 theme, and a simple front page.&lt;br /&gt;
&lt;br /&gt;
If you&#039;re using a theme such as Clean or More (standard in 2.7 onwards) you can then do some cool things with Bootstrap layout elements, as described in the thread [https://moodle.org/mod/forum/discuss.php?d=267662 LOOK &amp;amp; LEARN: How to add marketing spots as a front page topic].&lt;br /&gt;
&lt;br /&gt;
==Block settings==&lt;br /&gt;
[[Image:Editconfigblock.png|thumb|200px|right|Editing block settings]]&lt;br /&gt;
Each block has a number of configuration settings that you can change. See [[Managing blocks]] for more details.&lt;br /&gt;
&lt;br /&gt;
==Other settings that change the look of the Main Page==&lt;br /&gt;
Some components of the Main Page, such as the logo, heading and Navigation bar may be changed by an administrator in &#039;&#039; Administration &amp;gt; Site administration &amp;gt;  Appearance &amp;gt; Themes &#039;&#039; and clicking on the theme name. Different themes may have fewer or more options to set. There are some other settings available in  &#039;&#039; Administration &amp;gt; Site administration &amp;gt;  Appearance &amp;gt; Themes &amp;gt; Theme settings &#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Front Page FAQ]]&lt;br /&gt;
*[http://youtu.be/XkVp4Vo0juA Moodle 2 Administration Front page settings]  MoodleBites video on YouTube &lt;br /&gt;
&lt;br /&gt;
[[Category:Site administration]]&lt;br /&gt;
&lt;br /&gt;
[[de:Einstellungen_f%C3%BCr_die_Startseite]]&lt;br /&gt;
[[es:Configuraciones de la portada]]&lt;br /&gt;
[[eu:Hasiera-orriaren_ezarpenak]]&lt;br /&gt;
[[fr:Réglages page d&#039;accueil]]&lt;br /&gt;
[[pl:Ustawienia strony głównej]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Rubrics&amp;diff=117763</id>
		<title>Rubrics</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Rubrics&amp;diff=117763"/>
		<updated>2015-03-29T09:17:58Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: /* Why are total grades coming out strange? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Advanced grading methods}}&lt;br /&gt;
[[image:gradingform-rubric-icon.png]] &#039;&#039;&#039;Rubrics&#039;&#039;&#039; are [[Advanced grading methods|advanced grading forms]] used for criteria-based assessment. The rubric consists of a set of criteria. For each criterion, several descriptive levels are provided. A numerical grade is assigned to each of these levels. The rater chooses which level answers/describes the given criterion best. The raw rubric score is calculated as a sum of all criteria grades. The final grade is calculated by comparing the actual score with the worst/best possible score that could be received.&lt;br /&gt;
&lt;br /&gt;
== Rubric editor ==&lt;br /&gt;
&lt;br /&gt;
[[image:gradingfrom-rubric-editor.png|thumb|right|Rubric editor]]&lt;br /&gt;
&lt;br /&gt;
The rubric editor is available via the advanced grading method management screen which in turn is available via the &#039;Advanced grading&#039; link in the activity settings block. The editor lets you set the rubric form name, the description and the rubric itself. The editor lets you add new criteria and levels, delete them and change the criteria order. There are several rubric options that can be configured, too. For each criterion, the criterion description should be filled. For each level, the level definition and the number of points associated with the level should be specified. Neither the criterion description nor the level definition text fields support embedded images yet.&lt;br /&gt;
&lt;br /&gt;
The rubric definition must be saved using either &#039;Save rubric and make it ready&#039; or &#039;Save as draft&#039; button. The button sets the form definition status respectively as described at the [[Advanced grading methods]] page.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Hint:&#039;&#039; You can modify the effective weight of a criterion by setting the value of the points assigned to its levels. If there is one criterion with levels 0, 1, 2, 3 and the second one with levels 0, 2, 4, 6 then the later one&#039;s impact on the final grade is twice as much as the first one&#039;s.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Hint:&#039;&#039; Use the Tab key to jump to the next level/criteria and even to add new criteria.&lt;br /&gt;
&lt;br /&gt;
== Using the rubric ==&lt;br /&gt;
&lt;br /&gt;
[[image:gradingfrom-rubric-usage.png|thumb|right|Filling the rubric to assess a submission in the Assignment module]]&lt;br /&gt;
&lt;br /&gt;
When teachers use the rubric to assess some student&#039;s work, they select the level describing the student&#039;s performance best for each criterion. Currently selected levels are highlighted in light green. If the rubric filling is re-edited later, the previously selected level is highlighted in light red. A level must be selected for each criterion, otherwise the rubric is not validated by the server as the final grade can&#039;t be calculated.&lt;br /&gt;
&lt;br /&gt;
If the form definition allows it, an optional remark can be filled for each criterion providing a detailed feedback/explanation of the assessment.&lt;br /&gt;
&lt;br /&gt;
== Grade calculation ==&lt;br /&gt;
&lt;br /&gt;
The rubric normalized score (ie basically a percentage grade) is calculated as&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;G_s = \frac{\sum_{i=1}^N (g_i - min_i) }{\sum_{i=1}^N (max_i - min_i)}&amp;lt;/math&amp;gt;&lt;br /&gt;
: where &amp;lt;math&amp;gt;g_i \in \mathbb{N}&amp;lt;/math&amp;gt; is the number of points given to the i-th criterion, &amp;lt;math&amp;gt;min_i \in \mathbb{N}&amp;lt;/math&amp;gt; is the minimal possible number of points for of the i-th criterion, &amp;lt;math&amp;gt;max_i \in \mathbb{N}&amp;lt;/math&amp;gt; is the maximal possible number of points for the i-th criterion and &amp;lt;math&amp;gt;N \in \mathbb{N} &amp;lt;/math&amp;gt; is the number of criteria in the rubric.&lt;br /&gt;
&lt;br /&gt;
Example of a single criterion can be: &#039;&#039;Overall quality of the paper&#039;&#039; with the levels &#039;&#039;5 - An excellent paper&#039;&#039;, &#039;&#039;3 - A mediocre paper&#039;&#039;, &#039;&#039;0 - A weak paper&#039;&#039; (the number represent the number of points).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Example:&#039;&#039; let us have an assessment form with two criteria, which both have four levels 1, 2, 3, 4. The teacher chooses level with 2 points for the first criterion and 3 points for the second criterion. Then the normalized score is:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;G_s = \frac{(2 - 1) + (3 - 1)}{(4 - 1) + (4 - 1)} = \frac{3}{6} = 50 %&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that this calculation may be different from how you intuitively use rubric. For example, when the teacher in the previous example chose both levels with 1 point, the plain sum would be 2 points. But that is actually the lowest possible score so it maps to the grade 0 in Moodle. &lt;br /&gt;
&lt;br /&gt;
TIP: &#039;&#039;&#039;To avoid confusion from this sort of thing, we recommend including a level with 0 points in every rubric criterion.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A student&#039;s score is calculated by subtracting the minimum score available on the rubric from the student&#039;s actual score achieved on the rubric, and dividing the resulting answer by the difference between the maximum and minimum score available&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==How students access the rubric==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[image:rubricbeforesubmission.png|thumb|How students view a rubric]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
When students click on an assignment which has a rubric  attached to it, they will see the rubric as part of the information about their assignment. Thus, they can see the rubric before they submit.&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
===Where do you go to edit a rubric?===&lt;br /&gt;
To edit a rubric go to&lt;br /&gt;
&#039;&#039;Administration &amp;gt; Assignment Administration &amp;gt; Advanced grading &amp;gt; Define Rubric&#039;&#039;.&lt;br /&gt;
Select &#039;Rubric&#039; from Change active grading method to drop down menu.&lt;br /&gt;
You can see your created rubric with three options above Edit the current form definition, Delete the currently defined form, Publish the form as a new template. Click &amp;quot;Edit the current form definition&amp;quot; to edit your predefined rubric form.&lt;br /&gt;
&lt;br /&gt;
===How do you choose another rubric for an assignment?===&lt;br /&gt;
From &#039;&#039;Administration&amp;gt;Assignment administration&amp;gt;Advanced grading&#039;&#039; access your rubric and delete it. The see #5 in [[Advanced grading methods]]&lt;br /&gt;
&lt;br /&gt;
===Why are total grades coming out strange?===&lt;br /&gt;
It&#039;s likely that the lowest total grade in your rubric is not zero.  In this case your rubric grades from RUBRIC MIN to RUBRIC MAX are being converted to the assignment grades of ZERO to ASSIGNMENT MAX, which is probably what you don&#039;t want.  To fix this, just make sure you have a ZERO level in each of your rubric criteria (even if you never use them).&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [http://school.demo.moodle.net/grade/grading/form/rubric/preview.php?areaid=33 School demo example of student view of rubric] (Log in as username &#039;&#039;&#039;student&#039;&#039;&#039;/password &#039;&#039;&#039;moodle&#039;&#039;&#039;)&lt;br /&gt;
* [http://school.demo.moodle.net/mod/assign/view.php?id=205&amp;amp;rownum=1&amp;amp;action=grade School demo example of teacher view of rubric in student assignment] (Log in as username &#039;&#039;&#039;teacher&#039;&#039;&#039;/password &#039;&#039;&#039;moodle&#039;&#039;&#039;)&lt;br /&gt;
*[http://youtu.be/KXavtUhDINA A first look at rubrics] Screencast&lt;br /&gt;
* [[Advanced grading methods]] page for general concepts of advanced grading in Moodle&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rubric_(academic) Rubric description] at Wikipedia&lt;br /&gt;
* [http://school.discoveryeducation.com/schrockguide/assess.html Examples of Assessment Rubrics] at Kathy Schrock&#039;s Guide for Educators&lt;br /&gt;
* http://rubistar.4teachers.org/ - a free tool to help teachers create quality rubrics&lt;br /&gt;
* [https://digiteacher.wordpress.com/2014/11/20/my-teacher-is-a-zombie-marking-by-rubric-on-moodle/ My Teacher is a Zombie – Marking by Rubric on Moodle] Using an electronic rubric frees up the time to ...&lt;br /&gt;
&lt;br /&gt;
[[de:Rubriken]]&lt;br /&gt;
[[es:Rúbricas]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Rubrics&amp;diff=117762</id>
		<title>Rubrics</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Rubrics&amp;diff=117762"/>
		<updated>2015-03-29T08:59:36Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: /* FAQ */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Advanced grading methods}}&lt;br /&gt;
[[image:gradingform-rubric-icon.png]] &#039;&#039;&#039;Rubrics&#039;&#039;&#039; are [[Advanced grading methods|advanced grading forms]] used for criteria-based assessment. The rubric consists of a set of criteria. For each criterion, several descriptive levels are provided. A numerical grade is assigned to each of these levels. The rater chooses which level answers/describes the given criterion best. The raw rubric score is calculated as a sum of all criteria grades. The final grade is calculated by comparing the actual score with the worst/best possible score that could be received.&lt;br /&gt;
&lt;br /&gt;
== Rubric editor ==&lt;br /&gt;
&lt;br /&gt;
[[image:gradingfrom-rubric-editor.png|thumb|right|Rubric editor]]&lt;br /&gt;
&lt;br /&gt;
The rubric editor is available via the advanced grading method management screen which in turn is available via the &#039;Advanced grading&#039; link in the activity settings block. The editor lets you set the rubric form name, the description and the rubric itself. The editor lets you add new criteria and levels, delete them and change the criteria order. There are several rubric options that can be configured, too. For each criterion, the criterion description should be filled. For each level, the level definition and the number of points associated with the level should be specified. Neither the criterion description nor the level definition text fields support embedded images yet.&lt;br /&gt;
&lt;br /&gt;
The rubric definition must be saved using either &#039;Save rubric and make it ready&#039; or &#039;Save as draft&#039; button. The button sets the form definition status respectively as described at the [[Advanced grading methods]] page.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Hint:&#039;&#039; You can modify the effective weight of a criterion by setting the value of the points assigned to its levels. If there is one criterion with levels 0, 1, 2, 3 and the second one with levels 0, 2, 4, 6 then the later one&#039;s impact on the final grade is twice as much as the first one&#039;s.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Hint:&#039;&#039; Use the Tab key to jump to the next level/criteria and even to add new criteria.&lt;br /&gt;
&lt;br /&gt;
== Using the rubric ==&lt;br /&gt;
&lt;br /&gt;
[[image:gradingfrom-rubric-usage.png|thumb|right|Filling the rubric to assess a submission in the Assignment module]]&lt;br /&gt;
&lt;br /&gt;
When teachers use the rubric to assess some student&#039;s work, they select the level describing the student&#039;s performance best for each criterion. Currently selected levels are highlighted in light green. If the rubric filling is re-edited later, the previously selected level is highlighted in light red. A level must be selected for each criterion, otherwise the rubric is not validated by the server as the final grade can&#039;t be calculated.&lt;br /&gt;
&lt;br /&gt;
If the form definition allows it, an optional remark can be filled for each criterion providing a detailed feedback/explanation of the assessment.&lt;br /&gt;
&lt;br /&gt;
== Grade calculation ==&lt;br /&gt;
&lt;br /&gt;
The rubric normalized score (ie basically a percentage grade) is calculated as&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;G_s = \frac{\sum_{i=1}^N (g_i - min_i) }{\sum_{i=1}^N (max_i - min_i)}&amp;lt;/math&amp;gt;&lt;br /&gt;
: where &amp;lt;math&amp;gt;g_i \in \mathbb{N}&amp;lt;/math&amp;gt; is the number of points given to the i-th criterion, &amp;lt;math&amp;gt;min_i \in \mathbb{N}&amp;lt;/math&amp;gt; is the minimal possible number of points for of the i-th criterion, &amp;lt;math&amp;gt;max_i \in \mathbb{N}&amp;lt;/math&amp;gt; is the maximal possible number of points for the i-th criterion and &amp;lt;math&amp;gt;N \in \mathbb{N} &amp;lt;/math&amp;gt; is the number of criteria in the rubric.&lt;br /&gt;
&lt;br /&gt;
Example of a single criterion can be: &#039;&#039;Overall quality of the paper&#039;&#039; with the levels &#039;&#039;5 - An excellent paper&#039;&#039;, &#039;&#039;3 - A mediocre paper&#039;&#039;, &#039;&#039;0 - A weak paper&#039;&#039; (the number represent the number of points).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Example:&#039;&#039; let us have an assessment form with two criteria, which both have four levels 1, 2, 3, 4. The teacher chooses level with 2 points for the first criterion and 3 points for the second criterion. Then the normalized score is:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;G_s = \frac{(2 - 1) + (3 - 1)}{(4 - 1) + (4 - 1)} = \frac{3}{6} = 50 %&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that this calculation may be different from how you intuitively use rubric. For example, when the teacher in the previous example chose both levels with 1 point, the plain sum would be 2 points. But that is actually the lowest possible score so it maps to the grade 0 in Moodle. &lt;br /&gt;
&lt;br /&gt;
TIP: &#039;&#039;&#039;To avoid confusion from this sort of thing, we recommend including a level with 0 points in every rubric criterion.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A student&#039;s score is calculated by subtracting the minimum score available on the rubric from the student&#039;s actual score achieved on the rubric, and dividing the resulting answer by the difference between the maximum and minimum score available&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==How students access the rubric==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[image:rubricbeforesubmission.png|thumb|How students view a rubric]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
When students click on an assignment which has a rubric  attached to it, they will see the rubric as part of the information about their assignment. Thus, they can see the rubric before they submit.&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
===Where do you go to edit a rubric?===&lt;br /&gt;
To edit a rubric go to&lt;br /&gt;
&#039;&#039;Administration &amp;gt; Assignment Administration &amp;gt; Advanced grading &amp;gt; Define Rubric&#039;&#039;.&lt;br /&gt;
Select &#039;Rubric&#039; from Change active grading method to drop down menu.&lt;br /&gt;
You can see your created rubric with three options above Edit the current form definition, Delete the currently defined form, Publish the form as a new template. Click &amp;quot;Edit the current form definition&amp;quot; to edit your predefined rubric form.&lt;br /&gt;
&lt;br /&gt;
===How do you choose another rubric for an assignment?===&lt;br /&gt;
From &#039;&#039;Administration&amp;gt;Assignment administration&amp;gt;Advanced grading&#039;&#039; access your rubric and delete it. The see #5 in [[Advanced grading methods]]&lt;br /&gt;
&lt;br /&gt;
===Why are total grades coming out strange?===&lt;br /&gt;
It&#039;s likely that the lowest grade in your rubric is not zero.  In this case your rubric grades from RUBRIC MIN to RUBRIC MAX are being mapped to the assignment grades of ZERO to ASSIGNMENT MAX, which is something people often don&#039;t want.  To fix it, just make sure you have a ZERO level in each of your rubric criteria (even if you never use them).&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [http://school.demo.moodle.net/grade/grading/form/rubric/preview.php?areaid=33 School demo example of student view of rubric] (Log in as username &#039;&#039;&#039;student&#039;&#039;&#039;/password &#039;&#039;&#039;moodle&#039;&#039;&#039;)&lt;br /&gt;
* [http://school.demo.moodle.net/mod/assign/view.php?id=205&amp;amp;rownum=1&amp;amp;action=grade School demo example of teacher view of rubric in student assignment] (Log in as username &#039;&#039;&#039;teacher&#039;&#039;&#039;/password &#039;&#039;&#039;moodle&#039;&#039;&#039;)&lt;br /&gt;
*[http://youtu.be/KXavtUhDINA A first look at rubrics] Screencast&lt;br /&gt;
* [[Advanced grading methods]] page for general concepts of advanced grading in Moodle&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rubric_(academic) Rubric description] at Wikipedia&lt;br /&gt;
* [http://school.discoveryeducation.com/schrockguide/assess.html Examples of Assessment Rubrics] at Kathy Schrock&#039;s Guide for Educators&lt;br /&gt;
* http://rubistar.4teachers.org/ - a free tool to help teachers create quality rubrics&lt;br /&gt;
* [https://digiteacher.wordpress.com/2014/11/20/my-teacher-is-a-zombie-marking-by-rubric-on-moodle/ My Teacher is a Zombie – Marking by Rubric on Moodle] Using an electronic rubric frees up the time to ...&lt;br /&gt;
&lt;br /&gt;
[[de:Rubriken]]&lt;br /&gt;
[[es:Rúbricas]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Rubrics&amp;diff=117761</id>
		<title>Rubrics</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Rubrics&amp;diff=117761"/>
		<updated>2015-03-29T08:56:08Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: /* Grade calculation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Advanced grading methods}}&lt;br /&gt;
[[image:gradingform-rubric-icon.png]] &#039;&#039;&#039;Rubrics&#039;&#039;&#039; are [[Advanced grading methods|advanced grading forms]] used for criteria-based assessment. The rubric consists of a set of criteria. For each criterion, several descriptive levels are provided. A numerical grade is assigned to each of these levels. The rater chooses which level answers/describes the given criterion best. The raw rubric score is calculated as a sum of all criteria grades. The final grade is calculated by comparing the actual score with the worst/best possible score that could be received.&lt;br /&gt;
&lt;br /&gt;
== Rubric editor ==&lt;br /&gt;
&lt;br /&gt;
[[image:gradingfrom-rubric-editor.png|thumb|right|Rubric editor]]&lt;br /&gt;
&lt;br /&gt;
The rubric editor is available via the advanced grading method management screen which in turn is available via the &#039;Advanced grading&#039; link in the activity settings block. The editor lets you set the rubric form name, the description and the rubric itself. The editor lets you add new criteria and levels, delete them and change the criteria order. There are several rubric options that can be configured, too. For each criterion, the criterion description should be filled. For each level, the level definition and the number of points associated with the level should be specified. Neither the criterion description nor the level definition text fields support embedded images yet.&lt;br /&gt;
&lt;br /&gt;
The rubric definition must be saved using either &#039;Save rubric and make it ready&#039; or &#039;Save as draft&#039; button. The button sets the form definition status respectively as described at the [[Advanced grading methods]] page.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Hint:&#039;&#039; You can modify the effective weight of a criterion by setting the value of the points assigned to its levels. If there is one criterion with levels 0, 1, 2, 3 and the second one with levels 0, 2, 4, 6 then the later one&#039;s impact on the final grade is twice as much as the first one&#039;s.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Hint:&#039;&#039; Use the Tab key to jump to the next level/criteria and even to add new criteria.&lt;br /&gt;
&lt;br /&gt;
== Using the rubric ==&lt;br /&gt;
&lt;br /&gt;
[[image:gradingfrom-rubric-usage.png|thumb|right|Filling the rubric to assess a submission in the Assignment module]]&lt;br /&gt;
&lt;br /&gt;
When teachers use the rubric to assess some student&#039;s work, they select the level describing the student&#039;s performance best for each criterion. Currently selected levels are highlighted in light green. If the rubric filling is re-edited later, the previously selected level is highlighted in light red. A level must be selected for each criterion, otherwise the rubric is not validated by the server as the final grade can&#039;t be calculated.&lt;br /&gt;
&lt;br /&gt;
If the form definition allows it, an optional remark can be filled for each criterion providing a detailed feedback/explanation of the assessment.&lt;br /&gt;
&lt;br /&gt;
== Grade calculation ==&lt;br /&gt;
&lt;br /&gt;
The rubric normalized score (ie basically a percentage grade) is calculated as&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;G_s = \frac{\sum_{i=1}^N (g_i - min_i) }{\sum_{i=1}^N (max_i - min_i)}&amp;lt;/math&amp;gt;&lt;br /&gt;
: where &amp;lt;math&amp;gt;g_i \in \mathbb{N}&amp;lt;/math&amp;gt; is the number of points given to the i-th criterion, &amp;lt;math&amp;gt;min_i \in \mathbb{N}&amp;lt;/math&amp;gt; is the minimal possible number of points for of the i-th criterion, &amp;lt;math&amp;gt;max_i \in \mathbb{N}&amp;lt;/math&amp;gt; is the maximal possible number of points for the i-th criterion and &amp;lt;math&amp;gt;N \in \mathbb{N} &amp;lt;/math&amp;gt; is the number of criteria in the rubric.&lt;br /&gt;
&lt;br /&gt;
Example of a single criterion can be: &#039;&#039;Overall quality of the paper&#039;&#039; with the levels &#039;&#039;5 - An excellent paper&#039;&#039;, &#039;&#039;3 - A mediocre paper&#039;&#039;, &#039;&#039;0 - A weak paper&#039;&#039; (the number represent the number of points).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Example:&#039;&#039; let us have an assessment form with two criteria, which both have four levels 1, 2, 3, 4. The teacher chooses level with 2 points for the first criterion and 3 points for the second criterion. Then the normalized score is:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;G_s = \frac{(2 - 1) + (3 - 1)}{(4 - 1) + (4 - 1)} = \frac{3}{6} = 50 %&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that this calculation may be different from how you intuitively use rubric. For example, when the teacher in the previous example chose both levels with 1 point, the plain sum would be 2 points. But that is actually the lowest possible score so it maps to the grade 0 in Moodle. &lt;br /&gt;
&lt;br /&gt;
TIP: &#039;&#039;&#039;To avoid confusion from this sort of thing, we recommend including a level with 0 points in every rubric criterion.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A student&#039;s score is calculated by subtracting the minimum score available on the rubric from the student&#039;s actual score achieved on the rubric, and dividing the resulting answer by the difference between the maximum and minimum score available&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==How students access the rubric==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[image:rubricbeforesubmission.png|thumb|How students view a rubric]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
When students click on an assignment which has a rubric  attached to it, they will see the rubric as part of the information about their assignment. Thus, they can see the rubric before they submit.&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
===Where do you go to edit a rubric?===&lt;br /&gt;
To edit a rubric go to&lt;br /&gt;
&#039;&#039;Administration &amp;gt; Assignment Administration &amp;gt; Advanced grading &amp;gt; Define Rubric&#039;&#039;.&lt;br /&gt;
Select &#039;Rubric&#039; from Change active grading method to drop down menu.&lt;br /&gt;
You can see your created rubric with three options above Edit the current form definition, Delete the currently defined form, Publish the form as a new template. Click &amp;quot;Edit the current form definition&amp;quot; to edit your predefined rubric form.&lt;br /&gt;
&lt;br /&gt;
===How do you choose another rubric for an assignment?===&lt;br /&gt;
From &#039;&#039;Administration&amp;gt;Assignment administration&amp;gt;Advanced grading&#039;&#039; access your rubric and delete it. The see #5 in [[Advanced grading methods]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [http://school.demo.moodle.net/grade/grading/form/rubric/preview.php?areaid=33 School demo example of student view of rubric] (Log in as username &#039;&#039;&#039;student&#039;&#039;&#039;/password &#039;&#039;&#039;moodle&#039;&#039;&#039;)&lt;br /&gt;
* [http://school.demo.moodle.net/mod/assign/view.php?id=205&amp;amp;rownum=1&amp;amp;action=grade School demo example of teacher view of rubric in student assignment] (Log in as username &#039;&#039;&#039;teacher&#039;&#039;&#039;/password &#039;&#039;&#039;moodle&#039;&#039;&#039;)&lt;br /&gt;
*[http://youtu.be/KXavtUhDINA A first look at rubrics] Screencast&lt;br /&gt;
* [[Advanced grading methods]] page for general concepts of advanced grading in Moodle&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rubric_(academic) Rubric description] at Wikipedia&lt;br /&gt;
* [http://school.discoveryeducation.com/schrockguide/assess.html Examples of Assessment Rubrics] at Kathy Schrock&#039;s Guide for Educators&lt;br /&gt;
* http://rubistar.4teachers.org/ - a free tool to help teachers create quality rubrics&lt;br /&gt;
* [https://digiteacher.wordpress.com/2014/11/20/my-teacher-is-a-zombie-marking-by-rubric-on-moodle/ My Teacher is a Zombie – Marking by Rubric on Moodle] Using an electronic rubric frees up the time to ...&lt;br /&gt;
&lt;br /&gt;
[[de:Rubriken]]&lt;br /&gt;
[[es:Rúbricas]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Rubrics&amp;diff=117760</id>
		<title>Rubrics</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Rubrics&amp;diff=117760"/>
		<updated>2015-03-29T08:54:59Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: /* Grade calculation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Advanced grading methods}}&lt;br /&gt;
[[image:gradingform-rubric-icon.png]] &#039;&#039;&#039;Rubrics&#039;&#039;&#039; are [[Advanced grading methods|advanced grading forms]] used for criteria-based assessment. The rubric consists of a set of criteria. For each criterion, several descriptive levels are provided. A numerical grade is assigned to each of these levels. The rater chooses which level answers/describes the given criterion best. The raw rubric score is calculated as a sum of all criteria grades. The final grade is calculated by comparing the actual score with the worst/best possible score that could be received.&lt;br /&gt;
&lt;br /&gt;
== Rubric editor ==&lt;br /&gt;
&lt;br /&gt;
[[image:gradingfrom-rubric-editor.png|thumb|right|Rubric editor]]&lt;br /&gt;
&lt;br /&gt;
The rubric editor is available via the advanced grading method management screen which in turn is available via the &#039;Advanced grading&#039; link in the activity settings block. The editor lets you set the rubric form name, the description and the rubric itself. The editor lets you add new criteria and levels, delete them and change the criteria order. There are several rubric options that can be configured, too. For each criterion, the criterion description should be filled. For each level, the level definition and the number of points associated with the level should be specified. Neither the criterion description nor the level definition text fields support embedded images yet.&lt;br /&gt;
&lt;br /&gt;
The rubric definition must be saved using either &#039;Save rubric and make it ready&#039; or &#039;Save as draft&#039; button. The button sets the form definition status respectively as described at the [[Advanced grading methods]] page.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Hint:&#039;&#039; You can modify the effective weight of a criterion by setting the value of the points assigned to its levels. If there is one criterion with levels 0, 1, 2, 3 and the second one with levels 0, 2, 4, 6 then the later one&#039;s impact on the final grade is twice as much as the first one&#039;s.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Hint:&#039;&#039; Use the Tab key to jump to the next level/criteria and even to add new criteria.&lt;br /&gt;
&lt;br /&gt;
== Using the rubric ==&lt;br /&gt;
&lt;br /&gt;
[[image:gradingfrom-rubric-usage.png|thumb|right|Filling the rubric to assess a submission in the Assignment module]]&lt;br /&gt;
&lt;br /&gt;
When teachers use the rubric to assess some student&#039;s work, they select the level describing the student&#039;s performance best for each criterion. Currently selected levels are highlighted in light green. If the rubric filling is re-edited later, the previously selected level is highlighted in light red. A level must be selected for each criterion, otherwise the rubric is not validated by the server as the final grade can&#039;t be calculated.&lt;br /&gt;
&lt;br /&gt;
If the form definition allows it, an optional remark can be filled for each criterion providing a detailed feedback/explanation of the assessment.&lt;br /&gt;
&lt;br /&gt;
== Grade calculation ==&lt;br /&gt;
&lt;br /&gt;
The rubric normalized score (ie basically a percentage grade) is calculated as&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;G_s = \frac{\sum_{i=1}^N (g_i - min_i) }{\sum_{i=1}^N (max_i - min_i)}&amp;lt;/math&amp;gt;&lt;br /&gt;
: where &amp;lt;math&amp;gt;g_i \in \mathbb{N}&amp;lt;/math&amp;gt; is the number of points given to the i-th criterion, &amp;lt;math&amp;gt;min_i \in \mathbb{N}&amp;lt;/math&amp;gt; is the minimal possible number of points for of the i-th criterion, &amp;lt;math&amp;gt;max_i \in \mathbb{N}&amp;lt;/math&amp;gt; is the maximal possible number of points for the i-th criterion and &amp;lt;math&amp;gt;N \in \mathbb{N} &amp;lt;/math&amp;gt; is the number of criteria in the rubric.&lt;br /&gt;
&lt;br /&gt;
Example of a single criterion can be: &#039;&#039;Overall quality of the paper&#039;&#039; with the levels &#039;&#039;5 - An excellent paper&#039;&#039;, &#039;&#039;3 - A mediocre paper&#039;&#039;, &#039;&#039;0 - A weak paper&#039;&#039; (the number represent the number of points).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Example:&#039;&#039; let us have an assessment form with two criteria, which both have four levels 1, 2, 3, 4. The teacher chooses level with 2 points for the first criterion and 3 points for the second criterion. Then the normalized score is:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;G_s = \frac{(2 - 1) + (3 - 1)}{(4 - 1) + (4 - 1)} = \frac{3}{6} = 50 %&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that this calculation may be different from how you intuitively use rubric. For example, when the teacher in the previous example chose both levels with 1 point, the plain sum would be 2 points. But that is actually the lowest possible score so it maps to the grade 0 in Moodle. &#039;&#039;&#039;&#039;To avoid confusion from this sort of thing, it is recommended to always include a level with 0 points in every rubric criterion.&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A student&#039;s score is calculated by subtracting the minimum score available on the rubric from the student&#039;s actual score achieved on the rubric, and dividing the resulting answer by the difference between the maximum and minimum score available&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==How students access the rubric==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[image:rubricbeforesubmission.png|thumb|How students view a rubric]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
When students click on an assignment which has a rubric  attached to it, they will see the rubric as part of the information about their assignment. Thus, they can see the rubric before they submit.&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
===Where do you go to edit a rubric?===&lt;br /&gt;
To edit a rubric go to&lt;br /&gt;
&#039;&#039;Administration &amp;gt; Assignment Administration &amp;gt; Advanced grading &amp;gt; Define Rubric&#039;&#039;.&lt;br /&gt;
Select &#039;Rubric&#039; from Change active grading method to drop down menu.&lt;br /&gt;
You can see your created rubric with three options above Edit the current form definition, Delete the currently defined form, Publish the form as a new template. Click &amp;quot;Edit the current form definition&amp;quot; to edit your predefined rubric form.&lt;br /&gt;
&lt;br /&gt;
===How do you choose another rubric for an assignment?===&lt;br /&gt;
From &#039;&#039;Administration&amp;gt;Assignment administration&amp;gt;Advanced grading&#039;&#039; access your rubric and delete it. The see #5 in [[Advanced grading methods]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [http://school.demo.moodle.net/grade/grading/form/rubric/preview.php?areaid=33 School demo example of student view of rubric] (Log in as username &#039;&#039;&#039;student&#039;&#039;&#039;/password &#039;&#039;&#039;moodle&#039;&#039;&#039;)&lt;br /&gt;
* [http://school.demo.moodle.net/mod/assign/view.php?id=205&amp;amp;rownum=1&amp;amp;action=grade School demo example of teacher view of rubric in student assignment] (Log in as username &#039;&#039;&#039;teacher&#039;&#039;&#039;/password &#039;&#039;&#039;moodle&#039;&#039;&#039;)&lt;br /&gt;
*[http://youtu.be/KXavtUhDINA A first look at rubrics] Screencast&lt;br /&gt;
* [[Advanced grading methods]] page for general concepts of advanced grading in Moodle&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rubric_(academic) Rubric description] at Wikipedia&lt;br /&gt;
* [http://school.discoveryeducation.com/schrockguide/assess.html Examples of Assessment Rubrics] at Kathy Schrock&#039;s Guide for Educators&lt;br /&gt;
* http://rubistar.4teachers.org/ - a free tool to help teachers create quality rubrics&lt;br /&gt;
* [https://digiteacher.wordpress.com/2014/11/20/my-teacher-is-a-zombie-marking-by-rubric-on-moodle/ My Teacher is a Zombie – Marking by Rubric on Moodle] Using an electronic rubric frees up the time to ...&lt;br /&gt;
&lt;br /&gt;
[[de:Rubriken]]&lt;br /&gt;
[[es:Rúbricas]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Activity_names_auto-linking_filter&amp;diff=114639</id>
		<title>Activity names auto-linking filter</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Activity_names_auto-linking_filter&amp;diff=114639"/>
		<updated>2014-09-01T04:20:11Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Filters}}&lt;br /&gt;
The &#039;&#039;&#039;Activity names auto-linking filter&#039;&#039;&#039; is a site Filter that will create links to an activity whenever the name of the activity is written in texts within the same course in which the activity is located. This includes forum postings, pages, labels etc. &lt;br /&gt;
&lt;br /&gt;
==Site Administration settings==&lt;br /&gt;
&lt;br /&gt;
Activity names auto-linking must be enabled by an administrator via &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Plugins &amp;gt; Filters&#039;&#039;. This Filter can be enabled by selecting either &#039;&#039;On&#039;&#039; (where activity names will be by default auto-linked) or &#039;&#039;Off but available&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Within a course, the filter settings may be changed by navigating to &#039;&#039;Course administration&amp;gt;Filters&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
In addition, you can apply this filter to Content or to Content and headings within a course. Please note applying filters to headings as well as content can greatly increase the load on your server. It is recommended to use the &#039;Apply to&#039; settings sparingly. The main use is with the multilang filter. &lt;br /&gt;
&lt;br /&gt;
Using the up/down arrows in the Order column you can specify the order in which each of the enabled Filters are applied.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[de:Auto-Verlinkung der Aktivitätsnamen]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Moodle_app_additional_features&amp;diff=113476</id>
		<title>Moodle app additional features</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Moodle_app_additional_features&amp;diff=113476"/>
		<updated>2014-07-08T10:44:02Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: /* Security */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Local plugin&lt;br /&gt;
|entry = http://moodle.org/plugins/view.php?plugin=local_mobile&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/13930&lt;br /&gt;
|discussion = http://moodle.org/mod/forum/view.php?id=&lt;br /&gt;
|maintainer = [[User:Juan Leyva|Juan Leyva]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Local plugin for adding new features to the current Moodle Mobile app ([https://moodle.org/plugins/view.php?plugin=local_mobile Plugin download link])&lt;br /&gt;
&lt;br /&gt;
This add-on provides new features and web services which are currently only available in Moodle 2.7.&lt;br /&gt;
&lt;br /&gt;
== How it works ==&lt;br /&gt;
&lt;br /&gt;
Once installed the plugin creates a new service &amp;quot;Moodle Mobile additional features&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The Mobile app checks if this service is enabled. If not, the Mobile app falls backs to the standard core Mobile app service.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* Support for sites using SSO authentication methods (Shibboleth and CAS)&lt;br /&gt;
* Push notifications&lt;br /&gt;
* Retrieval of private messages and notifications from the site&lt;br /&gt;
* Retrieval of calendar events from the site&lt;br /&gt;
&lt;br /&gt;
=== Enable authentication for sites using SSO methods (like Shibboleth and CAS) ===&lt;br /&gt;
&lt;br /&gt;
Once the plugin is installed, you need to go to Site administration &amp;gt; Plugins &amp;gt; Local plugins &amp;gt; Moodle Mobile additional features&lt;br /&gt;
&lt;br /&gt;
There you can choose the &amp;quot;Type of login&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
- Via the app: Is the default login, the user must introduce his credentials in the app&lt;br /&gt;
&lt;br /&gt;
- Via a browser window: A new browser instance is open in the mobile device pointing to the login form in the Moodle site. The user must introduce his credentials there. This is the option that must be selected for sites using SSO methods (or for sites that wants to force the user to authenticate in the site, not in the app)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;https://www.youtube.com/watch?v=cl8rsyyyg9g&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Push notifications ===&lt;br /&gt;
&lt;br /&gt;
If you want to enable Push notifications in Moodle sites prior to version 2.6 this plugin must be installed.&lt;br /&gt;
&lt;br /&gt;
See [[Mobile app Push Notifications]] for more information&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
1. Unpack the zip file into the local/ directory. A new directory will be created called local/mobile.&lt;br /&gt;
&lt;br /&gt;
2. Go to Site administration &amp;gt; Notifications to complete the plugin installation.&lt;br /&gt;
&lt;br /&gt;
3. Go to Site administration &amp;gt; Plugins &amp;gt; Web services &amp;gt; External services, edit &amp;quot;Moodle Mobile additional features&amp;quot; and check the &amp;quot;Enabled&amp;quot; field, then save changes.&lt;br /&gt;
&lt;br /&gt;
4. Go to Site administration &amp;gt; Users &amp;gt; Define roles, edit the Authenticated user role and allow the capability moodle/webservice:createtoken.&lt;br /&gt;
&lt;br /&gt;
Note: You need to have upgraded the Moodle Mobile app to version 1.4.4.&lt;br /&gt;
&lt;br /&gt;
If you are currently using the Moodle Mobile app, you will need to log out of all your sites in order for the app to detect the new service.&lt;br /&gt;
&lt;br /&gt;
== Admin users, please read ==&lt;br /&gt;
&lt;br /&gt;
This plugin installs a new service in your Moodle installation, the automatic token creation for this type of services is forbidden for admin users. This means that admin users will not be able to use the Mobile app.&lt;br /&gt;
&lt;br /&gt;
This can be solved easily, administrators must create a token manually in Moodle (Plugins &amp;gt; Web Services &amp;gt; Manage tokens) for the local_mobile service.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
[https://moodle.org/plugins/view.php?plugin=local_mobile Plugin entry in the plugins database]&lt;br /&gt;
&lt;br /&gt;
[[Category: Mobile]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Moodle_app&amp;diff=113296</id>
		<title>Moodle app</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Moodle_app&amp;diff=113296"/>
		<updated>2014-06-24T10:20:50Z</updated>

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

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

		<summary type="html">&lt;p&gt;Dougiamas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Filters}}&lt;br /&gt;
{{Work in progress}}&lt;br /&gt;
TeX (pronounced TEK) is a very widespread and popular way of representing Mathematics notation using only characters that you can type on a keyboard (see [https://en.wikipedia.org/wiki/TeX Wikipedia]).  This makes it a useful format to use in Moodle, since it can be entered anywhere you can type text, from forum posts to quiz questions.&lt;br /&gt;
&lt;br /&gt;
TeX expressions can be entered in multiple ways:&lt;br /&gt;
* typing them directly into texts.&lt;br /&gt;
* using the Java-based Dragmath editor in Moodle&#039;s TinyMCE editor.&lt;br /&gt;
* using the HTML-based equation editor in Moodle&#039;s Atto editor (since Moodle 2.7).&lt;br /&gt;
&lt;br /&gt;
Afterwards, TeX expressions are rendered into Mathematics notation:&lt;br /&gt;
* using the TeX filter in Moodle, which uses a TeX binary installed on the server to convert expressions into .gif images (or if that is not available, it falls back to a simple built-in mimetex binary).&lt;br /&gt;
* using the [[MathJax_filter]] which identifies TeX expressions and uses the Mathjax JS library to render them in browsers at display time (since Moodle 2.7).&lt;br /&gt;
* using other third-party solutions.&lt;br /&gt;
&lt;br /&gt;
As you can imagine, the whole field is not simple as we&#039;d like, especially because there are many flavours of TeX and slight variations between tools.&lt;br /&gt;
&lt;br /&gt;
This page focusses only on using TeX in core Moodle.  See the links at the bottom of this page for more information on setting up TeX editors and filters, including other tools from the Moodle community that may be suitable for advanced users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;WARNING:&#039;&#039;&#039; This Wiki environment uses a DIFFERENT TeX renderer to Moodle, especially when it comes to control sequences.  For this reason images are sometimes used to represent what it should look like in Moodle.   YMMV.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Language Conventions== &lt;br /&gt;
&lt;br /&gt;
To identify a TeX sequence in your text, surround it with $$ markers. To invoke a particular command or control sequence, use the backslash, \. A typical control sequence looks like: &lt;br /&gt;
&lt;br /&gt;
  $$ x\ =\ \frac{\sqrt{144}}{2}\ \times\ (y\ +\ 12) $$  &lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image: cfmimetex10.gif|frame|center]]&lt;br /&gt;
|-&lt;br /&gt;
|Fraction and square root.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additional spaces can be placed into the equation using the \ without a trailing character.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Reserved Characters and Keywords==&lt;br /&gt;
&lt;br /&gt;
Most characters and numbers on the keyboard can be used at their default value. As with any computing language, though, there are a set of reserved characters and keywords that are used by the program for its own purposes. TeX Notation is no different, but it does have a very small set of Reserved Characters. This will not be a complete list of reserved characters, but some of these are: &lt;br /&gt;
&lt;br /&gt;
  @ # $ % ^ &amp;amp; * ( ) . &lt;br /&gt;
&lt;br /&gt;
To use these characters in an equation just place the \ in front of them like \$ or \%. If you want to use the backslash, just use \backslash. The only exception here seems to be the &amp;amp;, ampersand. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Superscripts, Subscripts and Roots==&lt;br /&gt;
&lt;br /&gt;
Superscripts are recorded using the caret, ^, symbol. An example for a Maths class might be: &lt;br /&gt;
&lt;br /&gt;
  $$ 4^2 \ \times \ 4^3 \ = 4^5 $$&lt;br /&gt;
  This is a shorthand way of saying: &lt;br /&gt;
  (4 x 4) x (4 x 4 x 4) = (4 x 4 x 4 x 4 x 4)&lt;br /&gt;
  or&lt;br /&gt;
  16 x 64 = 1024.&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;4^2 \ \times \ 4^3 \ = 4^5&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Subscripts are similar, but use the underscore character. &lt;br /&gt;
&lt;br /&gt;
  $$ 3x_2 \ \times \ 2x_3 $$&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;3x_2 \ \times \ 2x_3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is OK if you want superscripts or subscripts, but square roots are a little different. This uses a control sequence. &lt;br /&gt;
&lt;br /&gt;
  $$ \sqrt{64} \ = \ 8 $$&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;\sqrt{64} \ = \ 8&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also take this a little further, but adding in a control character. You may ask a question like: &lt;br /&gt;
&lt;br /&gt;
  $$ If \ \sqrt[n]{1024} \ = \ 4, \ what \ is \ the \ value \ of \ n? $$  &lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;If \ \sqrt[n]{1024} \ = \ 4, \ what \ is \ the \ value \ of \ n?&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Using these different commands allows you to develop equations like: &lt;br /&gt;
&lt;br /&gt;
  $$ The \sqrt{64} \ \times \ 2 \ \times \ 4^3 \ = \ 1024 $$&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;The \sqrt{64} \ \times \ 2 \ \times \ 4^3 \ = \ 1024&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Superscripts, Subscripts and roots can also be noted in [[Using TeX Notation 4 | Matrices]].&lt;br /&gt;
&lt;br /&gt;
==Fractions==&lt;br /&gt;
&lt;br /&gt;
Fractions in TeX are actually simple, as long as you remember the rules.&lt;br /&gt;
&lt;br /&gt;
  $$ \frac{numerator}{denominator} $$ which produces &amp;lt;math&amp;gt;\frac{numerator}{denominator}&amp;lt;/math&amp;gt; .&lt;br /&gt;
&lt;br /&gt;
This can be given as:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;\frac{5}{10} \ is \ equal \ to \ \frac{1}{2}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This is entered as:&lt;br /&gt;
&lt;br /&gt;
  $$ \frac{5}{10} \ is \ equal \ to \ \frac{1}{2}.$$&lt;br /&gt;
&lt;br /&gt;
With fractions (as with other commands) the curly brackets can be nested so that for example you can implement negative exponents in fractions.  As you can see,&lt;br /&gt;
	&lt;br /&gt;
  $$\frac {5^{-2}}{3}$$ will produce &amp;lt;math&amp;gt;\frac {5^{-2}}{3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  $$\left(\frac{3}{4}\right)^{-3}$$ will produce &amp;lt;math&amp;gt;\left(\frac{3}{4}\right)^{-3}&amp;lt;/math&amp;gt;  and&lt;br /&gt;
&lt;br /&gt;
  $$\frac{3}{4^{-3}}$$ will produce &amp;lt;math&amp;gt; \frac{3}{4^{-3}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  You likely do not want to use $$\frac{3}{4}^{-3}$$ as it produces &amp;lt;math&amp;gt;\frac{3}{4}^{-3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also use fractions and negative exponents in [[Using TeX Notation 4 | Matrices]].&lt;br /&gt;
&lt;br /&gt;
==Brackets==&lt;br /&gt;
&lt;br /&gt;
As students advance through Maths, they come into contact with brackets. Algebraic notation depends heavily on brackets. The usual keyboard values of ( and ) are useful, for example:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;math&amp;gt;d = 2 \ \times \ (4 \ - \ j)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is written as:&lt;br /&gt;
&lt;br /&gt;
  $$ d = 2 \ \times \ (4 \ - \ j) $$&lt;br /&gt;
&lt;br /&gt;
Usually, these brackets are enough for most formulae but they will not be in some circumstances. Consider this:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;4x^3 \ + \ (x \ + \ \frac{42}{1 + x^4})&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Is OK, but try it this way:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;4x^3 \ + \ \left(x \ + \ \frac{42}{1 + x^4}\right)&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This can be achieved by:&lt;br /&gt;
&lt;br /&gt;
  $$ 4x^3 \ + \ \left(x \ + \ \frac{42}{1 + x^4}\right) $$&lt;br /&gt;
&lt;br /&gt;
A simple change using the \left( and \right) symbols instead. Note the actual bracket is both named and presented. Brackets are almost essential in [[Using TeX Notation 4 | Matrices]].&lt;br /&gt;
&lt;br /&gt;
==Ellipsis==&lt;br /&gt;
&lt;br /&gt;
The Ellipsis is a simple code:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;x_1, \ x_2, \ \ldots, \ x_n&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Written like:&lt;br /&gt;
&lt;br /&gt;
  $$ x_1, \ x_2, \ \ldots, \ x_n  $$&lt;br /&gt;
&lt;br /&gt;
A more practical application could be:&lt;br /&gt;
&lt;br /&gt;
Question:&lt;br /&gt;
  &amp;quot;Add together all the numbers from 1 &amp;lt;math&amp;gt;\ldots&amp;lt;/math&amp;gt; 38.&lt;br /&gt;
  What is an elegant and simple solution to this problem?&lt;br /&gt;
  Can you create an algebraic function to explain this solution?&lt;br /&gt;
  Will your solution work for all numbers?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Answer:&lt;br /&gt;
The question uses an even number to demonstrate a mathematical process and generate an algebraic formula.&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Part 1:&lt;br /&gt;
| Part 2.&lt;br /&gt;
| Part 3.&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;math&amp;gt;1. \ 1 \ + \ 38 \ = \ 39&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;2. \ 2 \ + \ 37 \ = \ 39&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;3. \ 3 \ + \ 36 \ = \ 39&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\ldots&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;19. 19 \ + \ 20 \ = \ 39 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\therefore x \ = \ 39 \ \times \ 19 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\therefore x \ = \ 741 &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|An algebraic function might read something like:&lt;br /&gt;
&amp;lt;math&amp;gt;t = (1 + n) \times n/2 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where t = total and n = the last number.&lt;br /&gt;
&lt;br /&gt;
|The solution is that, using the largest and the smallest numbers, the numbers are added and then multiplied by the number of different combinations to produce the same result adding the first and last numbers.&lt;br /&gt;
The answer must depend on the number, &amp;lt;math&amp;gt;\frac{n}{2}&amp;lt;/math&amp;gt; being a whole number. Therefore, the solution will not work for an odd range of numbers, only an even range.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Symbols==&lt;br /&gt;
&lt;br /&gt;
These are not all the symbols that may be available in TeX Notation for Moodle, just the ones that I have found to work in Moodle.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
| \amalg &lt;br /&gt;
| &amp;lt;math&amp;gt;\amalg&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \cup&lt;br /&gt;
| &amp;lt;math&amp;gt;\cup&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \oplus&lt;br /&gt;
| &amp;lt;math&amp;gt;\oplus&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \times&lt;br /&gt;
| &amp;lt;math&amp;gt;\times&amp;lt;/math&amp;gt;   &lt;br /&gt;
|-&lt;br /&gt;
|\ast&lt;br /&gt;
|&amp;lt;math&amp;gt;\ast&amp;lt;/math&amp;gt;  &lt;br /&gt;
|\dagger&lt;br /&gt;
|&amp;lt;math&amp;gt;\dagger&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \oslash&lt;br /&gt;
| &amp;lt;math&amp;gt;\oslash&amp;lt;/math&amp;gt;   &lt;br /&gt;
| \triangleleft&lt;br /&gt;
| &amp;lt;math&amp;gt;\triangleleft&amp;lt;/math&amp;gt;   &lt;br /&gt;
|-&lt;br /&gt;
| \bigcirc&lt;br /&gt;
| &amp;lt;math&amp;gt;\bigcirc&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \ddagger&lt;br /&gt;
| &amp;lt;math&amp;gt;\ddagger&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \otimes&lt;br /&gt;
| &amp;lt;math&amp;gt;\otimes&amp;lt;/math&amp;gt;   &lt;br /&gt;
| \triangleright&lt;br /&gt;
| &amp;lt;math&amp;gt;\triangleright&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| \bigtriangledown&lt;br /&gt;
| &amp;lt;math&amp;gt;\bigtriangledown&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \diamond&lt;br /&gt;
| &amp;lt;math&amp;gt;\diamond&amp;lt;/math&amp;gt;   &lt;br /&gt;
| \pm&lt;br /&gt;
| &amp;lt;math&amp;gt;\pm&amp;lt;/math&amp;gt;  	&lt;br /&gt;
| \odot&lt;br /&gt;
| &amp;lt;math&amp;gt;\odot&amp;lt;/math&amp;gt;   &lt;br /&gt;
|- &lt;br /&gt;
| \bigtriangleup&lt;br /&gt;
| &amp;lt;math&amp;gt;\bigtriangleup&amp;lt;/math&amp;gt;   &lt;br /&gt;
| \div&lt;br /&gt;
| &amp;lt;math&amp;gt;\div&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \ominus&lt;br /&gt;
| &amp;lt;math&amp;gt;\ominus&amp;lt;/math&amp;gt;   &lt;br /&gt;
| \wr&lt;br /&gt;
| &amp;lt;math&amp;gt;\wr&amp;lt;/math&amp;gt;   &lt;br /&gt;
|-&lt;br /&gt;
| \circ&lt;br /&gt;
| &amp;lt;math&amp;gt;\circ&amp;lt;/math&amp;gt;   &lt;br /&gt;
| \wedge&lt;br /&gt;
| &amp;lt;math&amp;gt;\wedge&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \vee&lt;br /&gt;
| &amp;lt;math&amp;gt;\vee&amp;lt;/math&amp;gt;   &lt;br /&gt;
| \sqcup&lt;br /&gt;
| &amp;lt;math&amp;gt;\sqcup&amp;lt;/math&amp;gt;  &lt;br /&gt;
|- &lt;br /&gt;
| \leq&lt;br /&gt;
| &amp;lt;math&amp;gt;\leq&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \geq&lt;br /&gt;
| &amp;lt;math&amp;gt;\geq&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \equiv&lt;br /&gt;
| &amp;lt;math&amp;gt;\equiv&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \prec&lt;br /&gt;
| &amp;lt;math&amp;gt;\prec&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \succ&lt;br /&gt;
| &amp;lt;math&amp;gt;\succ&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \sim&lt;br /&gt;
| &amp;lt;math&amp;gt;\sim&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \perp&lt;br /&gt;
| &amp;lt;math&amp;gt;\perp&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \preceq&lt;br /&gt;
| &amp;lt;math&amp;gt;\preceq&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \succeq&lt;br /&gt;
| &amp;lt;math&amp;gt;\succeq&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \simeq&lt;br /&gt;
| &amp;lt;math&amp;gt;\simeq&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \mid&lt;br /&gt;
| &amp;lt;math&amp;gt;\mid&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \ll&lt;br /&gt;
| &amp;lt;math&amp;gt;\ll&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \gg &lt;br /&gt;
| &amp;lt;math&amp;gt;\gg&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \asymp&lt;br /&gt;
| &amp;lt;math&amp;gt;\asymp&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \parallel&lt;br /&gt;
| &amp;lt;math&amp;gt;\parallel&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \subset&lt;br /&gt;
| &amp;lt;math&amp;gt;\subset&amp;lt;/math&amp;gt;  &lt;br /&gt;
|- &lt;br /&gt;
| \supset&lt;br /&gt;
| &amp;lt;math&amp;gt;\supset&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \subseteq&lt;br /&gt;
| &amp;lt;math&amp;gt;\subseteq&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \supseteq&lt;br /&gt;
| &amp;lt;math&amp;gt;\supseteq&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \approx&lt;br /&gt;
| &amp;lt;math&amp;gt;\approx&amp;lt;/math&amp;gt;  &lt;br /&gt;
|- &lt;br /&gt;
| \neq&lt;br /&gt;
| &amp;lt;math&amp;gt;\neq&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \ni&lt;br /&gt;
| &amp;lt;math&amp;gt;\ni&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \notin&lt;br /&gt;
| &amp;lt;math&amp;gt;\notin&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \in&lt;br /&gt;
| &amp;lt;math&amp;gt;\ni&amp;lt;/math&amp;gt;  &lt;br /&gt;
|- &lt;br /&gt;
| \vdash&lt;br /&gt;
| &amp;lt;math&amp;gt;\vdash&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \dashv&lt;br /&gt;
| &amp;lt;math&amp;gt;\dashv&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \bullet&lt;br /&gt;
| &amp;lt;math&amp;gt;\bullet&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \cdot&lt;br /&gt;
| &amp;lt;math&amp;gt;\cdot&amp;lt;/math&amp;gt;  &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Arrows==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| \leftarrow	&lt;br /&gt;
| &amp;lt;math&amp;gt; \leftarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \longleftarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \longleftarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Leftarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Leftarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Longleftarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Longleftarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \rightarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \rightarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \longrightarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \longrightarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Rightarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Rightarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Longrightarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Longrightarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \uparrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \uparrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Uparrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Uparrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \downarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \downarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Downarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Downarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \leftrightarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \leftrightarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \longleftrightarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \longleftrightarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \updownarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \updownarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Updownarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Updownarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \Leftrightarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Leftrightarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Longleftrightarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Longleftrightarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \leftrightharpoon&lt;br /&gt;
| &amp;lt;math&amp;gt; \rightleftharpoons&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Im&lt;br /&gt;
| &amp;lt;math&amp;gt; \Im&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \nearrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \nearrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \nwarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \nwarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \swarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \swarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \searrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \searrow&amp;lt;/math&amp;gt;    &lt;br /&gt;
  &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Delimiters and Maths Constructs==&lt;br /&gt;
&lt;br /&gt;
NOTE: Most delimiters and constructs need additional parameters for them to appear appropriately.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| \{x&lt;br /&gt;
| &amp;lt;math&amp;gt; \{x &amp;lt;/math&amp;gt;  &lt;br /&gt;
| x | \}&lt;br /&gt;
| &amp;lt;math&amp;gt;x | \} &amp;lt;/math&amp;gt;  &lt;br /&gt;
| \rangle&lt;br /&gt;
| &amp;lt;math&amp;gt; \rangle &amp;lt;/math&amp;gt;  &lt;br /&gt;
| \langle&lt;br /&gt;
| &amp;lt;math&amp;gt; \langle &amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \angle&lt;br /&gt;
| &amp;lt;math&amp;gt; \angle &amp;lt;/math&amp;gt;  &lt;br /&gt;
| \=&lt;br /&gt;
| &amp;lt;math&amp;gt; \| &amp;lt;/math&amp;gt;  &lt;br /&gt;
| \sqrt{ab}&lt;br /&gt;
| &amp;lt;math&amp;gt; \sqrt{ab}&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \sqrt[n]{ab}&lt;br /&gt;
| &amp;lt;math&amp;gt; \sqrt[n]{ab}&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \frac{ab}{cd}&lt;br /&gt;
| &amp;lt;math&amp;gt; \frac{ab}{cd}&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \backslash&lt;br /&gt;
| &amp;lt;math&amp;gt; \backslash&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \widehat{ab}&lt;br /&gt;
| &amp;lt;math&amp;gt; \widehat{ab}&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \$&lt;br /&gt;
| &amp;lt;math&amp;gt; \$ &amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \overline{ab}&lt;br /&gt;
| &amp;lt;math&amp;gt; \overline{ab}&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \underline{ab}&lt;br /&gt;
| &amp;lt;math&amp;gt; \underline{ab}&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \therefore&lt;br /&gt;
| &amp;lt;math&amp;gt; \therefore&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \ddots&lt;br /&gt;
| &amp;lt;math&amp;gt; \ddots&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \%&lt;br /&gt;
| &amp;lt;math&amp;gt; \%&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \#&lt;br /&gt;
| &amp;lt;math&amp;gt; \# &amp;lt;/math&amp;gt;  &lt;br /&gt;
| \vdots&lt;br /&gt;
| &amp;lt;math&amp;gt; \vdots&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \emptyset&lt;br /&gt;
| &amp;lt;math&amp;gt; \emptyset&amp;lt;/math&amp;gt;  &lt;br /&gt;
|}&lt;br /&gt;
WARNINGS: The &amp;amp; character in LaTeX usually requires a backslash, \. In TeX Notation for Moodle, apparently, it does not. Other packages, AsciiMath, may use it differently again so be careful using it. The copyright character may use the MimeTeX charset, and produces a copyright notice for John Forkosh Associates who provided a lot of the essential packages for the TeX Notation for Moodle, so I understand. I have been, almost reliably, informed that a particular instruction will produce a different notice though .:)    &lt;br /&gt;
&lt;br /&gt;
There are also a number of characters that can be used in TeX Notation for Moodle but do not render in this page:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image: cfmimetex08.png|frame|left]] &lt;br /&gt;
| Larger \left(x and \right) brackets&lt;br /&gt;
|-&lt;br /&gt;
|[[Image: cfmimetex06.gif|frame|left]]&lt;br /&gt;
| \widetilde{ab}&lt;br /&gt;
|-&lt;br /&gt;
|[[Image: cfmimetex09.gif|frame|left]]&lt;br /&gt;
| \textdegree or (50)^\circ&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Greek Letters==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt;&lt;br /&gt;
| \alpha  	&lt;br /&gt;
| &amp;lt;math&amp;gt;\beta&amp;lt;/math&amp;gt;&lt;br /&gt;
| \beta  	&lt;br /&gt;
| &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt;&lt;br /&gt;
| \gamma &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\delta&amp;lt;/math&amp;gt;&lt;br /&gt;
| \delta  	&lt;br /&gt;
| &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;&lt;br /&gt;
| \epsilon &lt;br /&gt;
| &amp;lt;math&amp;gt;\zeta&amp;lt;/math&amp;gt;&lt;br /&gt;
| \zeta &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\eta&amp;lt;/math&amp;gt;&lt;br /&gt;
| \eta &lt;br /&gt;
| &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt;&lt;br /&gt;
| \theta &lt;br /&gt;
| &amp;lt;math&amp;gt;\iota&amp;lt;/math&amp;gt;&lt;br /&gt;
| \iota &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\kappa&amp;lt;/math&amp;gt;&lt;br /&gt;
| \kappa &lt;br /&gt;
| &amp;lt;math&amp;gt;\lambda&amp;lt;/math&amp;gt;&lt;br /&gt;
| \lambda &lt;br /&gt;
| &amp;lt;math&amp;gt;\mu&amp;lt;/math&amp;gt;&lt;br /&gt;
| \mu &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\xi&amp;lt;/math&amp;gt;&lt;br /&gt;
| \xi &lt;br /&gt;
| &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;&lt;br /&gt;
| \pi &lt;br /&gt;
| &amp;lt;math&amp;gt;\rho&amp;lt;/math&amp;gt;&lt;br /&gt;
| \rho &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
| \sigma &lt;br /&gt;
| &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;&lt;br /&gt;
| \tau &lt;br /&gt;
| &amp;lt;math&amp;gt;\upsilon&amp;lt;/math&amp;gt;&lt;br /&gt;
| \upsilon &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\phi&amp;lt;/math&amp;gt;&lt;br /&gt;
| \phi &lt;br /&gt;
| &amp;lt;math&amp;gt;\chi&amp;lt;/math&amp;gt;&lt;br /&gt;
| \chi &lt;br /&gt;
| &amp;lt;math&amp;gt;\psi&amp;lt;/math&amp;gt;&lt;br /&gt;
| \psi&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\omega&amp;lt;/math&amp;gt;&lt;br /&gt;
| \omega  	&lt;br /&gt;
| &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt;&lt;br /&gt;
| \Omega  	&lt;br /&gt;
| &amp;lt;math&amp;gt;\Theta&amp;lt;/math&amp;gt;&lt;br /&gt;
| \Theta&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\Delta&amp;lt;/math&amp;gt;&lt;br /&gt;
| \Delta  	&lt;br /&gt;
| &amp;lt;math&amp;gt;\Pi&amp;lt;/math&amp;gt;&lt;br /&gt;
| \Pi  	&lt;br /&gt;
| &amp;lt;math&amp;gt;\Phi&amp;lt;/math&amp;gt;&lt;br /&gt;
| \Phi&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\Gamma &amp;lt;/math&amp;gt;&lt;br /&gt;
| \Gamma&lt;br /&gt;
| &amp;lt;math&amp;gt;\Lambda  &amp;lt;/math&amp;gt;&lt;br /&gt;
| \Lambda  &lt;br /&gt;
| &amp;lt;math&amp;gt;\Sigma  &amp;lt;/math&amp;gt;&lt;br /&gt;
| \Sigma  &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\Psi &amp;lt;/math&amp;gt;&lt;br /&gt;
| \Psi&lt;br /&gt;
| &amp;lt;math&amp;gt;\Xi &amp;lt;/math&amp;gt;&lt;br /&gt;
| \Xi&lt;br /&gt;
| &amp;lt;math&amp;gt;\Upsilon&amp;lt;/math&amp;gt;&lt;br /&gt;
| \Upsilon&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\vartheta &amp;lt;/math&amp;gt;&lt;br /&gt;
| \vartheta&lt;br /&gt;
| &amp;lt;math&amp;gt;\varrho  &amp;lt;/math&amp;gt;&lt;br /&gt;
| \varrho&lt;br /&gt;
| &amp;lt;math&amp;gt;\varphi &amp;lt;/math&amp;gt;&lt;br /&gt;
| \varphi &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\varsigma &amp;lt;/math&amp;gt;&lt;br /&gt;
| \varsigma&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notable Exceptions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Greek letter omicron. Simply put, omicron is an &amp;quot;o&amp;quot; or an &amp;quot;O&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
At the time of writing, these Greek capital letters cannot be rendered by TeX Notation in Moodle: &lt;br /&gt;
  Alpha, Beta, Zeta, Eta, Tau, Chi, Mu, Iota, Kappa and Epsilon&lt;br /&gt;
Given the relationship of Tau to finding the area of a circle, it can easily replace Pi, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, it may soon be though.&lt;br /&gt;
&lt;br /&gt;
==Fonts==&lt;br /&gt;
&lt;br /&gt;
To use a particular font you need to access the font using the same syntax as demonstrated above.&lt;br /&gt;
&lt;br /&gt;
A math calligraphic font:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\mathcal{ABCDEFGHIJKLMNOPQRSTUVXYZ}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
$$ \mathcal{ABCDEFGHIJKLMNOPQRSTUVXYZ}$$&lt;br /&gt;
&lt;br /&gt;
A Castellar type font:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\mathbb{ABCDEFGHIJKLMNOPQRSTUVXYZ}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
$$ \mathbb{ABCDEFGHIJKLMNOPQRSTUVXYZ}$$&lt;br /&gt;
&lt;br /&gt;
An Old English type font:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\mathfrak{ABCDEFGHIJKLMNOPQRSTUVXYZ}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
$$ \mathfrak{ABCDEFGHIJKLMNOPQRSTUVXYZ}$$&lt;br /&gt;
&lt;br /&gt;
This is different in Tex Notation in Moodle than it is for other, full, TeX packages. &lt;br /&gt;
&lt;br /&gt;
An italic font:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ABCDEFGHIJKLMNOPQRSTUVXYZ&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
$$ \mathi{ABCDEFGHIJKLMNOPQRSTUVXYZ} $$&lt;br /&gt;
&lt;br /&gt;
A bold-face font:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\mathbf{ABCDEFGHIJKLMNOPQRSTUVXYZ}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
$$ \mathbf{ABCDEFGHIJKLMNOPQRSTUVXYZ} $$&lt;br /&gt;
&lt;br /&gt;
==Size of displays==&lt;br /&gt;
&lt;br /&gt;
The default size is rendered slightly larger than normal font size. TeX Notation in Moodle uses eight different sizes ranging from &amp;quot;tiny&amp;quot; to &amp;quot;huge&amp;quot;. However,these values seem to mean different things and are, I suspect, dependent upon the User&#039;s screen resolution. The sizes can be noted in four different ways: &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| \fontsize{0} to \fontsize{7}&lt;br /&gt;
| $$\fontsize{2} x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12)$$&lt;br /&gt;
| [[Image:cfmimetex11a.gif|left]]&lt;br /&gt;
|-&lt;br /&gt;
| \fs{0} to \fs{7}&lt;br /&gt;
| $$\fs{4} x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12)$$&lt;br /&gt;
| [[Image:cfmimetex11b.gif|left]]&lt;br /&gt;
|-&lt;br /&gt;
| \fs0 to \fs7&lt;br /&gt;
| $$\fs6 x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12)$$&lt;br /&gt;
| [[Image:cfmimetex11c.gif|left]]&lt;br /&gt;
|-&lt;br /&gt;
| As well, you can use \tiny \small &lt;br /&gt;
\normalsize \large \Large &lt;br /&gt;
\LARGE \huge \Huge&lt;br /&gt;
| $$\normalsize x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12)$$&lt;br /&gt;
| [[Image:cfmimetex11d.gif|left]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
It appears that TeX Notation in Moodle now allows \fs6, \fs7, \huge and \Huge to be properly rendered.&lt;br /&gt;
&lt;br /&gt;
==Colour==&lt;br /&gt;
&lt;br /&gt;
Unlike many scripting languages, we only need to name the colour we want to use. You may have to experiment a little with colours, but it will make for a brighter page. Once named, the entire statement will appear in the colour, and if you mix colours, the last named colour will dominate. Some examples: &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| $$ \red x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12) $$&lt;br /&gt;
| [[Image: cfmimetex30a.gif|right]] &lt;br /&gt;
|-&lt;br /&gt;
| $$ \blue x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12) $$&lt;br /&gt;
| [[Image: cfmimetex30b.gif|right]]&lt;br /&gt;
|-&lt;br /&gt;
| $$ \green x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12) $$&lt;br /&gt;
| [[Image: cfmimetex30c.gif|right]]&lt;br /&gt;
|-&lt;br /&gt;
| $$ \red x \ = \ \frac{\sqrt{144}}{2}$$ $$ \times $$ &lt;br /&gt;
$$\green (y \ + \ 12) $$ $$ \ = $$ $$ \ \blue 6^3 $$ &lt;br /&gt;
| [[Image: cfmimetex30d.gif|right]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Moodle 2.2 note: You may find this doesn&#039;t work for you. You can try to add &amp;quot;\usepackage{color}&amp;quot; to your tex notation setting &amp;quot;LaTeX preamble&amp;quot; (under Site adminstration/Plugins/Filters/TeX notation)and then use this new syntax: $$ \color{red} x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12) $$&lt;br /&gt;
&lt;br /&gt;
You may note this last one, it is considerably more complex than the previous for colours. TeX Notation in Windows does not allow multicoloured equations, if you name a number of colours in the equation, only the last named will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Geometric Shapes== &lt;br /&gt;
&lt;br /&gt;
There are two ways to produce geometric shapes, one is with circles and the other is with lines. Each take a bit of practice to get right, but they can provide some simple geometry. It may be easier to produce the shapes in Illustrator or Paint Shop Pro or any one of a number of other drawing packages and use them to illustrate your lessons, but sometimes, some simple diagrams in Moodle will do a better job.&lt;br /&gt;
&lt;br /&gt;
==Circles==&lt;br /&gt;
&lt;br /&gt;
Circles are easy to make. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:cfmimetex20.gif|left]]&lt;br /&gt;
| Circles are easily created, and only needs a number to determine how large the circle is. &lt;br /&gt;
To create the circle use $$ \circle(150) $$. This makes a circle of 150 pixels in diameter. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Creating Arcs==&lt;br /&gt;
&lt;br /&gt;
Arcs are also easy to produce, but require some additional parameters. The same code structure used in circles create the basic shape, but the inclusion of a start and end point creates only the arc. However, notice where the 0 point is, not at the true North, but rather the East and run in an anti-clockwise direction. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:cfmimetex21a.gif|left]]&lt;br /&gt;
| $$ \circle(120;90,180)$$&lt;br /&gt;
| [[Image:cfmimetex21b.gif|left]]&lt;br /&gt;
| $$ \circle(120;0,90)$$&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:cfmimetex21c.gif|left]]&lt;br /&gt;
| $$ \circle(120;180,270)$$&lt;br /&gt;
| [[Image:cfmimetex21d.gif|left]]&lt;br /&gt;
| $$ \circle(120;270,360)$$&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
This structure breaks down into the \circle command followed by the diameter, not the radius, of the circle, followed by a semi-colon, then the demarcation of the arc, the nomination of the start and end points in degrees from the 0, East, start point. Note that the canvas is the size of the diameter nominated by the circle&#039;s parameters.&lt;br /&gt;
&lt;br /&gt;
==The \picture Command==&lt;br /&gt;
&lt;br /&gt;
Using circles and arcs as shown above is somewhat limiting. The \picture command allows you to use a frame in which to build a picture of many layers. Each part of the picture though needs to be in its own space, and while this frame allows you to be creative, to a degree, there are some very hard and fast rules about using it. &lt;br /&gt;
&lt;br /&gt;
All elements of a picture need to be located within the picture frame. Unexpected results occur when parts of an arc, for example, runs over the border of the frame. (This is particularly true of lines, which we will get to next, and the consequences of that overstepping of the border can cause serious problems.)&lt;br /&gt;
&lt;br /&gt;
The \picture command is structured like:&lt;br /&gt;
   \picture(100){(50,50){\circle(200)}}&lt;br /&gt;
   \command(size of frame){(x co-ordinate, y co-ordinate){\shape to draw(size or x co-ordinate, y co-ordinate)})  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; The brace is used to enclose each set of required starting point coordinates. Inside each set of braces, another set of braces is used to isolate each set of coordinates from the other, and those coordinates use their proper brackets and backslash. Count the opening and closing brackets, be careful of the position,       &lt;br /&gt;
  &lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:cfmimetex24a.gif|left]]&lt;br /&gt;
| $$ \picture(100){(50,50){\circle(200)}}&amp;amp;&amp;amp;&lt;br /&gt;
&lt;br /&gt;
The picture frame brings elements together that you may not otherwise see.&lt;br /&gt;
&lt;br /&gt;
Because of the frame size of 100px and the centre point of the circle in the mid-point of the frame, the 200px circle will be squashed. Unexpected results occur when sizes are not correct.&lt;br /&gt;
| [[Image:cfmimetex24b.gif|left]]&lt;br /&gt;
|&lt;br /&gt;
Using the picture frame, you can layer circles &lt;br /&gt;
and lines over each other, or they can intersect.&lt;br /&gt;
&lt;br /&gt;
$$ \picture(100){(50,50){\circle(99)} (50,50){\circle(80)}} $$&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:cfmimetex24c.gif|left]]&lt;br /&gt;
| You may want to see an image of a circle with a dot in the middle. &lt;br /&gt;
You may have to try to place the centre dot correctly , but the &lt;br /&gt;
ordering of the elements in the image may have an impact.&lt;br /&gt;
&lt;br /&gt;
$$ \picture(100){(48,46){\bullet}(50,50){\circle(99)}} $$ &lt;br /&gt;
| [[Image:cfmimetex24d.gif|left]]&lt;br /&gt;
| Using the same ideas as above, you can make semi-circles.&lt;br /&gt;
&lt;br /&gt;
$$\picture(150){(50,50){\circle(100;0,180)}(100,50){\circle(100;180,360)}}$$&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lines==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Warning:&#039;&#039;&#039; Drawing lines in TeX Notation in Moodle is an issue, go to the [[Using_TeX_Notation#Reserved_Characters_and_Keywords| Using Text Notation]] for more information. If the line is not noted properly then the parser will try to correctly draw the line but will not successfully complete it. This means that every image that needs be drawn will be drawn until it hits the error. When the error is being converted, it fails, so no subsequent image is drawn. Be careful and make sure your line works BEFORE you move to the next problem or next image. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image: cfmimetex26.gif|frame|left| a couple of lines]] &lt;br /&gt;
| $$\red \picture(200){(20,0){ \line(180,0)}{(20,180){\line(180,0}$$ &lt;br /&gt;
 &lt;br /&gt;
The structure of the picture box is that the \picture(200) provides a square image template.&lt;br /&gt;
&lt;br /&gt;
The (20,0) provides the starting coordinates for any line that comes after. In this case the start point is at 20pixels in the x axis and 0 pixels in the y axis. The starting point for all coordinates, 0,0, is the bottom left corner and they run in a clockwise manner. &#039;&#039;&#039;Do not confuse this with arcs.&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
The \line(180,0) determines the length and inclination of the line. In this case, the inclination is 0 and the length is 180px. &lt;br /&gt;
&lt;br /&gt;
These are enclosed in braces, all inside one set of braces owned by the \picture() control sequence.&lt;br /&gt;
&lt;br /&gt;
The next set of commands are the same, that is, the (20,200) are the coordinates of the next line. The x co-ordinate is the 20, that is the distance to the right from the 0 point. The y co-ordinates is the distance from the bottom of the image. Whereas the first line started and ran on the bottom of the picture frame, the y co-ordinate starts at the 200 pixel mark from the bottom of the image. The line, at 180 pixels long and has no y slope. This creates a spread pair of parallel lines.     &lt;br /&gt;
| [[Image: cfmimtex27.gif|thumb|right|150px|\picture explained]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
While this explains the structure of a line, there is a couple of elements that you need to go through to do more with them.&lt;br /&gt;
&lt;br /&gt;
==Squares and Rectangles==&lt;br /&gt;
Drawing squares and rectangles is similar, but only slightly different. &lt;br /&gt;
&lt;br /&gt;
There should be a square box tool, and there is, but unless it has something inside it, it does not display. It is actually easier to make a square using the \line command.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image: line03.gif|left]]&lt;br /&gt;
|This box is constructed using:&lt;br /&gt;
$$ \picture(250){(10,10){\line(0,230)}(10,10){\line(230,0)}(240,10){\line(0,230)}(10,240){\line(230,0)}}$$&lt;br /&gt;
It is a 250 pixel square box with a 230 pixel square inside it.&lt;br /&gt;
| [[Image: line04.gif|left]]&lt;br /&gt;
|This box is different in that is has the equal length indicators that are used in a square.&lt;br /&gt;
$$ \picture(250){(10,10){\line(0,230)}&lt;br /&gt;
(5,120){\line(10,0)}&lt;br /&gt;
(10,10){\line(230,0)}&lt;br /&gt;
(120,5){\line(0,10)}&lt;br /&gt;
(240,10){\line(0,230)}&lt;br /&gt;
(235,120){\line(10,0)}&lt;br /&gt;
(10,240){\line(230,0)}&lt;br /&gt;
(120,235){\line(0,10)}}$$&lt;br /&gt;
|-&lt;br /&gt;
| [[Image: line05.gif|left]]&lt;br /&gt;
| The rectangle then becomes the same thing, but with one side shorter. For a portrait canvas it would be:&lt;br /&gt;
$$ \picture(250){(10,10){\line(0,230)}(10,10){\line(150,0)}(160,10){\line(0,230)}(10,240){\line(150,0)}}$$&lt;br /&gt;
| [[Image: line06.gif|left]]&lt;br /&gt;
|The rectangle can also produce a landscape shape:&lt;br /&gt;
$$ \picture(250){(10,10){\line(0,160)}(10,10){\line(230,0)}(240,10){\line(0,160)}(10,170){\line(230,0)}}$$&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Controlling Angles==&lt;br /&gt;
&lt;br /&gt;
Controlling angles is a little different. They involve a different perception, but not one that is unfamiliar. Consider this:&lt;br /&gt;
&lt;br /&gt;
We have a point from which we want to draw a line that is on an angle. The notation used at this point can be positive, positive or positive, negative or negative, positive or negative, negative. Think of it like a number plane or a graph, using directed numbers. The 0,0 point is in the centre, and we have four quadrants around it that give us one of the previously mentioned results.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot;|[[Image:co-ordquadrants.png|left]]&lt;br /&gt;
| [[Image:line06a.gif|left]] $$\picture(100){(50,50){\line(40,45)}}$$, &lt;br /&gt;
a positive x and positive y&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:line06b.gif|left]]$$\picture(100){(50,50){\line(-40,45)}}$$&lt;br /&gt;
a negative x and positive y&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:line06c.gif|left]]$$\picture(100){(50,50){\line(-40,-45)}}$$&lt;br /&gt;
a negative x and negative y&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:line06d.gif|left]]$$\picture(100){(50,50){\line(40,-45)}}$$&lt;br /&gt;
a positive x and a negative y&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Essentially, what these points boil down to is that anything above the insertion point is a positive on the y axis, anything below is a negative. Anything to the left of the insertion point is a negative while everything to the right is a positive. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:line06e.gif|left]]&lt;br /&gt;
| $$\picture(100){(50,50){\line(40,45)}(50,50){\line(-40,45)}(50,50){\line(-40,-45)}(50,50){\line(40,-45)}}$$&lt;br /&gt;
&lt;br /&gt;
The co-ordinate alignment process in TeX is not that good that you can use one set of co-ords as a single starting point for all lines. The layering of each object varies because of the position of the previous object, so each object needs to be exactly placed.&lt;br /&gt;
&lt;br /&gt;
This co-ord structure has a great deal of impact on intersecting lines, parallel lines and triangles. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Intersecting Lines==&lt;br /&gt;
&lt;br /&gt;
You can set up an intersecting pair easily enough, using the \picture control sequence.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:cfmimetex31.gif|left]]&lt;br /&gt;
| $$ \picture(200){(10,0){\line(150,150)} (0,130){\line(180,-180)}} $$&lt;br /&gt;
&lt;br /&gt;
The lines that are drawn can be labeled.&lt;br /&gt;
&lt;br /&gt;
$$ \picture(200){(10,0){\line(150,150)}(0,130){\line(180,-180)}&lt;br /&gt;
(0,10){A}(0,135){B}(140,0){C}(140,150){D}(62,80){X}} $$ &lt;br /&gt;
&lt;br /&gt;
To produce another image.&lt;br /&gt;
| [[Image:cfmimetex32.gif|right]]&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align: center;&amp;quot;| To which you may want to ask the question: &lt;br /&gt;
$$The \ \angle \ of \ AXB \ is \ 72\textdegree. \ What \ is \ the \ value \ of \ \angle BXD? $$&lt;br /&gt;
 [[Image: cfmimetex32a.gif|center]] &lt;br /&gt;
&lt;br /&gt;
NOTE: Labeling this image, above-right, turned out to be fairly simple. Offsetting points by a few pixels at the start or end points of the lines proved a successful strategy. The X point proved a little more problematic, and took a number of adjustments before getting it right. Experience here will help.&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot;| With labels the drawing can become a little more like your traditional geometric drawing, but the devil is in the details. The parallel markers need to be placed properly, and that is where experience really comes into it. On lines that are vertical or horizontal, you can get away with using the &amp;gt; or &amp;lt; directly from the keyboard, or the &amp;lt;math&amp;gt;\gg&amp;lt;/math&amp;gt;  or &amp;lt;math&amp;gt;\ll&amp;lt;/math&amp;gt;  symbols. In either case, you need to position them properly.&lt;br /&gt;
&lt;br /&gt;
The code:&lt;br /&gt;
$$\picture(200){(15,45){\line(170,0)} (15,30){c}(170,28){d}(15,160){\line(170,0)}(15,145){e}(180,143){f}(50,20){\line(110,175)}(58,20){a}(140,185){b}(42,32){\kappa}(53,48){\beta}&lt;br /&gt;
(150,165){\kappa}&lt;br /&gt;
(90,38){\gg}(80,153){\gg}&lt;br /&gt;
}$$&lt;br /&gt;
| [[Image:line10.gif|right]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lines and Arcs==&lt;br /&gt;
&lt;br /&gt;
Combining lines and arcs is a serious challenge actually, on a number of levels. For example lets take an arc from the first page on circles.&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image: line11.gif|left]]&lt;br /&gt;
| Fairly innocuous of itself, but when we start to add in elements, it changes dramatically.&lt;br /&gt;
&lt;br /&gt;
$$ \circle(120;90,180) $$&lt;br /&gt;
|-&lt;br /&gt;
| [[Image: line12.gif|left]]&lt;br /&gt;
| $$\picture(150){(75,75){\circle(120;90,180)}(75,75){\line(-70,0)}(75,75){\line(0,75)}} $$&lt;br /&gt;
All elements in this drawing start in the same place. Each is layered, and properly placed on the canvas, and using the same co-ord to start makes it easy to control them. No matter the size of the arc, intersecting lines can all be drawn using the centre co-ords of the arc. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Triangles == &lt;br /&gt;
&lt;br /&gt;
Of all the drawing objects, it is actually triangles that present the most challenge. For example:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:line13.gif|left]]&lt;br /&gt;
$$\picture(350){(10,10){\line(0,320)}(10,330){\line(330,0)}(10,10){\line(330,320)}}$$&lt;br /&gt;
|This is a simple triangle, one that allows us to establish a simple set of rules for the sides. The vertical always has an x=0 co-ord and the horizontal always has a y=0 co-ord.&lt;br /&gt;
&lt;br /&gt;
In this case with an x value of 330 on the horizontal, and a y value of 320 on the vertical, the hypotenuse should then have a value of x=340, and the y=330, but not so, they actually have an x=330 and a y=320.&lt;br /&gt;
&lt;br /&gt;
There is no need to add the starting point co-ords to the x and y values of the line.&lt;br /&gt;
| [[Image:line14.gif|right]]&lt;br /&gt;
$$picture(350){(10,10){\line(330,0)}(340,10){\line(0,320)}(340,330){\line(-330,-320)}}$$ &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
This triangle has been developed for a Trigonometry page - but the additional notation should provide insight into how you can use it. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:line16.gif|left]]&lt;br /&gt;
| This is a labeled image, but it has an \fbox in it with its little line. With some effort, it could be replaced with two intersecting short lines.&lt;br /&gt;
$$\picture(350,150){(25,25){\line(300,0)}(325,25){\line(0,110)}(25,25){\line(300,110)}(309,25){\fbox{\line(5,5)}}&lt;br /&gt;
(307,98){\theta}(135,75){\beta}(150,5){\alpha}(335,75){\epsilon}}$$ &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| The triangle shows like: &lt;br /&gt;
[[Image:trig01.gif|left]]&lt;br /&gt;
|We use the different elements of the triangle to identify those things we need to know about a right-angled triangle. &lt;br /&gt;
&lt;br /&gt;
The hypotenuse is always the side that is opposite the right angle. The longest side is always the Hypotenuse. &lt;br /&gt;
&lt;br /&gt;
To identify the other elements of the triangle we look for the sign &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;\Theta&amp;lt;/math&amp;gt; is the starting point for naming the other sides. &lt;br /&gt;
&lt;br /&gt;
The side that is opposite &amp;lt;math&amp;gt;\angle \theta&amp;lt;/math&amp;gt; is known as the Opposite. &lt;br /&gt;
&lt;br /&gt;
The side that lies alongside &amp;lt;math&amp;gt;\angle \theta&amp;lt;/math&amp;gt; is known as the Adjacent side. &lt;br /&gt;
&lt;br /&gt;
To determine which is which, draw a line that bisects &amp;lt;math&amp;gt;\angle \theta&amp;lt;/math&amp;gt; and whatever line it crosses is the Opposite side. &lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot;| The code:&lt;br /&gt;
$$ \picture(350,250){(25,25){\line(300,0)}(25,25){\line(0,220)}(25,245){\line(300,-220)}(310,25){\circle(100;135,180)}(20,100){\line(310,-75)} (25,25){\fbox{\line(5,5)}}(25,25){\line(150,150)}(165,140){Hypotenuse}(120,2){Adjacent}(2,80){\rotatebox{90}{Opposite}}(270,40){\theta}}$$&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Matrices=&lt;br /&gt;
A Matrix is a rectangular array of numbers arranged in rows and columns which can be used to organize numeric information. Matrices can be used to predict trends and outcomes in real situations - i.e. polling.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==A Matrix==&lt;br /&gt;
A matrix can be written and displayed like [[Image: matrices03.gif|A matrix]]&lt;br /&gt;
&lt;br /&gt;
In this case the matrix is constructed using the brackets before creating the array:&lt;br /&gt;
  $$ M = \left[\begin{array}{ccc} a&amp;amp;b&amp;amp;1 \ c&amp;amp;d&amp;amp;2 \ e&amp;amp;f&amp;amp;3\end{array}\right] $$&lt;br /&gt;
The internal structure of the array is generated by the &amp;amp;, ampersand, and the double backslash.&lt;br /&gt;
&lt;br /&gt;
You can also create a grid for the matrix.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|A dashed line&lt;br /&gt;
|A solid line&lt;br /&gt;
|A mixed line&lt;br /&gt;
|-&lt;br /&gt;
|[[Image: matrices04.gif]] 	&lt;br /&gt;
|[[Image: matrices05.gif]]	&lt;br /&gt;
|[[Image: matrices06.gif]]&lt;br /&gt;
|-&lt;br /&gt;
|$$ M = \left[\begin{array}&#039;&#039;&#039;{c.c.c}&#039;&#039;&#039; a&amp;amp;b&amp;amp;1 \ &#039;&#039;&#039;\hdash&#039;&#039;&#039; c&amp;amp;d&amp;amp;2 \ &#039;&#039;&#039;\hdash&#039;&#039;&#039; e&amp;amp;f&amp;amp;3\end{array}\right] $$ 	&lt;br /&gt;
|$$ M = \left[\begin{array}&#039;&#039;&#039;{c|c|c}&#039;&#039;&#039; a&amp;amp;b&amp;amp;1 \ &#039;&#039;&#039;\hline&#039;&#039;&#039; c&amp;amp;d&amp;amp;2 \ &#039;&#039;&#039;\hline&#039;&#039;&#039; e&amp;amp;f&amp;amp;3\end{array}\right] $$ 	&lt;br /&gt;
|$$ M = \left[\begin{array}&#039;&#039;&#039;{c.c|c}&#039;&#039;&#039; a&amp;amp;b&amp;amp;1 \ &#039;&#039;&#039;\hline&#039;&#039;&#039; c&amp;amp;d&amp;amp;2 \ &#039;&#039;&#039;\hdash&#039;&#039;&#039; e&amp;amp;f&amp;amp;3\end{array}\right] $$&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The command sequences here are the {c|c.c} and \hdash and \hline. The pipe, |, and the full stop determine the line type for the vertical line.&lt;br /&gt;
&lt;br /&gt;
Matrices also respond to other TeX Notation commands such as size and colour.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Colour&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot;|Size&lt;br /&gt;
|-&lt;br /&gt;
|[[Image: matrices07.gif]] 	&lt;br /&gt;
|[[Image: matrices08.gif]]&lt;br /&gt;
|[[Image: matrices09.gif]]&lt;br /&gt;
|-&lt;br /&gt;
|$$ &#039;&#039;&#039;\blue&#039;&#039;&#039; M = \left[\begin{array}{c.c.c} a&amp;amp;b&amp;amp;1 \ \hdash c&amp;amp;d&amp;amp;2 \ \hdash e&amp;amp;f&amp;amp;3\end{array}\right] $$ 	&lt;br /&gt;
|$$ &#039;&#039;&#039;\fs7&#039;&#039;&#039; M = \left[\begin{array}{c.c.c} a&amp;amp;b&amp;amp;1 \ \hdash c&amp;amp;d&amp;amp;2 \ \hdash e&amp;amp;f&amp;amp;3\end{array}\right] $$ 	&lt;br /&gt;
|$$ &#039;&#039;&#039;\fs2&#039;&#039;&#039; M = \left[\begin{array}{c.c.c} a&amp;amp;b&amp;amp;1 \ \hdash c&amp;amp;d&amp;amp;2 \ \hdash e&amp;amp;f&amp;amp;3\end{array}\right] $$&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Creating equal and unequal matrices==&lt;br /&gt;
Equal and unequal matrices are simply matrices that either share or not share the same number of rows and columns. To be more precise, equal matrices share the same order and each element in the corresponding positions are equal. Anything else is unequal matrices.&lt;br /&gt;
&lt;br /&gt;
Actually equal and unequal matrices are constructed along similar lines, but have different shapes:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Equal Matrix&lt;br /&gt;
|An unequal matrix&lt;br /&gt;
|-&lt;br /&gt;
|[[Image: matrices10.gif]] 	&lt;br /&gt;
|[[Image: matrices11.gif]]&lt;br /&gt;
|-&lt;br /&gt;
| $$ \left[\begin{array} a&amp;amp;b&amp;amp;1 \ c&amp;amp;d&amp;amp;2 \ e&amp;amp;f&amp;amp;3\end{array}\right] \ = \ \left[\begin{array} 12&amp;amp;11&amp;amp;z \ 10&amp;amp;9&amp;amp;y \ 8&amp;amp;7&amp;amp;x\end{array}\right] $$&lt;br /&gt;
| $$ \left[\begin{array} a&amp;amp;b \ c&amp;amp;d \ e&amp;amp;f \end{array}\right] \ \neq \ \left[\begin{array} 12&amp;amp;11&amp;amp;z \ 10&amp;amp;9&amp;amp;y \ 8&amp;amp;7&amp;amp;x\end{array}\right] $$&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Labeling a Matrix==&lt;br /&gt;
&lt;br /&gt;
Addition and subtraction matrices are similar again, but the presentation is usually very different. The problem comes when trying to mix labels into arrays. The lack of sophistication in the TeX Notation plays against it here.&lt;br /&gt;
&lt;br /&gt;
Moodle allows an easy adoption of tables to make it work though. For example:&lt;br /&gt;
&lt;br /&gt;
  Bill the baker supplies three shops, A, B and C with pies, pasties and sausage rolls. &lt;br /&gt;
  He is expected to determine the stock levels of those three shops in his estimation of supplies.&lt;br /&gt;
&lt;br /&gt;
It is better to use the Moodle Fullscreen editor for this, to have a better idea of how the end product will look and to take advantage of the additional tools available. Design decisions need occupy our attention for a while. We need a table of five rows and four columns. The first row is a header row, so the label is centred. The next row needs four columns, a blank cell to start and labels A, B and C. The next three rows are divided into two columns, with the labels, pies, pasties and sausage rolls in each row of the first column and the matrix resides in a merged set of columns there. So first the table:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Insert Table - initial properties&lt;br /&gt;
| Merge Cells Button&lt;br /&gt;
| Advanced Properties&lt;br /&gt;
|-&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot;|[[Image: matricestable01.png|Table properties]]&lt;br /&gt;
| [[Image: matricestable02.png | Merge cells]]&lt;br /&gt;
| [[Image: matricestable03.png | Cell properties button]]&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot;| You may need to look into the Advanced properties setting of the tables and cells to make this work.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is the immediate result: &lt;br /&gt;
&lt;br /&gt;
[[Image: matricestable04.png | The resulting table]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
While not a very good look, it can be made better by tweaking the table using the advanced settings and properties buttons and then you can tweak the matrix itself.&lt;br /&gt;
&lt;br /&gt;
==Tweaking the Matrix==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image: matricestable05a.png | A tweaked matrix]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Things are not always as they seem, be aware, the &amp;quot;c&amp;quot; does not stand for &amp;quot;column&amp;quot;, it actually stands for &amp;quot;centre&amp;quot;. The columns are aligned by the letters l, for left, c for centre and r for right.&lt;br /&gt;
&lt;br /&gt;
Each column is spread across 50 pixels, so the value of 50 is entered into the alignment declaration. The plus sign before the value is used to &amp;quot;propogate&amp;quot; or to force the value across the whole matrix, but is not used when wanting to separate only one column. &lt;br /&gt;
&lt;br /&gt;
To set the rows is a little more problematic. The capital letter C sets the vertical alignment to the centre, (B is for baseline, but that does not guarantee that the numbers will appear on the base line, and there does not appear to be any third value). The plus sign and following value sets the height of all rows to the number given. In this I have given it a value of 25 pixels for the entire matrix. If there were four or five rows, the same height requirement is made. &lt;br /&gt;
&lt;br /&gt;
The order things appear is also important. If you change the order of these settings, they will either not work at all, or will not render as you expect them to. If something does not work properly, then check to make sure you have the right order first.&lt;br /&gt;
&lt;br /&gt;
==An Addition Matrix==&lt;br /&gt;
&lt;br /&gt;
The rule for performing operations on matrices is that they must be equal matrices. For example, addition matrices look like:&lt;br /&gt;
&lt;br /&gt;
[[Image: matricestable06.png | An addition matrix]]&lt;br /&gt;
&lt;br /&gt;
with the results obvious. The code is:&lt;br /&gt;
&lt;br /&gt;
  $$\left[\begin{array}{c+50C+25.c.c}&lt;br /&gt;
  11&amp;amp;14&amp;amp;12 \ \hdash16&amp;amp;12&amp;amp;22 \ \hdash 14&amp;amp;17&amp;amp;15&lt;br /&gt;
  \end{array}\right] + \left[\begin{array}{c+50C+25.c.c}&lt;br /&gt;
  60&amp;amp;60&amp;amp;60 \ \hdash 40&amp;amp;40&amp;amp;30 \ \hdash 30&amp;amp;30&amp;amp;30&lt;br /&gt;
  \end{array}\right] $$&lt;br /&gt;
&lt;br /&gt;
==A Subtraction Matrix==&lt;br /&gt;
&lt;br /&gt;
Similar to an addition matrix in its construction, the subtraction matrix is subject to the same rules of equality.&lt;br /&gt;
&lt;br /&gt;
Using the same essential data, we can calculate the daily sales of each of the shops.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image: matricestable07.png | A subtraction matrix]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The code is:&lt;br /&gt;
  $$ \left[\begin{array}{c+50C+25.c.c}&lt;br /&gt;
  72&amp;amp;95&amp;amp;68 \ \hdash 54&amp;amp;61&amp;amp;65 \ \hdash 48&amp;amp;51&amp;amp;60&lt;br /&gt;
  \end{array}\right] - \left[\begin{array}{c+50C+25.c.c}&lt;br /&gt;
  11&amp;amp;14&amp;amp;12 \ \hdash 16&amp;amp;12&amp;amp;22 \ \hdash 14&amp;amp;17&amp;amp;15&lt;br /&gt;
  \end{array}\right] = \left[\begin{array}{c+50C+25.c.c}&lt;br /&gt;
  61&amp;amp;81&amp;amp;56 \ \hdash 38&amp;amp;49&amp;amp;43 \ \hdash 34&amp;amp;34&amp;amp;48&lt;br /&gt;
  \end{array}\right] $$  &lt;br /&gt;
&lt;br /&gt;
This code looks more complex than it really is, it is cluttered by the lines and alignment sequences.&lt;br /&gt;
&lt;br /&gt;
==Multiplication Matrices==&lt;br /&gt;
&lt;br /&gt;
Different than the addition or subtraction matrices, the multiplication matrix comes in three parts, the row matrix, the column matrix and the answer matrix. This implies it has a different construction methodology.&lt;br /&gt;
&lt;br /&gt;
[[Image: matrices16.gif | A multiplication matrix]]&lt;br /&gt;
&lt;br /&gt;
And the code for this is: &lt;br /&gt;
  $$ \begin{array} 10&amp;amp;amp;14&amp;amp;amp;16\end{array} \ &lt;br /&gt;
  \left[\begin{array} 45 \\ 61 \\ 19 \end{array}\right] &lt;br /&gt;
  \ = \ \begin{array} 450&amp;amp;amp;854&amp;amp;amp;304\end{array} $$&lt;br /&gt;
&lt;br /&gt;
While different, it is not necessarily more complex. For example a problem like:&lt;br /&gt;
&lt;br /&gt;
  Bill the baker is selling his product to Con the cafe owner, who &lt;br /&gt;
  wants to make sure his overall prices are profitable for himself. &lt;br /&gt;
  Con needs to make sure that his average price is providing sufficient &lt;br /&gt;
  profit to be able to keep the cafes open. Con makes his calculations &lt;br /&gt;
  on a weekly basis, comparing cost to sale prices.&lt;br /&gt;
&lt;br /&gt;
With the pies, pasties and sausage rolls in that order he applies them to the cost and sale price columns :&lt;br /&gt;
&lt;br /&gt;
[[Image: matrices17.gif | A multiplication matrix]]&lt;br /&gt;
&lt;br /&gt;
The code for this is: &lt;br /&gt;
  $$\left[\begin{array} 350&amp;amp;amp;310&amp;amp;amp;270 \end{array}\right] \ &lt;br /&gt;
  \left[\begin{array} \$2.10&amp;amp;amp;\$3.60 \ \$2.05&amp;amp;amp;\$3.60 \ \$1.90&amp;amp;amp;\$3.10 \end{array} &lt;br /&gt;
  \right] \ = \ \left[\begin{array} \$735.00&amp;amp;amp;\$1260.00 \ \$635.50&amp;amp;amp;\$1116.00 \ &lt;br /&gt;
  \$513.00&amp;amp;amp;$\837.00 \end{array}\right] $$&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[MathJax_filter]] - available in Moodle 2.7 and later&lt;br /&gt;
* [[TeX notation filter]] To turn on the TeX Notation &lt;br /&gt;
* [[Advanced Maths Tools]] Moodle 2.x - The Next Generation of TeX Tools&lt;br /&gt;
* [[DragMath equation editor]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Using_TeX_Notation_2&amp;diff=112664</id>
		<title>Using TeX Notation 2</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Using_TeX_Notation_2&amp;diff=112664"/>
		<updated>2014-05-18T05:22:14Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: Redirected page to Using TeX Notation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Using_TeX_Notation]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Using_TeX_Notation_3&amp;diff=112663</id>
		<title>Using TeX Notation 3</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Using_TeX_Notation_3&amp;diff=112663"/>
		<updated>2014-05-18T05:21:49Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: Merged into main page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Using_TeX_Notation]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Using_TeX_Notation_4&amp;diff=112662</id>
		<title>Using TeX Notation 4</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Using_TeX_Notation_4&amp;diff=112662"/>
		<updated>2014-05-18T05:21:23Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: Merged into main page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Using_TeX_Notation]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Using_TeX_Notation&amp;diff=112661</id>
		<title>Using TeX Notation</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Using_TeX_Notation&amp;diff=112661"/>
		<updated>2014-05-18T05:20:26Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: Last commit combined pages 1-4 into one.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Filters}}&lt;br /&gt;
{{Work in progress}}&lt;br /&gt;
TeX (pronounced TEK) is a very widespread and popular way of representing Mathematics notation using only characters that you can type on a keyboard (see [https://en.wikipedia.org/wiki/TeX Wikipedia]).  This makes it a useful format to use in Moodle, since it can be entered anywhere you can type text, from forum posts to quiz questions.&lt;br /&gt;
&lt;br /&gt;
TeX expressions can be entered in multiple ways:&lt;br /&gt;
* typing them directly into texts.&lt;br /&gt;
* using the Java-based Dragmath editor in Moodle&#039;s TinyMCE editor.&lt;br /&gt;
* using the HTML-based equation editor in Moodle&#039;s Atto editor (since Moodle 2.7).&lt;br /&gt;
&lt;br /&gt;
Afterwards, TeX expressions are rendered into Mathematics notation:&lt;br /&gt;
* using the TeX filter in Moodle, which uses a TeX binary installed on the server to convert expressions into .gif images (or if that is not available, it falls back to a simple built-in mimetex binary).&lt;br /&gt;
* using the [[MathJax_filter]] which identifies TeX expressions and uses the Mathjax JS library to render them in browsers at display time (since Moodle 2.7).&lt;br /&gt;
* using other third-party solutions.&lt;br /&gt;
&lt;br /&gt;
As you can imagine, the whole field is not simple as we&#039;d like, especially because there are many flavours of TeX and slight variations between tools.&lt;br /&gt;
&lt;br /&gt;
This page focusses only on using TeX in core Moodle.  See the links at the bottom of this page for more information on setting up TeX editors and filters, including other tools from the Moodle community that may be suitable for advanced users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;WARNING:&#039;&#039;&#039; This Wiki environment uses DIFFERENT to Moodle, especially when it comes to control sequences.  You will want to test expressions well in your own site.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Language Conventions== &lt;br /&gt;
&lt;br /&gt;
To identify a TeX sequence in your text, surround it with $$ markers. To invoke a particular command or control sequence, use the backslash, \. A typical control sequence looks like: &lt;br /&gt;
&lt;br /&gt;
  $$ x\ =\ \frac{\sqrt{144}}{2}\ \times\ (y\ +\ 12) $$  &lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image: cfmimetex10.gif|frame|center]]&lt;br /&gt;
|-&lt;br /&gt;
|Fraction and square root.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additional spaces can be placed into the equation using the \ without a trailing character.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Reserved Characters and Keywords==&lt;br /&gt;
&lt;br /&gt;
Most characters and numbers on the keyboard can be used at their default value. As with any computing language, though, there are a set of reserved characters and keywords that are used by the program for its own purposes. TeX Notation is no different, but it does have a very small set of Reserved Characters. This will not be a complete list of reserved characters, but some of these are: &lt;br /&gt;
&lt;br /&gt;
  @ # $ % ^ &amp;amp; * ( ) . &lt;br /&gt;
&lt;br /&gt;
To use these characters in an equation just place the \ in front of them like \$ or \%. If you want to use the backslash, just use \backslash. The only exception here seems to be the &amp;amp;, ampersand. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Superscripts, Subscripts and Roots==&lt;br /&gt;
&lt;br /&gt;
Superscripts are recorded using the caret, ^, symbol. An example for a Maths class might be: &lt;br /&gt;
&lt;br /&gt;
  $$ 4^2 \ \times \ 4^3 \ = 4^5 $$&lt;br /&gt;
  This is a shorthand way of saying: &lt;br /&gt;
  (4 x 4) x (4 x 4 x 4) = (4 x 4 x 4 x 4 x 4)&lt;br /&gt;
  or&lt;br /&gt;
  16 x 64 = 1024.&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;4^2 \ \times \ 4^3 \ = 4^5&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Subscripts are similar, but use the underscore character. &lt;br /&gt;
&lt;br /&gt;
  $$ 3x_2 \ \times \ 2x_3 $$&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;3x_2 \ \times \ 2x_3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is OK if you want superscripts or subscripts, but square roots are a little different. This uses a control sequence. &lt;br /&gt;
&lt;br /&gt;
  $$ \sqrt{64} \ = \ 8 $$&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;\sqrt{64} \ = \ 8&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also take this a little further, but adding in a control character. You may ask a question like: &lt;br /&gt;
&lt;br /&gt;
  $$ If \ \sqrt[n]{1024} \ = \ 4, \ what \ is \ the \ value \ of \ n? $$  &lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;If \ \sqrt[n]{1024} \ = \ 4, \ what \ is \ the \ value \ of \ n?&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Using these different commands allows you to develop equations like: &lt;br /&gt;
&lt;br /&gt;
  $$ The \sqrt{64} \ \times \ 2 \ \times \ 4^3 \ = \ 1024 $$&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;The \sqrt{64} \ \times \ 2 \ \times \ 4^3 \ = \ 1024&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Superscripts, Subscripts and roots can also be noted in [[Using TeX Notation 4 | Matrices]].&lt;br /&gt;
&lt;br /&gt;
==Fractions==&lt;br /&gt;
&lt;br /&gt;
Fractions in TeX are actually simple, as long as you remember the rules.&lt;br /&gt;
&lt;br /&gt;
  $$ \frac{numerator}{denominator} $$ which produces &amp;lt;math&amp;gt;\frac{numerator}{denominator}&amp;lt;/math&amp;gt; .&lt;br /&gt;
&lt;br /&gt;
This can be given as:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;\frac{5}{10} \ is \ equal \ to \ \frac{1}{2}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This is entered as:&lt;br /&gt;
&lt;br /&gt;
  $$ \frac{5}{10} \ is \ equal \ to \ \frac{1}{2}.$$&lt;br /&gt;
&lt;br /&gt;
With fractions (as with other commands) the curly brackets can be nested so that for example you can implement negative exponents in fractions.  As you can see,&lt;br /&gt;
	&lt;br /&gt;
  $$\frac {5^{-2}}{3}$$ will produce &amp;lt;math&amp;gt;\frac {5^{-2}}{3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  $$\left(\frac{3}{4}\right)^{-3}$$ will produce &amp;lt;math&amp;gt;\left(\frac{3}{4}\right)^{-3}&amp;lt;/math&amp;gt;  and&lt;br /&gt;
&lt;br /&gt;
  $$\frac{3}{4^{-3}}$$ will produce &amp;lt;math&amp;gt; \frac{3}{4^{-3}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  You likely do not want to use $$\frac{3}{4}^{-3}$$ as it produces &amp;lt;math&amp;gt;\frac{3}{4}^{-3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also use fractions and negative exponents in [[Using TeX Notation 4 | Matrices]].&lt;br /&gt;
&lt;br /&gt;
==Brackets==&lt;br /&gt;
&lt;br /&gt;
As students advance through Maths, they come into contact with brackets. Algebraic notation depends heavily on brackets. The usual keyboard values of ( and ) are useful, for example:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;math&amp;gt;d = 2 \ \times \ (4 \ - \ j)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is written as:&lt;br /&gt;
&lt;br /&gt;
  $$ d = 2 \ \times \ (4 \ - \ j) $$&lt;br /&gt;
&lt;br /&gt;
Usually, these brackets are enough for most formulae but they will not be in some circumstances. Consider this:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;4x^3 \ + \ (x \ + \ \frac{42}{1 + x^4})&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Is OK, but try it this way:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;4x^3 \ + \ \left(x \ + \ \frac{42}{1 + x^4}\right)&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This can be achieved by:&lt;br /&gt;
&lt;br /&gt;
  $$ 4x^3 \ + \ \left(x \ + \ \frac{42}{1 + x^4}\right) $$&lt;br /&gt;
&lt;br /&gt;
A simple change using the \left( and \right) symbols instead. Note the actual bracket is both named and presented. Brackets are almost essential in [[Using TeX Notation 4 | Matrices]].&lt;br /&gt;
&lt;br /&gt;
==Ellipsis==&lt;br /&gt;
&lt;br /&gt;
The Ellipsis is a simple code:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;x_1, \ x_2, \ \ldots, \ x_n&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Written like:&lt;br /&gt;
&lt;br /&gt;
  $$ x_1, \ x_2, \ \ldots, \ x_n  $$&lt;br /&gt;
&lt;br /&gt;
A more practical application could be:&lt;br /&gt;
&lt;br /&gt;
Question:&lt;br /&gt;
  &amp;quot;Add together all the numbers from 1 &amp;lt;math&amp;gt;\ldots&amp;lt;/math&amp;gt; 38.&lt;br /&gt;
  What is an elegant and simple solution to this problem?&lt;br /&gt;
  Can you create an algebraic function to explain this solution?&lt;br /&gt;
  Will your solution work for all numbers?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Answer:&lt;br /&gt;
The question uses an even number to demonstrate a mathematical process and generate an algebraic formula.&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Part 1:&lt;br /&gt;
| Part 2.&lt;br /&gt;
| Part 3.&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;math&amp;gt;1. \ 1 \ + \ 38 \ = \ 39&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;2. \ 2 \ + \ 37 \ = \ 39&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;3. \ 3 \ + \ 36 \ = \ 39&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\ldots&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;19. 19 \ + \ 20 \ = \ 39 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\therefore x \ = \ 39 \ \times \ 19 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\therefore x \ = \ 741 &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|An algebraic function might read something like:&lt;br /&gt;
&amp;lt;math&amp;gt;t = (1 + n) \times n/2 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where t = total and n = the last number.&lt;br /&gt;
&lt;br /&gt;
|The solution is that, using the largest and the smallest numbers, the numbers are added and then multiplied by the number of different combinations to produce the same result adding the first and last numbers.&lt;br /&gt;
The answer must depend on the number, &amp;lt;math&amp;gt;\frac{n}{2}&amp;lt;/math&amp;gt; being a whole number. Therefore, the solution will not work for an odd range of numbers, only an even range.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Symbols==&lt;br /&gt;
&lt;br /&gt;
These are not all the symbols that may be available in TeX Notation for Moodle, just the ones that I have found to work in Moodle.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
| \amalg &lt;br /&gt;
| &amp;lt;math&amp;gt;\amalg&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \cup&lt;br /&gt;
| &amp;lt;math&amp;gt;\cup&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \oplus&lt;br /&gt;
| &amp;lt;math&amp;gt;\oplus&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \times&lt;br /&gt;
| &amp;lt;math&amp;gt;\times&amp;lt;/math&amp;gt;   &lt;br /&gt;
|-&lt;br /&gt;
|\ast&lt;br /&gt;
|&amp;lt;math&amp;gt;\ast&amp;lt;/math&amp;gt;  &lt;br /&gt;
|\dagger&lt;br /&gt;
|&amp;lt;math&amp;gt;\dagger&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \oslash&lt;br /&gt;
| &amp;lt;math&amp;gt;\oslash&amp;lt;/math&amp;gt;   &lt;br /&gt;
| \triangleleft&lt;br /&gt;
| &amp;lt;math&amp;gt;\triangleleft&amp;lt;/math&amp;gt;   &lt;br /&gt;
|-&lt;br /&gt;
| \bigcirc&lt;br /&gt;
| &amp;lt;math&amp;gt;\bigcirc&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \ddagger&lt;br /&gt;
| &amp;lt;math&amp;gt;\ddagger&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \otimes&lt;br /&gt;
| &amp;lt;math&amp;gt;\otimes&amp;lt;/math&amp;gt;   &lt;br /&gt;
| \triangleright&lt;br /&gt;
| &amp;lt;math&amp;gt;\triangleright&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| \bigtriangledown&lt;br /&gt;
| &amp;lt;math&amp;gt;\bigtriangledown&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \diamond&lt;br /&gt;
| &amp;lt;math&amp;gt;\diamond&amp;lt;/math&amp;gt;   &lt;br /&gt;
| \pm&lt;br /&gt;
| &amp;lt;math&amp;gt;\pm&amp;lt;/math&amp;gt;  	&lt;br /&gt;
| \odot&lt;br /&gt;
| &amp;lt;math&amp;gt;\odot&amp;lt;/math&amp;gt;   &lt;br /&gt;
|- &lt;br /&gt;
| \bigtriangleup&lt;br /&gt;
| &amp;lt;math&amp;gt;\bigtriangleup&amp;lt;/math&amp;gt;   &lt;br /&gt;
| \div&lt;br /&gt;
| &amp;lt;math&amp;gt;\div&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \ominus&lt;br /&gt;
| &amp;lt;math&amp;gt;\ominus&amp;lt;/math&amp;gt;   &lt;br /&gt;
| \wr&lt;br /&gt;
| &amp;lt;math&amp;gt;\wr&amp;lt;/math&amp;gt;   &lt;br /&gt;
|-&lt;br /&gt;
| \circ&lt;br /&gt;
| &amp;lt;math&amp;gt;\circ&amp;lt;/math&amp;gt;   &lt;br /&gt;
| \wedge&lt;br /&gt;
| &amp;lt;math&amp;gt;\wedge&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \vee&lt;br /&gt;
| &amp;lt;math&amp;gt;\vee&amp;lt;/math&amp;gt;   &lt;br /&gt;
| \sqcup&lt;br /&gt;
| &amp;lt;math&amp;gt;\sqcup&amp;lt;/math&amp;gt;  &lt;br /&gt;
|- &lt;br /&gt;
| \leq&lt;br /&gt;
| &amp;lt;math&amp;gt;\leq&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \geq&lt;br /&gt;
| &amp;lt;math&amp;gt;\geq&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \equiv&lt;br /&gt;
| &amp;lt;math&amp;gt;\equiv&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \prec&lt;br /&gt;
| &amp;lt;math&amp;gt;\prec&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \succ&lt;br /&gt;
| &amp;lt;math&amp;gt;\succ&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \sim&lt;br /&gt;
| &amp;lt;math&amp;gt;\sim&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \perp&lt;br /&gt;
| &amp;lt;math&amp;gt;\perp&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \preceq&lt;br /&gt;
| &amp;lt;math&amp;gt;\preceq&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \succeq&lt;br /&gt;
| &amp;lt;math&amp;gt;\succeq&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \simeq&lt;br /&gt;
| &amp;lt;math&amp;gt;\simeq&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \mid&lt;br /&gt;
| &amp;lt;math&amp;gt;\mid&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \ll&lt;br /&gt;
| &amp;lt;math&amp;gt;\ll&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \gg &lt;br /&gt;
| &amp;lt;math&amp;gt;\gg&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \asymp&lt;br /&gt;
| &amp;lt;math&amp;gt;\asymp&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \parallel&lt;br /&gt;
| &amp;lt;math&amp;gt;\parallel&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \subset&lt;br /&gt;
| &amp;lt;math&amp;gt;\subset&amp;lt;/math&amp;gt;  &lt;br /&gt;
|- &lt;br /&gt;
| \supset&lt;br /&gt;
| &amp;lt;math&amp;gt;\supset&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \subseteq&lt;br /&gt;
| &amp;lt;math&amp;gt;\subseteq&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \supseteq&lt;br /&gt;
| &amp;lt;math&amp;gt;\supseteq&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \approx&lt;br /&gt;
| &amp;lt;math&amp;gt;\approx&amp;lt;/math&amp;gt;  &lt;br /&gt;
|- &lt;br /&gt;
| \neq&lt;br /&gt;
| &amp;lt;math&amp;gt;\neq&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \ni&lt;br /&gt;
| &amp;lt;math&amp;gt;\ni&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \notin&lt;br /&gt;
| &amp;lt;math&amp;gt;\notin&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \in&lt;br /&gt;
| &amp;lt;math&amp;gt;\ni&amp;lt;/math&amp;gt;  &lt;br /&gt;
|- &lt;br /&gt;
| \vdash&lt;br /&gt;
| &amp;lt;math&amp;gt;\vdash&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \dashv&lt;br /&gt;
| &amp;lt;math&amp;gt;\dashv&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \bullet&lt;br /&gt;
| &amp;lt;math&amp;gt;\bullet&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \cdot&lt;br /&gt;
| &amp;lt;math&amp;gt;\cdot&amp;lt;/math&amp;gt;  &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Arrows==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| \leftarrow	&lt;br /&gt;
| &amp;lt;math&amp;gt; \leftarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \longleftarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \longleftarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Leftarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Leftarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Longleftarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Longleftarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \rightarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \rightarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \longrightarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \longrightarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Rightarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Rightarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Longrightarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Longrightarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \uparrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \uparrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Uparrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Uparrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \downarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \downarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Downarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Downarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \leftrightarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \leftrightarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \longleftrightarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \longleftrightarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \updownarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \updownarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Updownarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Updownarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \Leftrightarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Leftrightarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Longleftrightarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Longleftrightarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \leftrightharpoon&lt;br /&gt;
| &amp;lt;math&amp;gt; \rightleftharpoons&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Im&lt;br /&gt;
| &amp;lt;math&amp;gt; \Im&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \nearrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \nearrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \nwarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \nwarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \swarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \swarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \searrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \searrow&amp;lt;/math&amp;gt;    &lt;br /&gt;
  &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Delimiters and Maths Constructs==&lt;br /&gt;
&lt;br /&gt;
NOTE: Most delimiters and constructs need additional parameters for them to appear appropriately.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| \{x&lt;br /&gt;
| &amp;lt;math&amp;gt; \{x &amp;lt;/math&amp;gt;  &lt;br /&gt;
| x | \}&lt;br /&gt;
| &amp;lt;math&amp;gt;x | \} &amp;lt;/math&amp;gt;  &lt;br /&gt;
| \rangle&lt;br /&gt;
| &amp;lt;math&amp;gt; \rangle &amp;lt;/math&amp;gt;  &lt;br /&gt;
| \langle&lt;br /&gt;
| &amp;lt;math&amp;gt; \langle &amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \angle&lt;br /&gt;
| &amp;lt;math&amp;gt; \angle &amp;lt;/math&amp;gt;  &lt;br /&gt;
| \=&lt;br /&gt;
| &amp;lt;math&amp;gt; \| &amp;lt;/math&amp;gt;  &lt;br /&gt;
| \sqrt{ab}&lt;br /&gt;
| &amp;lt;math&amp;gt; \sqrt{ab}&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \sqrt[n]{ab}&lt;br /&gt;
| &amp;lt;math&amp;gt; \sqrt[n]{ab}&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \frac{ab}{cd}&lt;br /&gt;
| &amp;lt;math&amp;gt; \frac{ab}{cd}&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \backslash&lt;br /&gt;
| &amp;lt;math&amp;gt; \backslash&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \widehat{ab}&lt;br /&gt;
| &amp;lt;math&amp;gt; \widehat{ab}&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \$&lt;br /&gt;
| &amp;lt;math&amp;gt; \$ &amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \overline{ab}&lt;br /&gt;
| &amp;lt;math&amp;gt; \overline{ab}&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \underline{ab}&lt;br /&gt;
| &amp;lt;math&amp;gt; \underline{ab}&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \therefore&lt;br /&gt;
| &amp;lt;math&amp;gt; \therefore&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \ddots&lt;br /&gt;
| &amp;lt;math&amp;gt; \ddots&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \%&lt;br /&gt;
| &amp;lt;math&amp;gt; \%&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \#&lt;br /&gt;
| &amp;lt;math&amp;gt; \# &amp;lt;/math&amp;gt;  &lt;br /&gt;
| \vdots&lt;br /&gt;
| &amp;lt;math&amp;gt; \vdots&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \emptyset&lt;br /&gt;
| &amp;lt;math&amp;gt; \emptyset&amp;lt;/math&amp;gt;  &lt;br /&gt;
|}&lt;br /&gt;
WARNINGS: The &amp;amp; character in LaTeX usually requires a backslash, \. In TeX Notation for Moodle, apparently, it does not. Other packages, AsciiMath, may use it differently again so be careful using it. The copyright character may use the MimeTeX charset, and produces a copyright notice for John Forkosh Associates who provided a lot of the essential packages for the TeX Notation for Moodle, so I understand. I have been, almost reliably, informed that a particular instruction will produce a different notice though .:)    &lt;br /&gt;
&lt;br /&gt;
There are also a number of characters that can be used in TeX Notation for Moodle but do not render in this page:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image: cfmimetex08.png|frame|left]] &lt;br /&gt;
| Larger \left(x and \right) brackets&lt;br /&gt;
|-&lt;br /&gt;
|[[Image: cfmimetex06.gif|frame|left]]&lt;br /&gt;
| \widetilde{ab}&lt;br /&gt;
|-&lt;br /&gt;
|[[Image: cfmimetex09.gif|frame|left]]&lt;br /&gt;
| \textdegree or (50)^\circ&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Greek Letters==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt;&lt;br /&gt;
| \alpha  	&lt;br /&gt;
| &amp;lt;math&amp;gt;\beta&amp;lt;/math&amp;gt;&lt;br /&gt;
| \beta  	&lt;br /&gt;
| &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt;&lt;br /&gt;
| \gamma &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\delta&amp;lt;/math&amp;gt;&lt;br /&gt;
| \delta  	&lt;br /&gt;
| &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;&lt;br /&gt;
| \epsilon &lt;br /&gt;
| &amp;lt;math&amp;gt;\zeta&amp;lt;/math&amp;gt;&lt;br /&gt;
| \zeta &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\eta&amp;lt;/math&amp;gt;&lt;br /&gt;
| \eta &lt;br /&gt;
| &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt;&lt;br /&gt;
| \theta &lt;br /&gt;
| &amp;lt;math&amp;gt;\iota&amp;lt;/math&amp;gt;&lt;br /&gt;
| \iota &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\kappa&amp;lt;/math&amp;gt;&lt;br /&gt;
| \kappa &lt;br /&gt;
| &amp;lt;math&amp;gt;\lambda&amp;lt;/math&amp;gt;&lt;br /&gt;
| \lambda &lt;br /&gt;
| &amp;lt;math&amp;gt;\mu&amp;lt;/math&amp;gt;&lt;br /&gt;
| \mu &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\xi&amp;lt;/math&amp;gt;&lt;br /&gt;
| \xi &lt;br /&gt;
| &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;&lt;br /&gt;
| \pi &lt;br /&gt;
| &amp;lt;math&amp;gt;\rho&amp;lt;/math&amp;gt;&lt;br /&gt;
| \rho &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
| \sigma &lt;br /&gt;
| &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;&lt;br /&gt;
| \tau &lt;br /&gt;
| &amp;lt;math&amp;gt;\upsilon&amp;lt;/math&amp;gt;&lt;br /&gt;
| \upsilon &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\phi&amp;lt;/math&amp;gt;&lt;br /&gt;
| \phi &lt;br /&gt;
| &amp;lt;math&amp;gt;\chi&amp;lt;/math&amp;gt;&lt;br /&gt;
| \chi &lt;br /&gt;
| &amp;lt;math&amp;gt;\psi&amp;lt;/math&amp;gt;&lt;br /&gt;
| \psi&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\omega&amp;lt;/math&amp;gt;&lt;br /&gt;
| \omega  	&lt;br /&gt;
| &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt;&lt;br /&gt;
| \Omega  	&lt;br /&gt;
| &amp;lt;math&amp;gt;\Theta&amp;lt;/math&amp;gt;&lt;br /&gt;
| \Theta&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\Delta&amp;lt;/math&amp;gt;&lt;br /&gt;
| \Delta  	&lt;br /&gt;
| &amp;lt;math&amp;gt;\Pi&amp;lt;/math&amp;gt;&lt;br /&gt;
| \Pi  	&lt;br /&gt;
| &amp;lt;math&amp;gt;\Phi&amp;lt;/math&amp;gt;&lt;br /&gt;
| \Phi&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\Gamma &amp;lt;/math&amp;gt;&lt;br /&gt;
| \Gamma&lt;br /&gt;
| &amp;lt;math&amp;gt;\Lambda  &amp;lt;/math&amp;gt;&lt;br /&gt;
| \Lambda  &lt;br /&gt;
| &amp;lt;math&amp;gt;\Sigma  &amp;lt;/math&amp;gt;&lt;br /&gt;
| \Sigma  &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\Psi &amp;lt;/math&amp;gt;&lt;br /&gt;
| \Psi&lt;br /&gt;
| &amp;lt;math&amp;gt;\Xi &amp;lt;/math&amp;gt;&lt;br /&gt;
| \Xi&lt;br /&gt;
| &amp;lt;math&amp;gt;\Upsilon&amp;lt;/math&amp;gt;&lt;br /&gt;
| \Upsilon&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\vartheta &amp;lt;/math&amp;gt;&lt;br /&gt;
| \vartheta&lt;br /&gt;
| &amp;lt;math&amp;gt;\varrho  &amp;lt;/math&amp;gt;&lt;br /&gt;
| \varrho&lt;br /&gt;
| &amp;lt;math&amp;gt;\varphi &amp;lt;/math&amp;gt;&lt;br /&gt;
| \varphi &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\varsigma &amp;lt;/math&amp;gt;&lt;br /&gt;
| \varsigma&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notable Exceptions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Greek letter omicron. Simply put, omicron is an &amp;quot;o&amp;quot; or an &amp;quot;O&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
At the time of writing, these Greek capital letters cannot be rendered by TeX Notation in Moodle: &lt;br /&gt;
  Alpha, Beta, Zeta, Eta, Tau, Chi, Mu, Iota, Kappa and Epsilon&lt;br /&gt;
Given the relationship of Tau to finding the area of a circle, it can easily replace Pi, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, it may soon be though.&lt;br /&gt;
&lt;br /&gt;
==Fonts==&lt;br /&gt;
&lt;br /&gt;
To use a particular font you need to access the font using the same syntax as demonstrated above.&lt;br /&gt;
&lt;br /&gt;
A math calligraphic font:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\mathcal{ABCDEFGHIJKLMNOPQRSTUVXYZ}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
$$ \mathcal{ABCDEFGHIJKLMNOPQRSTUVXYZ}$$&lt;br /&gt;
&lt;br /&gt;
A Castellar type font:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\mathbb{ABCDEFGHIJKLMNOPQRSTUVXYZ}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
$$ \mathbb{ABCDEFGHIJKLMNOPQRSTUVXYZ}$$&lt;br /&gt;
&lt;br /&gt;
An Old English type font:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\mathfrak{ABCDEFGHIJKLMNOPQRSTUVXYZ}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
$$ \mathfrak{ABCDEFGHIJKLMNOPQRSTUVXYZ}$$&lt;br /&gt;
&lt;br /&gt;
This is different in Tex Notation in Moodle than it is for other, full, TeX packages. &lt;br /&gt;
&lt;br /&gt;
An italic font:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ABCDEFGHIJKLMNOPQRSTUVXYZ&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
$$ \mathi{ABCDEFGHIJKLMNOPQRSTUVXYZ} $$&lt;br /&gt;
&lt;br /&gt;
A bold-face font:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\mathbf{ABCDEFGHIJKLMNOPQRSTUVXYZ}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
$$ \mathbf{ABCDEFGHIJKLMNOPQRSTUVXYZ} $$&lt;br /&gt;
&lt;br /&gt;
==Size of displays==&lt;br /&gt;
&lt;br /&gt;
The default size is rendered slightly larger than normal font size. TeX Notation in Moodle uses eight different sizes ranging from &amp;quot;tiny&amp;quot; to &amp;quot;huge&amp;quot;. However,these values seem to mean different things and are, I suspect, dependent upon the User&#039;s screen resolution. The sizes can be noted in four different ways: &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| \fontsize{0} to \fontsize{7}&lt;br /&gt;
| $$\fontsize{2} x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12)$$&lt;br /&gt;
| [[Image:cfmimetex11a.gif|left]]&lt;br /&gt;
|-&lt;br /&gt;
| \fs{0} to \fs{7}&lt;br /&gt;
| $$\fs{4} x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12)$$&lt;br /&gt;
| [[Image:cfmimetex11b.gif|left]]&lt;br /&gt;
|-&lt;br /&gt;
| \fs0 to \fs7&lt;br /&gt;
| $$\fs6 x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12)$$&lt;br /&gt;
| [[Image:cfmimetex11c.gif|left]]&lt;br /&gt;
|-&lt;br /&gt;
| As well, you can use \tiny \small &lt;br /&gt;
\normalsize \large \Large &lt;br /&gt;
\LARGE \huge \Huge&lt;br /&gt;
| $$\normalsize x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12)$$&lt;br /&gt;
| [[Image:cfmimetex11d.gif|left]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
It appears that TeX Notation in Moodle now allows \fs6, \fs7, \huge and \Huge to be properly rendered.&lt;br /&gt;
&lt;br /&gt;
==Colour==&lt;br /&gt;
&lt;br /&gt;
Unlike many scripting languages, we only need to name the colour we want to use. You may have to experiment a little with colours, but it will make for a brighter page. Once named, the entire statement will appear in the colour, and if you mix colours, the last named colour will dominate. Some examples: &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| $$ \red x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12) $$&lt;br /&gt;
| [[Image: cfmimetex30a.gif|right]] &lt;br /&gt;
|-&lt;br /&gt;
| $$ \blue x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12) $$&lt;br /&gt;
| [[Image: cfmimetex30b.gif|right]]&lt;br /&gt;
|-&lt;br /&gt;
| $$ \green x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12) $$&lt;br /&gt;
| [[Image: cfmimetex30c.gif|right]]&lt;br /&gt;
|-&lt;br /&gt;
| $$ \red x \ = \ \frac{\sqrt{144}}{2}$$ $$ \times $$ &lt;br /&gt;
$$\green (y \ + \ 12) $$ $$ \ = $$ $$ \ \blue 6^3 $$ &lt;br /&gt;
| [[Image: cfmimetex30d.gif|right]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Moodle 2.2 note: You may find this doesn&#039;t work for you. You can try to add &amp;quot;\usepackage{color}&amp;quot; to your tex notation setting &amp;quot;LaTeX preamble&amp;quot; (under Site adminstration/Plugins/Filters/TeX notation)and then use this new syntax: $$ \color{red} x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12) $$&lt;br /&gt;
&lt;br /&gt;
You may note this last one, it is considerably more complex than the previous for colours. TeX Notation in Windows does not allow multicoloured equations, if you name a number of colours in the equation, only the last named will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Geometric Shapes== &lt;br /&gt;
&lt;br /&gt;
There are two ways to produce geometric shapes, one is with circles and the other is with lines. Each take a bit of practice to get right, but they can provide some simple geometry. It may be easier to produce the shapes in Illustrator or Paint Shop Pro or any one of a number of other drawing packages and use them to illustrate your lessons, but sometimes, some simple diagrams in Moodle will do a better job.&lt;br /&gt;
&lt;br /&gt;
==Circles==&lt;br /&gt;
&lt;br /&gt;
Circles are easy to make. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:cfmimetex20.gif|left]]&lt;br /&gt;
| Circles are easily created, and only needs a number to determine how large the circle is. &lt;br /&gt;
To create the circle use $$ \circle(150) $$. This makes a circle of 150 pixels in diameter. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Creating Arcs==&lt;br /&gt;
&lt;br /&gt;
Arcs are also easy to produce, but require some additional parameters. The same code structure used in circles create the basic shape, but the inclusion of a start and end point creates only the arc. However, notice where the 0 point is, not at the true North, but rather the East and run in an anti-clockwise direction. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:cfmimetex21a.gif|left]]&lt;br /&gt;
| $$ \circle(120;90,180)$$&lt;br /&gt;
| [[Image:cfmimetex21b.gif|left]]&lt;br /&gt;
| $$ \circle(120;0,90)$$&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:cfmimetex21c.gif|left]]&lt;br /&gt;
| $$ \circle(120;180,270)$$&lt;br /&gt;
| [[Image:cfmimetex21d.gif|left]]&lt;br /&gt;
| $$ \circle(120;270,360)$$&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
This structure breaks down into the \circle command followed by the diameter, not the radius, of the circle, followed by a semi-colon, then the demarcation of the arc, the nomination of the start and end points in degrees from the 0, East, start point. Note that the canvas is the size of the diameter nominated by the circle&#039;s parameters.&lt;br /&gt;
&lt;br /&gt;
==The \picture Command==&lt;br /&gt;
&lt;br /&gt;
Using circles and arcs as shown above is somewhat limiting. The \picture command allows you to use a frame in which to build a picture of many layers. Each part of the picture though needs to be in its own space, and while this frame allows you to be creative, to a degree, there are some very hard and fast rules about using it. &lt;br /&gt;
&lt;br /&gt;
All elements of a picture need to be located within the picture frame. Unexpected results occur when parts of an arc, for example, runs over the border of the frame. (This is particularly true of lines, which we will get to next, and the consequences of that overstepping of the border can cause serious problems.)&lt;br /&gt;
&lt;br /&gt;
The \picture command is structured like:&lt;br /&gt;
   \picture(100){(50,50){\circle(200)}}&lt;br /&gt;
   \command(size of frame){(x co-ordinate, y co-ordinate){\shape to draw(size or x co-ordinate, y co-ordinate)})  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; The brace is used to enclose each set of required starting point coordinates. Inside each set of braces, another set of braces is used to isolate each set of coordinates from the other, and those coordinates use their proper brackets and backslash. Count the opening and closing brackets, be careful of the position,       &lt;br /&gt;
  &lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:cfmimetex24a.gif|left]]&lt;br /&gt;
| $$ \picture(100){(50,50){\circle(200)}}&amp;amp;&amp;amp;&lt;br /&gt;
&lt;br /&gt;
The picture frame brings elements together that you may not otherwise see.&lt;br /&gt;
&lt;br /&gt;
Because of the frame size of 100px and the centre point of the circle in the mid-point of the frame, the 200px circle will be squashed. Unexpected results occur when sizes are not correct.&lt;br /&gt;
| [[Image:cfmimetex24b.gif|left]]&lt;br /&gt;
|&lt;br /&gt;
Using the picture frame, you can layer circles &lt;br /&gt;
and lines over each other, or they can intersect.&lt;br /&gt;
&lt;br /&gt;
$$ \picture(100){(50,50){\circle(99)} (50,50){\circle(80)}} $$&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:cfmimetex24c.gif|left]]&lt;br /&gt;
| You may want to see an image of a circle with a dot in the middle. &lt;br /&gt;
You may have to try to place the centre dot correctly , but the &lt;br /&gt;
ordering of the elements in the image may have an impact.&lt;br /&gt;
&lt;br /&gt;
$$ \picture(100){(48,46){\bullet}(50,50){\circle(99)}} $$ &lt;br /&gt;
| [[Image:cfmimetex24d.gif|left]]&lt;br /&gt;
| Using the same ideas as above, you can make semi-circles.&lt;br /&gt;
&lt;br /&gt;
$$\picture(150){(50,50){\circle(100;0,180)}(100,50){\circle(100;180,360)}}$$&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lines==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Warning:&#039;&#039;&#039; Drawing lines in TeX Notation in Moodle is an issue, go to the [[Using_TeX_Notation#Reserved_Characters_and_Keywords| Using Text Notation]] for more information. If the line is not noted properly then the parser will try to correctly draw the line but will not successfully complete it. This means that every image that needs be drawn will be drawn until it hits the error. When the error is being converted, it fails, so no subsequent image is drawn. Be careful and make sure your line works BEFORE you move to the next problem or next image. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image: cfmimetex26.gif|frame|left| a couple of lines]] &lt;br /&gt;
| $$\red \picture(200){(20,0){ \line(180,0)}{(20,180){\line(180,0}$$ &lt;br /&gt;
 &lt;br /&gt;
The structure of the picture box is that the \picture(200) provides a square image template.&lt;br /&gt;
&lt;br /&gt;
The (20,0) provides the starting coordinates for any line that comes after. In this case the start point is at 20pixels in the x axis and 0 pixels in the y axis. The starting point for all coordinates, 0,0, is the bottom left corner and they run in a clockwise manner. &#039;&#039;&#039;Do not confuse this with arcs.&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
The \line(180,0) determines the length and inclination of the line. In this case, the inclination is 0 and the length is 180px. &lt;br /&gt;
&lt;br /&gt;
These are enclosed in braces, all inside one set of braces owned by the \picture() control sequence.&lt;br /&gt;
&lt;br /&gt;
The next set of commands are the same, that is, the (20,200) are the coordinates of the next line. The x co-ordinate is the 20, that is the distance to the right from the 0 point. The y co-ordinates is the distance from the bottom of the image. Whereas the first line started and ran on the bottom of the picture frame, the y co-ordinate starts at the 200 pixel mark from the bottom of the image. The line, at 180 pixels long and has no y slope. This creates a spread pair of parallel lines.     &lt;br /&gt;
| [[Image: cfmimtex27.gif|thumb|right|150px|\picture explained]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
While this explains the structure of a line, there is a couple of elements that you need to go through to do more with them.&lt;br /&gt;
&lt;br /&gt;
==Squares and Rectangles==&lt;br /&gt;
Drawing squares and rectangles is similar, but only slightly different. &lt;br /&gt;
&lt;br /&gt;
There should be a square box tool, and there is, but unless it has something inside it, it does not display. It is actually easier to make a square using the \line command.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image: line03.gif|left]]&lt;br /&gt;
|This box is constructed using:&lt;br /&gt;
$$ \picture(250){(10,10){\line(0,230)}(10,10){\line(230,0)}(240,10){\line(0,230)}(10,240){\line(230,0)}}$$&lt;br /&gt;
It is a 250 pixel square box with a 230 pixel square inside it.&lt;br /&gt;
| [[Image: line04.gif|left]]&lt;br /&gt;
|This box is different in that is has the equal length indicators that are used in a square.&lt;br /&gt;
$$ \picture(250){(10,10){\line(0,230)}&lt;br /&gt;
(5,120){\line(10,0)}&lt;br /&gt;
(10,10){\line(230,0)}&lt;br /&gt;
(120,5){\line(0,10)}&lt;br /&gt;
(240,10){\line(0,230)}&lt;br /&gt;
(235,120){\line(10,0)}&lt;br /&gt;
(10,240){\line(230,0)}&lt;br /&gt;
(120,235){\line(0,10)}}$$&lt;br /&gt;
|-&lt;br /&gt;
| [[Image: line05.gif|left]]&lt;br /&gt;
| The rectangle then becomes the same thing, but with one side shorter. For a portrait canvas it would be:&lt;br /&gt;
$$ \picture(250){(10,10){\line(0,230)}(10,10){\line(150,0)}(160,10){\line(0,230)}(10,240){\line(150,0)}}$$&lt;br /&gt;
| [[Image: line06.gif|left]]&lt;br /&gt;
|The rectangle can also produce a landscape shape:&lt;br /&gt;
$$ \picture(250){(10,10){\line(0,160)}(10,10){\line(230,0)}(240,10){\line(0,160)}(10,170){\line(230,0)}}$$&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Controlling Angles==&lt;br /&gt;
&lt;br /&gt;
Controlling angles is a little different. They involve a different perception, but not one that is unfamiliar. Consider this:&lt;br /&gt;
&lt;br /&gt;
We have a point from which we want to draw a line that is on an angle. The notation used at this point can be positive, positive or positive, negative or negative, positive or negative, negative. Think of it like a number plane or a graph, using directed numbers. The 0,0 point is in the centre, and we have four quadrants around it that give us one of the previously mentioned results.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot;|[[Image:co-ordquadrants.png|left]]&lt;br /&gt;
| [[Image:line06a.gif|left]] $$\picture(100){(50,50){\line(40,45)}}$$, &lt;br /&gt;
a positive x and positive y&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:line06b.gif|left]]$$\picture(100){(50,50){\line(-40,45)}}$$&lt;br /&gt;
a negative x and positive y&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:line06c.gif|left]]$$\picture(100){(50,50){\line(-40,-45)}}$$&lt;br /&gt;
a negative x and negative y&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:line06d.gif|left]]$$\picture(100){(50,50){\line(40,-45)}}$$&lt;br /&gt;
a positive x and a negative y&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Essentially, what these points boil down to is that anything above the insertion point is a positive on the y axis, anything below is a negative. Anything to the left of the insertion point is a negative while everything to the right is a positive. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:line06e.gif|left]]&lt;br /&gt;
| $$\picture(100){(50,50){\line(40,45)}(50,50){\line(-40,45)}(50,50){\line(-40,-45)}(50,50){\line(40,-45)}}$$&lt;br /&gt;
&lt;br /&gt;
The co-ordinate alignment process in TeX is not that good that you can use one set of co-ords as a single starting point for all lines. The layering of each object varies because of the position of the previous object, so each object needs to be exactly placed.&lt;br /&gt;
&lt;br /&gt;
This co-ord structure has a great deal of impact on intersecting lines, parallel lines and triangles. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Intersecting Lines==&lt;br /&gt;
&lt;br /&gt;
You can set up an intersecting pair easily enough, using the \picture control sequence.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:cfmimetex31.gif|left]]&lt;br /&gt;
| $$ \picture(200){(10,0){\line(150,150)} (0,130){\line(180,-180)}} $$&lt;br /&gt;
&lt;br /&gt;
The lines that are drawn can be labeled.&lt;br /&gt;
&lt;br /&gt;
$$ \picture(200){(10,0){\line(150,150)}(0,130){\line(180,-180)}&lt;br /&gt;
(0,10){A}(0,135){B}(140,0){C}(140,150){D}(62,80){X}} $$ &lt;br /&gt;
&lt;br /&gt;
To produce another image.&lt;br /&gt;
| [[Image:cfmimetex32.gif|right]]&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align: center;&amp;quot;| To which you may want to ask the question: &lt;br /&gt;
$$The \ \angle \ of \ AXB \ is \ 72\textdegree. \ What \ is \ the \ value \ of \ \angle BXD? $$&lt;br /&gt;
 [[Image: cfmimetex32a.gif|center]] &lt;br /&gt;
&lt;br /&gt;
NOTE: Labeling this image, above-right, turned out to be fairly simple. Offsetting points by a few pixels at the start or end points of the lines proved a successful strategy. The X point proved a little more problematic, and took a number of adjustments before getting it right. Experience here will help.&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot;| With labels the drawing can become a little more like your traditional geometric drawing, but the devil is in the details. The parallel markers need to be placed properly, and that is where experience really comes into it. On lines that are vertical or horizontal, you can get away with using the &amp;gt; or &amp;lt; directly from the keyboard, or the &amp;lt;math&amp;gt;\gg&amp;lt;/math&amp;gt;  or &amp;lt;math&amp;gt;\ll&amp;lt;/math&amp;gt;  symbols. In either case, you need to position them properly.&lt;br /&gt;
&lt;br /&gt;
The code:&lt;br /&gt;
$$\picture(200){(15,45){\line(170,0)} (15,30){c}(170,28){d}(15,160){\line(170,0)}(15,145){e}(180,143){f}(50,20){\line(110,175)}(58,20){a}(140,185){b}(42,32){\kappa}(53,48){\beta}&lt;br /&gt;
(150,165){\kappa}&lt;br /&gt;
(90,38){\gg}(80,153){\gg}&lt;br /&gt;
}$$&lt;br /&gt;
| [[Image:line10.gif|right]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lines and Arcs==&lt;br /&gt;
&lt;br /&gt;
Combining lines and arcs is a serious challenge actually, on a number of levels. For example lets take an arc from the first page on circles.&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image: line11.gif|left]]&lt;br /&gt;
| Fairly innocuous of itself, but when we start to add in elements, it changes dramatically.&lt;br /&gt;
&lt;br /&gt;
$$ \circle(120;90,180) $$&lt;br /&gt;
|-&lt;br /&gt;
| [[Image: line12.gif|left]]&lt;br /&gt;
| $$\picture(150){(75,75){\circle(120;90,180)}(75,75){\line(-70,0)}(75,75){\line(0,75)}} $$&lt;br /&gt;
All elements in this drawing start in the same place. Each is layered, and properly placed on the canvas, and using the same co-ord to start makes it easy to control them. No matter the size of the arc, intersecting lines can all be drawn using the centre co-ords of the arc. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Triangles == &lt;br /&gt;
&lt;br /&gt;
Of all the drawing objects, it is actually triangles that present the most challenge. For example:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:line13.gif|left]]&lt;br /&gt;
$$\picture(350){(10,10){\line(0,320)}(10,330){\line(330,0)}(10,10){\line(330,320)}}$$&lt;br /&gt;
|This is a simple triangle, one that allows us to establish a simple set of rules for the sides. The vertical always has an x=0 co-ord and the horizontal always has a y=0 co-ord.&lt;br /&gt;
&lt;br /&gt;
In this case with an x value of 330 on the horizontal, and a y value of 320 on the vertical, the hypotenuse should then have a value of x=340, and the y=330, but not so, they actually have an x=330 and a y=320.&lt;br /&gt;
&lt;br /&gt;
There is no need to add the starting point co-ords to the x and y values of the line.&lt;br /&gt;
| [[Image:line14.gif|right]]&lt;br /&gt;
$$picture(350){(10,10){\line(330,0)}(340,10){\line(0,320)}(340,330){\line(-330,-320)}}$$ &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
This triangle has been developed for a Trigonometry page - but the additional notation should provide insight into how you can use it. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:line16.gif|left]]&lt;br /&gt;
| This is a labeled image, but it has an \fbox in it with its little line. With some effort, it could be replaced with two intersecting short lines.&lt;br /&gt;
$$\picture(350,150){(25,25){\line(300,0)}(325,25){\line(0,110)}(25,25){\line(300,110)}(309,25){\fbox{\line(5,5)}}&lt;br /&gt;
(307,98){\theta}(135,75){\beta}(150,5){\alpha}(335,75){\epsilon}}$$ &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| The triangle shows like: &lt;br /&gt;
[[Image:trig01.gif|left]]&lt;br /&gt;
|We use the different elements of the triangle to identify those things we need to know about a right-angled triangle. &lt;br /&gt;
&lt;br /&gt;
The hypotenuse is always the side that is opposite the right angle. The longest side is always the Hypotenuse. &lt;br /&gt;
&lt;br /&gt;
To identify the other elements of the triangle we look for the sign &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;\Theta&amp;lt;/math&amp;gt; is the starting point for naming the other sides. &lt;br /&gt;
&lt;br /&gt;
The side that is opposite &amp;lt;math&amp;gt;\angle \theta&amp;lt;/math&amp;gt; is known as the Opposite. &lt;br /&gt;
&lt;br /&gt;
The side that lies alongside &amp;lt;math&amp;gt;\angle \theta&amp;lt;/math&amp;gt; is known as the Adjacent side. &lt;br /&gt;
&lt;br /&gt;
To determine which is which, draw a line that bisects &amp;lt;math&amp;gt;\angle \theta&amp;lt;/math&amp;gt; and whatever line it crosses is the Opposite side. &lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot;| The code:&lt;br /&gt;
$$ \picture(350,250){(25,25){\line(300,0)}(25,25){\line(0,220)}(25,245){\line(300,-220)}(310,25){\circle(100;135,180)}(20,100){\line(310,-75)} (25,25){\fbox{\line(5,5)}}(25,25){\line(150,150)}(165,140){Hypotenuse}(120,2){Adjacent}(2,80){\rotatebox{90}{Opposite}}(270,40){\theta}}$$&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Matrices=&lt;br /&gt;
A Matrix is a rectangular array of numbers arranged in rows and columns which can be used to organize numeric information. Matrices can be used to predict trends and outcomes in real situations - i.e. polling.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==A Matrix==&lt;br /&gt;
A matrix can be written and displayed like [[Image: matrices03.gif|A matrix]]&lt;br /&gt;
&lt;br /&gt;
In this case the matrix is constructed using the brackets before creating the array:&lt;br /&gt;
  $$ M = \left[\begin{array}{ccc} a&amp;amp;b&amp;amp;1 \ c&amp;amp;d&amp;amp;2 \ e&amp;amp;f&amp;amp;3\end{array}\right] $$&lt;br /&gt;
The internal structure of the array is generated by the &amp;amp;, ampersand, and the double backslash.&lt;br /&gt;
&lt;br /&gt;
You can also create a grid for the matrix.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|A dashed line&lt;br /&gt;
|A solid line&lt;br /&gt;
|A mixed line&lt;br /&gt;
|-&lt;br /&gt;
|[[Image: matrices04.gif]] 	&lt;br /&gt;
|[[Image: matrices05.gif]]	&lt;br /&gt;
|[[Image: matrices06.gif]]&lt;br /&gt;
|-&lt;br /&gt;
|$$ M = \left[\begin{array}&#039;&#039;&#039;{c.c.c}&#039;&#039;&#039; a&amp;amp;b&amp;amp;1 \ &#039;&#039;&#039;\hdash&#039;&#039;&#039; c&amp;amp;d&amp;amp;2 \ &#039;&#039;&#039;\hdash&#039;&#039;&#039; e&amp;amp;f&amp;amp;3\end{array}\right] $$ 	&lt;br /&gt;
|$$ M = \left[\begin{array}&#039;&#039;&#039;{c|c|c}&#039;&#039;&#039; a&amp;amp;b&amp;amp;1 \ &#039;&#039;&#039;\hline&#039;&#039;&#039; c&amp;amp;d&amp;amp;2 \ &#039;&#039;&#039;\hline&#039;&#039;&#039; e&amp;amp;f&amp;amp;3\end{array}\right] $$ 	&lt;br /&gt;
|$$ M = \left[\begin{array}&#039;&#039;&#039;{c.c|c}&#039;&#039;&#039; a&amp;amp;b&amp;amp;1 \ &#039;&#039;&#039;\hline&#039;&#039;&#039; c&amp;amp;d&amp;amp;2 \ &#039;&#039;&#039;\hdash&#039;&#039;&#039; e&amp;amp;f&amp;amp;3\end{array}\right] $$&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The command sequences here are the {c|c.c} and \hdash and \hline. The pipe, |, and the full stop determine the line type for the vertical line.&lt;br /&gt;
&lt;br /&gt;
Matrices also respond to other TeX Notation commands such as size and colour.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Colour&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot;|Size&lt;br /&gt;
|-&lt;br /&gt;
|[[Image: matrices07.gif]] 	&lt;br /&gt;
|[[Image: matrices08.gif]]&lt;br /&gt;
|[[Image: matrices09.gif]]&lt;br /&gt;
|-&lt;br /&gt;
|$$ &#039;&#039;&#039;\blue&#039;&#039;&#039; M = \left[\begin{array}{c.c.c} a&amp;amp;b&amp;amp;1 \ \hdash c&amp;amp;d&amp;amp;2 \ \hdash e&amp;amp;f&amp;amp;3\end{array}\right] $$ 	&lt;br /&gt;
|$$ &#039;&#039;&#039;\fs7&#039;&#039;&#039; M = \left[\begin{array}{c.c.c} a&amp;amp;b&amp;amp;1 \ \hdash c&amp;amp;d&amp;amp;2 \ \hdash e&amp;amp;f&amp;amp;3\end{array}\right] $$ 	&lt;br /&gt;
|$$ &#039;&#039;&#039;\fs2&#039;&#039;&#039; M = \left[\begin{array}{c.c.c} a&amp;amp;b&amp;amp;1 \ \hdash c&amp;amp;d&amp;amp;2 \ \hdash e&amp;amp;f&amp;amp;3\end{array}\right] $$&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Creating equal and unequal matrices==&lt;br /&gt;
Equal and unequal matrices are simply matrices that either share or not share the same number of rows and columns. To be more precise, equal matrices share the same order and each element in the corresponding positions are equal. Anything else is unequal matrices.&lt;br /&gt;
&lt;br /&gt;
Actually equal and unequal matrices are constructed along similar lines, but have different shapes:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Equal Matrix&lt;br /&gt;
|An unequal matrix&lt;br /&gt;
|-&lt;br /&gt;
|[[Image: matrices10.gif]] 	&lt;br /&gt;
|[[Image: matrices11.gif]]&lt;br /&gt;
|-&lt;br /&gt;
| $$ \left[\begin{array} a&amp;amp;b&amp;amp;1 \ c&amp;amp;d&amp;amp;2 \ e&amp;amp;f&amp;amp;3\end{array}\right] \ = \ \left[\begin{array} 12&amp;amp;11&amp;amp;z \ 10&amp;amp;9&amp;amp;y \ 8&amp;amp;7&amp;amp;x\end{array}\right] $$&lt;br /&gt;
| $$ \left[\begin{array} a&amp;amp;b \ c&amp;amp;d \ e&amp;amp;f \end{array}\right] \ \neq \ \left[\begin{array} 12&amp;amp;11&amp;amp;z \ 10&amp;amp;9&amp;amp;y \ 8&amp;amp;7&amp;amp;x\end{array}\right] $$&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Labeling a Matrix==&lt;br /&gt;
&lt;br /&gt;
Addition and subtraction matrices are similar again, but the presentation is usually very different. The problem comes when trying to mix labels into arrays. The lack of sophistication in the TeX Notation plays against it here.&lt;br /&gt;
&lt;br /&gt;
Moodle allows an easy adoption of tables to make it work though. For example:&lt;br /&gt;
&lt;br /&gt;
  Bill the baker supplies three shops, A, B and C with pies, pasties and sausage rolls. &lt;br /&gt;
  He is expected to determine the stock levels of those three shops in his estimation of supplies.&lt;br /&gt;
&lt;br /&gt;
It is better to use the Moodle Fullscreen editor for this, to have a better idea of how the end product will look and to take advantage of the additional tools available. Design decisions need occupy our attention for a while. We need a table of five rows and four columns. The first row is a header row, so the label is centred. The next row needs four columns, a blank cell to start and labels A, B and C. The next three rows are divided into two columns, with the labels, pies, pasties and sausage rolls in each row of the first column and the matrix resides in a merged set of columns there. So first the table:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Insert Table - initial properties&lt;br /&gt;
| Merge Cells Button&lt;br /&gt;
| Advanced Properties&lt;br /&gt;
|-&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot;|[[Image: matricestable01.png|Table properties]]&lt;br /&gt;
| [[Image: matricestable02.png | Merge cells]]&lt;br /&gt;
| [[Image: matricestable03.png | Cell properties button]]&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot;| You may need to look into the Advanced properties setting of the tables and cells to make this work.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is the immediate result: &lt;br /&gt;
&lt;br /&gt;
[[Image: matricestable04.png | The resulting table]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
While not a very good look, it can be made better by tweaking the table using the advanced settings and properties buttons and then you can tweak the matrix itself.&lt;br /&gt;
&lt;br /&gt;
==Tweaking the Matrix==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image: matricestable05a.png | A tweaked matrix]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Things are not always as they seem, be aware, the &amp;quot;c&amp;quot; does not stand for &amp;quot;column&amp;quot;, it actually stands for &amp;quot;centre&amp;quot;. The columns are aligned by the letters l, for left, c for centre and r for right.&lt;br /&gt;
&lt;br /&gt;
Each column is spread across 50 pixels, so the value of 50 is entered into the alignment declaration. The plus sign before the value is used to &amp;quot;propogate&amp;quot; or to force the value across the whole matrix, but is not used when wanting to separate only one column. &lt;br /&gt;
&lt;br /&gt;
To set the rows is a little more problematic. The capital letter C sets the vertical alignment to the centre, (B is for baseline, but that does not guarantee that the numbers will appear on the base line, and there does not appear to be any third value). The plus sign and following value sets the height of all rows to the number given. In this I have given it a value of 25 pixels for the entire matrix. If there were four or five rows, the same height requirement is made. &lt;br /&gt;
&lt;br /&gt;
The order things appear is also important. If you change the order of these settings, they will either not work at all, or will not render as you expect them to. If something does not work properly, then check to make sure you have the right order first.&lt;br /&gt;
&lt;br /&gt;
==An Addition Matrix==&lt;br /&gt;
&lt;br /&gt;
The rule for performing operations on matrices is that they must be equal matrices. For example, addition matrices look like:&lt;br /&gt;
&lt;br /&gt;
[[Image: matricestable06.png | An addition matrix]]&lt;br /&gt;
&lt;br /&gt;
with the results obvious. The code is:&lt;br /&gt;
&lt;br /&gt;
  $$\left[\begin{array}{c+50C+25.c.c}&lt;br /&gt;
  11&amp;amp;14&amp;amp;12 \ \hdash16&amp;amp;12&amp;amp;22 \ \hdash 14&amp;amp;17&amp;amp;15&lt;br /&gt;
  \end{array}\right] + \left[\begin{array}{c+50C+25.c.c}&lt;br /&gt;
  60&amp;amp;60&amp;amp;60 \ \hdash 40&amp;amp;40&amp;amp;30 \ \hdash 30&amp;amp;30&amp;amp;30&lt;br /&gt;
  \end{array}\right] $$&lt;br /&gt;
&lt;br /&gt;
==A Subtraction Matrix==&lt;br /&gt;
&lt;br /&gt;
Similar to an addition matrix in its construction, the subtraction matrix is subject to the same rules of equality.&lt;br /&gt;
&lt;br /&gt;
Using the same essential data, we can calculate the daily sales of each of the shops.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image: matricestable07.png | A subtraction matrix]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The code is:&lt;br /&gt;
  $$ \left[\begin{array}{c+50C+25.c.c}&lt;br /&gt;
  72&amp;amp;95&amp;amp;68 \ \hdash 54&amp;amp;61&amp;amp;65 \ \hdash 48&amp;amp;51&amp;amp;60&lt;br /&gt;
  \end{array}\right] - \left[\begin{array}{c+50C+25.c.c}&lt;br /&gt;
  11&amp;amp;14&amp;amp;12 \ \hdash 16&amp;amp;12&amp;amp;22 \ \hdash 14&amp;amp;17&amp;amp;15&lt;br /&gt;
  \end{array}\right] = \left[\begin{array}{c+50C+25.c.c}&lt;br /&gt;
  61&amp;amp;81&amp;amp;56 \ \hdash 38&amp;amp;49&amp;amp;43 \ \hdash 34&amp;amp;34&amp;amp;48&lt;br /&gt;
  \end{array}\right] $$  &lt;br /&gt;
&lt;br /&gt;
This code looks more complex than it really is, it is cluttered by the lines and alignment sequences.&lt;br /&gt;
&lt;br /&gt;
==Multiplication Matrices==&lt;br /&gt;
&lt;br /&gt;
Different than the addition or subtraction matrices, the multiplication matrix comes in three parts, the row matrix, the column matrix and the answer matrix. This implies it has a different construction methodology.&lt;br /&gt;
&lt;br /&gt;
[[Image: matrices16.gif | A multiplication matrix]]&lt;br /&gt;
&lt;br /&gt;
And the code for this is: &lt;br /&gt;
  $$ \begin{array} 10&amp;amp;amp;14&amp;amp;amp;16\end{array} \ &lt;br /&gt;
  \left[\begin{array} 45 \\ 61 \\ 19 \end{array}\right] &lt;br /&gt;
  \ = \ \begin{array} 450&amp;amp;amp;854&amp;amp;amp;304\end{array} $$&lt;br /&gt;
&lt;br /&gt;
While different, it is not necessarily more complex. For example a problem like:&lt;br /&gt;
&lt;br /&gt;
  Bill the baker is selling his product to Con the cafe owner, who &lt;br /&gt;
  wants to make sure his overall prices are profitable for himself. &lt;br /&gt;
  Con needs to make sure that his average price is providing sufficient &lt;br /&gt;
  profit to be able to keep the cafes open. Con makes his calculations &lt;br /&gt;
  on a weekly basis, comparing cost to sale prices.&lt;br /&gt;
&lt;br /&gt;
With the pies, pasties and sausage rolls in that order he applies them to the cost and sale price columns :&lt;br /&gt;
&lt;br /&gt;
[[Image: matrices17.gif | A multiplication matrix]]&lt;br /&gt;
&lt;br /&gt;
The code for this is: &lt;br /&gt;
  $$\left[\begin{array} 350&amp;amp;amp;310&amp;amp;amp;270 \end{array}\right] \ &lt;br /&gt;
  \left[\begin{array} \$2.10&amp;amp;amp;\$3.60 \ \$2.05&amp;amp;amp;\$3.60 \ \$1.90&amp;amp;amp;\$3.10 \end{array} &lt;br /&gt;
  \right] \ = \ \left[\begin{array} \$735.00&amp;amp;amp;\$1260.00 \ \$635.50&amp;amp;amp;\$1116.00 \ &lt;br /&gt;
  \$513.00&amp;amp;amp;$\837.00 \end{array}\right] $$&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[MathJax_filter]] - available in Moodle 2.7 and later&lt;br /&gt;
* [[TeX notation filter]] To turn on the TeX Notation &lt;br /&gt;
* [[Advanced Maths Tools]] Moodle 2.x - The Next Generation of TeX Tools&lt;br /&gt;
* [[DragMath equation editor]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Using_TeX_Notation&amp;diff=112660</id>
		<title>Using TeX Notation</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Using_TeX_Notation&amp;diff=112660"/>
		<updated>2014-05-18T05:19:19Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Filters}}&lt;br /&gt;
{{Work in progress}}&lt;br /&gt;
TeX (pronounced TEK) is a very widespread and popular way of representing Mathematics notation using only characters that you can type on a keyboard (see [https://en.wikipedia.org/wiki/TeX Wikipedia]).  This makes it a useful format to use in Moodle, since it can be entered anywhere you can type text, from forum posts to quiz questions.&lt;br /&gt;
&lt;br /&gt;
TeX expressions can be entered in multiple ways:&lt;br /&gt;
* typing them directly into texts.&lt;br /&gt;
* using the Java-based Dragmath editor in Moodle&#039;s TinyMCE editor.&lt;br /&gt;
* using the HTML-based equation editor in Moodle&#039;s Atto editor (since Moodle 2.7).&lt;br /&gt;
&lt;br /&gt;
Afterwards, TeX expressions are rendered into Mathematics notation:&lt;br /&gt;
* using the TeX filter in Moodle, which uses a TeX binary installed on the server to convert expressions into .gif images (or if that is not available, it falls back to a simple built-in mimetex binary).&lt;br /&gt;
* using the [[MathJax_filter]]] which identifies TeX expressions and uses the Mathjax JS library to render them in browsers at display time (since Moodle 2.7).&lt;br /&gt;
* using other third-party solutions.&lt;br /&gt;
&lt;br /&gt;
As you can imagine, the whole field is not simple as we&#039;d like, especially because there are many flavours of TeX and slight variations between tools.&lt;br /&gt;
&lt;br /&gt;
This page focusses only on using TeX in core Moodle.  See the links at the bottom of this page for more information on setting up TeX editors and filters, including other tools from the Moodle community that may be suitable for advanced users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;WARNING:&#039;&#039;&#039; This Wiki environment uses DIFFERENT to Moodle, especially when it comes to control sequences.  You will want to test expressions well in your own site.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Language Conventions== &lt;br /&gt;
&lt;br /&gt;
To identify a TeX sequence in your text, surround it with $$ markers. To invoke a particular command or control sequence, use the backslash, \. A typical control sequence looks like: &lt;br /&gt;
&lt;br /&gt;
  $$ x\ =\ \frac{\sqrt{144}}{2}\ \times\ (y\ +\ 12) $$  &lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image: cfmimetex10.gif|frame|center]]&lt;br /&gt;
|-&lt;br /&gt;
|Fraction and square root.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additional spaces can be placed into the equation using the \ without a trailing character.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Reserved Characters and Keywords==&lt;br /&gt;
&lt;br /&gt;
Most characters and numbers on the keyboard can be used at their default value. As with any computing language, though, there are a set of reserved characters and keywords that are used by the program for its own purposes. TeX Notation is no different, but it does have a very small set of Reserved Characters. This will not be a complete list of reserved characters, but some of these are: &lt;br /&gt;
&lt;br /&gt;
  @ # $ % ^ &amp;amp; * ( ) . &lt;br /&gt;
&lt;br /&gt;
To use these characters in an equation just place the \ in front of them like \$ or \%. If you want to use the backslash, just use \backslash. The only exception here seems to be the &amp;amp;, ampersand. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Superscripts, Subscripts and Roots==&lt;br /&gt;
&lt;br /&gt;
Superscripts are recorded using the caret, ^, symbol. An example for a Maths class might be: &lt;br /&gt;
&lt;br /&gt;
  $$ 4^2 \ \times \ 4^3 \ = 4^5 $$&lt;br /&gt;
  This is a shorthand way of saying: &lt;br /&gt;
  (4 x 4) x (4 x 4 x 4) = (4 x 4 x 4 x 4 x 4)&lt;br /&gt;
  or&lt;br /&gt;
  16 x 64 = 1024.&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;4^2 \ \times \ 4^3 \ = 4^5&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Subscripts are similar, but use the underscore character. &lt;br /&gt;
&lt;br /&gt;
  $$ 3x_2 \ \times \ 2x_3 $$&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;3x_2 \ \times \ 2x_3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is OK if you want superscripts or subscripts, but square roots are a little different. This uses a control sequence. &lt;br /&gt;
&lt;br /&gt;
  $$ \sqrt{64} \ = \ 8 $$&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;\sqrt{64} \ = \ 8&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also take this a little further, but adding in a control character. You may ask a question like: &lt;br /&gt;
&lt;br /&gt;
  $$ If \ \sqrt[n]{1024} \ = \ 4, \ what \ is \ the \ value \ of \ n? $$  &lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;If \ \sqrt[n]{1024} \ = \ 4, \ what \ is \ the \ value \ of \ n?&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Using these different commands allows you to develop equations like: &lt;br /&gt;
&lt;br /&gt;
  $$ The \sqrt{64} \ \times \ 2 \ \times \ 4^3 \ = \ 1024 $$&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;The \sqrt{64} \ \times \ 2 \ \times \ 4^3 \ = \ 1024&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Superscripts, Subscripts and roots can also be noted in [[Using TeX Notation 4 | Matrices]].&lt;br /&gt;
&lt;br /&gt;
==Fractions==&lt;br /&gt;
&lt;br /&gt;
Fractions in TeX are actually simple, as long as you remember the rules.&lt;br /&gt;
&lt;br /&gt;
  $$ \frac{numerator}{denominator} $$ which produces &amp;lt;math&amp;gt;\frac{numerator}{denominator}&amp;lt;/math&amp;gt; .&lt;br /&gt;
&lt;br /&gt;
This can be given as:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;\frac{5}{10} \ is \ equal \ to \ \frac{1}{2}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This is entered as:&lt;br /&gt;
&lt;br /&gt;
  $$ \frac{5}{10} \ is \ equal \ to \ \frac{1}{2}.$$&lt;br /&gt;
&lt;br /&gt;
With fractions (as with other commands) the curly brackets can be nested so that for example you can implement negative exponents in fractions.  As you can see,&lt;br /&gt;
	&lt;br /&gt;
  $$\frac {5^{-2}}{3}$$ will produce &amp;lt;math&amp;gt;\frac {5^{-2}}{3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  $$\left(\frac{3}{4}\right)^{-3}$$ will produce &amp;lt;math&amp;gt;\left(\frac{3}{4}\right)^{-3}&amp;lt;/math&amp;gt;  and&lt;br /&gt;
&lt;br /&gt;
  $$\frac{3}{4^{-3}}$$ will produce &amp;lt;math&amp;gt; \frac{3}{4^{-3}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  You likely do not want to use $$\frac{3}{4}^{-3}$$ as it produces &amp;lt;math&amp;gt;\frac{3}{4}^{-3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also use fractions and negative exponents in [[Using TeX Notation 4 | Matrices]].&lt;br /&gt;
&lt;br /&gt;
==Brackets==&lt;br /&gt;
&lt;br /&gt;
As students advance through Maths, they come into contact with brackets. Algebraic notation depends heavily on brackets. The usual keyboard values of ( and ) are useful, for example:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;math&amp;gt;d = 2 \ \times \ (4 \ - \ j)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is written as:&lt;br /&gt;
&lt;br /&gt;
  $$ d = 2 \ \times \ (4 \ - \ j) $$&lt;br /&gt;
&lt;br /&gt;
Usually, these brackets are enough for most formulae but they will not be in some circumstances. Consider this:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;4x^3 \ + \ (x \ + \ \frac{42}{1 + x^4})&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Is OK, but try it this way:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;4x^3 \ + \ \left(x \ + \ \frac{42}{1 + x^4}\right)&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This can be achieved by:&lt;br /&gt;
&lt;br /&gt;
  $$ 4x^3 \ + \ \left(x \ + \ \frac{42}{1 + x^4}\right) $$&lt;br /&gt;
&lt;br /&gt;
A simple change using the \left( and \right) symbols instead. Note the actual bracket is both named and presented. Brackets are almost essential in [[Using TeX Notation 4 | Matrices]].&lt;br /&gt;
&lt;br /&gt;
==Ellipsis==&lt;br /&gt;
&lt;br /&gt;
The Ellipsis is a simple code:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;x_1, \ x_2, \ \ldots, \ x_n&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Written like:&lt;br /&gt;
&lt;br /&gt;
  $$ x_1, \ x_2, \ \ldots, \ x_n  $$&lt;br /&gt;
&lt;br /&gt;
A more practical application could be:&lt;br /&gt;
&lt;br /&gt;
Question:&lt;br /&gt;
  &amp;quot;Add together all the numbers from 1 &amp;lt;math&amp;gt;\ldots&amp;lt;/math&amp;gt; 38.&lt;br /&gt;
  What is an elegant and simple solution to this problem?&lt;br /&gt;
  Can you create an algebraic function to explain this solution?&lt;br /&gt;
  Will your solution work for all numbers?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Answer:&lt;br /&gt;
The question uses an even number to demonstrate a mathematical process and generate an algebraic formula.&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Part 1:&lt;br /&gt;
| Part 2.&lt;br /&gt;
| Part 3.&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;math&amp;gt;1. \ 1 \ + \ 38 \ = \ 39&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;2. \ 2 \ + \ 37 \ = \ 39&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;3. \ 3 \ + \ 36 \ = \ 39&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\ldots&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;19. 19 \ + \ 20 \ = \ 39 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\therefore x \ = \ 39 \ \times \ 19 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\therefore x \ = \ 741 &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|An algebraic function might read something like:&lt;br /&gt;
&amp;lt;math&amp;gt;t = (1 + n) \times n/2 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where t = total and n = the last number.&lt;br /&gt;
&lt;br /&gt;
|The solution is that, using the largest and the smallest numbers, the numbers are added and then multiplied by the number of different combinations to produce the same result adding the first and last numbers.&lt;br /&gt;
The answer must depend on the number, &amp;lt;math&amp;gt;\frac{n}{2}&amp;lt;/math&amp;gt; being a whole number. Therefore, the solution will not work for an odd range of numbers, only an even range.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Symbols==&lt;br /&gt;
&lt;br /&gt;
These are not all the symbols that may be available in TeX Notation for Moodle, just the ones that I have found to work in Moodle.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
| \amalg &lt;br /&gt;
| &amp;lt;math&amp;gt;\amalg&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \cup&lt;br /&gt;
| &amp;lt;math&amp;gt;\cup&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \oplus&lt;br /&gt;
| &amp;lt;math&amp;gt;\oplus&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \times&lt;br /&gt;
| &amp;lt;math&amp;gt;\times&amp;lt;/math&amp;gt;   &lt;br /&gt;
|-&lt;br /&gt;
|\ast&lt;br /&gt;
|&amp;lt;math&amp;gt;\ast&amp;lt;/math&amp;gt;  &lt;br /&gt;
|\dagger&lt;br /&gt;
|&amp;lt;math&amp;gt;\dagger&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \oslash&lt;br /&gt;
| &amp;lt;math&amp;gt;\oslash&amp;lt;/math&amp;gt;   &lt;br /&gt;
| \triangleleft&lt;br /&gt;
| &amp;lt;math&amp;gt;\triangleleft&amp;lt;/math&amp;gt;   &lt;br /&gt;
|-&lt;br /&gt;
| \bigcirc&lt;br /&gt;
| &amp;lt;math&amp;gt;\bigcirc&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \ddagger&lt;br /&gt;
| &amp;lt;math&amp;gt;\ddagger&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \otimes&lt;br /&gt;
| &amp;lt;math&amp;gt;\otimes&amp;lt;/math&amp;gt;   &lt;br /&gt;
| \triangleright&lt;br /&gt;
| &amp;lt;math&amp;gt;\triangleright&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| \bigtriangledown&lt;br /&gt;
| &amp;lt;math&amp;gt;\bigtriangledown&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \diamond&lt;br /&gt;
| &amp;lt;math&amp;gt;\diamond&amp;lt;/math&amp;gt;   &lt;br /&gt;
| \pm&lt;br /&gt;
| &amp;lt;math&amp;gt;\pm&amp;lt;/math&amp;gt;  	&lt;br /&gt;
| \odot&lt;br /&gt;
| &amp;lt;math&amp;gt;\odot&amp;lt;/math&amp;gt;   &lt;br /&gt;
|- &lt;br /&gt;
| \bigtriangleup&lt;br /&gt;
| &amp;lt;math&amp;gt;\bigtriangleup&amp;lt;/math&amp;gt;   &lt;br /&gt;
| \div&lt;br /&gt;
| &amp;lt;math&amp;gt;\div&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \ominus&lt;br /&gt;
| &amp;lt;math&amp;gt;\ominus&amp;lt;/math&amp;gt;   &lt;br /&gt;
| \wr&lt;br /&gt;
| &amp;lt;math&amp;gt;\wr&amp;lt;/math&amp;gt;   &lt;br /&gt;
|-&lt;br /&gt;
| \circ&lt;br /&gt;
| &amp;lt;math&amp;gt;\circ&amp;lt;/math&amp;gt;   &lt;br /&gt;
| \wedge&lt;br /&gt;
| &amp;lt;math&amp;gt;\wedge&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \vee&lt;br /&gt;
| &amp;lt;math&amp;gt;\vee&amp;lt;/math&amp;gt;   &lt;br /&gt;
| \sqcup&lt;br /&gt;
| &amp;lt;math&amp;gt;\sqcup&amp;lt;/math&amp;gt;  &lt;br /&gt;
|- &lt;br /&gt;
| \leq&lt;br /&gt;
| &amp;lt;math&amp;gt;\leq&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \geq&lt;br /&gt;
| &amp;lt;math&amp;gt;\geq&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \equiv&lt;br /&gt;
| &amp;lt;math&amp;gt;\equiv&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \prec&lt;br /&gt;
| &amp;lt;math&amp;gt;\prec&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \succ&lt;br /&gt;
| &amp;lt;math&amp;gt;\succ&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \sim&lt;br /&gt;
| &amp;lt;math&amp;gt;\sim&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \perp&lt;br /&gt;
| &amp;lt;math&amp;gt;\perp&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \preceq&lt;br /&gt;
| &amp;lt;math&amp;gt;\preceq&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \succeq&lt;br /&gt;
| &amp;lt;math&amp;gt;\succeq&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \simeq&lt;br /&gt;
| &amp;lt;math&amp;gt;\simeq&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \mid&lt;br /&gt;
| &amp;lt;math&amp;gt;\mid&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \ll&lt;br /&gt;
| &amp;lt;math&amp;gt;\ll&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \gg &lt;br /&gt;
| &amp;lt;math&amp;gt;\gg&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \asymp&lt;br /&gt;
| &amp;lt;math&amp;gt;\asymp&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \parallel&lt;br /&gt;
| &amp;lt;math&amp;gt;\parallel&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \subset&lt;br /&gt;
| &amp;lt;math&amp;gt;\subset&amp;lt;/math&amp;gt;  &lt;br /&gt;
|- &lt;br /&gt;
| \supset&lt;br /&gt;
| &amp;lt;math&amp;gt;\supset&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \subseteq&lt;br /&gt;
| &amp;lt;math&amp;gt;\subseteq&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \supseteq&lt;br /&gt;
| &amp;lt;math&amp;gt;\supseteq&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \approx&lt;br /&gt;
| &amp;lt;math&amp;gt;\approx&amp;lt;/math&amp;gt;  &lt;br /&gt;
|- &lt;br /&gt;
| \neq&lt;br /&gt;
| &amp;lt;math&amp;gt;\neq&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \ni&lt;br /&gt;
| &amp;lt;math&amp;gt;\ni&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \notin&lt;br /&gt;
| &amp;lt;math&amp;gt;\notin&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \in&lt;br /&gt;
| &amp;lt;math&amp;gt;\ni&amp;lt;/math&amp;gt;  &lt;br /&gt;
|- &lt;br /&gt;
| \vdash&lt;br /&gt;
| &amp;lt;math&amp;gt;\vdash&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \dashv&lt;br /&gt;
| &amp;lt;math&amp;gt;\dashv&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \bullet&lt;br /&gt;
| &amp;lt;math&amp;gt;\bullet&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \cdot&lt;br /&gt;
| &amp;lt;math&amp;gt;\cdot&amp;lt;/math&amp;gt;  &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Arrows==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| \leftarrow	&lt;br /&gt;
| &amp;lt;math&amp;gt; \leftarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \longleftarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \longleftarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Leftarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Leftarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Longleftarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Longleftarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \rightarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \rightarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \longrightarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \longrightarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Rightarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Rightarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Longrightarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Longrightarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \uparrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \uparrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Uparrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Uparrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \downarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \downarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Downarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Downarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \leftrightarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \leftrightarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \longleftrightarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \longleftrightarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \updownarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \updownarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Updownarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Updownarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \Leftrightarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Leftrightarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Longleftrightarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \Longleftrightarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \leftrightharpoon&lt;br /&gt;
| &amp;lt;math&amp;gt; \rightleftharpoons&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \Im&lt;br /&gt;
| &amp;lt;math&amp;gt; \Im&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \nearrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \nearrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \nwarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \nwarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \swarrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \swarrow&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \searrow&lt;br /&gt;
| &amp;lt;math&amp;gt; \searrow&amp;lt;/math&amp;gt;    &lt;br /&gt;
  &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Delimiters and Maths Constructs==&lt;br /&gt;
&lt;br /&gt;
NOTE: Most delimiters and constructs need additional parameters for them to appear appropriately.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| \{x&lt;br /&gt;
| &amp;lt;math&amp;gt; \{x &amp;lt;/math&amp;gt;  &lt;br /&gt;
| x | \}&lt;br /&gt;
| &amp;lt;math&amp;gt;x | \} &amp;lt;/math&amp;gt;  &lt;br /&gt;
| \rangle&lt;br /&gt;
| &amp;lt;math&amp;gt; \rangle &amp;lt;/math&amp;gt;  &lt;br /&gt;
| \langle&lt;br /&gt;
| &amp;lt;math&amp;gt; \langle &amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \angle&lt;br /&gt;
| &amp;lt;math&amp;gt; \angle &amp;lt;/math&amp;gt;  &lt;br /&gt;
| \=&lt;br /&gt;
| &amp;lt;math&amp;gt; \| &amp;lt;/math&amp;gt;  &lt;br /&gt;
| \sqrt{ab}&lt;br /&gt;
| &amp;lt;math&amp;gt; \sqrt{ab}&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \sqrt[n]{ab}&lt;br /&gt;
| &amp;lt;math&amp;gt; \sqrt[n]{ab}&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \frac{ab}{cd}&lt;br /&gt;
| &amp;lt;math&amp;gt; \frac{ab}{cd}&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \backslash&lt;br /&gt;
| &amp;lt;math&amp;gt; \backslash&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \widehat{ab}&lt;br /&gt;
| &amp;lt;math&amp;gt; \widehat{ab}&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \$&lt;br /&gt;
| &amp;lt;math&amp;gt; \$ &amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \overline{ab}&lt;br /&gt;
| &amp;lt;math&amp;gt; \overline{ab}&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \underline{ab}&lt;br /&gt;
| &amp;lt;math&amp;gt; \underline{ab}&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \therefore&lt;br /&gt;
| &amp;lt;math&amp;gt; \therefore&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \ddots&lt;br /&gt;
| &amp;lt;math&amp;gt; \ddots&amp;lt;/math&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
| \%&lt;br /&gt;
| &amp;lt;math&amp;gt; \%&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \#&lt;br /&gt;
| &amp;lt;math&amp;gt; \# &amp;lt;/math&amp;gt;  &lt;br /&gt;
| \vdots&lt;br /&gt;
| &amp;lt;math&amp;gt; \vdots&amp;lt;/math&amp;gt;  &lt;br /&gt;
| \emptyset&lt;br /&gt;
| &amp;lt;math&amp;gt; \emptyset&amp;lt;/math&amp;gt;  &lt;br /&gt;
|}&lt;br /&gt;
WARNINGS: The &amp;amp; character in LaTeX usually requires a backslash, \. In TeX Notation for Moodle, apparently, it does not. Other packages, AsciiMath, may use it differently again so be careful using it. The copyright character may use the MimeTeX charset, and produces a copyright notice for John Forkosh Associates who provided a lot of the essential packages for the TeX Notation for Moodle, so I understand. I have been, almost reliably, informed that a particular instruction will produce a different notice though .:)    &lt;br /&gt;
&lt;br /&gt;
There are also a number of characters that can be used in TeX Notation for Moodle but do not render in this page:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image: cfmimetex08.png|frame|left]] &lt;br /&gt;
| Larger \left(x and \right) brackets&lt;br /&gt;
|-&lt;br /&gt;
|[[Image: cfmimetex06.gif|frame|left]]&lt;br /&gt;
| \widetilde{ab}&lt;br /&gt;
|-&lt;br /&gt;
|[[Image: cfmimetex09.gif|frame|left]]&lt;br /&gt;
| \textdegree or (50)^\circ&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Greek Letters==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt;&lt;br /&gt;
| \alpha  	&lt;br /&gt;
| &amp;lt;math&amp;gt;\beta&amp;lt;/math&amp;gt;&lt;br /&gt;
| \beta  	&lt;br /&gt;
| &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt;&lt;br /&gt;
| \gamma &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\delta&amp;lt;/math&amp;gt;&lt;br /&gt;
| \delta  	&lt;br /&gt;
| &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;&lt;br /&gt;
| \epsilon &lt;br /&gt;
| &amp;lt;math&amp;gt;\zeta&amp;lt;/math&amp;gt;&lt;br /&gt;
| \zeta &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\eta&amp;lt;/math&amp;gt;&lt;br /&gt;
| \eta &lt;br /&gt;
| &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt;&lt;br /&gt;
| \theta &lt;br /&gt;
| &amp;lt;math&amp;gt;\iota&amp;lt;/math&amp;gt;&lt;br /&gt;
| \iota &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\kappa&amp;lt;/math&amp;gt;&lt;br /&gt;
| \kappa &lt;br /&gt;
| &amp;lt;math&amp;gt;\lambda&amp;lt;/math&amp;gt;&lt;br /&gt;
| \lambda &lt;br /&gt;
| &amp;lt;math&amp;gt;\mu&amp;lt;/math&amp;gt;&lt;br /&gt;
| \mu &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\xi&amp;lt;/math&amp;gt;&lt;br /&gt;
| \xi &lt;br /&gt;
| &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;&lt;br /&gt;
| \pi &lt;br /&gt;
| &amp;lt;math&amp;gt;\rho&amp;lt;/math&amp;gt;&lt;br /&gt;
| \rho &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
| \sigma &lt;br /&gt;
| &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;&lt;br /&gt;
| \tau &lt;br /&gt;
| &amp;lt;math&amp;gt;\upsilon&amp;lt;/math&amp;gt;&lt;br /&gt;
| \upsilon &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\phi&amp;lt;/math&amp;gt;&lt;br /&gt;
| \phi &lt;br /&gt;
| &amp;lt;math&amp;gt;\chi&amp;lt;/math&amp;gt;&lt;br /&gt;
| \chi &lt;br /&gt;
| &amp;lt;math&amp;gt;\psi&amp;lt;/math&amp;gt;&lt;br /&gt;
| \psi&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\omega&amp;lt;/math&amp;gt;&lt;br /&gt;
| \omega  	&lt;br /&gt;
| &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt;&lt;br /&gt;
| \Omega  	&lt;br /&gt;
| &amp;lt;math&amp;gt;\Theta&amp;lt;/math&amp;gt;&lt;br /&gt;
| \Theta&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\Delta&amp;lt;/math&amp;gt;&lt;br /&gt;
| \Delta  	&lt;br /&gt;
| &amp;lt;math&amp;gt;\Pi&amp;lt;/math&amp;gt;&lt;br /&gt;
| \Pi  	&lt;br /&gt;
| &amp;lt;math&amp;gt;\Phi&amp;lt;/math&amp;gt;&lt;br /&gt;
| \Phi&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\Gamma &amp;lt;/math&amp;gt;&lt;br /&gt;
| \Gamma&lt;br /&gt;
| &amp;lt;math&amp;gt;\Lambda  &amp;lt;/math&amp;gt;&lt;br /&gt;
| \Lambda  &lt;br /&gt;
| &amp;lt;math&amp;gt;\Sigma  &amp;lt;/math&amp;gt;&lt;br /&gt;
| \Sigma  &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\Psi &amp;lt;/math&amp;gt;&lt;br /&gt;
| \Psi&lt;br /&gt;
| &amp;lt;math&amp;gt;\Xi &amp;lt;/math&amp;gt;&lt;br /&gt;
| \Xi&lt;br /&gt;
| &amp;lt;math&amp;gt;\Upsilon&amp;lt;/math&amp;gt;&lt;br /&gt;
| \Upsilon&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\vartheta &amp;lt;/math&amp;gt;&lt;br /&gt;
| \vartheta&lt;br /&gt;
| &amp;lt;math&amp;gt;\varrho  &amp;lt;/math&amp;gt;&lt;br /&gt;
| \varrho&lt;br /&gt;
| &amp;lt;math&amp;gt;\varphi &amp;lt;/math&amp;gt;&lt;br /&gt;
| \varphi &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;\varsigma &amp;lt;/math&amp;gt;&lt;br /&gt;
| \varsigma&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notable Exceptions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Greek letter omicron. Simply put, omicron is an &amp;quot;o&amp;quot; or an &amp;quot;O&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
At the time of writing, these Greek capital letters cannot be rendered by TeX Notation in Moodle: &lt;br /&gt;
  Alpha, Beta, Zeta, Eta, Tau, Chi, Mu, Iota, Kappa and Epsilon&lt;br /&gt;
Given the relationship of Tau to finding the area of a circle, it can easily replace Pi, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, it may soon be though.&lt;br /&gt;
&lt;br /&gt;
==Fonts==&lt;br /&gt;
&lt;br /&gt;
To use a particular font you need to access the font using the same syntax as demonstrated above.&lt;br /&gt;
&lt;br /&gt;
A math calligraphic font:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\mathcal{ABCDEFGHIJKLMNOPQRSTUVXYZ}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
$$ \mathcal{ABCDEFGHIJKLMNOPQRSTUVXYZ}$$&lt;br /&gt;
&lt;br /&gt;
A Castellar type font:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\mathbb{ABCDEFGHIJKLMNOPQRSTUVXYZ}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
$$ \mathbb{ABCDEFGHIJKLMNOPQRSTUVXYZ}$$&lt;br /&gt;
&lt;br /&gt;
An Old English type font:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\mathfrak{ABCDEFGHIJKLMNOPQRSTUVXYZ}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
$$ \mathfrak{ABCDEFGHIJKLMNOPQRSTUVXYZ}$$&lt;br /&gt;
&lt;br /&gt;
This is different in Tex Notation in Moodle than it is for other, full, TeX packages. &lt;br /&gt;
&lt;br /&gt;
An italic font:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ABCDEFGHIJKLMNOPQRSTUVXYZ&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
$$ \mathi{ABCDEFGHIJKLMNOPQRSTUVXYZ} $$&lt;br /&gt;
&lt;br /&gt;
A bold-face font:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\mathbf{ABCDEFGHIJKLMNOPQRSTUVXYZ}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
$$ \mathbf{ABCDEFGHIJKLMNOPQRSTUVXYZ} $$&lt;br /&gt;
&lt;br /&gt;
==Size of displays==&lt;br /&gt;
&lt;br /&gt;
The default size is rendered slightly larger than normal font size. TeX Notation in Moodle uses eight different sizes ranging from &amp;quot;tiny&amp;quot; to &amp;quot;huge&amp;quot;. However,these values seem to mean different things and are, I suspect, dependent upon the User&#039;s screen resolution. The sizes can be noted in four different ways: &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| \fontsize{0} to \fontsize{7}&lt;br /&gt;
| $$\fontsize{2} x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12)$$&lt;br /&gt;
| [[Image:cfmimetex11a.gif|left]]&lt;br /&gt;
|-&lt;br /&gt;
| \fs{0} to \fs{7}&lt;br /&gt;
| $$\fs{4} x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12)$$&lt;br /&gt;
| [[Image:cfmimetex11b.gif|left]]&lt;br /&gt;
|-&lt;br /&gt;
| \fs0 to \fs7&lt;br /&gt;
| $$\fs6 x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12)$$&lt;br /&gt;
| [[Image:cfmimetex11c.gif|left]]&lt;br /&gt;
|-&lt;br /&gt;
| As well, you can use \tiny \small &lt;br /&gt;
\normalsize \large \Large &lt;br /&gt;
\LARGE \huge \Huge&lt;br /&gt;
| $$\normalsize x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12)$$&lt;br /&gt;
| [[Image:cfmimetex11d.gif|left]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
It appears that TeX Notation in Moodle now allows \fs6, \fs7, \huge and \Huge to be properly rendered.&lt;br /&gt;
&lt;br /&gt;
==Colour==&lt;br /&gt;
&lt;br /&gt;
Unlike many scripting languages, we only need to name the colour we want to use. You may have to experiment a little with colours, but it will make for a brighter page. Once named, the entire statement will appear in the colour, and if you mix colours, the last named colour will dominate. Some examples: &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| $$ \red x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12) $$&lt;br /&gt;
| [[Image: cfmimetex30a.gif|right]] &lt;br /&gt;
|-&lt;br /&gt;
| $$ \blue x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12) $$&lt;br /&gt;
| [[Image: cfmimetex30b.gif|right]]&lt;br /&gt;
|-&lt;br /&gt;
| $$ \green x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12) $$&lt;br /&gt;
| [[Image: cfmimetex30c.gif|right]]&lt;br /&gt;
|-&lt;br /&gt;
| $$ \red x \ = \ \frac{\sqrt{144}}{2}$$ $$ \times $$ &lt;br /&gt;
$$\green (y \ + \ 12) $$ $$ \ = $$ $$ \ \blue 6^3 $$ &lt;br /&gt;
| [[Image: cfmimetex30d.gif|right]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Moodle 2.2 note: You may find this doesn&#039;t work for you. You can try to add &amp;quot;\usepackage{color}&amp;quot; to your tex notation setting &amp;quot;LaTeX preamble&amp;quot; (under Site adminstration/Plugins/Filters/TeX notation)and then use this new syntax: $$ \color{red} x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12) $$&lt;br /&gt;
&lt;br /&gt;
You may note this last one, it is considerably more complex than the previous for colours. TeX Notation in Windows does not allow multicoloured equations, if you name a number of colours in the equation, only the last named will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Geometric Shapes== &lt;br /&gt;
&lt;br /&gt;
There are two ways to produce geometric shapes, one is with circles and the other is with lines. Each take a bit of practice to get right, but they can provide some simple geometry. It may be easier to produce the shapes in Illustrator or Paint Shop Pro or any one of a number of other drawing packages and use them to illustrate your lessons, but sometimes, some simple diagrams in Moodle will do a better job.&lt;br /&gt;
&lt;br /&gt;
==Circles==&lt;br /&gt;
&lt;br /&gt;
Circles are easy to make. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:cfmimetex20.gif|left]]&lt;br /&gt;
| Circles are easily created, and only needs a number to determine how large the circle is. &lt;br /&gt;
To create the circle use $$ \circle(150) $$. This makes a circle of 150 pixels in diameter. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Creating Arcs==&lt;br /&gt;
&lt;br /&gt;
Arcs are also easy to produce, but require some additional parameters. The same code structure used in circles create the basic shape, but the inclusion of a start and end point creates only the arc. However, notice where the 0 point is, not at the true North, but rather the East and run in an anti-clockwise direction. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:cfmimetex21a.gif|left]]&lt;br /&gt;
| $$ \circle(120;90,180)$$&lt;br /&gt;
| [[Image:cfmimetex21b.gif|left]]&lt;br /&gt;
| $$ \circle(120;0,90)$$&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:cfmimetex21c.gif|left]]&lt;br /&gt;
| $$ \circle(120;180,270)$$&lt;br /&gt;
| [[Image:cfmimetex21d.gif|left]]&lt;br /&gt;
| $$ \circle(120;270,360)$$&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
This structure breaks down into the \circle command followed by the diameter, not the radius, of the circle, followed by a semi-colon, then the demarcation of the arc, the nomination of the start and end points in degrees from the 0, East, start point. Note that the canvas is the size of the diameter nominated by the circle&#039;s parameters.&lt;br /&gt;
&lt;br /&gt;
==The \picture Command==&lt;br /&gt;
&lt;br /&gt;
Using circles and arcs as shown above is somewhat limiting. The \picture command allows you to use a frame in which to build a picture of many layers. Each part of the picture though needs to be in its own space, and while this frame allows you to be creative, to a degree, there are some very hard and fast rules about using it. &lt;br /&gt;
&lt;br /&gt;
All elements of a picture need to be located within the picture frame. Unexpected results occur when parts of an arc, for example, runs over the border of the frame. (This is particularly true of lines, which we will get to next, and the consequences of that overstepping of the border can cause serious problems.)&lt;br /&gt;
&lt;br /&gt;
The \picture command is structured like:&lt;br /&gt;
   \picture(100){(50,50){\circle(200)}}&lt;br /&gt;
   \command(size of frame){(x co-ordinate, y co-ordinate){\shape to draw(size or x co-ordinate, y co-ordinate)})  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; The brace is used to enclose each set of required starting point coordinates. Inside each set of braces, another set of braces is used to isolate each set of coordinates from the other, and those coordinates use their proper brackets and backslash. Count the opening and closing brackets, be careful of the position,       &lt;br /&gt;
  &lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:cfmimetex24a.gif|left]]&lt;br /&gt;
| $$ \picture(100){(50,50){\circle(200)}}&amp;amp;&amp;amp;&lt;br /&gt;
&lt;br /&gt;
The picture frame brings elements together that you may not otherwise see.&lt;br /&gt;
&lt;br /&gt;
Because of the frame size of 100px and the centre point of the circle in the mid-point of the frame, the 200px circle will be squashed. Unexpected results occur when sizes are not correct.&lt;br /&gt;
| [[Image:cfmimetex24b.gif|left]]&lt;br /&gt;
|&lt;br /&gt;
Using the picture frame, you can layer circles &lt;br /&gt;
and lines over each other, or they can intersect.&lt;br /&gt;
&lt;br /&gt;
$$ \picture(100){(50,50){\circle(99)} (50,50){\circle(80)}} $$&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:cfmimetex24c.gif|left]]&lt;br /&gt;
| You may want to see an image of a circle with a dot in the middle. &lt;br /&gt;
You may have to try to place the centre dot correctly , but the &lt;br /&gt;
ordering of the elements in the image may have an impact.&lt;br /&gt;
&lt;br /&gt;
$$ \picture(100){(48,46){\bullet}(50,50){\circle(99)}} $$ &lt;br /&gt;
| [[Image:cfmimetex24d.gif|left]]&lt;br /&gt;
| Using the same ideas as above, you can make semi-circles.&lt;br /&gt;
&lt;br /&gt;
$$\picture(150){(50,50){\circle(100;0,180)}(100,50){\circle(100;180,360)}}$$&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lines==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Warning:&#039;&#039;&#039; Drawing lines in TeX Notation in Moodle is an issue, go to the [[Using_TeX_Notation#Reserved_Characters_and_Keywords| Using Text Notation]] for more information. If the line is not noted properly then the parser will try to correctly draw the line but will not successfully complete it. This means that every image that needs be drawn will be drawn until it hits the error. When the error is being converted, it fails, so no subsequent image is drawn. Be careful and make sure your line works BEFORE you move to the next problem or next image. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image: cfmimetex26.gif|frame|left| a couple of lines]] &lt;br /&gt;
| $$\red \picture(200){(20,0){ \line(180,0)}{(20,180){\line(180,0}$$ &lt;br /&gt;
 &lt;br /&gt;
The structure of the picture box is that the \picture(200) provides a square image template.&lt;br /&gt;
&lt;br /&gt;
The (20,0) provides the starting coordinates for any line that comes after. In this case the start point is at 20pixels in the x axis and 0 pixels in the y axis. The starting point for all coordinates, 0,0, is the bottom left corner and they run in a clockwise manner. &#039;&#039;&#039;Do not confuse this with arcs.&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
The \line(180,0) determines the length and inclination of the line. In this case, the inclination is 0 and the length is 180px. &lt;br /&gt;
&lt;br /&gt;
These are enclosed in braces, all inside one set of braces owned by the \picture() control sequence.&lt;br /&gt;
&lt;br /&gt;
The next set of commands are the same, that is, the (20,200) are the coordinates of the next line. The x co-ordinate is the 20, that is the distance to the right from the 0 point. The y co-ordinates is the distance from the bottom of the image. Whereas the first line started and ran on the bottom of the picture frame, the y co-ordinate starts at the 200 pixel mark from the bottom of the image. The line, at 180 pixels long and has no y slope. This creates a spread pair of parallel lines.     &lt;br /&gt;
| [[Image: cfmimtex27.gif|thumb|right|150px|\picture explained]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
While this explains the structure of a line, there is a couple of elements that you need to go through to do more with them.&lt;br /&gt;
&lt;br /&gt;
==Squares and Rectangles==&lt;br /&gt;
Drawing squares and rectangles is similar, but only slightly different. &lt;br /&gt;
&lt;br /&gt;
There should be a square box tool, and there is, but unless it has something inside it, it does not display. It is actually easier to make a square using the \line command.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image: line03.gif|left]]&lt;br /&gt;
|This box is constructed using:&lt;br /&gt;
$$ \picture(250){(10,10){\line(0,230)}(10,10){\line(230,0)}(240,10){\line(0,230)}(10,240){\line(230,0)}}$$&lt;br /&gt;
It is a 250 pixel square box with a 230 pixel square inside it.&lt;br /&gt;
| [[Image: line04.gif|left]]&lt;br /&gt;
|This box is different in that is has the equal length indicators that are used in a square.&lt;br /&gt;
$$ \picture(250){(10,10){\line(0,230)}&lt;br /&gt;
(5,120){\line(10,0)}&lt;br /&gt;
(10,10){\line(230,0)}&lt;br /&gt;
(120,5){\line(0,10)}&lt;br /&gt;
(240,10){\line(0,230)}&lt;br /&gt;
(235,120){\line(10,0)}&lt;br /&gt;
(10,240){\line(230,0)}&lt;br /&gt;
(120,235){\line(0,10)}}$$&lt;br /&gt;
|-&lt;br /&gt;
| [[Image: line05.gif|left]]&lt;br /&gt;
| The rectangle then becomes the same thing, but with one side shorter. For a portrait canvas it would be:&lt;br /&gt;
$$ \picture(250){(10,10){\line(0,230)}(10,10){\line(150,0)}(160,10){\line(0,230)}(10,240){\line(150,0)}}$$&lt;br /&gt;
| [[Image: line06.gif|left]]&lt;br /&gt;
|The rectangle can also produce a landscape shape:&lt;br /&gt;
$$ \picture(250){(10,10){\line(0,160)}(10,10){\line(230,0)}(240,10){\line(0,160)}(10,170){\line(230,0)}}$$&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Controlling Angles==&lt;br /&gt;
&lt;br /&gt;
Controlling angles is a little different. They involve a different perception, but not one that is unfamiliar. Consider this:&lt;br /&gt;
&lt;br /&gt;
We have a point from which we want to draw a line that is on an angle. The notation used at this point can be positive, positive or positive, negative or negative, positive or negative, negative. Think of it like a number plane or a graph, using directed numbers. The 0,0 point is in the centre, and we have four quadrants around it that give us one of the previously mentioned results.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot;|[[Image:co-ordquadrants.png|left]]&lt;br /&gt;
| [[Image:line06a.gif|left]] $$\picture(100){(50,50){\line(40,45)}}$$, &lt;br /&gt;
a positive x and positive y&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:line06b.gif|left]]$$\picture(100){(50,50){\line(-40,45)}}$$&lt;br /&gt;
a negative x and positive y&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:line06c.gif|left]]$$\picture(100){(50,50){\line(-40,-45)}}$$&lt;br /&gt;
a negative x and negative y&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:line06d.gif|left]]$$\picture(100){(50,50){\line(40,-45)}}$$&lt;br /&gt;
a positive x and a negative y&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Essentially, what these points boil down to is that anything above the insertion point is a positive on the y axis, anything below is a negative. Anything to the left of the insertion point is a negative while everything to the right is a positive. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:line06e.gif|left]]&lt;br /&gt;
| $$\picture(100){(50,50){\line(40,45)}(50,50){\line(-40,45)}(50,50){\line(-40,-45)}(50,50){\line(40,-45)}}$$&lt;br /&gt;
&lt;br /&gt;
The co-ordinate alignment process in TeX is not that good that you can use one set of co-ords as a single starting point for all lines. The layering of each object varies because of the position of the previous object, so each object needs to be exactly placed.&lt;br /&gt;
&lt;br /&gt;
This co-ord structure has a great deal of impact on intersecting lines, parallel lines and triangles. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Intersecting Lines==&lt;br /&gt;
&lt;br /&gt;
You can set up an intersecting pair easily enough, using the \picture control sequence.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:cfmimetex31.gif|left]]&lt;br /&gt;
| $$ \picture(200){(10,0){\line(150,150)} (0,130){\line(180,-180)}} $$&lt;br /&gt;
&lt;br /&gt;
The lines that are drawn can be labeled.&lt;br /&gt;
&lt;br /&gt;
$$ \picture(200){(10,0){\line(150,150)}(0,130){\line(180,-180)}&lt;br /&gt;
(0,10){A}(0,135){B}(140,0){C}(140,150){D}(62,80){X}} $$ &lt;br /&gt;
&lt;br /&gt;
To produce another image.&lt;br /&gt;
| [[Image:cfmimetex32.gif|right]]&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align: center;&amp;quot;| To which you may want to ask the question: &lt;br /&gt;
$$The \ \angle \ of \ AXB \ is \ 72\textdegree. \ What \ is \ the \ value \ of \ \angle BXD? $$&lt;br /&gt;
 [[Image: cfmimetex32a.gif|center]] &lt;br /&gt;
&lt;br /&gt;
NOTE: Labeling this image, above-right, turned out to be fairly simple. Offsetting points by a few pixels at the start or end points of the lines proved a successful strategy. The X point proved a little more problematic, and took a number of adjustments before getting it right. Experience here will help.&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot;| With labels the drawing can become a little more like your traditional geometric drawing, but the devil is in the details. The parallel markers need to be placed properly, and that is where experience really comes into it. On lines that are vertical or horizontal, you can get away with using the &amp;gt; or &amp;lt; directly from the keyboard, or the &amp;lt;math&amp;gt;\gg&amp;lt;/math&amp;gt;  or &amp;lt;math&amp;gt;\ll&amp;lt;/math&amp;gt;  symbols. In either case, you need to position them properly.&lt;br /&gt;
&lt;br /&gt;
The code:&lt;br /&gt;
$$\picture(200){(15,45){\line(170,0)} (15,30){c}(170,28){d}(15,160){\line(170,0)}(15,145){e}(180,143){f}(50,20){\line(110,175)}(58,20){a}(140,185){b}(42,32){\kappa}(53,48){\beta}&lt;br /&gt;
(150,165){\kappa}&lt;br /&gt;
(90,38){\gg}(80,153){\gg}&lt;br /&gt;
}$$&lt;br /&gt;
| [[Image:line10.gif|right]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lines and Arcs==&lt;br /&gt;
&lt;br /&gt;
Combining lines and arcs is a serious challenge actually, on a number of levels. For example lets take an arc from the first page on circles.&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image: line11.gif|left]]&lt;br /&gt;
| Fairly innocuous of itself, but when we start to add in elements, it changes dramatically.&lt;br /&gt;
&lt;br /&gt;
$$ \circle(120;90,180) $$&lt;br /&gt;
|-&lt;br /&gt;
| [[Image: line12.gif|left]]&lt;br /&gt;
| $$\picture(150){(75,75){\circle(120;90,180)}(75,75){\line(-70,0)}(75,75){\line(0,75)}} $$&lt;br /&gt;
All elements in this drawing start in the same place. Each is layered, and properly placed on the canvas, and using the same co-ord to start makes it easy to control them. No matter the size of the arc, intersecting lines can all be drawn using the centre co-ords of the arc. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Triangles == &lt;br /&gt;
&lt;br /&gt;
Of all the drawing objects, it is actually triangles that present the most challenge. For example:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:line13.gif|left]]&lt;br /&gt;
$$\picture(350){(10,10){\line(0,320)}(10,330){\line(330,0)}(10,10){\line(330,320)}}$$&lt;br /&gt;
|This is a simple triangle, one that allows us to establish a simple set of rules for the sides. The vertical always has an x=0 co-ord and the horizontal always has a y=0 co-ord.&lt;br /&gt;
&lt;br /&gt;
In this case with an x value of 330 on the horizontal, and a y value of 320 on the vertical, the hypotenuse should then have a value of x=340, and the y=330, but not so, they actually have an x=330 and a y=320.&lt;br /&gt;
&lt;br /&gt;
There is no need to add the starting point co-ords to the x and y values of the line.&lt;br /&gt;
| [[Image:line14.gif|right]]&lt;br /&gt;
$$picture(350){(10,10){\line(330,0)}(340,10){\line(0,320)}(340,330){\line(-330,-320)}}$$ &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
This triangle has been developed for a Trigonometry page - but the additional notation should provide insight into how you can use it. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:line16.gif|left]]&lt;br /&gt;
| This is a labeled image, but it has an \fbox in it with its little line. With some effort, it could be replaced with two intersecting short lines.&lt;br /&gt;
$$\picture(350,150){(25,25){\line(300,0)}(325,25){\line(0,110)}(25,25){\line(300,110)}(309,25){\fbox{\line(5,5)}}&lt;br /&gt;
(307,98){\theta}(135,75){\beta}(150,5){\alpha}(335,75){\epsilon}}$$ &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| The triangle shows like: &lt;br /&gt;
[[Image:trig01.gif|left]]&lt;br /&gt;
|We use the different elements of the triangle to identify those things we need to know about a right-angled triangle. &lt;br /&gt;
&lt;br /&gt;
The hypotenuse is always the side that is opposite the right angle. The longest side is always the Hypotenuse. &lt;br /&gt;
&lt;br /&gt;
To identify the other elements of the triangle we look for the sign &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;\Theta&amp;lt;/math&amp;gt; is the starting point for naming the other sides. &lt;br /&gt;
&lt;br /&gt;
The side that is opposite &amp;lt;math&amp;gt;\angle \theta&amp;lt;/math&amp;gt; is known as the Opposite. &lt;br /&gt;
&lt;br /&gt;
The side that lies alongside &amp;lt;math&amp;gt;\angle \theta&amp;lt;/math&amp;gt; is known as the Adjacent side. &lt;br /&gt;
&lt;br /&gt;
To determine which is which, draw a line that bisects &amp;lt;math&amp;gt;\angle \theta&amp;lt;/math&amp;gt; and whatever line it crosses is the Opposite side. &lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot;| The code:&lt;br /&gt;
$$ \picture(350,250){(25,25){\line(300,0)}(25,25){\line(0,220)}(25,245){\line(300,-220)}(310,25){\circle(100;135,180)}(20,100){\line(310,-75)} (25,25){\fbox{\line(5,5)}}(25,25){\line(150,150)}(165,140){Hypotenuse}(120,2){Adjacent}(2,80){\rotatebox{90}{Opposite}}(270,40){\theta}}$$&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Matrices=&lt;br /&gt;
A Matrix is a rectangular array of numbers arranged in rows and columns which can be used to organize numeric information. Matrices can be used to predict trends and outcomes in real situations - i.e. polling.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==A Matrix==&lt;br /&gt;
A matrix can be written and displayed like [[Image: matrices03.gif|A matrix]]&lt;br /&gt;
&lt;br /&gt;
In this case the matrix is constructed using the brackets before creating the array:&lt;br /&gt;
  $$ M = \left[\begin{array}{ccc} a&amp;amp;b&amp;amp;1 \ c&amp;amp;d&amp;amp;2 \ e&amp;amp;f&amp;amp;3\end{array}\right] $$&lt;br /&gt;
The internal structure of the array is generated by the &amp;amp;, ampersand, and the double backslash.&lt;br /&gt;
&lt;br /&gt;
You can also create a grid for the matrix.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|A dashed line&lt;br /&gt;
|A solid line&lt;br /&gt;
|A mixed line&lt;br /&gt;
|-&lt;br /&gt;
|[[Image: matrices04.gif]] 	&lt;br /&gt;
|[[Image: matrices05.gif]]	&lt;br /&gt;
|[[Image: matrices06.gif]]&lt;br /&gt;
|-&lt;br /&gt;
|$$ M = \left[\begin{array}&#039;&#039;&#039;{c.c.c}&#039;&#039;&#039; a&amp;amp;b&amp;amp;1 \ &#039;&#039;&#039;\hdash&#039;&#039;&#039; c&amp;amp;d&amp;amp;2 \ &#039;&#039;&#039;\hdash&#039;&#039;&#039; e&amp;amp;f&amp;amp;3\end{array}\right] $$ 	&lt;br /&gt;
|$$ M = \left[\begin{array}&#039;&#039;&#039;{c|c|c}&#039;&#039;&#039; a&amp;amp;b&amp;amp;1 \ &#039;&#039;&#039;\hline&#039;&#039;&#039; c&amp;amp;d&amp;amp;2 \ &#039;&#039;&#039;\hline&#039;&#039;&#039; e&amp;amp;f&amp;amp;3\end{array}\right] $$ 	&lt;br /&gt;
|$$ M = \left[\begin{array}&#039;&#039;&#039;{c.c|c}&#039;&#039;&#039; a&amp;amp;b&amp;amp;1 \ &#039;&#039;&#039;\hline&#039;&#039;&#039; c&amp;amp;d&amp;amp;2 \ &#039;&#039;&#039;\hdash&#039;&#039;&#039; e&amp;amp;f&amp;amp;3\end{array}\right] $$&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The command sequences here are the {c|c.c} and \hdash and \hline. The pipe, |, and the full stop determine the line type for the vertical line.&lt;br /&gt;
&lt;br /&gt;
Matrices also respond to other TeX Notation commands such as size and colour.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Colour&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot;|Size&lt;br /&gt;
|-&lt;br /&gt;
|[[Image: matrices07.gif]] 	&lt;br /&gt;
|[[Image: matrices08.gif]]&lt;br /&gt;
|[[Image: matrices09.gif]]&lt;br /&gt;
|-&lt;br /&gt;
|$$ &#039;&#039;&#039;\blue&#039;&#039;&#039; M = \left[\begin{array}{c.c.c} a&amp;amp;b&amp;amp;1 \ \hdash c&amp;amp;d&amp;amp;2 \ \hdash e&amp;amp;f&amp;amp;3\end{array}\right] $$ 	&lt;br /&gt;
|$$ &#039;&#039;&#039;\fs7&#039;&#039;&#039; M = \left[\begin{array}{c.c.c} a&amp;amp;b&amp;amp;1 \ \hdash c&amp;amp;d&amp;amp;2 \ \hdash e&amp;amp;f&amp;amp;3\end{array}\right] $$ 	&lt;br /&gt;
|$$ &#039;&#039;&#039;\fs2&#039;&#039;&#039; M = \left[\begin{array}{c.c.c} a&amp;amp;b&amp;amp;1 \ \hdash c&amp;amp;d&amp;amp;2 \ \hdash e&amp;amp;f&amp;amp;3\end{array}\right] $$&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Creating equal and unequal matrices==&lt;br /&gt;
Equal and unequal matrices are simply matrices that either share or not share the same number of rows and columns. To be more precise, equal matrices share the same order and each element in the corresponding positions are equal. Anything else is unequal matrices.&lt;br /&gt;
&lt;br /&gt;
Actually equal and unequal matrices are constructed along similar lines, but have different shapes:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Equal Matrix&lt;br /&gt;
|An unequal matrix&lt;br /&gt;
|-&lt;br /&gt;
|[[Image: matrices10.gif]] 	&lt;br /&gt;
|[[Image: matrices11.gif]]&lt;br /&gt;
|-&lt;br /&gt;
| $$ \left[\begin{array} a&amp;amp;b&amp;amp;1 \ c&amp;amp;d&amp;amp;2 \ e&amp;amp;f&amp;amp;3\end{array}\right] \ = \ \left[\begin{array} 12&amp;amp;11&amp;amp;z \ 10&amp;amp;9&amp;amp;y \ 8&amp;amp;7&amp;amp;x\end{array}\right] $$&lt;br /&gt;
| $$ \left[\begin{array} a&amp;amp;b \ c&amp;amp;d \ e&amp;amp;f \end{array}\right] \ \neq \ \left[\begin{array} 12&amp;amp;11&amp;amp;z \ 10&amp;amp;9&amp;amp;y \ 8&amp;amp;7&amp;amp;x\end{array}\right] $$&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Labeling a Matrix==&lt;br /&gt;
&lt;br /&gt;
Addition and subtraction matrices are similar again, but the presentation is usually very different. The problem comes when trying to mix labels into arrays. The lack of sophistication in the TeX Notation plays against it here.&lt;br /&gt;
&lt;br /&gt;
Moodle allows an easy adoption of tables to make it work though. For example:&lt;br /&gt;
&lt;br /&gt;
  Bill the baker supplies three shops, A, B and C with pies, pasties and sausage rolls. &lt;br /&gt;
  He is expected to determine the stock levels of those three shops in his estimation of supplies.&lt;br /&gt;
&lt;br /&gt;
It is better to use the Moodle Fullscreen editor for this, to have a better idea of how the end product will look and to take advantage of the additional tools available. Design decisions need occupy our attention for a while. We need a table of five rows and four columns. The first row is a header row, so the label is centred. The next row needs four columns, a blank cell to start and labels A, B and C. The next three rows are divided into two columns, with the labels, pies, pasties and sausage rolls in each row of the first column and the matrix resides in a merged set of columns there. So first the table:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Insert Table - initial properties&lt;br /&gt;
| Merge Cells Button&lt;br /&gt;
| Advanced Properties&lt;br /&gt;
|-&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot;|[[Image: matricestable01.png|Table properties]]&lt;br /&gt;
| [[Image: matricestable02.png | Merge cells]]&lt;br /&gt;
| [[Image: matricestable03.png | Cell properties button]]&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot;| You may need to look into the Advanced properties setting of the tables and cells to make this work.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is the immediate result: &lt;br /&gt;
&lt;br /&gt;
[[Image: matricestable04.png | The resulting table]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
While not a very good look, it can be made better by tweaking the table using the advanced settings and properties buttons and then you can tweak the matrix itself.&lt;br /&gt;
&lt;br /&gt;
==Tweaking the Matrix==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image: matricestable05a.png | A tweaked matrix]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Things are not always as they seem, be aware, the &amp;quot;c&amp;quot; does not stand for &amp;quot;column&amp;quot;, it actually stands for &amp;quot;centre&amp;quot;. The columns are aligned by the letters l, for left, c for centre and r for right.&lt;br /&gt;
&lt;br /&gt;
Each column is spread across 50 pixels, so the value of 50 is entered into the alignment declaration. The plus sign before the value is used to &amp;quot;propogate&amp;quot; or to force the value across the whole matrix, but is not used when wanting to separate only one column. &lt;br /&gt;
&lt;br /&gt;
To set the rows is a little more problematic. The capital letter C sets the vertical alignment to the centre, (B is for baseline, but that does not guarantee that the numbers will appear on the base line, and there does not appear to be any third value). The plus sign and following value sets the height of all rows to the number given. In this I have given it a value of 25 pixels for the entire matrix. If there were four or five rows, the same height requirement is made. &lt;br /&gt;
&lt;br /&gt;
The order things appear is also important. If you change the order of these settings, they will either not work at all, or will not render as you expect them to. If something does not work properly, then check to make sure you have the right order first.&lt;br /&gt;
&lt;br /&gt;
==An Addition Matrix==&lt;br /&gt;
&lt;br /&gt;
The rule for performing operations on matrices is that they must be equal matrices. For example, addition matrices look like:&lt;br /&gt;
&lt;br /&gt;
[[Image: matricestable06.png | An addition matrix]]&lt;br /&gt;
&lt;br /&gt;
with the results obvious. The code is:&lt;br /&gt;
&lt;br /&gt;
  $$\left[\begin{array}{c+50C+25.c.c}&lt;br /&gt;
  11&amp;amp;14&amp;amp;12 \ \hdash16&amp;amp;12&amp;amp;22 \ \hdash 14&amp;amp;17&amp;amp;15&lt;br /&gt;
  \end{array}\right] + \left[\begin{array}{c+50C+25.c.c}&lt;br /&gt;
  60&amp;amp;60&amp;amp;60 \ \hdash 40&amp;amp;40&amp;amp;30 \ \hdash 30&amp;amp;30&amp;amp;30&lt;br /&gt;
  \end{array}\right] $$&lt;br /&gt;
&lt;br /&gt;
==A Subtraction Matrix==&lt;br /&gt;
&lt;br /&gt;
Similar to an addition matrix in its construction, the subtraction matrix is subject to the same rules of equality.&lt;br /&gt;
&lt;br /&gt;
Using the same essential data, we can calculate the daily sales of each of the shops.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image: matricestable07.png | A subtraction matrix]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The code is:&lt;br /&gt;
  $$ \left[\begin{array}{c+50C+25.c.c}&lt;br /&gt;
  72&amp;amp;95&amp;amp;68 \ \hdash 54&amp;amp;61&amp;amp;65 \ \hdash 48&amp;amp;51&amp;amp;60&lt;br /&gt;
  \end{array}\right] - \left[\begin{array}{c+50C+25.c.c}&lt;br /&gt;
  11&amp;amp;14&amp;amp;12 \ \hdash 16&amp;amp;12&amp;amp;22 \ \hdash 14&amp;amp;17&amp;amp;15&lt;br /&gt;
  \end{array}\right] = \left[\begin{array}{c+50C+25.c.c}&lt;br /&gt;
  61&amp;amp;81&amp;amp;56 \ \hdash 38&amp;amp;49&amp;amp;43 \ \hdash 34&amp;amp;34&amp;amp;48&lt;br /&gt;
  \end{array}\right] $$  &lt;br /&gt;
&lt;br /&gt;
This code looks more complex than it really is, it is cluttered by the lines and alignment sequences.&lt;br /&gt;
&lt;br /&gt;
==Multiplication Matrices==&lt;br /&gt;
&lt;br /&gt;
Different than the addition or subtraction matrices, the multiplication matrix comes in three parts, the row matrix, the column matrix and the answer matrix. This implies it has a different construction methodology.&lt;br /&gt;
&lt;br /&gt;
[[Image: matrices16.gif | A multiplication matrix]]&lt;br /&gt;
&lt;br /&gt;
And the code for this is: &lt;br /&gt;
  $$ \begin{array} 10&amp;amp;amp;14&amp;amp;amp;16\end{array} \ &lt;br /&gt;
  \left[\begin{array} 45 \\ 61 \\ 19 \end{array}\right] &lt;br /&gt;
  \ = \ \begin{array} 450&amp;amp;amp;854&amp;amp;amp;304\end{array} $$&lt;br /&gt;
&lt;br /&gt;
While different, it is not necessarily more complex. For example a problem like:&lt;br /&gt;
&lt;br /&gt;
  Bill the baker is selling his product to Con the cafe owner, who &lt;br /&gt;
  wants to make sure his overall prices are profitable for himself. &lt;br /&gt;
  Con needs to make sure that his average price is providing sufficient &lt;br /&gt;
  profit to be able to keep the cafes open. Con makes his calculations &lt;br /&gt;
  on a weekly basis, comparing cost to sale prices.&lt;br /&gt;
&lt;br /&gt;
With the pies, pasties and sausage rolls in that order he applies them to the cost and sale price columns :&lt;br /&gt;
&lt;br /&gt;
[[Image: matrices17.gif | A multiplication matrix]]&lt;br /&gt;
&lt;br /&gt;
The code for this is: &lt;br /&gt;
  $$\left[\begin{array} 350&amp;amp;amp;310&amp;amp;amp;270 \end{array}\right] \ &lt;br /&gt;
  \left[\begin{array} \$2.10&amp;amp;amp;\$3.60 \ \$2.05&amp;amp;amp;\$3.60 \ \$1.90&amp;amp;amp;\$3.10 \end{array} &lt;br /&gt;
  \right] \ = \ \left[\begin{array} \$735.00&amp;amp;amp;\$1260.00 \ \$635.50&amp;amp;amp;\$1116.00 \ &lt;br /&gt;
  \$513.00&amp;amp;amp;$\837.00 \end{array}\right] $$&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Mathjax filter]] - available in Moodle 2.7 and later&lt;br /&gt;
* [[TeX notation filter]] To turn on the TeX Notation &lt;br /&gt;
* [[Advanced Maths Tools]] Moodle 2.x - The Next Generation of TeX Tools&lt;br /&gt;
* [[DragMath equation editor]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Using_TeX_Notation&amp;diff=112659</id>
		<title>Using TeX Notation</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Using_TeX_Notation&amp;diff=112659"/>
		<updated>2014-05-18T05:01:09Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Filters}}&lt;br /&gt;
{{Work in progress}}&lt;br /&gt;
TeX (pronounced TEK) is a very widespread and popular way of representing Mathematics notation using only characters that you can type on a keyboard (see [https://en.wikipedia.org/wiki/TeX Wikipedia]).  This makes it a useful format to use in Moodle, since it can be entered anywhere you can type text, from forum posts to quiz questions.&lt;br /&gt;
&lt;br /&gt;
TeX expressions can be entered in multiple ways:&lt;br /&gt;
* typing them directly into texts.&lt;br /&gt;
* using the Java-based Dragmath editor in Moodle&#039;s TinyMCE editor.&lt;br /&gt;
* using the HTML-based equation editor in Moodle&#039;s Atto editor (since Moodle 2.7).&lt;br /&gt;
&lt;br /&gt;
Afterwards, TeX expressions are rendered into Mathematics notation:&lt;br /&gt;
* using the TeX filter in Moodle, which uses a TeX binary installed on the server to convert expressions into .gif images (or if that is not available, it falls back to a simple built-in mimetex binary).&lt;br /&gt;
* using the [[MathJax_filter]]] which identifies TeX expressions and uses the Mathjax JS library to render them in browsers at display time (since Moodle 2.7).&lt;br /&gt;
* using other third-party solutions.&lt;br /&gt;
&lt;br /&gt;
As you can imagine, the whole field is not simple as we&#039;d like, especially because there are many flavours of TeX and slight variations between tools.&lt;br /&gt;
&lt;br /&gt;
This page focusses only on using TeX in core Moodle.  See the links at the bottom of this page for more information on other tools from the Moodle community that may be suitable for advanced users.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Using TeX Notation with the Moodle Tex filter==&lt;br /&gt;
&lt;br /&gt;
For the most part, the TeX Notation has been built using a sub-set of characters from the TeX &amp;quot;default&amp;quot; character set. The trouble is there does not seem to be a &amp;quot;default&amp;quot; character set for TeX. This is one of the most confusing aspects of using TeX Notation in Moodle. When we realise that the documentation we are using is related to the creation of printed documents, and we want to use TeX on line, in Moodle, then further problems occur. There are no environment statements to be made. There are few \begins and \ends. If you go to Administration &amp;gt; Modules &amp;gt; Filters &amp;gt; Filter Manager you will see what filters have been enabled. If you then go to the TeX Notation page, the default preamble is editable via the text box. Using this tool you can add in or subtract font packages and other packages, change the default font package, etc.&lt;br /&gt;
&lt;br /&gt;
==Language Conventions== &lt;br /&gt;
&lt;br /&gt;
To invoke the TeX filter, use the $$ symbols to open and close statements. To invoke a particular command or control sequence, use the backslash, \. A typical control sequence looks like: &lt;br /&gt;
&lt;br /&gt;
  $$ x\ =\ \frac{\sqrt{144}}{2}\ \times\ (y\ +\ 12) $$  &lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image: cfmimetex10.gif|frame|center]]&lt;br /&gt;
|-&lt;br /&gt;
|Fraction and square root.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additional spaces are placed into the equation by using the \ without a trailing character. Escape characters, of which there are a few in Moodle&#039;s TeX Notation, have the \ in front of them. These are usually set aside for reserved characters.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039;it also appears that different Moodles will produce different results with regard to spacing so it may require a bit of trial and error to get right.&lt;br /&gt;
&lt;br /&gt;
==Available Characters==&lt;br /&gt;
There seems to be a number of differences between what characters are available in Tex Notation and what are not and what is described in Mimetex. There also seems to be great discrepancies between what the Tex and Latex manuals tell you is available and what is actually available. If you are using such manuals or web sites, they are likely to be more confusing than helpful.  [[Using TeX Notation 2]] shows a lot of what is available, but not all.&lt;br /&gt;
&lt;br /&gt;
==Windows and TeX==&lt;br /&gt;
&lt;br /&gt;
Using TeX in Windows is simpler than it used to be. Download and install a TeX for Windows program, like [http://www.miktex.org/ MikTeX]. (MikTeX is probably the most useful at this point in time for Windows Users.) Also, a graphics package is required for rendering the scripted TeX statements into images, and probably the most readily available and easily installable program useful for this purpose would be [http://www.imagemagick.org/script/index.php ImageMagick]. While there may be better programs available for these purposes, these are the most immediately useful. &lt;br /&gt;
  &#039;&#039;&#039;Recommendation:&#039;&#039;&#039; &lt;br /&gt;
  The programs are easily installed and configured however, be aware, that for XP you can use the Program &lt;br /&gt;
  files folder to install the graphics program, but not the textmf folder, it should be installed as a stand &lt;br /&gt;
  alone folder. It has been noted that in Windows Vista or Windows 7 you should never use system folders for &lt;br /&gt;
  latex distributions, GhostScript or Imagemagick.&lt;br /&gt;
&lt;br /&gt;
==Known Issue==&lt;br /&gt;
The introduction of PHP 5.3 caused some TeX rendering to break in Moodle. The flaw was traced back to the way deprecated functions were reported.  [http://tracker.moodle.org/browse/MDL-22006 Moodle Tracker] responded with this:    &lt;br /&gt;
&lt;br /&gt;
In file &#039;&#039;&#039;filter/tex/pix.php&#039;&#039;&#039; line 29:&lt;br /&gt;
  &#039;&#039;&#039;error_reporting(E_ALL);&#039;&#039;&#039;&lt;br /&gt;
corrupts TeX images with php 5.3.X and there are at least 2 easy ways to fix it:&lt;br /&gt;
&lt;br /&gt;
1) To totally remove line 29 and error reporting from that file&lt;br /&gt;
&lt;br /&gt;
2) To change line 29 to:&lt;br /&gt;
  &#039;&#039;&#039;error_reporting(E_ALL &amp;amp; ~E_DEPRECATED);&#039;&#039;&#039;&lt;br /&gt;
so that php 5.3.X does not show the deprecated functions warnings that otherwise would prevent showing of TeX images.&lt;br /&gt;
&lt;br /&gt;
==Reserved Characters and Keywords==&lt;br /&gt;
&lt;br /&gt;
Most characters and numbers on the keyboard can be used at their default value. As with any computing language, though, there are a set of reserved characters and keywords that are used by the program for its own purposes. TeX Notation is no different, but it does have a very small set of Reserved Characters. This will not be a complete list of reserved characters, but some of these are: &lt;br /&gt;
&lt;br /&gt;
  @ # $ % ^ &amp;amp; * ( ) . &lt;br /&gt;
&lt;br /&gt;
To use these characters in an equation just place the \ in front of them \$ or \%. If you want to use the backslash, just use \backslash. The only exception here seems to be the &amp;amp;, ampersand. See the characters listed in [[Using TeX Notation 2]] for more details.&lt;br /&gt;
&lt;br /&gt;
The Keywords, they are different. There is only one that is of concern here and that it the word &amp;quot;line&amp;quot;. If the \line control sequence, or command, is not properly implemented, then the consequences can be indeterminate. Controlling lines is an adventure of its own, so getting it right when written is important, you can always reposition the line, but you might get it really wrong if you do not use it with some caution. &lt;br /&gt;
&lt;br /&gt;
To use the \line control sequence, go to your text editor, open the filter\lib.php file. In this file look for the array &#039;&#039;&#039;$tex_blacklist = array(&#039;&#039;&#039;, and in the list of words that follow, you will see the word &amp;quot;\line&amp;quot;. Delete the word, with its enclosing single quote marks and trailing comma, from the list. &lt;br /&gt;
&lt;br /&gt;
If you do not have direct access to the server, then the whole thing becomes problematic. You may want to download and install your own Moodle and develop things there rather than on your production site. You can write things out in your own Moodle, render the statement, save the image and then upload it to your production site. If something goes seriously wrong, it is easier to restart your own Moodle than it is your production site.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;WARNING:&#039;&#039;&#039; If you get a dimension wrong on a line, it can actually prevent you from creating any new TeX. You will see the offending control sequence in its natural state. Everything that you have written to that point will work, but nothing you have written after that will.&lt;br /&gt;
&lt;br /&gt;
==Maths Mode==&lt;br /&gt;
A full TeX version has three modes, a &amp;quot;text mode&amp;quot;, an &amp;quot;inline maths mode&amp;quot; and a &amp;quot;maths display mode&amp;quot; but Moodle seems to stay in &amp;quot;inline maths mode&amp;quot;. Perhaps a better description of what happens is that Moodle allows a writer to enter &amp;quot;inline maths mode&amp;quot; when the $$ symbols are written and leave it when the $$ symbol appears a second time. Moodle does not appear to use the &amp;quot;maths display mode&amp;quot;. The command sequences beginning with the $$ are not current practice in any major version of TeX, and why they are used and work in Moodle is not an issue for discussion here. Current common practice in most other flavours of TeX uses a different set of command initiation sequences.&lt;br /&gt;
&lt;br /&gt;
==Superscripts, Subscripts and Roots==&lt;br /&gt;
&lt;br /&gt;
Superscripts are recorded using the caret, ^, symbol. An example for a Maths class might be: &lt;br /&gt;
&lt;br /&gt;
  $$ 4^2 \ \times \ 4^3 \ = 4^5 $$&lt;br /&gt;
  This is a shorthand way of saying: &lt;br /&gt;
  (4 x 4) x (4 x 4 x 4) = (4 x 4 x 4 x 4 x 4)&lt;br /&gt;
  or&lt;br /&gt;
  16 x 64 = 1024.&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;4^2 \ \times \ 4^3 \ = 4^5&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Subscripts are similar, but use the underscore character. &lt;br /&gt;
&lt;br /&gt;
  $$ 3x_2 \ \times \ 2x_3 $$&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;3x_2 \ \times \ 2x_3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is OK if you want superscripts or subscripts, but square roots are a little different. This uses a control sequence. &lt;br /&gt;
&lt;br /&gt;
  $$ \sqrt{64} \ = \ 8 $$&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;\sqrt{64} \ = \ 8&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also take this a little further, but adding in a control character. You may ask a question like: &lt;br /&gt;
&lt;br /&gt;
  $$ If \ \sqrt[n]{1024} \ = \ 4, \ what \ is \ the \ value \ of \ n? $$  &lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;If \ \sqrt[n]{1024} \ = \ 4, \ what \ is \ the \ value \ of \ n?&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Using these different commands allows you to develop equations like: &lt;br /&gt;
&lt;br /&gt;
  $$ The \sqrt{64} \ \times \ 2 \ \times \ 4^3 \ = \ 1024 $$&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;The \sqrt{64} \ \times \ 2 \ \times \ 4^3 \ = \ 1024&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Superscripts, Subscripts and roots can also be noted in [[Using TeX Notation 4 | Matrices]].&lt;br /&gt;
&lt;br /&gt;
==Fractions==&lt;br /&gt;
&lt;br /&gt;
Fractions in TeX are actually simple, as long as you remember the rules.&lt;br /&gt;
&lt;br /&gt;
  $$ \frac{numerator}{denominator} $$ which produces &amp;lt;math&amp;gt;\frac{numerator}{denominator}&amp;lt;/math&amp;gt; .&lt;br /&gt;
&lt;br /&gt;
This can be given as:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;\frac{5}{10} \ is \ equal \ to \ \frac{1}{2}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This is entered as:&lt;br /&gt;
&lt;br /&gt;
  $$ \frac{5}{10} \ is \ equal \ to \ \frac{1}{2}.$$&lt;br /&gt;
&lt;br /&gt;
With fractions (as with other commands) the curly brackets can be nested so that for example you can implement negative exponents in fractions.  As you can see,&lt;br /&gt;
	&lt;br /&gt;
  $$\frac {5^{-2}}{3}$$ will produce &amp;lt;math&amp;gt;\frac {5^{-2}}{3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  $$\left(\frac{3}{4}\right)^{-3}$$ will produce &amp;lt;math&amp;gt;\left(\frac{3}{4}\right)^{-3}&amp;lt;/math&amp;gt;  and&lt;br /&gt;
&lt;br /&gt;
  $$\frac{3}{4^{-3}}$$ will produce &amp;lt;math&amp;gt; \frac{3}{4^{-3}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  You likely do not want to use $$\frac{3}{4}^{-3}$$ as it produces &amp;lt;math&amp;gt;\frac{3}{4}^{-3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also use fractions and negative exponents in [[Using TeX Notation 4 | Matrices]].&lt;br /&gt;
&lt;br /&gt;
==Brackets==&lt;br /&gt;
&lt;br /&gt;
As students advance through Maths, they come into contact with brackets. Algebraic notation depends heavily on brackets. The usual keyboard values of ( and ) are useful, for example:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;math&amp;gt;d = 2 \ \times \ (4 \ - \ j)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is written as:&lt;br /&gt;
&lt;br /&gt;
  $$ d = 2 \ \times \ (4 \ - \ j) $$&lt;br /&gt;
&lt;br /&gt;
Usually, these brackets are enough for most formulae but they will not be in some circumstances. Consider this:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;4x^3 \ + \ (x \ + \ \frac{42}{1 + x^4})&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Is OK, but try it this way:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;4x^3 \ + \ \left(x \ + \ \frac{42}{1 + x^4}\right)&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This can be achieved by:&lt;br /&gt;
&lt;br /&gt;
  $$ 4x^3 \ + \ \left(x \ + \ \frac{42}{1 + x^4}\right) $$&lt;br /&gt;
&lt;br /&gt;
A simple change using the \left( and \right) symbols instead. Note the actual bracket is both named and presented. Brackets are almost essential in [[Using TeX Notation 4 | Matrices]].&lt;br /&gt;
&lt;br /&gt;
==Ellipsis==&lt;br /&gt;
&lt;br /&gt;
The Ellipsis is a simple code:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;x_1, \ x_2, \ \ldots, \ x_n&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Written like:&lt;br /&gt;
&lt;br /&gt;
  $$ x_1, \ x_2, \ \ldots, \ x_n  $$&lt;br /&gt;
&lt;br /&gt;
A more practical application could be:&lt;br /&gt;
&lt;br /&gt;
Question:&lt;br /&gt;
  &amp;quot;Add together all the numbers from 1 &amp;lt;math&amp;gt;\ldots&amp;lt;/math&amp;gt; 38.&lt;br /&gt;
  What is an elegant and simple solution to this problem?&lt;br /&gt;
  Can you create an algebraic function to explain this solution?&lt;br /&gt;
  Will your solution work for all numbers?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Answer:&lt;br /&gt;
The question uses an even number to demonstrate a mathematical process and generate an algebraic formula.&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Part 1:&lt;br /&gt;
| Part 2.&lt;br /&gt;
| Part 3.&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;math&amp;gt;1. \ 1 \ + \ 38 \ = \ 39&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;2. \ 2 \ + \ 37 \ = \ 39&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;3. \ 3 \ + \ 36 \ = \ 39&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\ldots&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;19. 19 \ + \ 20 \ = \ 39 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\therefore x \ = \ 39 \ \times \ 19 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\therefore x \ = \ 741 &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|An algebraic function might read something like:&lt;br /&gt;
&amp;lt;math&amp;gt;t = (1 + n) \times n/2 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where t = total and n = the last number.&lt;br /&gt;
&lt;br /&gt;
|The solution is that, using the largest and the smallest numbers, the numbers are added and then multiplied by the number of different combinations to produce the same result adding the first and last numbers.&lt;br /&gt;
The answer must depend on the number, &amp;lt;math&amp;gt;\frac{n}{2}&amp;lt;/math&amp;gt; being a whole number. Therefore, the solution will not work for an odd range of numbers, only an even range.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Using TeX Notation 2]]&lt;br /&gt;
* [[TeX notation filter]] To turn on the TeX Notation &lt;br /&gt;
* [[Advanced Maths Tools]] Moodle 2.x - The Next Generation of TeX Tools&lt;br /&gt;
* [[DragMath equation editor]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Using_TeX_Notation&amp;diff=112658</id>
		<title>Using TeX Notation</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Using_TeX_Notation&amp;diff=112658"/>
		<updated>2014-05-18T04:58:52Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Filters}}&lt;br /&gt;
TeX (pronounced TEK) is a very widespread and popular way of representing Mathematics notation using only characters that you can type on a keyboard (see [https://en.wikipedia.org/wiki/TeX Wikipedia]).  This makes it a useful format to use in Moodle, since it can be entered anywhere you can type text, from forum posts to quiz questions.&lt;br /&gt;
&lt;br /&gt;
TeX expressions can be entered in multiple ways:&lt;br /&gt;
* typing them directly into texts.&lt;br /&gt;
* using the Java-based Dragmath editor in Moodle&#039;s TinyMCE editor.&lt;br /&gt;
* using the HTML-based equation editor in Moodle&#039;s Atto editor (since Moodle 2.7).&lt;br /&gt;
&lt;br /&gt;
Afterwards, TeX expressions are rendered into Mathematics notation:&lt;br /&gt;
* using the TeX filter in Moodle, which uses a TeX binary installed on the server to convert expressions into .gif images (or if that is not available, it falls back to a simple built-in mimetex binary).&lt;br /&gt;
* using the [[MathJax_filter]]] which identifies TeX expressions and uses the Mathjax JS library to render them in browsers at display time (since Moodle 2.7).&lt;br /&gt;
* using other third-party solutions.&lt;br /&gt;
&lt;br /&gt;
As you can imagine, the whole field is not simple as we&#039;d like, especially because there are many flavours of TeX and slight variations between tools.&lt;br /&gt;
&lt;br /&gt;
This page focusses only on using TeX in core Moodle.  See the links at the bottom of this page for more information on other tools from the Moodle community that may be suitable for advanced users.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Using TeX Notation with the Moodle Tex filter==&lt;br /&gt;
&lt;br /&gt;
For the most part, the TeX Notation has been built using a sub-set of characters from the TeX &amp;quot;default&amp;quot; character set. The trouble is there does not seem to be a &amp;quot;default&amp;quot; character set for TeX. This is one of the most confusing aspects of using TeX Notation in Moodle. When we realise that the documentation we are using is related to the creation of printed documents, and we want to use TeX on line, in Moodle, then further problems occur. There are no environment statements to be made. There are few \begins and \ends. If you go to Administration &amp;gt; Modules &amp;gt; Filters &amp;gt; Filter Manager you will see what filters have been enabled. If you then go to the TeX Notation page, the default preamble is editable via the text box. Using this tool you can add in or subtract font packages and other packages, change the default font package, etc.&lt;br /&gt;
&lt;br /&gt;
==Language Conventions== &lt;br /&gt;
&lt;br /&gt;
To invoke the TeX filter, use the $$ symbols to open and close statements. To invoke a particular command or control sequence, use the backslash, \. A typical control sequence looks like: &lt;br /&gt;
&lt;br /&gt;
  $$ x\ =\ \frac{\sqrt{144}}{2}\ \times\ (y\ +\ 12) $$  &lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image: cfmimetex10.gif|frame|center]]&lt;br /&gt;
|-&lt;br /&gt;
|Fraction and square root.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additional spaces are placed into the equation by using the \ without a trailing character. Escape characters, of which there are a few in Moodle&#039;s TeX Notation, have the \ in front of them. These are usually set aside for reserved characters.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039;it also appears that different Moodles will produce different results with regard to spacing so it may require a bit of trial and error to get right.&lt;br /&gt;
&lt;br /&gt;
==Available Characters==&lt;br /&gt;
There seems to be a number of differences between what characters are available in Tex Notation and what are not and what is described in Mimetex. There also seems to be great discrepancies between what the Tex and Latex manuals tell you is available and what is actually available. If you are using such manuals or web sites, they are likely to be more confusing than helpful.  [[Using TeX Notation 2]] shows a lot of what is available, but not all.&lt;br /&gt;
&lt;br /&gt;
==Windows and TeX==&lt;br /&gt;
&lt;br /&gt;
Using TeX in Windows is simpler than it used to be. Download and install a TeX for Windows program, like [http://www.miktex.org/ MikTeX]. (MikTeX is probably the most useful at this point in time for Windows Users.) Also, a graphics package is required for rendering the scripted TeX statements into images, and probably the most readily available and easily installable program useful for this purpose would be [http://www.imagemagick.org/script/index.php ImageMagick]. While there may be better programs available for these purposes, these are the most immediately useful. &lt;br /&gt;
  &#039;&#039;&#039;Recommendation:&#039;&#039;&#039; &lt;br /&gt;
  The programs are easily installed and configured however, be aware, that for XP you can use the Program &lt;br /&gt;
  files folder to install the graphics program, but not the textmf folder, it should be installed as a stand &lt;br /&gt;
  alone folder. It has been noted that in Windows Vista or Windows 7 you should never use system folders for &lt;br /&gt;
  latex distributions, GhostScript or Imagemagick.&lt;br /&gt;
&lt;br /&gt;
==Known Issue==&lt;br /&gt;
The introduction of PHP 5.3 caused some TeX rendering to break in Moodle. The flaw was traced back to the way deprecated functions were reported.  [http://tracker.moodle.org/browse/MDL-22006 Moodle Tracker] responded with this:    &lt;br /&gt;
&lt;br /&gt;
In file &#039;&#039;&#039;filter/tex/pix.php&#039;&#039;&#039; line 29:&lt;br /&gt;
  &#039;&#039;&#039;error_reporting(E_ALL);&#039;&#039;&#039;&lt;br /&gt;
corrupts TeX images with php 5.3.X and there are at least 2 easy ways to fix it:&lt;br /&gt;
&lt;br /&gt;
1) To totally remove line 29 and error reporting from that file&lt;br /&gt;
&lt;br /&gt;
2) To change line 29 to:&lt;br /&gt;
  &#039;&#039;&#039;error_reporting(E_ALL &amp;amp; ~E_DEPRECATED);&#039;&#039;&#039;&lt;br /&gt;
so that php 5.3.X does not show the deprecated functions warnings that otherwise would prevent showing of TeX images.&lt;br /&gt;
&lt;br /&gt;
==Reserved Characters and Keywords==&lt;br /&gt;
&lt;br /&gt;
Most characters and numbers on the keyboard can be used at their default value. As with any computing language, though, there are a set of reserved characters and keywords that are used by the program for its own purposes. TeX Notation is no different, but it does have a very small set of Reserved Characters. This will not be a complete list of reserved characters, but some of these are: &lt;br /&gt;
&lt;br /&gt;
  @ # $ % ^ &amp;amp; * ( ) . &lt;br /&gt;
&lt;br /&gt;
To use these characters in an equation just place the \ in front of them \$ or \%. If you want to use the backslash, just use \backslash. The only exception here seems to be the &amp;amp;, ampersand. See the characters listed in [[Using TeX Notation 2]] for more details.&lt;br /&gt;
&lt;br /&gt;
The Keywords, they are different. There is only one that is of concern here and that it the word &amp;quot;line&amp;quot;. If the \line control sequence, or command, is not properly implemented, then the consequences can be indeterminate. Controlling lines is an adventure of its own, so getting it right when written is important, you can always reposition the line, but you might get it really wrong if you do not use it with some caution. &lt;br /&gt;
&lt;br /&gt;
To use the \line control sequence, go to your text editor, open the filter\lib.php file. In this file look for the array &#039;&#039;&#039;$tex_blacklist = array(&#039;&#039;&#039;, and in the list of words that follow, you will see the word &amp;quot;\line&amp;quot;. Delete the word, with its enclosing single quote marks and trailing comma, from the list. &lt;br /&gt;
&lt;br /&gt;
If you do not have direct access to the server, then the whole thing becomes problematic. You may want to download and install your own Moodle and develop things there rather than on your production site. You can write things out in your own Moodle, render the statement, save the image and then upload it to your production site. If something goes seriously wrong, it is easier to restart your own Moodle than it is your production site.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;WARNING:&#039;&#039;&#039; If you get a dimension wrong on a line, it can actually prevent you from creating any new TeX. You will see the offending control sequence in its natural state. Everything that you have written to that point will work, but nothing you have written after that will.&lt;br /&gt;
&lt;br /&gt;
==Maths Mode==&lt;br /&gt;
A full TeX version has three modes, a &amp;quot;text mode&amp;quot;, an &amp;quot;inline maths mode&amp;quot; and a &amp;quot;maths display mode&amp;quot; but Moodle seems to stay in &amp;quot;inline maths mode&amp;quot;. Perhaps a better description of what happens is that Moodle allows a writer to enter &amp;quot;inline maths mode&amp;quot; when the $$ symbols are written and leave it when the $$ symbol appears a second time. Moodle does not appear to use the &amp;quot;maths display mode&amp;quot;. The command sequences beginning with the $$ are not current practice in any major version of TeX, and why they are used and work in Moodle is not an issue for discussion here. Current common practice in most other flavours of TeX uses a different set of command initiation sequences.&lt;br /&gt;
&lt;br /&gt;
==Superscripts, Subscripts and Roots==&lt;br /&gt;
&lt;br /&gt;
Superscripts are recorded using the caret, ^, symbol. An example for a Maths class might be: &lt;br /&gt;
&lt;br /&gt;
  $$ 4^2 \ \times \ 4^3 \ = 4^5 $$&lt;br /&gt;
  This is a shorthand way of saying: &lt;br /&gt;
  (4 x 4) x (4 x 4 x 4) = (4 x 4 x 4 x 4 x 4)&lt;br /&gt;
  or&lt;br /&gt;
  16 x 64 = 1024.&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;4^2 \ \times \ 4^3 \ = 4^5&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Subscripts are similar, but use the underscore character. &lt;br /&gt;
&lt;br /&gt;
  $$ 3x_2 \ \times \ 2x_3 $$&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;3x_2 \ \times \ 2x_3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is OK if you want superscripts or subscripts, but square roots are a little different. This uses a control sequence. &lt;br /&gt;
&lt;br /&gt;
  $$ \sqrt{64} \ = \ 8 $$&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;\sqrt{64} \ = \ 8&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also take this a little further, but adding in a control character. You may ask a question like: &lt;br /&gt;
&lt;br /&gt;
  $$ If \ \sqrt[n]{1024} \ = \ 4, \ what \ is \ the \ value \ of \ n? $$  &lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;If \ \sqrt[n]{1024} \ = \ 4, \ what \ is \ the \ value \ of \ n?&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Using these different commands allows you to develop equations like: &lt;br /&gt;
&lt;br /&gt;
  $$ The \sqrt{64} \ \times \ 2 \ \times \ 4^3 \ = \ 1024 $$&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;The \sqrt{64} \ \times \ 2 \ \times \ 4^3 \ = \ 1024&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Superscripts, Subscripts and roots can also be noted in [[Using TeX Notation 4 | Matrices]].&lt;br /&gt;
&lt;br /&gt;
==Fractions==&lt;br /&gt;
&lt;br /&gt;
Fractions in TeX are actually simple, as long as you remember the rules.&lt;br /&gt;
&lt;br /&gt;
  $$ \frac{numerator}{denominator} $$ which produces &amp;lt;math&amp;gt;\frac{numerator}{denominator}&amp;lt;/math&amp;gt; .&lt;br /&gt;
&lt;br /&gt;
This can be given as:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;\frac{5}{10} \ is \ equal \ to \ \frac{1}{2}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This is entered as:&lt;br /&gt;
&lt;br /&gt;
  $$ \frac{5}{10} \ is \ equal \ to \ \frac{1}{2}.$$&lt;br /&gt;
&lt;br /&gt;
With fractions (as with other commands) the curly brackets can be nested so that for example you can implement negative exponents in fractions.  As you can see,&lt;br /&gt;
	&lt;br /&gt;
  $$\frac {5^{-2}}{3}$$ will produce &amp;lt;math&amp;gt;\frac {5^{-2}}{3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  $$\left(\frac{3}{4}\right)^{-3}$$ will produce &amp;lt;math&amp;gt;\left(\frac{3}{4}\right)^{-3}&amp;lt;/math&amp;gt;  and&lt;br /&gt;
&lt;br /&gt;
  $$\frac{3}{4^{-3}}$$ will produce &amp;lt;math&amp;gt; \frac{3}{4^{-3}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  You likely do not want to use $$\frac{3}{4}^{-3}$$ as it produces &amp;lt;math&amp;gt;\frac{3}{4}^{-3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also use fractions and negative exponents in [[Using TeX Notation 4 | Matrices]].&lt;br /&gt;
&lt;br /&gt;
==Brackets==&lt;br /&gt;
&lt;br /&gt;
As students advance through Maths, they come into contact with brackets. Algebraic notation depends heavily on brackets. The usual keyboard values of ( and ) are useful, for example:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;math&amp;gt;d = 2 \ \times \ (4 \ - \ j)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is written as:&lt;br /&gt;
&lt;br /&gt;
  $$ d = 2 \ \times \ (4 \ - \ j) $$&lt;br /&gt;
&lt;br /&gt;
Usually, these brackets are enough for most formulae but they will not be in some circumstances. Consider this:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;4x^3 \ + \ (x \ + \ \frac{42}{1 + x^4})&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Is OK, but try it this way:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;4x^3 \ + \ \left(x \ + \ \frac{42}{1 + x^4}\right)&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This can be achieved by:&lt;br /&gt;
&lt;br /&gt;
  $$ 4x^3 \ + \ \left(x \ + \ \frac{42}{1 + x^4}\right) $$&lt;br /&gt;
&lt;br /&gt;
A simple change using the \left( and \right) symbols instead. Note the actual bracket is both named and presented. Brackets are almost essential in [[Using TeX Notation 4 | Matrices]].&lt;br /&gt;
&lt;br /&gt;
==Ellipsis==&lt;br /&gt;
&lt;br /&gt;
The Ellipsis is a simple code:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;x_1, \ x_2, \ \ldots, \ x_n&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Written like:&lt;br /&gt;
&lt;br /&gt;
  $$ x_1, \ x_2, \ \ldots, \ x_n  $$&lt;br /&gt;
&lt;br /&gt;
A more practical application could be:&lt;br /&gt;
&lt;br /&gt;
Question:&lt;br /&gt;
  &amp;quot;Add together all the numbers from 1 &amp;lt;math&amp;gt;\ldots&amp;lt;/math&amp;gt; 38.&lt;br /&gt;
  What is an elegant and simple solution to this problem?&lt;br /&gt;
  Can you create an algebraic function to explain this solution?&lt;br /&gt;
  Will your solution work for all numbers?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Answer:&lt;br /&gt;
The question uses an even number to demonstrate a mathematical process and generate an algebraic formula.&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Part 1:&lt;br /&gt;
| Part 2.&lt;br /&gt;
| Part 3.&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;math&amp;gt;1. \ 1 \ + \ 38 \ = \ 39&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;2. \ 2 \ + \ 37 \ = \ 39&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;3. \ 3 \ + \ 36 \ = \ 39&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\ldots&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;19. 19 \ + \ 20 \ = \ 39 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\therefore x \ = \ 39 \ \times \ 19 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\therefore x \ = \ 741 &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|An algebraic function might read something like:&lt;br /&gt;
&amp;lt;math&amp;gt;t = (1 + n) \times n/2 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where t = total and n = the last number.&lt;br /&gt;
&lt;br /&gt;
|The solution is that, using the largest and the smallest numbers, the numbers are added and then multiplied by the number of different combinations to produce the same result adding the first and last numbers.&lt;br /&gt;
The answer must depend on the number, &amp;lt;math&amp;gt;\frac{n}{2}&amp;lt;/math&amp;gt; being a whole number. Therefore, the solution will not work for an odd range of numbers, only an even range.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Using TeX Notation 2]]&lt;br /&gt;
* [[TeX notation filter]] To turn on the TeX Notation &lt;br /&gt;
* [[Advanced Maths Tools]] Moodle 2.x - The Next Generation of TeX Tools&lt;br /&gt;
* [[DragMath equation editor]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Using_TeX_Notation&amp;diff=112657</id>
		<title>Using TeX Notation</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Using_TeX_Notation&amp;diff=112657"/>
		<updated>2014-05-18T04:57:06Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: Some modification of the intro, but the whole document needs work to make it actually Moodle docs, and not talking about things that are not in Moodle.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Filters}}&lt;br /&gt;
TeX (pronounced TEK) is a very widespread and popular way of representing Mathematics notation using only characters that you can type on a keyboard (see [https://en.wikipedia.org/wiki/TeX Wikipedia]).  This makes it a useful format to use in Moodle, since it can be entered anywhere you can type text, from forum posts to quiz questions.&lt;br /&gt;
&lt;br /&gt;
TeX expressions can be entered in multiple ways:&lt;br /&gt;
* typing them directly into texts.&lt;br /&gt;
* using the Java-based Dragmath editor in Moodle&#039;s TinyMCE editor.&lt;br /&gt;
* using the HTML-based equation editor in Moodle&#039;s Atto editor (since Moodle 2.7).&lt;br /&gt;
&lt;br /&gt;
Afterwards, TeX expressions are rendered into Mathematics notation:&lt;br /&gt;
* using the TeX filter in Moodle, which uses a TeX binary installed on the server to convert expressions into .gif images (or if that is not available, it falls back to a simple built-in mimetex binary).&lt;br /&gt;
* using the MimeTex filter which identifies TeX expressions and uses the MimeTex JS library to render them in browsers at display time (since Moodle 2.7).&lt;br /&gt;
* using other third-party solutions.&lt;br /&gt;
&lt;br /&gt;
As you can imagine, the whole field is not simple as we&#039;d like, especially because there are many flavours of TeX and slight variations between tools.&lt;br /&gt;
&lt;br /&gt;
This page focusses only on using TeX in core Moodle.  See the links at the bottom of this page for more information on other tools from the Moodle community that may be suitable for advanced users.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Using TeX Notation with the Moodle Tex filter==&lt;br /&gt;
&lt;br /&gt;
For the most part, the TeX Notation has been built using a sub-set of characters from the TeX &amp;quot;default&amp;quot; character set. The trouble is there does not seem to be a &amp;quot;default&amp;quot; character set for TeX. This is one of the most confusing aspects of using TeX Notation in Moodle. When we realise that the documentation we are using is related to the creation of printed documents, and we want to use TeX on line, in Moodle, then further problems occur. There are no environment statements to be made. There are few \begins and \ends. If you go to Administration &amp;gt; Modules &amp;gt; Filters &amp;gt; Filter Manager you will see what filters have been enabled. If you then go to the TeX Notation page, the default preamble is editable via the text box. Using this tool you can add in or subtract font packages and other packages, change the default font package, etc.&lt;br /&gt;
&lt;br /&gt;
==Language Conventions== &lt;br /&gt;
&lt;br /&gt;
To invoke the TeX filter, use the $$ symbols to open and close statements. To invoke a particular command or control sequence, use the backslash, \. A typical control sequence looks like: &lt;br /&gt;
&lt;br /&gt;
  $$ x\ =\ \frac{\sqrt{144}}{2}\ \times\ (y\ +\ 12) $$  &lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image: cfmimetex10.gif|frame|center]]&lt;br /&gt;
|-&lt;br /&gt;
|Fraction and square root.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additional spaces are placed into the equation by using the \ without a trailing character. Escape characters, of which there are a few in Moodle&#039;s TeX Notation, have the \ in front of them. These are usually set aside for reserved characters.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039;it also appears that different Moodles will produce different results with regard to spacing so it may require a bit of trial and error to get right.&lt;br /&gt;
&lt;br /&gt;
==Available Characters==&lt;br /&gt;
There seems to be a number of differences between what characters are available in Tex Notation and what are not and what is described in Mimetex. There also seems to be great discrepancies between what the Tex and Latex manuals tell you is available and what is actually available. If you are using such manuals or web sites, they are likely to be more confusing than helpful.  [[Using TeX Notation 2]] shows a lot of what is available, but not all.&lt;br /&gt;
&lt;br /&gt;
==Windows and TeX==&lt;br /&gt;
&lt;br /&gt;
Using TeX in Windows is simpler than it used to be. Download and install a TeX for Windows program, like [http://www.miktex.org/ MikTeX]. (MikTeX is probably the most useful at this point in time for Windows Users.) Also, a graphics package is required for rendering the scripted TeX statements into images, and probably the most readily available and easily installable program useful for this purpose would be [http://www.imagemagick.org/script/index.php ImageMagick]. While there may be better programs available for these purposes, these are the most immediately useful. &lt;br /&gt;
  &#039;&#039;&#039;Recommendation:&#039;&#039;&#039; &lt;br /&gt;
  The programs are easily installed and configured however, be aware, that for XP you can use the Program &lt;br /&gt;
  files folder to install the graphics program, but not the textmf folder, it should be installed as a stand &lt;br /&gt;
  alone folder. It has been noted that in Windows Vista or Windows 7 you should never use system folders for &lt;br /&gt;
  latex distributions, GhostScript or Imagemagick.&lt;br /&gt;
&lt;br /&gt;
==Known Issue==&lt;br /&gt;
The introduction of PHP 5.3 caused some TeX rendering to break in Moodle. The flaw was traced back to the way deprecated functions were reported.  [http://tracker.moodle.org/browse/MDL-22006 Moodle Tracker] responded with this:    &lt;br /&gt;
&lt;br /&gt;
In file &#039;&#039;&#039;filter/tex/pix.php&#039;&#039;&#039; line 29:&lt;br /&gt;
  &#039;&#039;&#039;error_reporting(E_ALL);&#039;&#039;&#039;&lt;br /&gt;
corrupts TeX images with php 5.3.X and there are at least 2 easy ways to fix it:&lt;br /&gt;
&lt;br /&gt;
1) To totally remove line 29 and error reporting from that file&lt;br /&gt;
&lt;br /&gt;
2) To change line 29 to:&lt;br /&gt;
  &#039;&#039;&#039;error_reporting(E_ALL &amp;amp; ~E_DEPRECATED);&#039;&#039;&#039;&lt;br /&gt;
so that php 5.3.X does not show the deprecated functions warnings that otherwise would prevent showing of TeX images.&lt;br /&gt;
&lt;br /&gt;
==Reserved Characters and Keywords==&lt;br /&gt;
&lt;br /&gt;
Most characters and numbers on the keyboard can be used at their default value. As with any computing language, though, there are a set of reserved characters and keywords that are used by the program for its own purposes. TeX Notation is no different, but it does have a very small set of Reserved Characters. This will not be a complete list of reserved characters, but some of these are: &lt;br /&gt;
&lt;br /&gt;
  @ # $ % ^ &amp;amp; * ( ) . &lt;br /&gt;
&lt;br /&gt;
To use these characters in an equation just place the \ in front of them \$ or \%. If you want to use the backslash, just use \backslash. The only exception here seems to be the &amp;amp;, ampersand. See the characters listed in [[Using TeX Notation 2]] for more details.&lt;br /&gt;
&lt;br /&gt;
The Keywords, they are different. There is only one that is of concern here and that it the word &amp;quot;line&amp;quot;. If the \line control sequence, or command, is not properly implemented, then the consequences can be indeterminate. Controlling lines is an adventure of its own, so getting it right when written is important, you can always reposition the line, but you might get it really wrong if you do not use it with some caution. &lt;br /&gt;
&lt;br /&gt;
To use the \line control sequence, go to your text editor, open the filter\lib.php file. In this file look for the array &#039;&#039;&#039;$tex_blacklist = array(&#039;&#039;&#039;, and in the list of words that follow, you will see the word &amp;quot;\line&amp;quot;. Delete the word, with its enclosing single quote marks and trailing comma, from the list. &lt;br /&gt;
&lt;br /&gt;
If you do not have direct access to the server, then the whole thing becomes problematic. You may want to download and install your own Moodle and develop things there rather than on your production site. You can write things out in your own Moodle, render the statement, save the image and then upload it to your production site. If something goes seriously wrong, it is easier to restart your own Moodle than it is your production site.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;WARNING:&#039;&#039;&#039; If you get a dimension wrong on a line, it can actually prevent you from creating any new TeX. You will see the offending control sequence in its natural state. Everything that you have written to that point will work, but nothing you have written after that will.&lt;br /&gt;
&lt;br /&gt;
==Maths Mode==&lt;br /&gt;
A full TeX version has three modes, a &amp;quot;text mode&amp;quot;, an &amp;quot;inline maths mode&amp;quot; and a &amp;quot;maths display mode&amp;quot; but Moodle seems to stay in &amp;quot;inline maths mode&amp;quot;. Perhaps a better description of what happens is that Moodle allows a writer to enter &amp;quot;inline maths mode&amp;quot; when the $$ symbols are written and leave it when the $$ symbol appears a second time. Moodle does not appear to use the &amp;quot;maths display mode&amp;quot;. The command sequences beginning with the $$ are not current practice in any major version of TeX, and why they are used and work in Moodle is not an issue for discussion here. Current common practice in most other flavours of TeX uses a different set of command initiation sequences.&lt;br /&gt;
&lt;br /&gt;
==Superscripts, Subscripts and Roots==&lt;br /&gt;
&lt;br /&gt;
Superscripts are recorded using the caret, ^, symbol. An example for a Maths class might be: &lt;br /&gt;
&lt;br /&gt;
  $$ 4^2 \ \times \ 4^3 \ = 4^5 $$&lt;br /&gt;
  This is a shorthand way of saying: &lt;br /&gt;
  (4 x 4) x (4 x 4 x 4) = (4 x 4 x 4 x 4 x 4)&lt;br /&gt;
  or&lt;br /&gt;
  16 x 64 = 1024.&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;4^2 \ \times \ 4^3 \ = 4^5&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Subscripts are similar, but use the underscore character. &lt;br /&gt;
&lt;br /&gt;
  $$ 3x_2 \ \times \ 2x_3 $$&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;3x_2 \ \times \ 2x_3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is OK if you want superscripts or subscripts, but square roots are a little different. This uses a control sequence. &lt;br /&gt;
&lt;br /&gt;
  $$ \sqrt{64} \ = \ 8 $$&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;\sqrt{64} \ = \ 8&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also take this a little further, but adding in a control character. You may ask a question like: &lt;br /&gt;
&lt;br /&gt;
  $$ If \ \sqrt[n]{1024} \ = \ 4, \ what \ is \ the \ value \ of \ n? $$  &lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;If \ \sqrt[n]{1024} \ = \ 4, \ what \ is \ the \ value \ of \ n?&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Using these different commands allows you to develop equations like: &lt;br /&gt;
&lt;br /&gt;
  $$ The \sqrt{64} \ \times \ 2 \ \times \ 4^3 \ = \ 1024 $$&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;math&amp;gt;The \sqrt{64} \ \times \ 2 \ \times \ 4^3 \ = \ 1024&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Superscripts, Subscripts and roots can also be noted in [[Using TeX Notation 4 | Matrices]].&lt;br /&gt;
&lt;br /&gt;
==Fractions==&lt;br /&gt;
&lt;br /&gt;
Fractions in TeX are actually simple, as long as you remember the rules.&lt;br /&gt;
&lt;br /&gt;
  $$ \frac{numerator}{denominator} $$ which produces &amp;lt;math&amp;gt;\frac{numerator}{denominator}&amp;lt;/math&amp;gt; .&lt;br /&gt;
&lt;br /&gt;
This can be given as:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;\frac{5}{10} \ is \ equal \ to \ \frac{1}{2}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This is entered as:&lt;br /&gt;
&lt;br /&gt;
  $$ \frac{5}{10} \ is \ equal \ to \ \frac{1}{2}.$$&lt;br /&gt;
&lt;br /&gt;
With fractions (as with other commands) the curly brackets can be nested so that for example you can implement negative exponents in fractions.  As you can see,&lt;br /&gt;
	&lt;br /&gt;
  $$\frac {5^{-2}}{3}$$ will produce &amp;lt;math&amp;gt;\frac {5^{-2}}{3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  $$\left(\frac{3}{4}\right)^{-3}$$ will produce &amp;lt;math&amp;gt;\left(\frac{3}{4}\right)^{-3}&amp;lt;/math&amp;gt;  and&lt;br /&gt;
&lt;br /&gt;
  $$\frac{3}{4^{-3}}$$ will produce &amp;lt;math&amp;gt; \frac{3}{4^{-3}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  You likely do not want to use $$\frac{3}{4}^{-3}$$ as it produces &amp;lt;math&amp;gt;\frac{3}{4}^{-3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also use fractions and negative exponents in [[Using TeX Notation 4 | Matrices]].&lt;br /&gt;
&lt;br /&gt;
==Brackets==&lt;br /&gt;
&lt;br /&gt;
As students advance through Maths, they come into contact with brackets. Algebraic notation depends heavily on brackets. The usual keyboard values of ( and ) are useful, for example:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;math&amp;gt;d = 2 \ \times \ (4 \ - \ j)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is written as:&lt;br /&gt;
&lt;br /&gt;
  $$ d = 2 \ \times \ (4 \ - \ j) $$&lt;br /&gt;
&lt;br /&gt;
Usually, these brackets are enough for most formulae but they will not be in some circumstances. Consider this:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;4x^3 \ + \ (x \ + \ \frac{42}{1 + x^4})&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Is OK, but try it this way:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;4x^3 \ + \ \left(x \ + \ \frac{42}{1 + x^4}\right)&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This can be achieved by:&lt;br /&gt;
&lt;br /&gt;
  $$ 4x^3 \ + \ \left(x \ + \ \frac{42}{1 + x^4}\right) $$&lt;br /&gt;
&lt;br /&gt;
A simple change using the \left( and \right) symbols instead. Note the actual bracket is both named and presented. Brackets are almost essential in [[Using TeX Notation 4 | Matrices]].&lt;br /&gt;
&lt;br /&gt;
==Ellipsis==&lt;br /&gt;
&lt;br /&gt;
The Ellipsis is a simple code:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;x_1, \ x_2, \ \ldots, \ x_n&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Written like:&lt;br /&gt;
&lt;br /&gt;
  $$ x_1, \ x_2, \ \ldots, \ x_n  $$&lt;br /&gt;
&lt;br /&gt;
A more practical application could be:&lt;br /&gt;
&lt;br /&gt;
Question:&lt;br /&gt;
  &amp;quot;Add together all the numbers from 1 &amp;lt;math&amp;gt;\ldots&amp;lt;/math&amp;gt; 38.&lt;br /&gt;
  What is an elegant and simple solution to this problem?&lt;br /&gt;
  Can you create an algebraic function to explain this solution?&lt;br /&gt;
  Will your solution work for all numbers?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Answer:&lt;br /&gt;
The question uses an even number to demonstrate a mathematical process and generate an algebraic formula.&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Part 1:&lt;br /&gt;
| Part 2.&lt;br /&gt;
| Part 3.&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;math&amp;gt;1. \ 1 \ + \ 38 \ = \ 39&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;2. \ 2 \ + \ 37 \ = \ 39&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;3. \ 3 \ + \ 36 \ = \ 39&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\ldots&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;19. 19 \ + \ 20 \ = \ 39 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\therefore x \ = \ 39 \ \times \ 19 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\therefore x \ = \ 741 &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|An algebraic function might read something like:&lt;br /&gt;
&amp;lt;math&amp;gt;t = (1 + n) \times n/2 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where t = total and n = the last number.&lt;br /&gt;
&lt;br /&gt;
|The solution is that, using the largest and the smallest numbers, the numbers are added and then multiplied by the number of different combinations to produce the same result adding the first and last numbers.&lt;br /&gt;
The answer must depend on the number, &amp;lt;math&amp;gt;\frac{n}{2}&amp;lt;/math&amp;gt; being a whole number. Therefore, the solution will not work for an odd range of numbers, only an even range.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Using TeX Notation 2]]&lt;br /&gt;
* [[TeX notation filter]] To turn on the TeX Notation &lt;br /&gt;
* [[Advanced Maths Tools]] Moodle 2.x - The Next Generation of TeX Tools&lt;br /&gt;
* [[DragMath equation editor]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=MathJax_filter&amp;diff=112656</id>
		<title>MathJax filter</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=MathJax_filter&amp;diff=112656"/>
		<updated>2014-05-18T02:58:08Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: /* Site administration settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Filters}}&lt;br /&gt;
{{New features}}&lt;br /&gt;
The MathJax filter parses Moodle texts and will fully render TeX expressions that it finds appearing within specific tokens.&lt;br /&gt;
&lt;br /&gt;
The Mathjax filter also improves the look of buttons and preview within the equation editor that is part of the Atto [[Text editor|text editor]].&lt;br /&gt;
&lt;br /&gt;
== Site administration settings ==&lt;br /&gt;
&lt;br /&gt;
The MathJax filter is enabled by default in &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Plugins &amp;gt; Filters &amp;gt; Manage filters&#039;&#039;. Normally, the MathJax filter should be at the top of the list of filters.&lt;br /&gt;
&lt;br /&gt;
The MathJax filter works without any additional configuration (using the [http://docs.mathjax.org/en/latest/start.html MathJax Content Delivery Network]). However, MathJax may also be installed locally if desired, to save on bandwidth or because of local proxy restrictions. See &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Plugins &amp;gt; Filters &amp;gt; MathJax&#039;&#039; for further details and configuration settings.&lt;br /&gt;
&lt;br /&gt;
MathJax has a setting for &amp;quot;TeX filter compatibility&amp;quot; that changes the behaviour to match as closely as possible, the &amp;quot;Tex filter&amp;quot;. This means it will support all the different delimiters of the Tex filter, and display all equations as &amp;quot;inline&amp;quot;. It is only recommended to enable this setting if you have existing equations written manually using a variety of delimiters supported by the old filter. It may be hard to determine if this is the case except by searching the database for equations of the form:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 $$ equation $$, [tex] equation [/tex], &amp;lt;tex&amp;gt; equation &amp;lt;/tex&amp;gt; or \( equation \)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The [http://www.mathjax.org/ MathJax project] is large and detailed with many options, which a Moodle admin can make use of with the MathJax filter.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Text editor]] for more details of the equation editor&lt;br /&gt;
* [[Using TeX Notation]]&lt;br /&gt;
* [https://moodle.org/mod/forum/view.php?id=752 Mathematics tools forum] on moodle.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Site administration]]&lt;br /&gt;
[[Category:Mathematics]]&lt;br /&gt;
&lt;br /&gt;
[[es:Filtro MathJax]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=MathJax_filter&amp;diff=112655</id>
		<title>MathJax filter</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=MathJax_filter&amp;diff=112655"/>
		<updated>2014-05-18T02:56:42Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: Correcting some major mistakes  :(&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Filters}}&lt;br /&gt;
{{New features}}&lt;br /&gt;
The MathJax filter parses Moodle texts and will fully render TeX expressions that it finds appearing within specific tokens.&lt;br /&gt;
&lt;br /&gt;
The Mathjax filter also improves the look of buttons and preview within the equation editor that is part of the Atto [[Text editor|text editor]].&lt;br /&gt;
&lt;br /&gt;
== Site administration settings ==&lt;br /&gt;
&lt;br /&gt;
The MathJax filter is enabled by default in &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Plugins &amp;gt; Filters &amp;gt; Manage filters&#039;&#039;. Normally, the MathJax filter should be at the top of the list of filters.&lt;br /&gt;
&lt;br /&gt;
The MathJax filter works without any additional configuration (using the [http://docs.mathjax.org/en/latest/start.html MathJax Content Delivery Network]). However, MathJax may also be installed locally if desired, to save on bandwidth or because of local proxy restrictions. See &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Plugins &amp;gt; Filters &amp;gt; MathJax&#039;&#039; for further details and configuration settings.&lt;br /&gt;
&lt;br /&gt;
MathJax has a setting for &amp;quot;TeX filter compatibility&amp;quot; that changes the behaviour to match as closely as possible, the &amp;quot;Tex filter&amp;quot;. This means it will support all the different delimiters of the Tex filter, and display all equations as &amp;quot;inline&amp;quot;. It is only recommended to enable this setting if you have existing equations written manually using a variety of delimiters supported by the old filter. It may be hard to determine if this is the case except by searching the database for equations of the form:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 [tex] equation [/tex], &amp;lt;tex&amp;gt; equation &amp;lt;/tex&amp;gt; or \( equation \)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The [http://www.mathjax.org/ MathJax project] is large and detailed with many options, which a Moodle admin can make use of with the MathJax filter.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Text editor]] for more details of the equation editor&lt;br /&gt;
* [[Using TeX Notation]]&lt;br /&gt;
* [https://moodle.org/mod/forum/view.php?id=752 Mathematics tools forum] on moodle.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Site administration]]&lt;br /&gt;
[[Category:Mathematics]]&lt;br /&gt;
&lt;br /&gt;
[[es:Filtro MathJax]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=New_features&amp;diff=112654</id>
		<title>New features</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=New_features&amp;diff=112654"/>
		<updated>2014-05-18T02:52:45Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: /* For administrators and managers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{About Moodle}}&lt;br /&gt;
As usual Moodle HQ and our incredible community have brought together work from all corners of the globe to this release. Scalable, responsive and private, Moodle 2.7 is our best release yet. Here are some highlights of this release, and you can view screencasts of some of these highlights on the official MoodleHQ YouTube page: [http://www.youtube.com/playlist?list=PLxcO_MFWQBDcxGul-CY1SiOke6Jkg2NPK Moodle 2.7 Release Highlights Playlist].&lt;br /&gt;
&lt;br /&gt;
Full details of the release, with technical information, can be found in the [https://docs.moodle.org/dev/Moodle_2.7_release_notes Moodle 2.7 Release notes].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-moodle-org-temporary-grid&amp;quot; style=&amp;quot;max-width: 1254px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== For all users ===&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Atto_27.jpg|600px]]&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4&amp;gt;Atto, a new, simple-to-use editor&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Our new Moodle editor focuses on usability and accessibility. TinyMCE is still available, but Atto will be the best editor for most people. [[Text editor|Learn more]]&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Clean27.jpg|600px]]&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4&amp;gt;Modern appearance with improved responsiveness&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Moodle now uses Bootstrap themes by default for improved responsive design and usability. Many small improvements have been made all through the interface. You can find more themes in the [https://moodle.org/plugins/browse.php?list=category&amp;amp;id=3 Moodle Plugins database].&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&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;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;&lt;br /&gt;
[[File:MathJax.jpg|600px]]&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4&amp;gt;Mathematics improvements&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Atto features a new mathematical equation editor, producing TeX with a WYSIWIYG interface without needing Java.  This means it works everywhere, even tablets and phones.  We&#039;ve also added a new MathJax filter for displaying mathematical equations beautifully, without needing any special server setup. [[MathJax filter|Learn more]]&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== For teachers ===&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;&lt;br /&gt;
[[File:ConditionalActivities.jpg|600px]]&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4&amp;gt;Create better customised learning paths with enhanced Conditional Activities&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Enhancements to this widely used teaching feature in Moodle include an improved, streamlined interface, as well as added support to enable restricted access with &amp;quot;or&amp;quot; conditions and use nested restrictions for complex access criteria. [[ Conditional activities settings|Learn more]]&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt; &lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Assignment.jpg|600px]]&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4&amp;gt;Improved Assignment features&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&lt;br /&gt;
#Control when to notify students of feedback via a checkbox when grading individual students.&lt;br /&gt;
#Teachers can now be assigned permissions to edit or delete student submissions.&lt;br /&gt;
#Set a word limit, and comment and edit directly on students&#039; online text assignments.&lt;br /&gt;
#Easily keep track of student submissions via filters in the Assignment grading table. &lt;br /&gt;
[[Using Assignment|Learn more]]&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&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;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Quiz_27.jpg|600px]]&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4&amp;gt;Easily create and manage Quiz &amp;amp; Question bank&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;As well as an updated question type selector, duplicating and moving questions is now easier, and there is an option to &#039;Save changes and continue editing&#039;. Quiz reports have been improved and the Essay question now allows students simply to add an attachment with no accompanying text. [[Quiz module|Learn more]]&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== For administrators and managers ===&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;&lt;br /&gt;
[[File:LTS-graph.jpg|600px]]&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4&amp;gt;A long term support release&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Moodle 2.7 is a LTS release, meaning it will have an extended support of 3 years (until May 2017) for security and data-loss fixes, twice the time of other releases. This makes it an ideal, stable platform for long-term projects.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Logging.jpg|600px]]&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4&amp;gt;Improved logging for better reporting&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;A new logging subsystem with plugins allowing detailed and external logs provides opportunities for improved reporting as well as advancements in better learning analytics. [[Logs|Learn more]]&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&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;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;&lt;br /&gt;
[[File:more-theme.jpg|600px]]&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4&amp;gt;More theme: Easily style and brand your Moodle site&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&#039;More&#039; is a new responsive theme designed for admins to easily make basic customisations to the look and feel of their Moodle site directly, without the need for advanced technical knowledge. [https://docs.moodle.org/404/en/Standard_themes#Customising_the_.27More.27_theme/ Learn more]&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Scheduled tasks.jpg|600px]]&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4&amp;gt;Scheduled tasks management&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;With an improved scheduling system, tasks can be scheduled precisely, even on complex clustered servers. See [[Scheduled tasks]] for details.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&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;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;&lt;br /&gt;
[[File:listreports.jpg|600px]]&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4&amp;gt;Improved Events system&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Events have been improved all through Moodle, allowing you to better integrate your code with Moodle.  A new dynamically-generated report listing all events and event details helps administrators, researchers and developers understand the system. [[Events list|Learn more]]&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;&lt;br /&gt;
[[File:emailogin.jpg|600px]]&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4&amp;gt;Log in with your email address&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;A new admin setting allows users to log in not only with their normal username but also with their email address.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
[[es:Nuevas características de Moodle 2.6]]&lt;br /&gt;
[[de:Neue Funktionalitäten]]&lt;br /&gt;
&lt;br /&gt;
* [[:Category:New features|Category:New features]] - list of pages documenting new features in Moodle 2.7&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=New_features&amp;diff=112598</id>
		<title>New features</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=New_features&amp;diff=112598"/>
		<updated>2014-05-13T02:24:36Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: /* For administrators and managers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{About Moodle}}&lt;br /&gt;
As usual Moodle HQ and our incredible community have brought together work from all corners of the globe to this release. Scalable, responsive and private, Moodle 2.7 is our best release yet. Here are some highlights of this release, and you can view screencasts of some of these highlights on the official MoodleHQ YouTube page: [http://www.youtube.com/playlist?list=PLxcO_MFWQBDcxGul-CY1SiOke6Jkg2NPK Moodle 2.7 Release Highlights Playlist].&lt;br /&gt;
&lt;br /&gt;
Full details of the release, with technical information, can be found in the [https://docs.moodle.org/dev/Moodle_2.7_release_notes Moodle 2.7 Release notes].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-moodle-org-temporary-grid&amp;quot; style=&amp;quot;max-width: 1254px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== For all users ===&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Atto_27.jpg|600px]]&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4&amp;gt;Atto, a new, simple-to-use editor&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Our new Moodle editor focuses on usability and accessibility. TinyMCE is still available, but Atto will be the best editor for most people. [[Text editor|Learn more]]&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Clean27.jpg|600px]]&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4&amp;gt;Modern appearance with improved responsiveness&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Moodle now uses Bootstrap themes by default for improved responsive design and usability. Many small improvements have been made all through the interface. You can find more themes in the [https://moodle.org/plugins/browse.php?list=category&amp;amp;id=3 Moodle Plugins database].&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&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;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;&lt;br /&gt;
[[File:MathJax.jpg|600px]]&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4&amp;gt;Mathematics improvements&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Atto features a new mathematical equation editor, producing TeX with a WYSIWIYG interface without needing Java.  This means it works everywhere, even tablets and phones.  We&#039;ve also added a new MathJax filter for displaying mathematical equations beautifully, without needing any special server setup. [[MathJax filter|Learn more]]&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== For teachers ===&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;&lt;br /&gt;
[[File:ConditionalActivities.jpg|600px]]&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4&amp;gt;Create better customised learning paths with enhanced Conditional Activities&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Enhancements to this widely used teaching feature in Moodle include an improved, streamlined interface, as well as added support to enable restricted access with &amp;quot;or&amp;quot; conditions and use nested restrictions for complex access criteria. [[ Conditional activities settings|Learn more]]&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt; &lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Assignment.jpg|600px]]&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4&amp;gt;Improved Assignment features&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&lt;br /&gt;
#Control when to notify students of feedback via a checkbox when grading individual students.&lt;br /&gt;
#Teachers can now be assigned permissions to edit or delete student submissions.&lt;br /&gt;
#Set a word limit, and comment and edit directly on students&#039; online text assignments.&lt;br /&gt;
#Easily keep track of student submissions via filters in the Assignment grading table. &lt;br /&gt;
[[Using Assignment|Learn more]]&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&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;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Quiz_27.jpg|600px]]&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4&amp;gt;Easily create and manage Quiz &amp;amp; Question bank&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;As well as an updated question type selector, duplicating and moving questions is now easier, and there is an option to &#039;Save changes and continue editing&#039;. Quiz reports have been improved and the Essay question now allows students simply to add an attachment with no accompanying text. [[Quiz module|Learn more]]&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== For administrators and managers ===&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;&lt;br /&gt;
[[File:LTS-graph.jpg|600px]]&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4&amp;gt;A long term support release&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Moodle 2.7 is a LTS release, meaning it will have an extended support of 3 years (until May 2017) for security and data-loss fixes, twice the time of other releases. This makes it an ideal, stable platform for long-term projects.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Logging.jpg|600px]]&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4&amp;gt;Improved logging for better reporting&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;A new logging subsystem with plugins allowing detailed and external logs provides opportunities for improved reporting as well as advancements in better learning analytics. [[Logs|Learn more]]&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&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;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;&lt;br /&gt;
[[File:more-theme.jpg|600px]]&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4&amp;gt;Easily customise and brand your Moodle site&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&#039;More&#039; is a new responsive theme designed for admins to easily make basic customisations to the look and feel of their Moodle site directly, without the need for advanced technical knowledge. [https://docs.moodle.org/404/en/Standard_themes#Customising_the_.27More.27_theme/ Learn more]&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Scheduled tasks.jpg|600px]]&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4&amp;gt;Scheduled tasks management&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;With an improved scheduling system, tasks can be scheduled precisely, even on complex clustered servers. See [[Scheduled tasks]] for details.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&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;ul class=&amp;quot;thumbnails&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;&lt;br /&gt;
[[File:listreports.jpg|600px]]&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4&amp;gt;Improved Events system&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Events have been improved all through Moodle, allowing you to better integrate your code with Moodle.  A new dynamically-generated report listing all events and event details helps administrators, researchers and developers understand the system. [[Events list|Learn more]]&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;span6&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;thumbnail&amp;quot;&amp;gt;&lt;br /&gt;
[[File:emailogin.jpg|600px]]&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4&amp;gt;Log in with your email address&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;A new admin setting allows users to log in not only with their normal username but also with their email address.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
[[es:Nuevas características de Moodle 2.6]]&lt;br /&gt;
[[de:Neue Funktionalitäten]]&lt;br /&gt;
&lt;br /&gt;
* [[:Category:New features|Category:New features]] - list of pages documenting new features in Moodle 2.7&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Standard_themes&amp;diff=112564</id>
		<title>Standard themes</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Standard_themes&amp;diff=112564"/>
		<updated>2014-05-12T09:03:04Z</updated>

		<summary type="html">&lt;p&gt;Dougiamas: /* Customising the &amp;#039;More&amp;#039; theme */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Themes}}&lt;br /&gt;
&lt;br /&gt;
==Standard themes==&lt;br /&gt;
&lt;br /&gt;
Moodle has two standard themes: &#039;&#039;Clean&#039;&#039;, a responsive, bootstrap based theme which is used as default, and &#039;&#039;More&#039;&#039;, a theme customisable from within the admin interface.&lt;br /&gt;
&lt;br /&gt;
[[File:CLEAN.png|center|thumb|500px|&#039;Clean&#039;, the default theme]]&lt;br /&gt;
&lt;br /&gt;
Other themes, including themes which were standard in previous versions of Moodle, are available from the [https://moodle.org/plugins/browse.php?list=category&amp;amp;id=3 Themes section of the Moodle plugins directory].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;NOTE:&#039;&#039;&#039; If you were using a previous core theme or one based on a previous core theme and you are upgrading to Moodle 2.7, make sure you reinstall the relevant theme(s) before running the upgrade.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Theme selector==&lt;br /&gt;
&lt;br /&gt;
An administrator can set a theme for the site in &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Appearance &amp;gt; Themes &amp;gt; Theme selector&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Different themes may be set according to &#039;device type&#039; - default, legacy (for older browsers), mobile and tablet.&lt;br /&gt;
&lt;br /&gt;
Go to &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Appearance &amp;gt; Themes &amp;gt; Theme selector&#039;&#039;&lt;br /&gt;
*Click on the &amp;quot;Select theme&amp;quot; button next to the type you wish to change&lt;br /&gt;
*Scroll down to see the previews of the available themes and click on the &amp;quot;Use theme&amp;quot; button to chose the theme&lt;br /&gt;
*The next screen will provide information about the theme. Click &amp;quot;Continue&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Note 1: Moodle caches themes so if you don&#039;t immediately see changed settings that you were expecting, click the &amp;quot;Clear theme caches&amp;quot; button at the top of the Theme selector page.&lt;br /&gt;
&lt;br /&gt;
Note 2: The selected theme may be overridden if user/course or category themes have been allowed in the [[Theme settings]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Customising the &#039;More&#039; theme==&lt;br /&gt;
{{New features}}&lt;br /&gt;
[[File:MORE.png|center|thumb|500px|The customisable &#039;More&#039; theme.]]&lt;br /&gt;
&lt;br /&gt;
The &#039;More&#039; theme allows administrators to customise it from &#039;&#039;Site administration&amp;gt;Appearance&amp;gt;Themes&amp;gt;More&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Options are:&lt;br /&gt;
*&#039;&#039;&#039;Text colour/Link colour&#039;&#039;&#039; - these may be selected either by typing in the code or by clicking into the colour picker.  &lt;br /&gt;
*&#039;&#039;&#039;Background colour/Background image&#039;&#039;&#039; - a background colour may be selected as above or an image of your choice uploaded. (Note: the image will override the background colour.)&lt;br /&gt;
*&#039;&#039;&#039;Background repeat/position/fixed&#039;&#039;&#039; - decide here how you wish your image to be repeated; its position or if you want it to be fixed to the page.&lt;br /&gt;
*&#039;&#039;&#039;Main content background colour/Secondary background colour&#039;&#039;&#039; - these may be selected either by typing in the code or by clicking into the colour picker.&lt;br /&gt;
*&#039;&#039;&#039;Invert navbar&#039;&#039;&#039; - checking this will swap the text and background colour of the navigation bar between black and white.&lt;br /&gt;
*&#039;&#039;&#039;Logo&#039;&#039;&#039; - a custom logo may be uploaded here&lt;br /&gt;
*&#039;&#039;&#039;Custom CSS/Footnote&#039;&#039;&#039; - custom CSS and footer text may be added and will be reflected throughout the site.&lt;br /&gt;
&lt;br /&gt;
Pro tip: When specifying colours, you can even use advanced colours with transparency values such as &#039;&#039;&#039;rgba(255,255,255,0.8)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:moodle27-orange.png|center|500px|&#039;More&#039; with an orange image backound, a logo and custom colours.]]&lt;br /&gt;
&lt;br /&gt;
&#039;More&#039; with an orange image backound, a logo and custom colours.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Theme credits]]&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=189573 What counts as a &#039;legacy&#039; device type?] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[de:Standard-Designs]]&lt;br /&gt;
[[es:Temas estándar]]&lt;/div&gt;</summary>
		<author><name>Dougiamas</name></author>
	</entry>
</feed>