<?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=Ghillenb</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=Ghillenb"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/Special:Contributions/Ghillenb"/>
	<updated>2026-05-09T18:35:25Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Upload_courses&amp;diff=148525</id>
		<title>Upload courses</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Upload_courses&amp;diff=148525"/>
		<updated>2024-05-07T10:59:49Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Courses}}&lt;br /&gt;
{{Note|This page is about creating courses with a text (.csv) file. If you want to upload a course backup in .mbz or .tgz format, see [[Course restore]].}}&lt;br /&gt;
==Upload courses==&lt;br /&gt;
In addition to creating new courses, the upload courses functionality may also be used to update or delete courses, or import content from another course. For information on using this functionality to create course templates, see [[Adding a new course]].&lt;br /&gt;
&lt;br /&gt;
{{New features}}&lt;br /&gt;
Along with the administrator, the [[Manager]] role now has the capability [[Capabilities/tool/uploadcourse:use|tool/uploadcourse:use]] allowing them also to upload a .CSV file with course information. (Other users may be given the capability but need also to have the capabilities [[Capabilities/moodle/course:create|moodle/course:create]], [[Capabilities/moodle/course:update|moodle/course:update]], and potentially [[Capabilities/moodle/course:delete|moodle/course:delete]].)&lt;br /&gt;
&lt;br /&gt;
# Go to &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Courses &amp;gt; Upload courses&#039;&#039;&lt;br /&gt;
# Either drag and drop the CSV file or click the &#039;Choose a file&#039; button and select the file in the file picker&lt;br /&gt;
# Select appropriate import options carefully, then click the preview button.&lt;br /&gt;
{|&lt;br /&gt;
|[[File:uploadcourses44.jpg|250px|thumb|Upload courses admin screen]]&lt;br /&gt;
|&lt;br /&gt;
|[[File:coursesuploaded44.jpg|250px|thumb|Courses successfully uploaded]]&lt;br /&gt;
|}&lt;br /&gt;
Note: It is also possible to use the command-line tool &#039;&#039;admin/tool/uploadcourse/cli/uploadcourse.php&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
When using the web interface, use the &#039;&#039;Preview&#039;&#039; option to see if any errors were detected in the previewed rows. If you proceed with the upload and there were something wrong detected with a course, it will be ignored.&lt;br /&gt;
=== Short file example ===&lt;br /&gt;
uploadcourse.csv:&lt;br /&gt;
&lt;br /&gt;
Note: shortname, fullname, and category are required.&lt;br /&gt;
&lt;br /&gt;
The category field takes the id of the category, with the default category Miscellaneous having id 1. Categories must already exist. If you put a category id that does not exist, you will receive a &amp;quot;Could not resolve category by ID&amp;quot; error during upload preview, and courses in that category will not be created. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
shortname,fullname,category,summary,enrolment_1,enrolment_1_role,enrolment_1_enrolperiod,role_student&lt;br /&gt;
courserestored,Course restored,1,a summary,manual,student,1 month,&lt;br /&gt;
courserestored2,Course restored 2,1,a summary,,,,&lt;br /&gt;
courserestored3,Course restored 3,1,a summary,,,,padawan&lt;br /&gt;
courserestored4,Course restored 4,1,&amp;quot;a summary, with comma&amp;quot;,manual,student,1 month,padawan&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;br /&gt;
Notice there are no spaces between the items.&lt;br /&gt;
&lt;br /&gt;
==Creating the text file==&lt;br /&gt;
The text file to upload courses must be a CSV file. It accepts the following columns which are divided in two categories, the course information, and the course actions.&lt;br /&gt;
===Course information fields===&lt;br /&gt;
Most of those settings are available on the settings page of a course. Please refer to [[Course settings]] for more information. Field names must be lower-case.&lt;br /&gt;
;shortname&lt;br /&gt;
: The shortname&lt;br /&gt;
;fullname&lt;br /&gt;
: The full name&lt;br /&gt;
;idnumber&lt;br /&gt;
: The course ID number&lt;br /&gt;
;category&lt;br /&gt;
:  This is the database identifier of the category (found in the category URL) to place the course in. This takes precedence over &#039;&#039;category_idnumber&#039;&#039; and &#039;&#039;category_path&#039;&#039;.&lt;br /&gt;
;category_idnumber&lt;br /&gt;
: The ID number of the category (found and editable on the ‘Edit category’ page) to place the course in. This takes precedence over &#039;&#039;category_path&#039;&#039;.&lt;br /&gt;
;category_path&lt;br /&gt;
: The path of the category to place the course in. If you want to place the course in a category named &amp;quot;Science-Fiction&amp;quot; which is located under the category &amp;quot;Movies&amp;quot;, the value to provide is: &amp;lt;code&amp;gt;Movies / Science-Fiction&amp;lt;/code&amp;gt;. Note that the separator must be &amp;lt;code&amp;gt;[space]/[space]&amp;lt;/code&amp;gt;. Also note that the category MUST exist, it will not be created. If you want to place the course in the top-level category &amp;quot;Movies&amp;quot;, the value to provide is: &amp;lt;code&amp;gt;Movies&amp;lt;/code&amp;gt;&lt;br /&gt;
;visible&lt;br /&gt;
: 1 if the course is visible, 0 if hidden&lt;br /&gt;
;startdate&lt;br /&gt;
: The time at which the course starts. Please note that this value is passed to the PHP function [http://php.net/manual/en/function.strtotime.php strtotime] to generate a timestamp. You can use a localized time format based on your server settings, but the standard ISO date format will always work, for example: 2021-05-17 (that is May 17, 2021). You do not need to use quotes for this field when using this format.&lt;br /&gt;
;enddate&lt;br /&gt;
: The time at which the course ends. Please note as with startdate that this value needs to be formatted correctly. For example: 2022-11-14.&lt;br /&gt;
;summary&lt;br /&gt;
: The summary of the course&lt;br /&gt;
;format&lt;br /&gt;
: The course format to use, this must be a valid course format plugin name. E.g. &#039;&#039;weeks&#039;&#039;, &#039;&#039;topics&#039;&#039;.&lt;br /&gt;
;theme&lt;br /&gt;
: The theme to use&lt;br /&gt;
;lang&lt;br /&gt;
: The language to use&lt;br /&gt;
;newsitems&lt;br /&gt;
: The number of news items&lt;br /&gt;
;showgrades&lt;br /&gt;
: 1 to show the gradebook to students, 0 to hide it.&lt;br /&gt;
;showreports&lt;br /&gt;
: 1 to show the activity reports, 0 to hide it.&lt;br /&gt;
;legacyfiles&lt;br /&gt;
: 1 to enable the legacy course files, 0 not to.&lt;br /&gt;
;maxbytes&lt;br /&gt;
: The maximum upload size of the course in bytes. Use 0 for the site limit.&lt;br /&gt;
;groupmode&lt;br /&gt;
: 0 for &#039;&#039;No groups&#039;&#039;, 1 for &#039;&#039;Separate groups&#039;&#039; and 2 for &#039;&#039;Visible groups&#039;&#039;.&lt;br /&gt;
;groupmodeforce&lt;br /&gt;
: 1 to force the group mode, otherwise enter 0.&lt;br /&gt;
;defaultgroupingid&lt;br /&gt;
: ID of the default grouping&lt;br /&gt;
;enablecompletion&lt;br /&gt;
: 1 to enable the activity completion, 0 not to.&lt;br /&gt;
;downloadcontent&lt;br /&gt;
: 1 to enable course content to be downloaded, 0 to not.&lt;br /&gt;
;tags&lt;br /&gt;
: A comma-separated list of tags to add to the course. Existing tags will be deleted. Enclose multiple tags in quotes.&lt;br /&gt;
;relativedatesmode&lt;br /&gt;
: 1 to enable relative dates, 0 to not.&lt;br /&gt;
;showactivitydates&lt;br /&gt;
: 1 to show activity dates on course page, 0 to not.&lt;br /&gt;
;showcompletionconditions&lt;br /&gt;
: 1 to show completion conditions on course page, 0 to not.&lt;br /&gt;
&lt;br /&gt;
====Enrolment fields====&lt;br /&gt;
Some fields can be constructed to enable and configure enrolment methods. The fields must be named &#039;&#039;enrolment_[number]&#039;&#039; for the enrolment method name, and &#039;&#039;enrolment_[number]_property&#039;&#039; for its properties.&lt;br /&gt;
;enrolment_[number]&lt;br /&gt;
: The name of the enrolment method (eg, manual, guest, self)&lt;br /&gt;
;enrolment_[number]_delete&lt;br /&gt;
: 1 to delete this enrolment method from the course, if set to 1 all the other properties will be ignored.&lt;br /&gt;
;enrolment_[number]_disable&lt;br /&gt;
: 1 to disable this enrolment method from the course, if set to 1 all the other properties will be ignored.&lt;br /&gt;
;enrolment_[number]_startdate&lt;br /&gt;
: The enrolment start date. This value is passed to the PHP function strtotime().&lt;br /&gt;
;enrolment_[number]_enddate&lt;br /&gt;
: The enrolment end date. This value is passed to the PHP function strtotime().&lt;br /&gt;
;enrolment_[number]_enrolperiod&lt;br /&gt;
: Number of seconds, or if not a value understood by strtotime() such as &amp;quot;4 days&amp;quot;.&lt;br /&gt;
;enrolment_[number]_role&lt;br /&gt;
: The role short name&lt;br /&gt;
;enrolment_[number]_[property]&lt;br /&gt;
: Where property is understood by the specified enrolment method&lt;br /&gt;
;enrolment_[number]_password&lt;br /&gt;
: The course enrolment key&lt;br /&gt;
Note: Upload courses is not yet compatible with all [[Enrolments|enrolment methods]] (MDL-73838).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
 enrolment_1: manual&lt;br /&gt;
 enrolment_1_role: student&lt;br /&gt;
 enrolment_1_enrolperiod: 1 month&lt;br /&gt;
 &lt;br /&gt;
 enrolment_2: self&lt;br /&gt;
 enrolment_2_startdate: 2013-01-30&lt;br /&gt;
&lt;br /&gt;
====Cohort enrolment====&lt;br /&gt;
&lt;br /&gt;
To use cohort enrolment by csv, use the following fields:&lt;br /&gt;
*enrolment_N - should be &#039;cohort&#039; if you want to upload course with cohort sync enrolment method.&lt;br /&gt;
*enrolment_N_cohortname - required parameter - Cohort name. Cohort with this name must exist in the system.&lt;br /&gt;
*enrolment_N_addtogroup - optional parameter for adding cohorts to a group in course.&lt;br /&gt;
**If not set - no group mode will be used.&lt;br /&gt;
**If enrolment_N_addtogroup = 0 - no group mode will be used&lt;br /&gt;
**If enrolment_N_addtogroup = 1 - A new group will be created with name corresponding to enrolment_N_cohortname and sync cohort will be added to that group.&lt;br /&gt;
**enrolment_N_groupname - optional parameter. Only supposed to be used if enrolment_N_addtogroup is not set. An existing group in a course where member of enrolment_N_cohortname will be added&lt;br /&gt;
&lt;br /&gt;
====Custom course fields====&lt;br /&gt;
&lt;br /&gt;
You can  fill in data for the custom course fields. The header for these fields is of the form customfield_[shortname] where shortname is the unique shortname of the course custom field. &lt;br /&gt;
&lt;br /&gt;
The custom field must already exist on the site as defined in &#039;&#039;Site administration &amp;gt; Courses &amp;gt; Course custom fields&#039;&#039;. If you use a header for a field that does not already exist on the site, it will be ignored by the upload process. The course profile fields &#039;&#039;&#039;must&#039;&#039;&#039; already exist in your site. You can not use the course upload process to create new ones on the site, only to fill in data for already defined course custom profile fields.&lt;br /&gt;
&lt;br /&gt;
There are five types of course custom fields: Checkbox, Date and time, Dropdown menu, Short text, and Text area. What data you put in the upload file will therefore depend on the type of field you have defined. The possible values for Checkbox fields are 1 (checked) and 0 (unchecked.) &lt;br /&gt;
&lt;br /&gt;
If you leave one of the defined course custom fields off of the upload file, then the upload process will use the default value defined for that field, if there is one, or allow you to set a default during the Preview portion of the upload, just like other settings.&lt;br /&gt;
&lt;br /&gt;
Here is a sample file with an example showing all five of the custom fields types (taken from the Tracker above) where fields with the shortnames &amp;quot;checkbox&amp;quot;, &amp;quot;date&amp;quot;, &amp;quot;select&amp;quot;, &amp;quot;text&amp;quot;, and &amp;quot;textarea&amp;quot; have already been created. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
shortname,fullname,category,customfield_checkbox,customfield_date,customfield_select,customfield_text,customfield_textarea&lt;br /&gt;
CF1,Course fields example,1,1,2019-10-01 14:00,b,Hello,Goodbye&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This creates a course called &amp;quot;Course fields example&amp;quot; with a course shortname of &amp;quot;CF1&amp;quot; in the Miscellaneous category, and fills in data for each of the five custom course fields.&lt;br /&gt;
&lt;br /&gt;
====Role renaming====&lt;br /&gt;
To rename some roles, using the following pattern:&lt;br /&gt;
;role_[shortname]&lt;br /&gt;
: The new name of the role &#039;&#039;[shortname]&#039;&#039;.&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
 role_student: Apprentice&lt;br /&gt;
 role_teacher: Master&lt;br /&gt;
 role_mycustomrole: Jedi&lt;br /&gt;
It is worth noting that the short name for the teacher role is &#039;&#039;editingteacher&#039;&#039; and the short name for the non-editing teacher is &#039;&#039;teacher&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Course action fields===&lt;br /&gt;
Those settings take precedence over the &#039;&#039;Course process&#039;&#039; parameters.&lt;br /&gt;
;delete&lt;br /&gt;
: 1 to delete the course &lt;br /&gt;
;rename&lt;br /&gt;
: The shortname to rename the course to&lt;br /&gt;
;backupfile&lt;br /&gt;
: An absolute path to a backup file (.mbz) to import in the course.&lt;br /&gt;
(This means the full path to your course, for example &#039;&#039;/home/yourmoodle/public_html/moodle27/transfert/backup.mbz&#039;&#039; . If you are unsure of this, look at include_path in &#039;&#039;Site administration&amp;gt;Server&amp;gt;PHP info.)&#039;&#039;&lt;br /&gt;
;templatecourse&lt;br /&gt;
: The short name of a course to import the content from&lt;br /&gt;
;reset&lt;br /&gt;
: 1 to reset the course&lt;br /&gt;
===Mandatory fields===&lt;br /&gt;
;shortname&lt;br /&gt;
: This field is mandatory for every operation, with the only exception of creating new courses. See details on the course process parameter &#039;&#039;Shortname template&#039;&#039; for more information.&lt;br /&gt;
;fullname&lt;br /&gt;
: Required when creating a new course.&lt;br /&gt;
;category, category_idnumber, category_path&lt;br /&gt;
: One of these is required when creating a course.&lt;br /&gt;
===Import options===&lt;br /&gt;
To prevent unexpected behaviour, you have to specify what you want the tool to be able to do.&lt;br /&gt;
;Upload mode&lt;br /&gt;
: This allows you to specify if courses can be created and/or updated.&lt;br /&gt;
;Update mode&lt;br /&gt;
: If you allow courses to be updated, you also have to tell the tool what to update the courses with.&lt;br /&gt;
;Allow deletes&lt;br /&gt;
: Whether the &#039;&#039;delete&#039;&#039; field is accepted or not&lt;br /&gt;
;Allow renames&lt;br /&gt;
: Whether the &#039;&#039;rename&#039;&#039; field is accepted or not&lt;br /&gt;
;Allow resets&lt;br /&gt;
: Whether the &#039;&#039;reset&#039;&#039; field is accepted or not&lt;br /&gt;
===Course process===&lt;br /&gt;
This allows you to specify actions to be taken for every course uploaded.&lt;br /&gt;
;Shortname template&lt;br /&gt;
: If you are creating courses without a shortname, you can use this field to automatically generate a shortname. This field accepts two placeholders: %i for the ID number, %f for the summary.&lt;br /&gt;
;Restore file&lt;br /&gt;
: A backup file (.mbz) to import in the course after create/update.&lt;br /&gt;
;Restore from course&lt;br /&gt;
: The shortname of a course to import content from after create/update.&lt;br /&gt;
;Reset after upload&lt;br /&gt;
: Whether to reset the course after creating/updating it.&lt;br /&gt;
===Default course values===&lt;br /&gt;
Those are values that can be set in the web interface for all the fields that are not specified in the CSV file. Note that they are always used when creating a course, but only when specified during update (see &#039;&#039;Update mode&#039;&#039;).&lt;br /&gt;
==Increasing speed==&lt;br /&gt;
When importing the content of a backup file, or another course, you are advised to enable the setting &#039;&#039;keeptempdirectoriesonbackup&#039;&#039;. This will considerably speed up the process of the upload if you are importing multiple times from the same source.&lt;br /&gt;
==See also==&lt;br /&gt;
* Demo screencast: [http://youtu.be/MzK2jb-9SwE Bulk course creation]&lt;br /&gt;
* [[Upload users]]&lt;br /&gt;
[[fr:Modifier des cours en lots]]&lt;br /&gt;
[[de:Kurse hochladen]]&lt;br /&gt;
[[es:Subir cursos]]&lt;br /&gt;
[[ja:コースをアップロードする]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Matrix&amp;diff=148524</id>
		<title>Matrix</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Matrix&amp;diff=148524"/>
		<updated>2024-05-07T10:28:28Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &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;br /&gt;
[[de:Matrix]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Custom_link&amp;diff=148523</id>
		<title>Custom link</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Custom_link&amp;diff=148523"/>
		<updated>2024-05-07T10:28:12Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Communication}}If you have an existing communication provider that is not connected to Moodle LMS, the &#039;Custom link&#039; can be set as the provider. Simply provide a URL in the &#039;Custom link URL&#039; field and save your changes. Use the room access icon to access your communication room. Look for the icon towards the bottom of you screen, above the information icon.&lt;br /&gt;
&lt;br /&gt;
Please note, the &#039;Custom link&#039; provider is not an integration between Moodle and chat system. This allows everyone to use the communication provider regardless of the plugin being available in Moodle LMS.&lt;br /&gt;
&lt;br /&gt;
[[File:CustomLink.png|alt=Custom link settings]]&lt;br /&gt;
&lt;br /&gt;
[[es:Enlace personalizado]]&lt;br /&gt;
[[de:Nutzerdefinierter Link]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=All_factor_report&amp;diff=148502</id>
		<title>All factor report</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=All_factor_report&amp;diff=148502"/>
		<updated>2024-04-30T09:43:17Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Sitewide reports}}&lt;br /&gt;
&amp;lt;p&amp;gt;Accessed from &#039;&#039;&#039;Site administration &amp;amp;gt; Reports &amp;amp;gt; MFA &amp;amp;gt; All factor report&#039;&#039;&#039;, this report shows the various authentication factors in table format.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Allfactorreport.png|center|700px|Example of an All factor report]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It also displays a list of factors with any locked users,  along with the option to add or remove users either individually or in bulk.&lt;br /&gt;
&lt;br /&gt;
[[File:lockedusers.png|center|Locked users list example ]]&lt;br /&gt;
&lt;br /&gt;
[[es:Reporte de todos los factores]]&lt;br /&gt;
[[de:Gesamt-Faktor-Bericht]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Theme_usage_report&amp;diff=148501</id>
		<title>Theme usage report</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Theme_usage_report&amp;diff=148501"/>
		<updated>2024-04-30T09:37:46Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Sitewide reports}}&lt;br /&gt;
{{New features}}&lt;br /&gt;
Accessed from &#039;&#039;Site administration &amp;gt; Reports&#039;&#039;, the Theme usage report allows the admin to check which themes are used in which context - ie, User, Course, Cohort or Category.&lt;br /&gt;
&lt;br /&gt;
[[File:themeusagereport44.png|alt=Theme usage report]]&lt;br /&gt;
&lt;br /&gt;
[[es:Reporte de uso de temas]]&lt;br /&gt;
[[de:Designnutzung]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Multi-factor_authentication&amp;diff=147558</id>
		<title>Multi-factor authentication</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Multi-factor_authentication&amp;diff=147558"/>
		<updated>2023-12-20T09:35:24Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Authentication}}&lt;br /&gt;
==What is multi-factor authentication (MFA)?==&lt;br /&gt;
[https://en.wikipedia.org/wiki/Multi-factor_authentication Multi-factor authentication (MFA)] is a security measure that requires users to verify their identity using two or more factors of authentication. Factors can be something users know, like a password, something they have, like a phone or security token, or something they are, like a fingerprint.&lt;br /&gt;
&lt;br /&gt;
MFA helps improve security of your Moodle site because it is more difficult for attackers to compromise multiple factors.&lt;br /&gt;
==Manage multi-factor authentication==&lt;br /&gt;
From Site administration &amp;gt; Plugins &amp;gt; Admin tools &amp;gt; Manage multi-factor authentication, you can turn MFA on by checking the box MFA plugin enabled.  &lt;br /&gt;
&lt;br /&gt;
If you’re configuring MFA for your site for the first time, we recommend that you check out the [[Multi-factor authentication#Recommendations and example setups|Recommendations and example setups]] to streamline the experience for your users.&lt;br /&gt;
=== Weights and factors ===&lt;br /&gt;
In Site administration &amp;gt; Plugins &amp;gt; Admin tools &amp;gt; Manage multi-factor authentication, you can see a list of the available factors and select the ones that make up MFA for your site. &lt;br /&gt;
&lt;br /&gt;
These factors have weight points, and users have to reach 100 points in order to be able to log in. By configuring multiple factors and adjusting their weights, you can create complex and flexible rules for multi-factor authentication.&lt;br /&gt;
&lt;br /&gt;
For example, you could have two factors with 100 points each, if you want to give users different methods of authentication. Or you could have two factors with 50 points each, meaning that users will have to go through both factors to be able to log in.&lt;br /&gt;
&lt;br /&gt;
During the login process, factors that don&#039;t require user input, like IP address or user role, are assessed first. Then, the remaining factors are evaluated in order of weight, starting from the highest, until either the cumulative points reach the login threshold (100) or all factors have been checked and login is denied.&lt;br /&gt;
==== Available authentication factors ====&lt;br /&gt;
===== Standard authentication factors =====&lt;br /&gt;
These are well known, usual authentication factors used in many products and software:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Email&#039;&#039;&#039;: This factor requires users to enter a code received via email during the login process. When a user attempts to log in, the system generates a unique, temporary code and sends it to the user’s registered email address. The user must then enter this code along with their password to successfully complete the login process. This code has a limited validity period, which you can customise, ensuring that it cannot be used for unauthorised access.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Authenticator app&#039;&#039;&#039;: This factor uses a mobile application to generate a temporary code for user authentication. During the login process, Moodle prompts the user to enter a code generated by their authenticator app, in addition to their password. This code changes periodically, ensuring that it can’t be reused for unauthorised access. &#039;&#039;&#039;Users must have an app installed on their mobile device and configure this factor themselves.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Security key&#039;&#039;&#039;: This factor utilises physical hardware tokens, like USB or NFC security keys, or physical biometrics such as fingerprints. During the login process, users must physically use their security on their device to verify their identity. &#039;&#039;&#039;Users must configure this factor themselves&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IP range&#039;&#039;&#039;: This factor utilises users’ IP address to verify their identity, providing enhanced security when accessing from a trusted network. It requires no upfront setup from your users, allowing you to configure full login access on a trusted network. &#039;&#039;&#039;This factor requires no setup by your users.&#039;&#039;&#039;&lt;br /&gt;
===== User-filtering factors =====&lt;br /&gt;
User-filtering factors are a way to easily create groups of users who will or will not be required to use multi-factor authentication (MFA).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Non administrator&#039;&#039;&#039;: This factor requires only administrators to have two or more authentication factors, while not affecting other users. It does so by giving factor points to all users who are not an administrator.&lt;br /&gt;
&#039;&#039;&#039;Authentication type:&#039;&#039;&#039; This factor allows certain users to skip additional authentication steps based on their authentication type. This can be useful for situations where certain authentication types, such as [https://en.wikipedia.org/wiki/Security_Assertion_Markup_Language SAML] via [https://en.wikipedia.org/wiki/Active_Directory_Federation_Services ADFS] , already provide a high level of security, making additional authentication checks unnecessary.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Role&#039;&#039;&#039;: This factor has to be used in combination with other factors, as it allows you to specify which roles must use other factors to authenticate. For example, it enables you to require that individuals with elevated access privileges, such as managers and administrators, undergo a more stringent authentication process, while other non-specified roles such students can bypass MFA.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Cohort&#039;&#039;&#039;: This factor has to be used in combination with other factors, as it allows you to specify which cohorts must use other factors to authenticate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User capability&#039;&#039;&#039;: This factor is similar to the Role factor, and must also be combined with other factors, as it allows you to specify which users must use other factors to authenticate. It does so by checking whether users have the capability ‘factor/capability:cannotpassfactor’ at system level. Users who do not have the capability ‘factor/capability:cannotpassfactor’ will be given points for this factor and can bypass MFA, while users with this capability will need to use another type of authentication.&lt;br /&gt;
&lt;br /&gt;
For example: You assign the capability ‘factor/capability:cannotpassfactor’ to all Managers, and also enable the Email factor. When a Manager logs in, they will have to use the Email factor. But when a student tries to log in, they will not. &lt;br /&gt;
&lt;br /&gt;
Since Admin users have all capabilities allowed by default, including “factor/capability:cannotpassfactor”, there’s an additional setting that will allow Admins to gain points for this factor despite having the capability.&lt;br /&gt;
===== Other factors =====&lt;br /&gt;
These factors provide additional flexibility and control over the authentication process. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Trust this device&#039;&#039;&#039;: This factor allows users to mark a device as trusted during MFA logins. Once a device is designated as trusted, users can bypass MFA for a specified period of time when logging in from that device. &lt;br /&gt;
&lt;br /&gt;
To implement this feature effectively, assign a score of 100 points to this factor.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Grace period&#039;&#039;&#039;: This factor is essential when you turn on factors that require upfront setup from users, like authenticator app or security key. It allows users to log in without engaging with multi-factor authentication (MFA) for a specified time frame, providing a buffer period to complete the setup of additional authentication factors. If a user is still within their grace period upon reaching the first post-login page, regardless of whether they used grace mode as a login factor, a notification will inform them of the remaining grace period length and the potential need to set up additional factors to prevent account lockout when the grace period expires. &lt;br /&gt;
&lt;br /&gt;
To implement this feature effectively, assign a score of 100 points to this factor. To receive points for this factor, there must be no other user-input factors requiring user interaction during the login process. Place this factor at the end of the list to ensure all other factors are addressed first.&lt;br /&gt;
&lt;br /&gt;
If the grace period ends and users have not set up their authentication methods, they will not be able to log in to your site. You can extend the grace period to allow them to log in, or enable other factors temporarily, such as IP range or role.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No other factors&#039;&#039;&#039;: This factor allows people to log in if they have not set up any other MFA factors. For example, if you want to offer MFA to your users but not make it compulsory, give 100 points to ‘no other factors’ to allow those who don’t want to use MFA to log in to the site. Once another factor is set up for a user, they will no longer gain points for this one.&lt;br /&gt;
&lt;br /&gt;
=== User setup ===&lt;br /&gt;
If you enable the factors &#039;&#039;&#039;Authenticator app&#039;&#039;&#039; and &#039;&#039;&#039;Security key&#039;&#039;&#039;, your users will need to configure multi-factor authentication themselves. The authentication settings can be accessed through User menu &amp;gt; Preferences &amp;gt; Multi-factor authentication preferences. There, they will be able to set up and see their authenticator apps or security keys, as well as revoke access to any factors they have configured.&lt;br /&gt;
&lt;br /&gt;
== Recommendations and example setups ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When setting up MFA for your site, it’s important to ensure that you’re making your site more secure, but also creating a good experience for your users, including making sure that they are able to log in if they follow the right steps. Here are some recommendations to ensure that MFA is streamlined for your users:&lt;br /&gt;
# Make sure you turn on the &#039;&#039;&#039;Grace period&#039;&#039;&#039; factor when you turn on an authentication factor that requires users to configure something themselves (&#039;&#039;&#039;Authenticator app&#039;&#039;&#039; or &#039;&#039;&#039;Security key&#039;&#039;&#039;). This will give your users time to set up MFA before they are required to use it.&lt;br /&gt;
# If you don’t want to make MFA mandatory, enable &#039;&#039;&#039;No other factors&#039;&#039;&#039;. This will allow users with no other factors to log in using only their password. &lt;br /&gt;
# &#039;&#039;&#039;IP range&#039;&#039;&#039; factor is a very straightforward authentication method if all your users are using the same network. Once users are logged in using this factor, you can allow them to set up additional factors, such as an authenticator app, and then use those other factors to log in when not on your secure network. &lt;br /&gt;
=== Example setups ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These are some examples of common MFA setups to increase the security of your Moodle site.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;a) Email verification&#039;&#039;&#039;&lt;br /&gt;
# Enable MFA.&lt;br /&gt;
# Turn on factor &#039;&#039;&#039;Email&#039;&#039;&#039; and give it 100 points.&lt;br /&gt;
# You can turn on &#039;&#039;&#039;Trust your device&#039;&#039;&#039; to allow your users to bypass MFA for a specified period of time after they have verified it with MFA for the first time.&lt;br /&gt;
# Let your users know that email verification is now enabled. Next time your users try to log in, they will see a message that asks them to check their email and enter a code that has been sent there.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;b) Authenticator app&#039;&#039;&#039;&lt;br /&gt;
# Enable MFA.&lt;br /&gt;
# Turn on the factor &#039;&#039;&#039;Grace period&#039;&#039;&#039; and give it 100 points. This will allow your users a period of time to set up their authenticator apps and prevent them from being locked out of your site. Use the &#039;&#039;&#039;Grace period warning banner&#039;&#039;&#039; to let your users know that MFA will be enabled soon and encourages them to set up their authenticator app. &lt;br /&gt;
# Turn on the factor &#039;&#039;&#039;Authenticator app&#039;&#039;&#039; and give it 100 points.&lt;br /&gt;
# You can turn on &#039;&#039;&#039;Trust your device&#039;&#039;&#039; to allow your users to bypass MFA for a specified period of time after they have verified it with MFA for the first time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;c) Email OR authenticator app&#039;&#039;&#039;&lt;br /&gt;
# Enable MFA.&lt;br /&gt;
# Turn on the factor &#039;&#039;&#039;Email&#039;&#039;&#039; and give it 100 points. &lt;br /&gt;
# Turn on the factor &#039;&#039;&#039;Grace period&#039;&#039;&#039; and give it 100 points. This will allow your users a period of time to set up their authenticator apps and prevent them from being locked out of your site. Use the &#039;&#039;&#039;Grace period warning banner&#039;&#039;&#039; to let your users know that MFA will be enabled soon and encourages them to set up their authenticator app. &lt;br /&gt;
# Turn on the factor &#039;&#039;&#039;Authenticator app&#039;&#039;&#039; and give it 100 points.&lt;br /&gt;
# You can turn on &#039;&#039;&#039;Trust your device&#039;&#039;&#039; to allow your users to bypass MFA for a specified period of time after they have verified it with MFA for the first time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;d) Email AND authenticator app&#039;&#039;&#039;&lt;br /&gt;
# Enable MFA.&lt;br /&gt;
# Turn on the factor &#039;&#039;&#039;Email&#039;&#039;&#039; and give it 50 points. &lt;br /&gt;
# Turn on the factor &#039;&#039;&#039;Grace period&#039;&#039;&#039; and give it 100 points. This will allow your users a period of time to set up their authenticator apps and prevent them from being locked out of your site. Use the &#039;&#039;&#039;Grace period warning banner&#039;&#039;&#039; to let your users know that MFA will be enabled soon and encourages them to set up their authenticator app. &lt;br /&gt;
# Turn on the factor &#039;&#039;&#039;Authenticator app&#039;&#039;&#039; and give it 50 points. Users will have to pass both factors to get to 100 points and be able to log in.&lt;br /&gt;
# You can turn on Trust your device to allow your users to bypass MFA for a specified period of time after they have verified it with MFA for the first time.&lt;br /&gt;
==Summary of good conditions for login==&lt;br /&gt;
Here are listed the factors selected and their total weighting, adding up to 100.&lt;br /&gt;
==General MFA settings==&lt;br /&gt;
*The MFA plugin enabled box should be checked for MFA to work.&lt;br /&gt;
*From this section you can add any relative URL from the siteroot for which the MFA check will not redirect from&lt;br /&gt;
*Links to any guidance pages or files may be uploaded here.&lt;br /&gt;
===Admin locked out of site - how to resolve===&lt;br /&gt;
Be careful as an administrator when configuring and testing the factors that you do not lock yourself out of the site. If you do then MFA can be disable from the command line by entering:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
: php admin/cli/cfg.php --component=tool_mfa --name=enabled --set=0&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
[[es:Autenticación de múltiples factores]]&lt;br /&gt;
[[de:Multi-Faktor-Authentifizierung]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Password_hashing&amp;diff=147554</id>
		<title>Password hashing</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Password_hashing&amp;diff=147554"/>
		<updated>2023-12-15T12:13:52Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Security}}&lt;br /&gt;
==Moodle LMS hashing algorithm==&lt;br /&gt;
{{New features}}From version 4.3 Moodle LMS uses [https://en.wikipedia.org/wiki/SHA-2 SHA2 - 512] (SHA-512) for hashing uses passwords. See: MDL-67390 &amp;lt;br/&amp;gt;&lt;br /&gt;
SHA-512 is a modern hashing algorithm that is approved by various government agencies and standards:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The only approved hashing algorithm is Secure Hashing Algorithm 2 (SHA-2).&amp;quot; - https://www.cyber.gov.au/resources-business-and-government/essential-cyber-security/ism/cyber-security-guidelines/guidelines-cryptography&lt;br /&gt;
&lt;br /&gt;
&amp;quot;NIST recommends that federal agencies transition away from SHA-1 for all applications as soon as possible. Federal agencies should use SHA-2 or SHA-3 as an alternative to SHA-1.&amp;quot; - https://csrc.nist.gov/Projects/Hash-Functions/NIST-Policy-on-Hash-Functions&lt;br /&gt;
&lt;br /&gt;
==Legacy hashing==&lt;br /&gt;
Up until Moodle 2.3 the MD5 hashing alogrithm was used to hash passwords. Between versions 2.3 and 4.2 Moodle used the BCRYPT hashing algorithm.&lt;br /&gt;
&lt;br /&gt;
Between versions 2.3 and and 4.2 users who had a MD5 hashed password were upgraded to the BCRYPT algorithm on login. As of version 4.3 any remaining MD5 passwords in the Moodle instances database (meaning that the user had not logged in since the release of Moodle 2.3) are replaced with a random SHA512 string. Any users that this applies to will need to reset their password to be able to log in.&lt;br /&gt;
&lt;br /&gt;
From Moodle 4.3, users with (the now) legacy password hashe encrypted with the BCRYPT algorithm, will have their hash upgraded to SHA512 when they next login.&lt;br /&gt;
&lt;br /&gt;
[[de:Passwort-Hash]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Code_highlighter_filter&amp;diff=147553</id>
		<title>Code highlighter filter</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Code_highlighter_filter&amp;diff=147553"/>
		<updated>2023-12-15T12:07:34Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: /* See also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Filters}}&lt;br /&gt;
&lt;br /&gt;
{{New features}}&lt;br /&gt;
&lt;br /&gt;
The code highlighter filter adds colour to code in the TinyMCE editor.&lt;br /&gt;
&lt;br /&gt;
==Enabling the code highlighter filter==&lt;br /&gt;
If enabled, a teacher can turn the filter on (or off) in the course or a particular activity from Course navigation &amp;gt; More &amp;gt; Filters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Site administration settings==&lt;br /&gt;
An administrator must enable the code highlighter filter in &#039;&#039;Site administration &amp;gt; Plugins &amp;gt; Filters&#039;&#039;. See [[Managing filters]] for more details.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[TinyMCE editor]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[es:Filtro resaltador de código]]&lt;br /&gt;
[[de:Code-Highlighter]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Capabilities/moodle/moodlenet:sharecourse&amp;diff=147552</id>
		<title>Capabilities/moodle/moodlenet:sharecourse</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Capabilities/moodle/moodlenet:sharecourse&amp;diff=147552"/>
		<updated>2023-12-15T12:06:23Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{New features}}&lt;br /&gt;
&lt;br /&gt;
This allows a user to share a course to an instance of MoodleNet, from Course navigation &amp;gt; More &amp;gt; Share to MoodleNet.&lt;br /&gt;
&lt;br /&gt;
This capability is allowed for the default roles of manager and teacher.&lt;br /&gt;
&lt;br /&gt;
[[es:Capabilities/moodle/moodlenet:sharecourse]]&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/moodle/moodlenet:sharecourse]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Capabilities/moodle/course:configurecoursecommunication&amp;diff=147551</id>
		<title>Capabilities/moodle/course:configurecoursecommunication</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Capabilities/moodle/course:configurecoursecommunication&amp;diff=147551"/>
		<updated>2023-12-15T12:05:39Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{New features}}&lt;br /&gt;
This allows a user to configure  a Matrix room  or a custom link to another room, from Course navigation &amp;gt; More &amp;gt; Communication.&lt;br /&gt;
&lt;br /&gt;
This capability is allowed for the default roles of  mananger and teacher.&lt;br /&gt;
&lt;br /&gt;
[[es:Capabilities/moodle/course:configurecoursecommunication]]&lt;br /&gt;
[[de:Capabilities/moodle/course:configurecoursecommunication]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Capabilities/mod/forum:canmailnow&amp;diff=147550</id>
		<title>Capabilities/mod/forum:canmailnow</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Capabilities/mod/forum:canmailnow&amp;diff=147550"/>
		<updated>2023-12-15T12:05:15Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Capabilities}}&lt;br /&gt;
&lt;br /&gt;
{{New features}}&lt;br /&gt;
&lt;br /&gt;
This capability allows the user to post to a Q and A forum without editing-time delay&lt;br /&gt;
&lt;br /&gt;
It is allowed by default for the roles of manager, teacher, non-editing teacher and student.&lt;br /&gt;
&lt;br /&gt;
[[es:Capabilities/mod/forum:canmailnow]]&lt;br /&gt;
[[de:Capabilities/mod/forum:canmailnow]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Capabilities/communication/matrix:moderator&amp;diff=147549</id>
		<title>Capabilities/communication/matrix:moderator</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Capabilities/communication/matrix:moderator&amp;diff=147549"/>
		<updated>2023-12-15T12:04:50Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{New features}}&lt;br /&gt;
This allows a user to moderate a Matrix room created in a course.&lt;br /&gt;
&lt;br /&gt;
This capability is allowed for the default roles of manager, teacher and non-editing teacher.&lt;br /&gt;
&lt;br /&gt;
[[es:Capabilities/communication/matrix:moderator]]&lt;br /&gt;
[[de:Capabilities/communication/matrix:moderator]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=New_for_teachers&amp;diff=147548</id>
		<title>New for teachers</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=New_for_teachers&amp;diff=147548"/>
		<updated>2023-12-15T11:22:52Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: /* And more... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{About Moodle}}	&lt;br /&gt;
If you&#039;re a teacher in Moodle, then this page will tell you about the major changes affecting you in Moodle 4.3.&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
===Activity cards redesign===&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-deck mt-3&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:43StreamlinedCards.png|class=img-fluid]]&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Streamlined cards&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
Narrower activity cards with smaller icons.&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;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:ActivityCardsDropDown.png|class=img-fluid]]&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Drop down menus&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
Access completion conditions from a dropdown menu.&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;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-deck mt-3&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:ShowMoreLess.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Show more/less&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
Neater display of Show more/less links for restrictions&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;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:EditConditions.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Edit links for direct access to settings&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
Teachers have Edit links taking them directly to the relevant completion or restriction settings.&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;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-deck mt-3&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:GroupsHover.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Group icons for teachers&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
A group icon displays on hover for activities allowing groups.&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;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:GroupIconModal.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Group mode&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
A modal window gives teachers quick access to group mode settings.&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;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-deck mt-3&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:AvailabilityMore.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
New Availability setting&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
From &#039;More&#039; a new setting allows easy editing of availabilty options.&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;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:EditAvailability.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Edit availability&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
Teachers can quickly edit availability settings from the relevant item.&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;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Course communication===&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-deck mt-3&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:TeacherSetUpRoom.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Add a messaging room&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
If enabled, teachers can add a Matrix or other room for class messaging.&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;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:MessageRoomIcon.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Quick link to rooms&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
A quick link to new or existing rooms enhances [[Communication|course communication.]]&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;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===MoodleNet sharing improvements===&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-deck mt-3&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:MoodleNetShareCourse.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Share courses&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
Teachers can [[Share to MoodleNet |share courses or parts of courses to MoodleNet]].&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;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:MoodleNetShareProgress.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
MoodleNet share progress page&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
A new page shows the progress of course and activity uploads.&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;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LTI External tools===&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-deck mt-3&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:LTIExternalToolsMore.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Add tools more easily in courses&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
Significant refactoring to LTI External tools simplify their use for course teachers.&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;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:LTIShowHide.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Control display in Activity chooser&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
Teachers can specify which tools will display for selection in the Activity chooser.&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;/div&amp;gt;&lt;br /&gt;
===Gradebook enhancements===&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-deck mt-3&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:GradebookStickyFooter.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Sticky footers&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
Sticky footers give quick access to common action buttons and navigation links.&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;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:GradeItemModal.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Quickly add or edit grade items&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
A modal window allows for more efficient adding and editing of grade items.&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;/div&amp;gt;&lt;br /&gt;
===Question bank improvements===&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-deck mt-3&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:QuestionBankSearch.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Better search and filter&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
The Question bank now has improved searching and filtering similar to other areas of Moodle.&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;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:DocsCustomiseQuestionBankDisplay.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Customise view of Question bank&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
Teachers can hide, remove or resize columns in the Question bank.&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;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===And more...===&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-deck mt-3&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:CourseIndexCollapseExpandAll.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Course index collapse/expand all&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
Expand all/collapse all options for the course index on the course page.&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;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:TextMediaName.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Text and Media area name&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
Text and media areas can now have names which display in the Course index.&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;/div&amp;gt;&amp;lt;div class=&amp;quot;card-deck mt-3&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:BookNavigationImprovements.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Book navigation improvement&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
Floating buttons enhance navigation of the Book resource.&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;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:TinyMCEFullScreen.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
TinyMCE Full screen&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
Improvements to TinyMCE editor include a Full screen button.&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;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-deck mt-3&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:DatabaseFileExport.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Database activity file export&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
You can now include files when exporting database activity entries.&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;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:GroupMessagingBulkEnableDisable.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Group messaging improvement&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
You can now bulk enable or disable group messaging.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-deck mt-3&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:ProgressiveCompletion.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Progressive display &lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
[[Activity completion settings| Completion conditions]] display progressively depending on what you select.&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;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:CopyContentH5p.jpg|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
H5P Copy content&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
You can now copy H5P content in the [[Content bank]]&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
[[Category:New features]]&lt;br /&gt;
&lt;br /&gt;
[[es:Nuevo para profesores]]&lt;br /&gt;
[[de:Neu für Trainer/innen]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=New_for_administrators&amp;diff=147547</id>
		<title>New for administrators</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=New_for_administrators&amp;diff=147547"/>
		<updated>2023-12-15T11:22:01Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{About Moodle}}&lt;br /&gt;
If you&#039;re a Moodle admin, this page will tell you about the major changes affecting you in Moodle 4.3. If you&#039;d like to see full details of the release with technical information, here are the [https://moodledev.io/general/releases/4.3 Moodle 4.3 release notes].	&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Security enhancements===&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-deck mt-3&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:MFA.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
MFA&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
Multi-factor authentication brings added security to your site.&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;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:YouTubeVimeoPrivacy.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
YouTube and Vimeo&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
&#039;Do not track&#039; privacy options are available for YouTube and Vimeo.&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;/div&amp;gt;&lt;br /&gt;
===Course communication===&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-deck mt-3&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:MatrixAdmin.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Matrix as an integrated provider&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
Admins can enable Matrix as a communication provider for teachers to use in courses.&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;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:TeacherSetUpRoom.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Quick link to rooms&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
The custom link option allows teachers to link to an existing room in Matrix or another provider.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
===Default activity completion (MUA)===&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-deck mt-3&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:AdminCourseDefaultSettings.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Site-wide default completion page&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
Admins can define default completion settings which teachers can configure in an improved default completion page.&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;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:ProgressiveCompletion.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Progressive display of completion conditions&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
Completion conditions are neater with additional options displayed only when selected.&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;/div&amp;gt;&lt;br /&gt;
===Enhanced settings===&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-deck mt-3&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:LTICategoryRestrict.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Restrict tools to categories&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
LTI External tools may be restricted to courses in specific categories only.&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;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:TinyPremium.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Premium TinyMCE plugin support&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
Add Tiny plugins without the need to install additional extensions.&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;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Report builder===&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-deck mt-3&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:CategoriesReportSource.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
Another new report source&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
Course categories is now available as a new report source.&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;div class=&amp;quot;card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
[[File:ContextLevelCustomReport.png|class=img-fluid]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4 class=&amp;quot;card-title&amp;quot;&amp;gt;&lt;br /&gt;
New filter&lt;br /&gt;
&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
Custom reports may be filtered on context level.&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;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[de:Neu für Administrator/innen]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=LTI_External_tool_FAQ&amp;diff=147544</id>
		<title>LTI External tool FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=LTI_External_tool_FAQ&amp;diff=147544"/>
		<updated>2023-12-14T13:57:23Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: /* Any further questions? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LTI External tools}}&lt;br /&gt;
==What are LTI External tools?==&lt;br /&gt;
LTI External tools are add-on apps you can integrate into your course, such as interactive content, activities, or assessments It is similar to SCORM as a standard for educational objects, but instead of being a package of content that is uploaded to Moodle, LTI is a way of integrating the functionality provided by another system into your course.&lt;br /&gt;
==How can I get my activities created with LTI External tools to display on the Dashboard in the Course overview block?==&lt;br /&gt;
Set an &#039;Expect completed by&#039; date in the [[Activity completion]] section in the External tool settings.&lt;br /&gt;
==What versions of LTI does Moodle support?==&lt;br /&gt;
&lt;br /&gt;
LTI 1.1 Advantage and LTI 1.3 Advantage.&lt;br /&gt;
&lt;br /&gt;
==How do I restrict a tool to specific users?==&lt;br /&gt;
As site admin, when you configure the tool in Site administration &amp;gt; Plugins &amp;gt; Manage tools, set the tool configuration usage to &#039;Do not show; use only when a matching tool URL is entered&#039;, then email the tool URL to the specific users.&lt;br /&gt;
&lt;br /&gt;
==How do LTI External tools work with course backups?==&lt;br /&gt;
When you back up a course that has LTI External tools, only the tools that are being used in an activity will be included in a backup. Tools that are in Course page &amp;gt; More &amp;gt; LTI External tools but are not used in the course will not be included in the backup.&lt;br /&gt;
&lt;br /&gt;
==Any further questions?==&lt;br /&gt;
Please post in the [http://moodle.org/mod/forum/view.php?id=7978 LTI and Moodle forum] on moodle.org&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[de:LTI Externes Tool FAQ]]&lt;br /&gt;
[[es:Herramienta externa LTI FAQ]]&lt;br /&gt;
[[fr:FAQ sur l&#039;outil externe]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=LTI_External_tools&amp;diff=147543</id>
		<title>LTI External tools</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=LTI_External_tools&amp;diff=147543"/>
		<updated>2023-12-14T13:42:51Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: /* See also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;navtrail&amp;quot;&amp;gt;[[Main page]] ► [[Managing content]] ► [[{{PAGENAME}}]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sideblock right&amp;quot; style=&amp;quot;width: 12em;&amp;quot;&amp;gt;		&lt;br /&gt;
&amp;lt;div class=&amp;quot;header&amp;quot;&amp;gt;[[LTI External tools]]&amp;lt;/div&amp;gt;	&lt;br /&gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
*[[LTI External tool activity]]&lt;br /&gt;
*[[LTI External tool FAQ]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==What are LTI External tools?==&lt;br /&gt;
&lt;br /&gt;
{{MediaPlayer | url = https://youtu.be/Sjmw7x6IKS0 | desc = LTI External tool}}&lt;br /&gt;
&lt;br /&gt;
LTI External tools are add-on apps you can integrate into your course, such as interactive content, activities, or assessments. Teachers can link to these activities from within their Moodle course page, and students can access them without leaving their Moodle course or having to log in to a different system. Where available, and depending on each tool, teachers can also have grades sent back into Moodle.&lt;br /&gt;
&lt;br /&gt;
The link between Moodle and these tools is made through the Learning Tools Interoperability (LTI) standard, which integrates learning platforms with learning tools to create a richer, seamless learning experience. Essentially, the LTI standard enables a secure, bi-directional exchange of information between Moodle and external learning tools.&lt;br /&gt;
&lt;br /&gt;
LTI External tools can be used in Moodle as activities.&lt;br /&gt;
&lt;br /&gt;
This page explores the LTI External Tools page, which allows you to see which LTI External tools are available in your course. It also covers how to add new LTI tools to your course, and how administrators can add LTI tools to their site.&lt;br /&gt;
&lt;br /&gt;
== Viewing and managing LTI External tools ==&lt;br /&gt;
To view the LTI External tools that are available in your course, go to Course navigation &amp;gt; More &amp;gt; LTI External tools. &lt;br /&gt;
&lt;br /&gt;
If your administrator or another teacher have already configured tools for your course, they will be shown on this page.&lt;br /&gt;
&lt;br /&gt;
The table on the page contains information about the available LTI tools in the course:&lt;br /&gt;
* &#039;&#039;&#039;Name&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Usage count&#039;&#039;&#039;: How many times the tool is being used in the course&lt;br /&gt;
* &#039;&#039;&#039;Show in Activity chooser&#039;&#039;&#039;: Whether the tool is displayed in the activity chooser so it can be used as an activity in the course.&lt;br /&gt;
* The &#039;&#039;&#039;context menu&#039;&#039;&#039; (···) contains actions you can perform on the tool, such as Edit its settings, Delete it, or see its registration details (for LTI 1.3 tools only). The actions you can perform depend on the permissions your administrator has given you.&lt;br /&gt;
* If instead of the three dots menu there is a &#039;&#039;&#039;lock icon&#039;&#039;&#039;, it means that the tool has been configured by your administrator for the whole site, and you can’t edit it.&lt;br /&gt;
&lt;br /&gt;
== Adding LTI External tools at course level ==&lt;br /&gt;
If your administrator has given you permission to manage LTI External tools, you can add new tools to your courses using the ‘Add tool’ button on the LTI External tools page.&lt;br /&gt;
&lt;br /&gt;
Tools that you add at course level will appear in your activity chooser by default. You can remove them from the activity chooser by going to Course page &amp;gt; More &amp;gt; LTI External Tools and toggling them off in the column ‘Show in activity chooser’.&lt;br /&gt;
====Tool settings====&lt;br /&gt;
In Tool settings, give your tool a name (and, optionally, a description). To fill in the rest of the fields in this section, including the LTI version, follow the instructions from your tool provider. If the tool doesn’t provide information about some of these settings, it’s ok to leave them blank.&lt;br /&gt;
*&#039;&#039;&#039;Tool URL&#039;&#039;&#039; - This is the URL for connecting to site. If your moodle site uses [https://en.wikipedia.org/wiki/Transport_Layer_Security SSL] (is on [[HTTPS]]) you will only be able to use a tool that also uses [https://en.wikipedia.org/wiki/Transport_Layer_Security SSL]. Make sure the tool URL has [[HTTPS]] before attempting to use it or you may get a blank page.&lt;br /&gt;
*&#039;&#039;&#039;LTI version&#039;&#039;&#039; - The LTI version of the tool you&#039;re adding.&lt;br /&gt;
*&#039;&#039;&#039;Consumer key&#039;&#039;&#039; -this tells the connecting LTI compliant site that your Moodle is allowed to connect. The &amp;quot;tool provider&amp;quot;, i.e. the manger of the connecting LTI compliant site will issue you with this key. If you are merely linking to a tool with no secure access or gradebook sharing then you won&#039;t need a consumer key. If you are linking to a course or activity from another Moodle site, then you can add any consumer key.&lt;br /&gt;
*&#039;&#039;&#039;Shared secret&#039;&#039;&#039; - this is the &amp;quot;password&amp;quot; to connect to the tool - the LTI compliant site.&lt;br /&gt;
*&#039;&#039;&#039;Custom parameters&#039;&#039;&#039; - most times, you can leave this blank. The tool provider might use this to allow you to display a specific resource.&lt;br /&gt;
*&#039;&#039;&#039;Default launch container&#039;&#039;&#039; - this is how the external tool will be displayed.&lt;br /&gt;
**Embed - The content will appear within the activity page where the tool is used, not moving users away from the page, but hiding any blocks your course may have.&lt;br /&gt;
**Embed without blocks - The content will be displayed in the existing tab or window. Users will have to navigate back to the course using the ‘Back’ button once they’re done.&lt;br /&gt;
**Existing window - The content will be displayed in the existing tab or window. Users will have to navigate back to the course using the ‘Back’ button once they’re done. &lt;br /&gt;
**New Window - the external tool will open in a new window. (A new window or tab will open with the External tool and the old browser window containing the course page will not change.)&lt;br /&gt;
*&#039;&#039;&#039;Content selection URL&#039;&#039;&#039; - The Content Selection URL will be used to launch the content selection page from the tool provider. If it is empty, the Tool URL will be used.&lt;br /&gt;
&#039;&#039;The following settings are available by clicking &amp;quot;&amp;quot;Show more&amp;quot;:&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;Icon URL&#039;&#039;&#039; - you can display a different icon from the default External Tool icon by entering its URL here&lt;br /&gt;
*&#039;&#039;&#039;Secure Icon URL&#039;&#039;&#039; - enter the URL of a different icon here if your students are accessing Moodle securely via [https://en.wikipedia.org/wiki/Transport_Layer_Security SSL].&lt;br /&gt;
===Services===&lt;br /&gt;
Choose which of the services you want to use with the tool.&lt;br /&gt;
===Privacy===&lt;br /&gt;
*&#039;&#039;&#039;Share launcher&#039;s name with the tool&#039;&#039;&#039; - this means that the student&#039;s name will be displayed on the connected site [[Media:demoexternaltool.png|as in this example]]&lt;br /&gt;
*&#039;&#039;&#039;Share launcher&#039;s email with the tool&#039;&#039;&#039; - this means that the student&#039;s email will be displayed on the connected site [[Media:externaltoolfrontpage.png|as in this example]]&lt;br /&gt;
*&#039;&#039;&#039;Accept grades from the tool&#039;&#039;&#039; - if this is checked, the connecting site will send back grades to Moodle&#039;s gradebook. See [[Using External tool]] for more information on this.&lt;br /&gt;
Once you Save changes, the tool will be added to the list of tools in Course page &amp;gt; More &amp;gt; LTI External tools.&lt;br /&gt;
*&lt;br /&gt;
==Site administration settings==&lt;br /&gt;
===Adding a tool site-wide===&lt;br /&gt;
An administrator can manually configure external tools in &#039;&#039;Site administration &amp;gt; Plugins &amp;gt; Activity modules &amp;gt; External tool&amp;gt; Manage tools&#039;&#039; so that they are available across the site. [[File:moodle310__external_tool_registration.png|thumb|center|450px|Adding an external tool|link=https://docs.moodle.org/404/en/File:moodle310_external_tool_registration.png]]A tool may be configured by an administrator so that it is shown in the activity chooser (in addition to the external tool activity) for a teacher to select to add to a course. Its description, if one is present, will appear in the activity chooser.&lt;br /&gt;
&lt;br /&gt;
====Making a tool available to specific course categories====&lt;br /&gt;
{{New features}}&lt;br /&gt;
When configuring an LTI External tool, administrators have the option to limit its availability to specific course categories by selecting the desired categories in the &#039;Restrict to category&#039; section during the tool configuration process.&lt;br /&gt;
&lt;br /&gt;
===Registering an LTI Advantage tool===&lt;br /&gt;
Moodle allows a simple way to deploy an LTI Advantage tool. If the tool provider supports that flow, you should have received a registration URL. Simply enter that url to a tool in the &#039;Tool URL&#039; and press &#039;Add LTI Advantage&#039;.&lt;br /&gt;
&lt;br /&gt;
The tool registration UI will open and guide you to the steps for registration. Once completed, the registration panel will close and the list of tools will refresh. If the registration was successful, the newly added tool should be visible in a pending state.&lt;br /&gt;
&lt;br /&gt;
The pending state allows you to review the tool configuration, the privacy and services granted, apply possible modifications (for example how the tool appears in the activity chooser), then activate the tool to make it available.&lt;br /&gt;
&lt;br /&gt;
In case of errors when trying to start the registration, validate the registration URL with the tool&#039;s vendor the registration URL is for an LTI Advantage registration and not for the deprecated LTI 2 registration.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|For Tool Developers looking to support the automated registration of LTI Advantage tool, there is an [https://moodlelti.theedtech.dev/dynreg/ implementation guide] available. The registration process is also being standardized by [https://imsglobal.org/ IMS Global] LTI Working Group. There is also a [https://youtu.be/6tcEwiOs5qU Youtube video] demo-ing and explaining the flow.&lt;br /&gt;
|}&lt;br /&gt;
===Registering an LTI 1.1 tool using a cartridge===&lt;br /&gt;
You can register an LTI 1.1 tool type using a cartridge. A cartridge will configure all the information such as launch url, tool name &amp;amp; description and icons for you.&lt;br /&gt;
&lt;br /&gt;
To do this, simply enter the url to a tool&#039;s cartridge in the &#039;Tool URL&#039; and press &#039;Add Legacy LTI&#039;. You will be asked to enter a key and secret. If you don&#039;t have them, you can leave them blank and press save changes.[[File:LTIKeyAndSecret.png|thumb|center|450px|Entering a consumer key and secret|link=https://docs.moodle.org/404/en/File:LTIKeyAndSecret.png]]&lt;br /&gt;
===Registering an external LTI 2.0 external tool===&lt;br /&gt;
&amp;lt;big&amp;gt;The LTI 2 specifications have been deprecated by [https://www.imsglobal.org/lti-security-announcement-and-deprecation-schedule IMS Global] and are no more the preferred way to integrate an external tool in Moodle.&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Viewing more details===&lt;br /&gt;
On the &#039;Manage tools&#039; page you can also visit &#039;Manage preconfigured tools&#039; to view the preconfigured tools in a tabular format.&lt;br /&gt;
&lt;br /&gt;
There are tabs to add an external tool, to view those which are pending and to view those which have been rejected:&lt;br /&gt;
{|&lt;br /&gt;
|[[File:LTItype.png|thumb|450px|Setting up a new external tool|link=https://docs.moodle.org/404/en/File:LTItype.png]]&lt;br /&gt;
|}You can also visit &#039;Manage external tool registrations&#039; to view the tool registrations in a tabular format, or to add an external registration with limited capabilities.&lt;br /&gt;
To add a tool with limited capabilities. 1. Click &#039;Configure a new external tool registration&#039;[[File:LTIreg.png|thumb|450px|center|Registering an external tool|link=https://docs.moodle.org/404/en/File:LTIreg.png]]2. Configure the details on the settings page:[[File:LTIregdetails1.png|450px|center|Registration settings page|link=https://docs.moodle.org/404/en/File:LTIregdetails1.png]]&#039;Memberships&#039;, allow the external tool to request a list of users with a certain role in a specified context e.g. users enrolled in a course.&lt;br /&gt;
3. Click the tick/checkmark to register:[[File:ticktoreg.png|center|thumb|450px|Activating|link=https://docs.moodle.org/404/en/File:ticktoreg.png]]4. After obtaining a success message, click to complete the process:[[File:reqmet.png|thumb|center|Completing the registration|link=https://docs.moodle.org/404/en/File:reqmet.png]]5. If all requirements are met then you will be able to register automatically.&lt;br /&gt;
6. Now go to &#039;&#039;Site administration &amp;gt; Plugins &amp;gt; Activity modules &amp;gt; External tool &amp;gt; Manage external tool types&#039;&#039; and click the &#039;Pending tab&#039;&lt;br /&gt;
&lt;br /&gt;
7. Click the tick/checkmark to activate it:[[File:pendingactivate.png|thumb|center|450px|Activating from the Pending tab|link=https://docs.moodle.org/404/en/File:pendingactivate.png]]&lt;br /&gt;
==External tool capabilities==&lt;br /&gt;
*[[Capabilities/mod/lti:addcoursetool|Add course-specific tool configurations]]&lt;br /&gt;
*[[Capabilities/mod/lti:addinstance|Add a new external tool]]&lt;br /&gt;
*[[Capabilities/mod/lti:addpreconfiguredinstance|Add a preconfigured tool]]&lt;br /&gt;
*[[Capabilities/mod/lti:requesttooladd|Submit a tool to admins for configuration]]&lt;br /&gt;
*[[Capabilities/mod/lti:admin|Be an admin when the tool is launched]]&lt;br /&gt;
*[[Capabilities/mod/lti:manage|Edit external tool activities]] i.e. be an Instructor when the tool is launched&lt;br /&gt;
*[[Capabilities/mod/lti:view|View external tool activities]] i.e. launch external tool activities&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[LTI External tool FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[:Category:LTI External tools]]&lt;br /&gt;
&lt;br /&gt;
[[de:LTI Externe Tools]]&lt;br /&gt;
[[es:Gestionando herramientas externas LTI]]&lt;br /&gt;
[[fr:Param%C3%A8tres d&#039;outil externe]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=LTI_External_tool_activity&amp;diff=147542</id>
		<title>LTI External tool activity</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=LTI_External_tool_activity&amp;diff=147542"/>
		<updated>2023-12-14T13:41:04Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: /* Using an LTI External tool as an activity */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LTI External tools}}&lt;br /&gt;
This page explores how to use [[LTI External tools]] in your course as activities. &lt;br /&gt;
&lt;br /&gt;
==How is it set up?==&lt;br /&gt;
To create an activity using an LTI External tool, go to the Course page and turn on Edit mode. Click either the link ‘Add an activity or resource’ at the bottom of each section, or click anywhere on the course page where you want to add your item. The Activity chooser will show; then, select the tool you want to create an activity with. &lt;br /&gt;
&lt;br /&gt;
If the tool you want to use is not in the Activity chooser, you need to toggle the &#039;Show in activity chooser&#039; option in the table in Course page &amp;gt; More &amp;gt; LTI External tools. This page is also where you can see all LTI External tools available in your course. For more information, see [[Managing LTI External tools]].&lt;br /&gt;
&lt;br /&gt;
Once you select the tool in the Activity chooser, you can continue with activity creation and select the settings you&#039;d like.&lt;br /&gt;
=== General ===&lt;br /&gt;
===== Content =====&lt;br /&gt;
If you&#039;re using a tool that supports deep linking, you will see a &#039;Select content&#039; button on top of the activity form. Use this button to select which specific content from the tool you want to use in your activity. &lt;br /&gt;
&lt;br /&gt;
Once you select content, the Activity name and Activity description might be automatically populated by the tool. &lt;br /&gt;
&lt;br /&gt;
If not, give your activity a name and, optionally, a description.&lt;br /&gt;
===== Display activity name when students access the tool =====&lt;br /&gt;
You will only see this setting if your site uses the Classic theme and, in the tool settings, the tool’s content display has been configured as ‘Embed’ or ‘Embed, without blocks’.&lt;br /&gt;
&lt;br /&gt;
This setting determines whether the activity name is displayed on the screen once your students access it.&lt;br /&gt;
===== Display activity description when students access the tool =====&lt;br /&gt;
You will only see this setting if, in the tool settings, the tool’s content display has been configured as ‘Embed’ or ‘Embed, without blocks’.&lt;br /&gt;
&lt;br /&gt;
This setting determines whether the activity description is displayed on the screen once your students access it.&lt;br /&gt;
==== Grade ====&lt;br /&gt;
Your activity will only have a Grade section if the tool it is using has been given permission to write grades in the gradebook. &lt;br /&gt;
&lt;br /&gt;
In activities created using LTI External Tools, the grade will always be given by the tool. You might have the option to completely deactivate grading for your activity if the checkbox ‘Allow tool to add grades in the gradebook’ is displayed.&lt;br /&gt;
&lt;br /&gt;
If you see the Grade section, but there is no checkbox  ‘Allow tool to add grades in the gradebook’, it means that your site administrator has configured the tool to always write grades in the gradebook.&lt;br /&gt;
==== Other settings ====&lt;br /&gt;
Depending on what is enabled for your site and course, you may also need to explore [[Common module settings]], [[Restrict access]], [[Activity completion]], [[Tags]] and [[Competencies]].&lt;br /&gt;
&lt;br /&gt;
==Using an LTI External tool as an activity==&lt;br /&gt;
&lt;br /&gt;
When students click the tool link they are automatically signed into the connecting site/tool provider (screenshot 1 below) and can take the quiz immediately.&lt;br /&gt;
&lt;br /&gt;
When the student has completed the quiz, the tool provider displays their grade (screenshot 2 below) and when the student logs out of the tool provider, the grade is passed back into Moodle (screenshot 3 below).&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:mark3.png|thumb|1.Student logged directly into tool provider]]&lt;br /&gt;
| [[File:markscore1.png|thumb|2. Tool provider displays score]]&lt;br /&gt;
| [[File:markscore2.png|thumb|3. Score passed to Moodle&#039;s gradebook]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[es:Actividad herramienta externa LTI]]&lt;br /&gt;
[[de:Aktivität Externes Tool]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Communication&amp;diff=147541</id>
		<title>Communication</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Communication&amp;diff=147541"/>
		<updated>2023-12-14T12:12:43Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: /* Capabilities */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{New features}}&lt;br /&gt;
&lt;br /&gt;
If the [[Experimental settings|Experimental setting]] Enable communication providers (enablecommunicationsubsystem) is checked, admins can offer [https://en.wikipedia.org/wiki/Matrix_(protocol) Matrix] rooms or custom links to existing rooms for teachers to use with learners in their courses.&lt;br /&gt;
{{MediaPlayer | url = https://youtu.be/kVQNFqvpbR8 | desc = Course communication}}&lt;br /&gt;
==Course settings==&lt;br /&gt;
* Teachers can access course communication options from Course navigation &amp;gt; More &amp;gt; Communication if the admin has enabled the feature (see Site administration settings below.)&lt;br /&gt;
* The different communications integrations are known as &amp;quot;providers&amp;quot;.&lt;br /&gt;
* Each provider can have their own different individual settings.&lt;br /&gt;
* Start by choosing the provider from the available list&lt;br /&gt;
&lt;br /&gt;
[[File:course provider.png|alt=Course Image|center|700px]]&lt;br /&gt;
&lt;br /&gt;
===Matrix===&lt;br /&gt;
* If the admin has set up a Matrix server for the site, a Matrix room will automatically be created when a new course is created. Teachers can configure the room settings by ensuring Matrix is selected as the provider.&lt;br /&gt;
* If desired they can give the room a name and a topic. If they don&#039;t give the room a name then the course name is used instead.&lt;br /&gt;
[[File:MatrixProvider.png|center|700px]]&lt;br /&gt;
*A teacher will automatically have the moderator capability in the Matrix room.&lt;br /&gt;
===Custom link===&lt;br /&gt;
If there is no Matrix server on the site, teachers can add a link to a Matrix room of their own or to a room in another messaging service such as Telegram by selecting Custom link as the provider and adding the relevant URL.&lt;br /&gt;
[[File:CustomLink.png|center|700px]]&lt;br /&gt;
===Room / service access===&lt;br /&gt;
Once saved the room will be available from a &#039;sticky&#039; icon, present on all pages at the bottom of the screen above the information icon.&lt;br /&gt;
[[File:CommIcon.png|center|700px]]&lt;br /&gt;
==Site administration settings==&lt;br /&gt;
Communication Providers in Moodle LMS are currently experimental and must be enabled in the &amp;quot;experimental settings&amp;quot;. 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 checkbox nable communication providers (enablecommunicationsubsystem)&lt;br /&gt;
*Click the Save changes button.&lt;br /&gt;
Once the communication providers experimental setting is enabled they can be configured.&lt;br /&gt;
* Admins will then have a new section, Communication, from &#039;&#039;Site administration &amp;gt; Plugins&#039;&#039;. From the page Manage communication providers, administrators can configure the installed communication provider plugins server for the site if desired and disable/enable the option for teachers to add custom links to messaging rooms in their courses.&lt;br /&gt;
[[File:Manage communication providers.png|center]]&lt;br /&gt;
The currently supported communications providers are:&lt;br /&gt;
*Custom link - Allows communication providers only requiring a URL (like Google Meet) to be linked to a Moodle LMS course&lt;br /&gt;
*Matrix - Allows for pairing a Matrix Element room to a Moodle course, including user management.&lt;br /&gt;
===Matrix===&lt;br /&gt;
The Matrix communication provider allows Moodle LMS courses to have an associated room in a [https://element.io/ Matrix Element] instance, and can provide adding and removing of participants in a course to a Matrix Element room.&lt;br /&gt;
&lt;br /&gt;
Currently the integration supports the [https://github.com/matrix-org/synapse Synapse] Matrix homeserver. To configure your Moodle LMS instance to connect to a Synapse server you will need the URL of the homeserver, and an API Access token for a Synapse Admin user. You will also need the URL of an Element web server to use.&lt;br /&gt;
[[File:HomeserverURL.png|center]]&lt;br /&gt;
To configure your Moodle LMS instance to use the Matrix provider:&lt;br /&gt;
*Enter the URL of your Synapse server in the Homeserver URL (matrixhomeserverurl) field&lt;br /&gt;
*Enter the Synapse server API Access token in the Access token (matrixaccesstoken) field&lt;br /&gt;
*Enter the URL of the Element web server in the Element web URL (matrixelementurl) field&lt;br /&gt;
*Click Save changes.&lt;br /&gt;
====Synapse API Access Token Generation====&lt;br /&gt;
To generate an API Access Token for Moodle LMS, you need access to a terminal and an existing username and password for and administrator of your Synapse server instance.&lt;br /&gt;
&lt;br /&gt;
To generate an access token to be used with Moodle LMS, enter the following into a terminal:&lt;br /&gt;
&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;
*Where the username is:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@&amp;lt;user name on home server&amp;gt;:&amp;lt;home server domain&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Password is the admin user&#039;s regular password.&lt;br /&gt;
The returned value will look something like:&lt;br /&gt;
&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 access_token field is the API token to use in the Moodle LMS Matrix communication provider settings.&lt;br /&gt;
==Capabilities==&lt;br /&gt;
*[[Capabilities/communication/matrix:moderator| Matrix moderator]].&lt;br /&gt;
*[[Capabilities/moodle/course:configurecoursecommunication| Configure course communication settings]].&lt;br /&gt;
[[es:Comunicación]]&lt;br /&gt;
[[de:Kommunikation]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=LTI_External_tool_activity&amp;diff=147533</id>
		<title>LTI External tool activity</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=LTI_External_tool_activity&amp;diff=147533"/>
		<updated>2023-12-12T12:31:19Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: /* Using an LTI External tool as an activity */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LTI External tools}}&lt;br /&gt;
This page explores how to use [[LTI External tools]] in your course as activities. &lt;br /&gt;
&lt;br /&gt;
==How is it set up?==&lt;br /&gt;
To create an activity using an LTI External tool, go to the Course page and turn on Edit mode. Click either the link ‘Add an activity or resource’ at the bottom of each section, or click anywhere on the course page where you want to add your item. The Activity chooser will show; then, select the tool you want to create an activity with. &lt;br /&gt;
&lt;br /&gt;
If the tool you want to use is not in the Activity chooser, you need to toggle the &#039;Show in activity chooser&#039; option in the table in Course page &amp;gt; More &amp;gt; LTI External tools. This page is also where you can see all LTI External tools available in your course. For more information, see [[Managing LTI External tools]].&lt;br /&gt;
&lt;br /&gt;
Once you select the tool in the Activity chooser, you can continue with activity creation and select the settings you&#039;d like.&lt;br /&gt;
=== General ===&lt;br /&gt;
===== Content =====&lt;br /&gt;
If you&#039;re using a tool that supports deep linking, you will see a &#039;Select content&#039; button on top of the activity form. Use this button to select which specific content from the tool you want to use in your activity. &lt;br /&gt;
&lt;br /&gt;
Once you select content, the Activity name and Activity description might be automatically populated by the tool. &lt;br /&gt;
&lt;br /&gt;
If not, give your activity a name and, optionally, a description.&lt;br /&gt;
===== Display activity name when students access the tool =====&lt;br /&gt;
You will only see this setting if your site uses the Classic theme and, in the tool settings, the tool’s content display has been configured as ‘Embed’ or ‘Embed, without blocks’.&lt;br /&gt;
&lt;br /&gt;
This setting determines whether the activity name is displayed on the screen once your students access it.&lt;br /&gt;
===== Display activity description when students access the tool =====&lt;br /&gt;
You will only see this setting if, in the tool settings, the tool’s content display has been configured as ‘Embed’ or ‘Embed, without blocks’.&lt;br /&gt;
&lt;br /&gt;
This setting determines whether the activity description is displayed on the screen once your students access it.&lt;br /&gt;
==== Grade ====&lt;br /&gt;
Your activity will only have a Grade section if the tool it is using has been given permission to write grades in the gradebook. &lt;br /&gt;
&lt;br /&gt;
In activities created using LTI External Tools, the grade will always be given by the tool. You might have the option to completely deactivate grading for your activity if the checkbox ‘Allow tool to add grades in the gradebook’ is displayed.&lt;br /&gt;
&lt;br /&gt;
If you see the Grade section, but there is no checkbox  ‘Allow tool to add grades in the gradebook’, it means that your site administrator has configured the tool to always write grades in the gradebook.&lt;br /&gt;
==== Other settings ====&lt;br /&gt;
Depending on what is enabled for your site and course, you may also need to explore [[Common module settings]], [[Restrict access]], [[Activity completion]], [[Tags]] and [[Competencies]].&lt;br /&gt;
&lt;br /&gt;
==Using an LTI External tool as an activity==&lt;br /&gt;
&lt;br /&gt;
When students click the tool link they are automatically signed into the connecting site/tool provider (screenshot 1 below) and can take the quiz immediately.&lt;br /&gt;
&lt;br /&gt;
When the student has completed the quiz, the tool provider displays their grade (screenshot 2 below) and when the student logs out of the tool provider, the grade is passed back into Moodle (screenshot 3 below).&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:mark3.png|thumb|1.Student logged directly into tool provider]]&lt;br /&gt;
| [[File:markscore1.png|thumb|2. Tool provider displays score]]&lt;br /&gt;
| [[File:markscore2.png|thumb|3. Score passed to Moodle&#039;s gradebook]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[es:Actividad herramienta externa LTI]]&lt;br /&gt;
[[de:Externes Tool]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=LTI_External_tools&amp;diff=147532</id>
		<title>LTI External tools</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=LTI_External_tools&amp;diff=147532"/>
		<updated>2023-12-12T12:29:01Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: /* See also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;navtrail&amp;quot;&amp;gt;[[Main page]] ► [[Managing content]] ► [[{{PAGENAME}}]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sideblock right&amp;quot; style=&amp;quot;width: 12em;&amp;quot;&amp;gt;		&lt;br /&gt;
&amp;lt;div class=&amp;quot;header&amp;quot;&amp;gt;[[LTI External tools]]&amp;lt;/div&amp;gt;	&lt;br /&gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
*[[LTI External tool activity]]&lt;br /&gt;
*[[LTI External tool FAQ]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==What are LTI External tools?==&lt;br /&gt;
&lt;br /&gt;
{{MediaPlayer | url = https://youtu.be/Sjmw7x6IKS0 | desc = LTI External tool}}&lt;br /&gt;
&lt;br /&gt;
LTI External tools are add-on apps you can integrate into your course, such as interactive content, activities, or assessments. Teachers can link to these activities from within their Moodle course page, and students can access them without leaving their Moodle course or having to log in to a different system. Where available, and depending on each tool, teachers can also have grades sent back into Moodle.&lt;br /&gt;
&lt;br /&gt;
The link between Moodle and these tools is made through the Learning Tools Interoperability (LTI) standard, which integrates learning platforms with learning tools to create a richer, seamless learning experience. Essentially, the LTI standard enables a secure, bi-directional exchange of information between Moodle and external learning tools.&lt;br /&gt;
&lt;br /&gt;
LTI External tools can be used in Moodle as activities.&lt;br /&gt;
&lt;br /&gt;
This page explores the LTI External Tools page, which allows you to see which LTI External tools are available in your course. It also covers how to add new LTI tools to your course, and how administrators can add LTI tools to their site.&lt;br /&gt;
&lt;br /&gt;
== Viewing and managing LTI External tools ==&lt;br /&gt;
To view the LTI External tools that are available in your course, go to Course navigation &amp;gt; More &amp;gt; LTI External tools. &lt;br /&gt;
&lt;br /&gt;
If your administrator or another teacher have already configured tools for your course, they will be shown on this page.&lt;br /&gt;
&lt;br /&gt;
The table on the page contains information about the available LTI tools in the course:&lt;br /&gt;
* &#039;&#039;&#039;Name&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Usage count&#039;&#039;&#039;: How many times the tool is being used in the course&lt;br /&gt;
* &#039;&#039;&#039;Show in Activity chooser&#039;&#039;&#039;: Whether the tool is displayed in the activity chooser so it can be used as an activity in the course.&lt;br /&gt;
* The &#039;&#039;&#039;context menu&#039;&#039;&#039; (···) contains actions you can perform on the tool, such as Edit its settings, Delete it, or see its registration details (for LTI 1.3 tools only). The actions you can perform depend on the permissions your administrator has given you.&lt;br /&gt;
* If instead of the three dots menu there is a &#039;&#039;&#039;lock icon&#039;&#039;&#039;, it means that the tool has been configured by your administrator for the whole site, and you can’t edit it.&lt;br /&gt;
&lt;br /&gt;
== Adding LTI External tools at course level ==&lt;br /&gt;
If your administrator has given you permission to manage LTI External tools, you can add new tools to your courses using the ‘Add tool’ button on the LTI External tools page.&lt;br /&gt;
&lt;br /&gt;
Tools that you add at course level will appear in your activity chooser by default. You can remove them from the activity chooser by going to Course page &amp;gt; More &amp;gt; LTI External Tools and toggling them off in the column ‘Show in activity chooser’.&lt;br /&gt;
====Tool settings====&lt;br /&gt;
In Tool settings, give your tool a name (and, optionally, a description). To fill in the rest of the fields in this section, including the LTI version, follow the instructions from your tool provider. If the tool doesn’t provide information about some of these settings, it’s ok to leave them blank.&lt;br /&gt;
*&#039;&#039;&#039;Tool URL&#039;&#039;&#039; - This is the URL for connecting to site. If your moodle site uses [https://en.wikipedia.org/wiki/Transport_Layer_Security SSL] (is on [[HTTPS]]) you will only be able to use a tool that also uses [https://en.wikipedia.org/wiki/Transport_Layer_Security SSL]. Make sure the tool URL has [[HTTPS]] before attempting to use it or you may get a blank page.&lt;br /&gt;
*&#039;&#039;&#039;LTI version&#039;&#039;&#039; - The LTI version of the tool you&#039;re adding.&lt;br /&gt;
*&#039;&#039;&#039;Consumer key&#039;&#039;&#039; -this tells the connecting LTI compliant site that your Moodle is allowed to connect. The &amp;quot;tool provider&amp;quot;, i.e. the manger of the connecting LTI compliant site will issue you with this key. If you are merely linking to a tool with no secure access or gradebook sharing then you won&#039;t need a consumer key. If you are linking to a course or activity from another Moodle site, then you can add any consumer key.&lt;br /&gt;
*&#039;&#039;&#039;Shared secret&#039;&#039;&#039; - this is the &amp;quot;password&amp;quot; to connect to the tool - the LTI compliant site.&lt;br /&gt;
*&#039;&#039;&#039;Custom parameters&#039;&#039;&#039; - most times, you can leave this blank. The tool provider might use this to allow you to display a specific resource.&lt;br /&gt;
*&#039;&#039;&#039;Default launch container&#039;&#039;&#039; - this is how the external tool will be displayed.&lt;br /&gt;
**Embed - The content will appear within the activity page where the tool is used, not moving users away from the page, but hiding any blocks your course may have.&lt;br /&gt;
**Embed without blocks - The content will be displayed in the existing tab or window. Users will have to navigate back to the course using the ‘Back’ button once they’re done.&lt;br /&gt;
**Existing window - The content will be displayed in the existing tab or window. Users will have to navigate back to the course using the ‘Back’ button once they’re done. &lt;br /&gt;
**New Window - the external tool will open in a new window. (A new window or tab will open with the External tool and the old browser window containing the course page will not change.)&lt;br /&gt;
*&#039;&#039;&#039;Content selection URL&#039;&#039;&#039; - The Content Selection URL will be used to launch the content selection page from the tool provider. If it is empty, the Tool URL will be used.&lt;br /&gt;
&#039;&#039;The following settings are available by clicking &amp;quot;&amp;quot;Show more&amp;quot;:&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;Icon URL&#039;&#039;&#039; - you can display a different icon from the default External Tool icon by entering its URL here&lt;br /&gt;
*&#039;&#039;&#039;Secure Icon URL&#039;&#039;&#039; - enter the URL of a different icon here if your students are accessing Moodle securely via [https://en.wikipedia.org/wiki/Transport_Layer_Security SSL].&lt;br /&gt;
===Services===&lt;br /&gt;
Choose which of the services you want to use with the tool.&lt;br /&gt;
===Privacy===&lt;br /&gt;
*&#039;&#039;&#039;Share launcher&#039;s name with the tool&#039;&#039;&#039; - this means that the student&#039;s name will be displayed on the connected site [[Media:demoexternaltool.png|as in this example]]&lt;br /&gt;
*&#039;&#039;&#039;Share launcher&#039;s email with the tool&#039;&#039;&#039; - this means that the student&#039;s email will be displayed on the connected site [[Media:externaltoolfrontpage.png|as in this example]]&lt;br /&gt;
*&#039;&#039;&#039;Accept grades from the tool&#039;&#039;&#039; - if this is checked, the connecting site will send back grades to Moodle&#039;s gradebook. See [[Using External tool]] for more information on this.&lt;br /&gt;
Once you Save changes, the tool will be added to the list of tools in Course page &amp;gt; More &amp;gt; LTI External tools.&lt;br /&gt;
*&lt;br /&gt;
==Site administration settings==&lt;br /&gt;
===Adding a tool site-wide===&lt;br /&gt;
An administrator can manually configure external tools in &#039;&#039;Site administration &amp;gt; Plugins &amp;gt; Activity modules &amp;gt; External tool&amp;gt; Manage tools&#039;&#039; so that they are available across the site. [[File:moodle310__external_tool_registration.png|thumb|center|450px|Adding an external tool|link=https://docs.moodle.org/404/en/File:moodle310_external_tool_registration.png]]A tool may be configured by an administrator so that it is shown in the activity chooser (in addition to the external tool activity) for a teacher to select to add to a course. Its description, if one is present, will appear in the activity chooser.&lt;br /&gt;
&lt;br /&gt;
====Making a tool available to specific course categories====&lt;br /&gt;
{{New features}}&lt;br /&gt;
When configuring an LTI External tool, administrators have the option to limit its availability to specific course categories by selecting the desired categories in the &#039;Restrict to category&#039; section during the tool configuration process.&lt;br /&gt;
&lt;br /&gt;
===Registering an LTI Advantage tool===&lt;br /&gt;
Moodle allows a simple way to deploy an LTI Advantage tool. If the tool provider supports that flow, you should have received a registration URL. Simply enter that url to a tool in the &#039;Tool URL&#039; and press &#039;Add LTI Advantage&#039;.&lt;br /&gt;
&lt;br /&gt;
The tool registration UI will open and guide you to the steps for registration. Once completed, the registration panel will close and the list of tools will refresh. If the registration was successful, the newly added tool should be visible in a pending state.&lt;br /&gt;
&lt;br /&gt;
The pending state allows you to review the tool configuration, the privacy and services granted, apply possible modifications (for example how the tool appears in the activity chooser), then activate the tool to make it available.&lt;br /&gt;
&lt;br /&gt;
In case of errors when trying to start the registration, validate the registration URL with the tool&#039;s vendor the registration URL is for an LTI Advantage registration and not for the deprecated LTI 2 registration.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|For Tool Developers looking to support the automated registration of LTI Advantage tool, there is an [https://moodlelti.theedtech.dev/dynreg/ implementation guide] available. The registration process is also being standardized by [https://imsglobal.org/ IMS Global] LTI Working Group. There is also a [https://youtu.be/6tcEwiOs5qU Youtube video] demo-ing and explaining the flow.&lt;br /&gt;
|}&lt;br /&gt;
===Registering an LTI 1.1 tool using a cartridge===&lt;br /&gt;
You can register an LTI 1.1 tool type using a cartridge. A cartridge will configure all the information such as launch url, tool name &amp;amp; description and icons for you.&lt;br /&gt;
&lt;br /&gt;
To do this, simply enter the url to a tool&#039;s cartridge in the &#039;Tool URL&#039; and press &#039;Add Legacy LTI&#039;. You will be asked to enter a key and secret. If you don&#039;t have them, you can leave them blank and press save changes.[[File:LTIKeyAndSecret.png|thumb|center|450px|Entering a consumer key and secret|link=https://docs.moodle.org/404/en/File:LTIKeyAndSecret.png]]&lt;br /&gt;
===Registering an external LTI 2.0 external tool===&lt;br /&gt;
&amp;lt;big&amp;gt;The LTI 2 specifications have been deprecated by [https://www.imsglobal.org/lti-security-announcement-and-deprecation-schedule IMS Global] and are no more the preferred way to integrate an external tool in Moodle.&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Viewing more details===&lt;br /&gt;
On the &#039;Manage tools&#039; page you can also visit &#039;Manage preconfigured tools&#039; to view the preconfigured tools in a tabular format.&lt;br /&gt;
&lt;br /&gt;
There are tabs to add an external tool, to view those which are pending and to view those which have been rejected:&lt;br /&gt;
{|&lt;br /&gt;
|[[File:LTItype.png|thumb|450px|Setting up a new external tool|link=https://docs.moodle.org/404/en/File:LTItype.png]]&lt;br /&gt;
|}You can also visit &#039;Manage external tool registrations&#039; to view the tool registrations in a tabular format, or to add an external registration with limited capabilities.&lt;br /&gt;
To add a tool with limited capabilities. 1. Click &#039;Configure a new external tool registration&#039;[[File:LTIreg.png|thumb|450px|center|Registering an external tool|link=https://docs.moodle.org/404/en/File:LTIreg.png]]2. Configure the details on the settings page:[[File:LTIregdetails1.png|450px|center|Registration settings page|link=https://docs.moodle.org/404/en/File:LTIregdetails1.png]]&#039;Memberships&#039;, allow the external tool to request a list of users with a certain role in a specified context e.g. users enrolled in a course.&lt;br /&gt;
3. Click the tick/checkmark to register:[[File:ticktoreg.png|center|thumb|450px|Activating|link=https://docs.moodle.org/404/en/File:ticktoreg.png]]4. After obtaining a success message, click to complete the process:[[File:reqmet.png|thumb|center|Completing the registration|link=https://docs.moodle.org/404/en/File:reqmet.png]]5. If all requirements are met then you will be able to register automatically.&lt;br /&gt;
6. Now go to &#039;&#039;Site administration &amp;gt; Plugins &amp;gt; Activity modules &amp;gt; External tool &amp;gt; Manage external tool types&#039;&#039; and click the &#039;Pending tab&#039;&lt;br /&gt;
&lt;br /&gt;
7. Click the tick/checkmark to activate it:[[File:pendingactivate.png|thumb|center|450px|Activating from the Pending tab|link=https://docs.moodle.org/404/en/File:pendingactivate.png]]&lt;br /&gt;
==External tool capabilities==&lt;br /&gt;
*[[Capabilities/mod/lti:addcoursetool|Add course-specific tool configurations]]&lt;br /&gt;
*[[Capabilities/mod/lti:addinstance|Add a new external tool]]&lt;br /&gt;
*[[Capabilities/mod/lti:addpreconfiguredinstance|Add a preconfigured tool]]&lt;br /&gt;
*[[Capabilities/mod/lti:requesttooladd|Submit a tool to admins for configuration]]&lt;br /&gt;
*[[Capabilities/mod/lti:admin|Be an admin when the tool is launched]]&lt;br /&gt;
*[[Capabilities/mod/lti:manage|Edit external tool activities]] i.e. be an Instructor when the tool is launched&lt;br /&gt;
*[[Capabilities/mod/lti:view|View external tool activities]] i.e. launch external tool activities&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[LTI External tool FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[:Category:LTI External tools]]&lt;br /&gt;
&lt;br /&gt;
[[de:Externes Tool]]&lt;br /&gt;
[[es:Gestionando herramientas externas LTI]]&lt;br /&gt;
[[fr:Param%C3%A8tres d&#039;outil externe]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Capabilities/mod/bigbluebuttonbn:managerecordings&amp;diff=146467</id>
		<title>Capabilities/mod/bigbluebuttonbn:managerecordings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Capabilities/mod/bigbluebuttonbn:managerecordings&amp;diff=146467"/>
		<updated>2023-07-21T16:07:02Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*This capability allows users to manage (for example delete) the recordings of BigBlueButton sessions.&lt;br /&gt;
*It is allowed for the default roles of manager and teachers.&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/mod/bigbluebuttonbn:managerecordings]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Share_to_MoodleNet&amp;diff=146446</id>
		<title>Share to MoodleNet</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Share_to_MoodleNet&amp;diff=146446"/>
		<updated>2023-07-17T06:41:05Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://moodle.net/ MoodleNet] is an open, social, media platform for educators, initially focused on sharing and curating collections of open content. It is a central place from where educators can easily detect quality content to meet the needs of their learners and courses. You can either use MoodleNet Central, the global public MoodleNet, or install your own instance of MoodleNet. Read the [https://docs.moodle.org/moodlenet/Main_Page MoodleNet documentation] for more information about MoodleNet.&lt;br /&gt;
==MoodleNet inbound settings==&lt;br /&gt;
As an administrator you can connect to an instance of MoodleNet so course teachers can browse for and import content.&lt;br /&gt;
&lt;br /&gt;
# From &#039;&#039;Site administration &amp;gt; Advanced features,&#039;&#039; make sure Enable MoodleNet integration (inbound) is checked. (It is enabled by default.)&lt;br /&gt;
# From &#039;&#039;Site administration &amp;gt; General &amp;gt; MoodleNet settings&#039;&#039;, check the settings in the link MoodleNet inbound settings.&lt;br /&gt;
# Optionally, from Site administration &amp;gt; Courses &amp;gt; Activity chooser &amp;gt; Activity chooser settings, select MoodleNet from the footer dropdown. This will then display a link in the [[Activity chooser]].&lt;br /&gt;
&lt;br /&gt;
==MoodleNet outbound settings==&lt;br /&gt;
{{New features}}&lt;br /&gt;
As an administrator you can connect to an instance of MoodleNet so that course teachers or others with the capability [[Capabilities/moodle/moodlenet:shareactivity| moodlenet:shareactivity]] can send course content to the selected MoodleNet site. (Note that the feature does not currently support sharing whole courses.)&lt;br /&gt;
&lt;br /&gt;
# From &#039;&#039;Site administration &amp;gt; Development &amp;gt; Experimental settings&#039;&#039;, check the box Enable sharing to MoodleNet (outbound)&lt;br /&gt;
# You will then have an extra setting (Enable sharing to MoodleNet (outbound)) from &#039;&#039;Site administration &amp;gt; General &amp;gt; MoodleNet settings&#039;&#039;, prompting you to set up a MoodleNet OAuth 2 service.&lt;br /&gt;
# From &#039;&#039;Site administration &amp;gt; Server &amp;gt; OAuth2 services&#039;&#039;, click the MoodleNet button and set up your service. See [[OAuth 2 MoodleNet service]].&lt;br /&gt;
# Once the service is created, go to &#039;&#039;Site administration &amp;gt; General &amp;gt; MoodleNet outbound settings&#039;&#039; and set the OAuth 2 service to the service you just created.&lt;br /&gt;
# When everything is configured correctly, users with the Capabilities/moodle/moodlenet:shareactivity will see a link &amp;quot;Share to MoodleNet&amp;quot; from the More tab of an item they want to share.&lt;br /&gt;
&lt;br /&gt;
[[File:ShareMoodleNet.png|More link to share to MoodleNet]]&lt;br /&gt;
&lt;br /&gt;
[[Es:MoodleNet]]&lt;br /&gt;
[[de:MoodleNet]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=OAuth_2_Clever_service&amp;diff=146445</id>
		<title>OAuth 2 Clever service</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=OAuth_2_Clever_service&amp;diff=146445"/>
		<updated>2023-07-17T06:37:33Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To get a client ID and secret for Clever, you will need to register for a developer account with Clever. To do this, follow these steps:&lt;br /&gt;
&lt;br /&gt;
# Go to the Clever developer website: https://clever.com/developers/&lt;br /&gt;
# Click on the &amp;quot;Sign Up&amp;quot; button in the top right corner of the page.&lt;br /&gt;
# Fill out the form with your personal and contact information, and agree to the Clever developer terms of service.&lt;br /&gt;
# Submit the form to register for a Clever developer account.&lt;br /&gt;
&lt;br /&gt;
Once you have registered for a Clever developer account, you can access your client ID and secret by following these steps:&lt;br /&gt;
&lt;br /&gt;
# Log in to your Clever developer account.&lt;br /&gt;
# Click on the &amp;quot;Applications&amp;quot; tab in the top menu.&lt;br /&gt;
# Click on the &amp;quot;Create New App&amp;quot; button.&lt;br /&gt;
# Fill out the form to create a new application, and click on the &amp;quot;Create&amp;quot; button.&lt;br /&gt;
# Your new app will be displayed in the list of applications. Click on the app to view its details.&lt;br /&gt;
# In the app details page, you will see your client ID and secret in the &amp;quot;Credentials&amp;quot; section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: the content of this page has been created using GPT-3.&lt;br /&gt;
&lt;br /&gt;
[[de:OAuth2 Clever Service]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=OAuth_2_MoodleNet_service&amp;diff=146444</id>
		<title>OAuth 2 MoodleNet service</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=OAuth_2_MoodleNet_service&amp;diff=146444"/>
		<updated>2023-07-17T06:33:13Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OAuth2}}&lt;br /&gt;
==Features requiring the MoodleNet OAuth 2 service==&lt;br /&gt;
&lt;br /&gt;
You will need to set up a MoodleNet OAuth 2 service in order to use the following features:&lt;br /&gt;
&lt;br /&gt;
* [[MoodleNet]] (Only the outbound &amp;quot;Share to MoodleNet&amp;quot; feature, not the inbound features)&lt;br /&gt;
&lt;br /&gt;
==MoodleNet OAuth 2 service setup==&lt;br /&gt;
&lt;br /&gt;
Note: Currently, only MoodleNet central ([https://moodle.net/ MoodleNet]) supports the share API. The OAuth 2 service template is preset to support configuration of this MoodleNet central application. &lt;br /&gt;
&lt;br /&gt;
To set up the service in Moodle:&lt;br /&gt;
&lt;br /&gt;
1. Go to OAuth 2 services (Site administration &amp;gt; Server &amp;gt; OAuth 2 services) and create a new MoodleNet service.&lt;br /&gt;
&lt;br /&gt;
2. The service configuration form is now shown. Note the Service base URL is preset to MoodleNet central. You may change the name of the service here if you wish, however, please leave other fields unchanged.&lt;br /&gt;
&lt;br /&gt;
3. Save the changes.&lt;br /&gt;
&lt;br /&gt;
4. The service will now auto-configure itself and Moodle will redirect to the services listing. If you see a green tick in the &amp;quot;Discovery&amp;quot; column, your newly created service is ready for use.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[es:Servicio OAuth 2 MoodleNet]]&lt;br /&gt;
[[de:OAuth2 MoodleNet Service]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Course_index&amp;diff=146031</id>
		<title>Course index</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Course_index&amp;diff=146031"/>
		<updated>2023-04-26T09:06:41Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The course index is the collapsible drawer on the left of the screen in Boost and Boost-based themes. It displays course sections and elements. As you move up and down the central course area, your location is highlighted in the Course index. Clicking on an item in the Course index will open it up directly in the course central area.&lt;br /&gt;
&lt;br /&gt;
{{New features}}&lt;br /&gt;
&lt;br /&gt;
Activities and resources which are indented in the course page are also indented in the Course index.&lt;br /&gt;
&lt;br /&gt;
[[File:42indentcourseindex.png]]&lt;br /&gt;
&lt;br /&gt;
Text and media areas also display in the Course index.&lt;br /&gt;
&lt;br /&gt;
[[File:TMdisplay.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[es:Índice del curso]]&lt;br /&gt;
[[de:Kursindex]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Capabilities/moodle/moodlenet:shareactivity&amp;diff=146030</id>
		<title>Capabilities/moodle/moodlenet:shareactivity</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Capabilities/moodle/moodlenet:shareactivity&amp;diff=146030"/>
		<updated>2023-04-26T08:57:53Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{New features}}&lt;br /&gt;
&lt;br /&gt;
*This allows a user to share an activity or resource to an instance of MoodleNet, from the More link in an activity or resource&#039;s settings.&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher.&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/moodle/moodlenet:shareactivity]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Capabilities/mod/bigbluebuttonbn:viewallrecordingformats&amp;diff=146029</id>
		<title>Capabilities/mod/bigbluebuttonbn:viewallrecordingformats</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Capabilities/mod/bigbluebuttonbn:viewallrecordingformats&amp;diff=146029"/>
		<updated>2023-04-26T08:54:58Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{New features}}&lt;br /&gt;
&lt;br /&gt;
*This allows a user to view BigBlueButton recording formats which might be restricted from other users (for example, Statistics or Notes.)&lt;br /&gt;
*This capability is allowed for the default roles of manager and teacher.&lt;br /&gt;
&lt;br /&gt;
Note: The admin can restrict or make available recording formats from &#039;&#039;Site administration &amp;gt; Plugins &amp;gt; BigBlueButton &amp;gt; Recording.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[de:Capabilities/mod/bigbluebuttonbn:viewallrecordingformats]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=TinyMCE_editor_(legacy)&amp;diff=145087</id>
		<title>TinyMCE editor (legacy)</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=TinyMCE_editor_(legacy)&amp;diff=145087"/>
		<updated>2022-11-25T13:17:51Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The TinyMCE MTML editor (legacy) is an editor plugin in Moodle which can be enabled, disabled or set as default from &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Plugins &amp;gt; Text editors &amp;gt; Manage editors&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
In Moodle 4.1 an updated replacement TinyMCE editor is available and it is advised to use that instead of the legacy version.&lt;br /&gt;
&lt;br /&gt;
If allowed by admin, users may select the &#039;&#039;&#039;TinyMCE HMTL editor (legacy) &#039;&#039;&#039;  from the user menu top right&amp;gt;&#039;&#039;Preferences&amp;gt;Editor preferences&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Collapsing and expanding the  editor==&lt;br /&gt;
&lt;br /&gt;
The TinyMCE editor first appears with just one row of buttons. Clicking the icon top left will expand it to three rows.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[File:26tinymce1.png|250px|thumb|Collapsed view]]&lt;br /&gt;
|[[File:26tinymce2.png|250px|thumb|Expanded view]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Toolbar buttons==&lt;br /&gt;
For those who are not familiar with the tool bar, here are the buttons as grouped in their rows. Remember that the site administrator can edit or provide additional buttons.&lt;br /&gt;
&lt;br /&gt;
Row 1&lt;br /&gt;
{|&lt;br /&gt;
|[[File:26tinymcerow1.png|400px|thumb]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| 1:Expand&lt;br /&gt;
| 2.Formatting&lt;br /&gt;
| 3.Bold&lt;br /&gt;
| 4.Italic&lt;br /&gt;
|-&lt;br /&gt;
| 5.Bulleted list&lt;br /&gt;
| 6.Numbered list&lt;br /&gt;
| 7.Add link&lt;br /&gt;
| 8.Unlink &lt;br /&gt;
|-&lt;br /&gt;
| 9.Stop auto linking&lt;br /&gt;
| 10.Add image&lt;br /&gt;
| 11.Add emoticon&lt;br /&gt;
| 12.Add media&lt;br /&gt;
|-&lt;br /&gt;
| 13.Manage embedded files&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|  &lt;br /&gt;
|}&lt;br /&gt;
Row 2&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[File:26tinymcerow2.png|400px|thumb]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| 1:Undo&lt;br /&gt;
| 2.Redo&lt;br /&gt;
| 3.Underline&lt;br /&gt;
| 4.Strikethrough&lt;br /&gt;
|-&lt;br /&gt;
| 5.Subscript&lt;br /&gt;
| 6.Superscript&lt;br /&gt;
| 7.Align left&lt;br /&gt;
| 8.Align centre &lt;br /&gt;
|-&lt;br /&gt;
| 9.Align right&lt;br /&gt;
| 10.Decrease indent&lt;br /&gt;
| 11.Increase indent&lt;br /&gt;
| 12.Text colour&lt;br /&gt;
|-&lt;br /&gt;
| 13.Background colour&lt;br /&gt;
| 14.Left to Right&lt;br /&gt;
| 15.Right to Left&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
Row 3&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[File:26tinymcerow3.png|400px|thumb]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| 1:Font family&lt;br /&gt;
| 2.Font size&lt;br /&gt;
| 3.Edit HTML&lt;br /&gt;
| 4.Find&lt;br /&gt;
|-&lt;br /&gt;
| 5.Find/replace&lt;br /&gt;
| 6.Insert non-breaking space&lt;br /&gt;
| 7.Insert special character&lt;br /&gt;
| 8.Insert table&lt;br /&gt;
|-&lt;br /&gt;
| 9.Clean up messy code&lt;br /&gt;
| 10.Remove formatting&lt;br /&gt;
| 11.Paste as plain text&lt;br /&gt;
| 12.Paste from MS Word&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 13.Toggle full screen&lt;br /&gt;
|-&lt;br /&gt;
 &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Colour pickers===&lt;br /&gt;
*[[Image:26colourpickers.png]]&lt;br /&gt;
There are four levels of selecting a font or background colour, &lt;br /&gt;
*A quick pick 5x8 matrix of colours&lt;br /&gt;
*&amp;quot;More colours&amp;quot; that links to Picker, Pallet and Named tabs&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:HTML_editor_color_selector_basic_1.png|A quick pick 5x8 matrix of colors&lt;br /&gt;
Image:HTML_editor_color_selector_more_picker_1.png|A rainbow color picker tab&lt;br /&gt;
Image:HTML_editor_color_selector_more_pallet_1.png|A Pallet tab with a 18x12 matrix of colors&lt;br /&gt;
Image:HTML_editor_color_selector_more_named_1.png|A Named tab with custom pallets&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Insert table====&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;300px&amp;quot;&amp;gt;&lt;br /&gt;
Image:HTMLeditor_Insert_Table_general_1.png|General tab&lt;br /&gt;
Image:HTMLeditor_Insert_Table_advanced_1.png|Advanced tab&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To add borders to a table&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Cell borders are crucial for helping readers to follow the rows across the screen. If they aren&#039;t showing already you can add them as follows:&lt;br /&gt;
&lt;br /&gt;
#In the Wiki page containing your table, click its Edit tab&lt;br /&gt;
#Carefully select all the cells of the table&lt;br /&gt;
#Then right click (Macs: Command+click or Ctrl+Click) over any part of your selection to get a context menu; from it select Cell &amp;gt; Table Cell Properties; the cell properties dialog box then loads.&lt;br /&gt;
#Click on its Advanced tab, set Border Color to black (for instance), then click Apply, and then click Update.&lt;br /&gt;
#Click Save; the Wiki page containing your table will then load displaying its borders.&lt;br /&gt;
&lt;br /&gt;
===TinyMCE editor settings===&lt;br /&gt;
&lt;br /&gt;
The TinyMCE  HTML editor has its own settings page &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Plugins &amp;gt; Text editors &amp;gt; TinyMCE HTML editor &amp;gt; General settings&#039;&#039; with the following options:&lt;br /&gt;
&lt;br /&gt;
====Plugins====&lt;br /&gt;
*Buttons for equations, emoticons,images, media, automatic linking, and  legacy spell-checking may be enabled, disabled or uninstall here by clicking on their eye.&lt;br /&gt;
*Additionally the equation, emoticon and spell check buttons have links to their Settings screens.&lt;br /&gt;
&lt;br /&gt;
[[File:26tinymceplugins.png |thumb|none|upright=2.0|alt=&amp;quot;The TinyMCE editor plugins screen&amp;quot; | The TinyMCE editor plugins screen]]&lt;br /&gt;
&lt;br /&gt;
=====Manage embedded files=====&lt;br /&gt;
&lt;br /&gt;
This plugin allows users to add, delete or override files embedded in the current text area, for example in a label or topic summary. (It complements the [[Embedded files repository]])&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[File:26embeddedfiles1.png|thumb|The Manage files button]]&lt;br /&gt;
|&lt;br /&gt;
|[[File:26embeddefiles2.png|thumb|Managing embedded files from within TinyMCE]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Insert equation=====&lt;br /&gt;
&lt;br /&gt;
Accessed from &#039;&#039;Administration&amp;gt;Site administration &amp;gt; Plugins &amp;gt; Text editors &amp;gt; TinyMCE HTML editor &amp;gt; Edit equation&#039;&#039;, this allows you to enable or disable the  TeX filter in the editor context and thereby display the Dragmath button. If you have a global custom TeX filter, then disable this setting.&lt;br /&gt;
&lt;br /&gt;
=====Insert emoticon=====&lt;br /&gt;
Accessed from &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Plugins &amp;gt; Text editors &amp;gt; TinyMCE HTML editor &amp;gt; Insert emoticon&#039;&#039;, this allows you to enable or disable the emoticon filter in the editor context and thereby display the emoticon button.&lt;br /&gt;
&lt;br /&gt;
===== Legacy spell checker=====&lt;br /&gt;
The legacy spell checker is visible in IE9 and lower only, but not in other browsers. If you want to disable it and rely on browser spell checker functionality instead, you can do this by disabling the &#039;&#039;legacy spellchecker&#039;&#039; plugin by clicking its eye in &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Plugins &amp;gt; Text editors &amp;gt; TinyMCE HTML editor &amp;gt; General settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To spell-check via your browser, type your word (which if incorrectly spelt will have red lines under it) and press right click + CTRL&lt;br /&gt;
{|&lt;br /&gt;
|[[File:Browserspellcheck.png|thumb|Right-click+CTRL for browser spellcheck]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039;&lt;br /&gt;
While the default spell engine is Google spell which  can be changed in &#039;&#039;Administration&amp;gt;Site administration&amp;gt;Plugins&amp;gt;Text editors&amp;gt;TinyMCE HTML editor&#039;&#039;, this is no longer supported by Google and will not work. (Note that it is only visible in IE9 and lower) It is due to  be removed. See MDL-38867. In browser spell check is recommended.&lt;br /&gt;
&lt;br /&gt;
If PSpell is selected then aspell 0.50 or later must be installed on your server and the path to aspell set in Administration &amp;gt; Site administration &amp;gt; Server &amp;gt; System Paths.&lt;br /&gt;
&lt;br /&gt;
You can select a different spell engine from &#039;&#039;Administration&amp;gt; Site administration &amp;gt; Plugins &amp;gt; Text editors &amp;gt; TinyMCE HTML editor&amp;gt;Check spelling&#039;&#039;.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[File:Spellengine.png|thumb|Choosing a different spell engine]]&lt;br /&gt;
|}&lt;br /&gt;
According to: http://php.net/manual/en/book.pspell.php&lt;br /&gt;
&lt;br /&gt;
&amp;quot;As of php 5.3. Pspell is no longer supported/bundled. Instead you can use the enchant which is bundled by default in 5.3.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If PSpell is selected then aspell 0.50 or later must be installed on your server and the path to aspell set in Administration &amp;gt; Site administration &amp;gt; Server &amp;gt; System Paths.&lt;br /&gt;
&lt;br /&gt;
===Customising the editor toolbar===&lt;br /&gt;
&lt;br /&gt;
An administrator can remove or add buttons to the TinyMCE editor toolbar by altering the Editor toolbar box in &#039;&#039; Administration &amp;gt; Site administration &amp;gt; Plugins &amp;gt; Text editors &amp;gt; TinyMCE HTML editor &amp;gt; General settings&#039;&#039; as demonstrated in the screencast [http://youtu.be/vTW1DImro9c Customise the text editor in 2.4].&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:editortoolbar.png|thumb|The Editor toolbar box]]&lt;br /&gt;
|[[File:horizontalrule.png|thumb|Example of toolbar with added horizontal rule button]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Available fonts list====&lt;br /&gt;
&lt;br /&gt;
In addition to the default fonts, a site administrator can add extra fonts by typing their name and string in the box in &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Plugins &amp;gt; Text editors &amp;gt; TinyMCE HTML editor &amp;gt; General settings&#039;&#039; as demonstrated in the screencast [http://youtu.be/udP7Bnur30Y How to add extra fonts].&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[File:comicsans.png|thumb|Example of custom font]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Custom configuration====&lt;br /&gt;
&lt;br /&gt;
A setting in  &#039;&#039;Administration&amp;gt;Site administration&amp;gt;Plugins&amp;gt;Text editors&amp;gt;TinyMCE HTML editor&amp;gt;General settings&#039;&#039; provides  a box in which an administrator can apply custom formats. See MDL-37186 for more details with examples,  and see also the [http://www.tinymce.com/wiki.php/Configuration:formats TinyMCE configuration page]&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[File:bottomtoolbar.png|thumb|Example 1:Toolbar at the bottom]]&lt;br /&gt;
|[[File:customstyles.png|thumb|Example 2: Custom styles]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
*Example: Moving the toolbar to the bottom:&lt;br /&gt;
&lt;br /&gt;
Add the following:&lt;br /&gt;
 {&amp;quot;theme_advanced_toolbar_location&amp;quot; : &amp;quot;bottom&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
*Example: Adding your own custom styles.&lt;br /&gt;
(This might be useful for example if you want a &amp;quot;house style&amp;quot; for important notes, key points or similar)&lt;br /&gt;
In the editor toolbar, enter &amp;quot;styleselect&amp;quot; and then in the custom box add the following code, changing it to suit your purposes:&lt;br /&gt;
 {&amp;quot;style_formats&amp;quot; : [&lt;br /&gt;
  {&amp;quot;title&amp;quot; : &amp;quot;Bold text&amp;quot;, &amp;quot;inline&amp;quot; : &amp;quot;b&amp;quot;},&lt;br /&gt;
  {&amp;quot;title&amp;quot; : &amp;quot;Red text&amp;quot;, &amp;quot;inline&amp;quot; : &amp;quot;span&amp;quot;, &amp;quot;styles&amp;quot; : {&amp;quot;color&amp;quot; : &amp;quot;#ff0000&amp;quot;}},&lt;br /&gt;
  {&amp;quot;title&amp;quot; : &amp;quot;Red header&amp;quot;, &amp;quot;block&amp;quot; : &amp;quot;h1&amp;quot;, &amp;quot;styles&amp;quot; : {&amp;quot;color&amp;quot; : &amp;quot;#ff0000&amp;quot;}} ]}&lt;br /&gt;
&lt;br /&gt;
The following will let you use bootstrap CSS classes if you use a bootstrap based theme:&lt;br /&gt;
&lt;br /&gt;
    {&amp;quot;style_formats&amp;quot; : [&lt;br /&gt;
        {&amp;quot;title&amp;quot; : &amp;quot;Well&amp;quot;, &amp;quot;block&amp;quot; : &amp;quot;div&amp;quot;, &amp;quot;classes&amp;quot; : &amp;quot;well&amp;quot;},&lt;br /&gt;
        {&amp;quot;title&amp;quot; : &amp;quot;Label&amp;quot;, &amp;quot;inline&amp;quot; : &amp;quot;span&amp;quot;, &amp;quot;classes&amp;quot; : &amp;quot;label&amp;quot;},&lt;br /&gt;
        {&amp;quot;title&amp;quot; : &amp;quot;Label - success&amp;quot;, &amp;quot;inline&amp;quot; : &amp;quot;span&amp;quot;, &amp;quot;classes&amp;quot; : &amp;quot;label label-success&amp;quot;},&lt;br /&gt;
        {&amp;quot;title&amp;quot; : &amp;quot;Label - warning&amp;quot;, &amp;quot;inline&amp;quot; : &amp;quot;span&amp;quot;, &amp;quot;classes&amp;quot; : &amp;quot;label label-warning&amp;quot;},&lt;br /&gt;
        {&amp;quot;title&amp;quot; : &amp;quot;Label - important&amp;quot;, &amp;quot;inline&amp;quot; : &amp;quot;span&amp;quot;, &amp;quot;classes&amp;quot; : &amp;quot;label label-important&amp;quot;},&lt;br /&gt;
        {&amp;quot;title&amp;quot; : &amp;quot;Label - info&amp;quot;, &amp;quot;inline&amp;quot; : &amp;quot;span&amp;quot;, &amp;quot;classes&amp;quot; : &amp;quot;label label-info&amp;quot;},&lt;br /&gt;
        {&amp;quot;title&amp;quot; : &amp;quot;Label - inverse&amp;quot;, &amp;quot;inline&amp;quot; : &amp;quot;span&amp;quot;, &amp;quot;classes&amp;quot; : &amp;quot;label label-inverse&amp;quot;},&lt;br /&gt;
        {&amp;quot;title&amp;quot; : &amp;quot;Button&amp;quot;, &amp;quot;inline&amp;quot; : &amp;quot;a&amp;quot;, &amp;quot;classes&amp;quot; : &amp;quot;btn btn&amp;quot;},&lt;br /&gt;
        {&amp;quot;title&amp;quot; : &amp;quot;Button - primary&amp;quot;, &amp;quot;inline&amp;quot; : &amp;quot;a&amp;quot;, &amp;quot;classes&amp;quot; : &amp;quot;btn btn-primary&amp;quot;},&lt;br /&gt;
        {&amp;quot;title&amp;quot; : &amp;quot;Button - info&amp;quot;, &amp;quot;inline&amp;quot; : &amp;quot;a&amp;quot;, &amp;quot;classes&amp;quot; : &amp;quot;btn btn-info&amp;quot;},&lt;br /&gt;
        {&amp;quot;title&amp;quot; : &amp;quot;Button - success&amp;quot;, &amp;quot;inline&amp;quot; : &amp;quot;a&amp;quot;, &amp;quot;classes&amp;quot; : &amp;quot;btn btn-success&amp;quot;},&lt;br /&gt;
        {&amp;quot;title&amp;quot; : &amp;quot;Button - warning&amp;quot;, &amp;quot;inline&amp;quot; : &amp;quot;a&amp;quot;, &amp;quot;classes&amp;quot; : &amp;quot;btn btn-warning&amp;quot;},&lt;br /&gt;
        {&amp;quot;title&amp;quot; : &amp;quot;Button - danger&amp;quot;, &amp;quot;inline&amp;quot; : &amp;quot;a&amp;quot;, &amp;quot;classes&amp;quot; : &amp;quot;btn btn-danger&amp;quot;},&lt;br /&gt;
        {&amp;quot;title&amp;quot; : &amp;quot;Button - inverse&amp;quot;, &amp;quot;inline&amp;quot; : &amp;quot;a&amp;quot;, &amp;quot;classes&amp;quot; : &amp;quot;btn btn-inverse&amp;quot;}&lt;br /&gt;
    ]}&lt;br /&gt;
&lt;br /&gt;
*Example: Enabling copy of rich content with styles from MS Word (tm) and paste into TineMCE without removing important styles:&lt;br /&gt;
&lt;br /&gt;
 {&amp;quot;paste_retain_style_properties&amp;quot; : &amp;quot;margin, padding, width, height, font-size, &lt;br /&gt;
   font-weight, font-family, color, text-align, ul, ol, li, &lt;br /&gt;
   text-decoration, border, background, float, display&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
==Speed of TinyMCE in Firefox and Chrome==&lt;br /&gt;
Some users have complained about the unreasonably slow loading of TinyMCE; for example, https://moodle.org/mod/forum/discuss.php?d=232089 and https://moodle.org/mod/forum/discuss.php?d=223125. [https://moodle.org/mod/forum/discuss.php?d=262235 Apparently,] TinyMCE takes longer to load in Firefox (10-20 seconds) than in Chrome (a couple of seconds).&lt;br /&gt;
&lt;br /&gt;
To speed up TinyMCE you can try disabling ALL the plugins in the TinyMCE editor settings from your admin account: &amp;lt;moodle site address&amp;gt;/admin/settings.php?section=editorsettingstinymce .  Then the editor loaded quickly. This has taken out a couple of minor functions, such as inserting emoticons, but loading speed is far more important for some users  than the ability to insert emoticons.&lt;br /&gt;
&lt;br /&gt;
[[de:TinyMCE-Editor (veraltet)]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Course_completion_report&amp;diff=145071</id>
		<title>Course completion report</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Course_completion_report&amp;diff=145071"/>
		<updated>2022-11-24T17:48:51Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Course completion}}&lt;br /&gt;
When [[Course completion]] is enabled from &#039;&#039;&#039;&#039;Course navigation &amp;gt; More &amp;gt; Course completion&#039;&#039;&#039;&#039;, the course completion report becomes available from &#039;&#039;Course navigation &amp;gt; Reports.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{New features}}&lt;br /&gt;
The course completion report can include custom profile fields, if selected from Site administration &amp;gt; Users &amp;gt; User policies &amp;gt; Show user identity. See (1) in the screenshot below:&lt;br /&gt;
&lt;br /&gt;
[[File:CCR.png|600px|center|Course completion report including a custom profile field]]&lt;br /&gt;
&lt;br /&gt;
When viewing the completion information of a specific user, the time of completion is displayed alongside the date.&lt;br /&gt;
&lt;br /&gt;
[[File:ccrtime.png|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: The course completion report is different from the [[Activity completion report]]. If you need to manually complete an activity, you should do this from the Activity completion report.&lt;br /&gt;
&lt;br /&gt;
If manual self completion or manual completion by others is enabled, then those columns will appear in the course completion report.  The user with the role allowed to manually complete the course on behalf of the student will be able to mark it complete in the course completion report.&lt;br /&gt;
&lt;br /&gt;
[[de:Kursabschlussbericht]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Custom_reports&amp;diff=145070</id>
		<title>Custom reports</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Custom_reports&amp;diff=145070"/>
		<updated>2022-11-24T17:10:20Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: /* Custom reports */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Sitewide reports}}&lt;br /&gt;
==Custom reports==&lt;br /&gt;
Formerly a feature of Moodle Workplace TM, the Report builder feature allows administrators to create and share custom reports. This page is about the custom reports feature in Moodle LMS. For the Workplace version see [[Report builder]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Custom reports are accessed from  &#039;&#039;Site administration &amp;gt; Reports &amp;gt; Report builder &amp;gt; Custom reports.&#039;&#039; A general overview video explains how to use [https://youtu.be/qYKyncTW2y4 Custom reports].&lt;br /&gt;
&lt;br /&gt;
{{New features}}&lt;br /&gt;
With new report sources now available, the complete list of report sources is as follows]&lt;br /&gt;
* Badges&lt;br /&gt;
* Blogs&lt;br /&gt;
* Cohorts&lt;br /&gt;
* Comments&lt;br /&gt;
* Course participants&lt;br /&gt;
* Courses&lt;br /&gt;
* Files&lt;br /&gt;
* Groups&lt;br /&gt;
* Notes&lt;br /&gt;
* Tags&lt;br /&gt;
* Task logs&lt;br /&gt;
* Users&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
RELEASE VIDEO COMING SOON&lt;br /&gt;
&lt;br /&gt;
==Create a report==&lt;br /&gt;
&amp;lt;p&amp;gt;Note the tabs at the top: Edit, Audience, Schedules and Access:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Click New report , give it a name and select your source - whether you want to report on courses, a cohort or specified users.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Click Save. Depending on your source, you will be presented with columns relevant to the data you want. For example, clicking &#039;courses&#039; will then show categories, course short and full names and ID number.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Remove any columns you don&#039;t want and add columns which you do want.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;amp;nbsp;Note the options for Conditions, Filters, Sorting and Card view on the right.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Preview your report by clicking the Preview button top right.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
==Give access to reports==&lt;br /&gt;
&amp;lt;p&amp;gt;From Audience you can select a system role, cohort or manually selected users by clicking the + against who you want and then saving your choice.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can check the actual users from the Access tab. If you have chosen the system role of Manager, then the Access tab will show you the names of any Managers you have on your site.&lt;br /&gt;
&lt;br /&gt;
==Schedule reports==&lt;br /&gt;
&amp;lt;p&amp;gt;Once you have created a report and decided who has access, you can schedule it from the Schedules tab. The recipients will receive the report via email.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Click New schedule;&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Give it a name and choose its format ( .csv by default);&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Decide when the report will first be sent out and how often to send it.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;The audience will already be selected if you have defined your audience.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;If desired, you can add a message to the recipients.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;In Advanced, decide what to do if there is nothing to report.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
==See also==&lt;br /&gt;
[[Custom report settings]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[es:Reportes personalizados]]&lt;br /&gt;
[[de:Nutzerdefinierte Berichte]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Custom_reports&amp;diff=145069</id>
		<title>Custom reports</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Custom_reports&amp;diff=145069"/>
		<updated>2022-11-24T17:09:45Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Sitewide reports}}&lt;br /&gt;
==Custom reports==&lt;br /&gt;
Formerly a feature of Moodle Workplace TM, the Report builder feature allows administrators to create and share custom reports. This page is about the custom reports feature in Moodle LMS. For the Workplace version see [[Report builder]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Custom reports are accessed from  &#039;&#039;Site administration &amp;gt; Reports &amp;gt; Report builder &amp;gt; Custom reports.&#039;&#039; A general overview video explains how to use [Custom reports https://youtu.be/qYKyncTW2y4]&lt;br /&gt;
&lt;br /&gt;
{{New features}}&lt;br /&gt;
With new report sources now available, the complete list of report sources is as follows]&lt;br /&gt;
* Badges&lt;br /&gt;
* Blogs&lt;br /&gt;
* Cohorts&lt;br /&gt;
* Comments&lt;br /&gt;
* Course participants&lt;br /&gt;
* Courses&lt;br /&gt;
* Files&lt;br /&gt;
* Groups&lt;br /&gt;
* Notes&lt;br /&gt;
* Tags&lt;br /&gt;
* Task logs&lt;br /&gt;
* Users&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
RELEASE VIDEO COMING SOON&lt;br /&gt;
&lt;br /&gt;
==Create a report==&lt;br /&gt;
&amp;lt;p&amp;gt;Note the tabs at the top: Edit, Audience, Schedules and Access:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Click New report , give it a name and select your source - whether you want to report on courses, a cohort or specified users.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Click Save. Depending on your source, you will be presented with columns relevant to the data you want. For example, clicking &#039;courses&#039; will then show categories, course short and full names and ID number.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Remove any columns you don&#039;t want and add columns which you do want.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;amp;nbsp;Note the options for Conditions, Filters, Sorting and Card view on the right.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Preview your report by clicking the Preview button top right.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
==Give access to reports==&lt;br /&gt;
&amp;lt;p&amp;gt;From Audience you can select a system role, cohort or manually selected users by clicking the + against who you want and then saving your choice.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can check the actual users from the Access tab. If you have chosen the system role of Manager, then the Access tab will show you the names of any Managers you have on your site.&lt;br /&gt;
&lt;br /&gt;
==Schedule reports==&lt;br /&gt;
&amp;lt;p&amp;gt;Once you have created a report and decided who has access, you can schedule it from the Schedules tab. The recipients will receive the report via email.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Click New schedule;&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Give it a name and choose its format ( .csv by default);&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Decide when the report will first be sent out and how often to send it.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;The audience will already be selected if you have defined your audience.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;If desired, you can add a message to the recipients.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;In Advanced, decide what to do if there is nothing to report.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
==See also==&lt;br /&gt;
[[Custom report settings]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[es:Reportes personalizados]]&lt;br /&gt;
[[de:Nutzerdefinierte Berichte]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Common_module_settings&amp;diff=145066</id>
		<title>Common module settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Common_module_settings&amp;diff=145066"/>
		<updated>2022-11-24T15:45:20Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Activities}}&lt;br /&gt;
On the settings page for many activities and resources, there is a section called &amp;quot;Common module settings&amp;quot;. &lt;br /&gt;
==Availability==&lt;br /&gt;
&lt;br /&gt;
The Available setting has up to 3 possible options (depending on whether &#039;Allow stealth activities&#039; is enabled by an administrator in the Site administration).&lt;br /&gt;
&lt;br /&gt;
;Show on course page&lt;br /&gt;
: The activity or resource is available to students (subject to any access restrictions which may be set).&lt;br /&gt;
&lt;br /&gt;
;Hide from students&lt;br /&gt;
:  The activity or resource is only available to users with permission to view hidden activities (by default, users with the role of teacher or non-editing teacher).&lt;br /&gt;
&lt;br /&gt;
;Make available but not shown on course page&lt;br /&gt;
: For simplifying the course page. A link to the activity or resource must be provided from elsewhere, such as from a page resource. The activity is still listed in the gradebook and other reports.&lt;br /&gt;
&lt;br /&gt;
See also [[Stealth activities]].&lt;br /&gt;
&lt;br /&gt;
==ID number==&lt;br /&gt;
&lt;br /&gt;
Setting an ID number provides a way of identifying the activityfor grade calculation purposes. If the activity is not included in any grade calculation then the ID number field can be left blank.&lt;br /&gt;
&lt;br /&gt;
The ID number can also be set on the edit grade calculation page in the [[Gradebook]], though it can only be edited on the update activity page of the module in a course context.&lt;br /&gt;
&lt;br /&gt;
The ID number may also be used by other modules and plugins.&lt;br /&gt;
&lt;br /&gt;
==Force language==&lt;br /&gt;
{{New features}}&lt;br /&gt;
The teacher can force a language to be used in an individual activity, rather than for the whole course. An example is if students are studying a language and the course is in their native language but a particular activity such as an Assignment is forced to  their target language, to encourage them to focus.&lt;br /&gt;
&lt;br /&gt;
==Include in course content download==&lt;br /&gt;
If download course content is enabled, and if the content is downloadable (currently File, Folder, Page and Text and Media area) then should this item be downloaded?&lt;br /&gt;
&lt;br /&gt;
==Group mode==&lt;br /&gt;
[[Groups]] are set up on the course level. &lt;br /&gt;
When course group mode is turned on and force is set to no, the [[Groups|group mode]] can be one of three levels on the activity level: no groups, separate groups or visible groups.  &lt;br /&gt;
&lt;br /&gt;
;No groups&lt;br /&gt;
:There are no groups and all students submit their individual activities in one area.&lt;br /&gt;
&lt;br /&gt;
;Separate groups&lt;br /&gt;
:Students submit their activity and teachers/trainers can sort submissions by Group or view All Participants.&lt;br /&gt;
&lt;br /&gt;
;Visible groups&lt;br /&gt;
:All students submits their assignment within a single Assignment area but may choose which Group to associate their submission with before uploading.  Teachers/trainers can sort submissions by Group or view All Participants.&lt;br /&gt;
&lt;br /&gt;
==Groupings==&lt;br /&gt;
[[Groupings]] are a collection of groups that are set up on the course level.  &lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
Common module settings are used in&lt;br /&gt;
*[[Adding/editing an assignment]]&lt;br /&gt;
*[[Adding/editing a chat]]&lt;br /&gt;
*[[Adding/editing a choice]]&lt;br /&gt;
*[[Adding/editing a database]]&lt;br /&gt;
*[[Adding/editing a forum]]&lt;br /&gt;
*[[Adding/editing a glossary]]&lt;br /&gt;
*[[Adding/editing a lesson]]&lt;br /&gt;
*[[SCORM module]]&lt;br /&gt;
*[[Adding/editing a survey]] does not mention at all&lt;br /&gt;
*[[Adding/editing a quiz]]&lt;br /&gt;
*[[Adding/editing a wiki]]&lt;br /&gt;
Other areas&lt;br /&gt;
*[[Groupings]]&lt;br /&gt;
*[[Grade export]]&lt;br /&gt;
*[[Grade calculations#Assigning ID numbers|Assigning module ID numbers for Grade calculations]]&lt;br /&gt;
&lt;br /&gt;
[[ja:共通モジュール設定]]&lt;br /&gt;
[[es:Configuraciones comunes del módulo]]&lt;br /&gt;
[[de:Weitere Einstellungen]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Common_module_settings&amp;diff=145065</id>
		<title>Common module settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Common_module_settings&amp;diff=145065"/>
		<updated>2022-11-24T15:43:08Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: /* Force language */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Activities}}&lt;br /&gt;
On the settings page for many activities and resources, there is a section called &amp;quot;Common module settings&amp;quot;. &lt;br /&gt;
==Availability==&lt;br /&gt;
&lt;br /&gt;
The Available setting has up to 3 possible options (depending on whether &#039;Allow stealth activities&#039; is enabled by an administrator in the Site administration).&lt;br /&gt;
&lt;br /&gt;
;Show on course page&lt;br /&gt;
: The activity or resource is available to students (subject to any access restrictions which may be set).&lt;br /&gt;
&lt;br /&gt;
;Hide from students&lt;br /&gt;
:  The activity or resource is only available to users with permission to view hidden activities (by default, users with the role of teacher or non-editing teacher).&lt;br /&gt;
&lt;br /&gt;
;Make available but not shown on course page&lt;br /&gt;
: For simplifying the course page. A link to the activity or resource must be provided from elsewhere, such as from a page resource. The activity is still listed in the gradebook and other reports.&lt;br /&gt;
&lt;br /&gt;
See also [[Stealth activities]].&lt;br /&gt;
&lt;br /&gt;
==ID number==&lt;br /&gt;
&lt;br /&gt;
Setting an ID number provides a way of identifying the activityfor grade calculation purposes. If the activity is not included in any grade calculation then the ID number field can be left blank.&lt;br /&gt;
&lt;br /&gt;
The ID number can also be set on the edit grade calculation page in the [[Gradebook]], though it can only be edited on the update activity page of the module in a course context.&lt;br /&gt;
&lt;br /&gt;
The ID number may also be used by other modules and plugins.&lt;br /&gt;
&lt;br /&gt;
==Sprache erzwingen==&lt;br /&gt;
{{Neu}}&lt;br /&gt;
Trainer/innen können die Sprache auf der Ebene eines Arbeitsmaterials oder einer Aktivität festlegen, statt auf der Kursebene. Wenn es sich z.B. um einen Sprachkurs handelt, kann die Sprache des Kurses die Muttersprache sein, aber ein einzelnes Arbeitsmaterial oder eine einzelne Aktivität kann die Fremdsprache als Sprache eingestellt werden.&lt;br /&gt;
&lt;br /&gt;
==Include in course content download==&lt;br /&gt;
If download course content is enabled, and if the content is downloadable (currently File, Folder, Page and Text and Media area) then should this item be downloaded?&lt;br /&gt;
&lt;br /&gt;
==Group mode==&lt;br /&gt;
[[Groups]] are set up on the course level. &lt;br /&gt;
When course group mode is turned on and force is set to no, the [[Groups|group mode]] can be one of three levels on the activity level: no groups, separate groups or visible groups.  &lt;br /&gt;
&lt;br /&gt;
;No groups&lt;br /&gt;
:There are no groups and all students submit their individual activities in one area.&lt;br /&gt;
&lt;br /&gt;
;Separate groups&lt;br /&gt;
:Students submit their activity and teachers/trainers can sort submissions by Group or view All Participants.&lt;br /&gt;
&lt;br /&gt;
;Visible groups&lt;br /&gt;
:All students submits their assignment within a single Assignment area but may choose which Group to associate their submission with before uploading.  Teachers/trainers can sort submissions by Group or view All Participants.&lt;br /&gt;
&lt;br /&gt;
==Groupings==&lt;br /&gt;
[[Groupings]] are a collection of groups that are set up on the course level.  &lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
Common module settings are used in&lt;br /&gt;
*[[Adding/editing an assignment]]&lt;br /&gt;
*[[Adding/editing a chat]]&lt;br /&gt;
*[[Adding/editing a choice]]&lt;br /&gt;
*[[Adding/editing a database]]&lt;br /&gt;
*[[Adding/editing a forum]]&lt;br /&gt;
*[[Adding/editing a glossary]]&lt;br /&gt;
*[[Adding/editing a lesson]]&lt;br /&gt;
*[[SCORM module]]&lt;br /&gt;
*[[Adding/editing a survey]] does not mention at all&lt;br /&gt;
*[[Adding/editing a quiz]]&lt;br /&gt;
*[[Adding/editing a wiki]]&lt;br /&gt;
Other areas&lt;br /&gt;
*[[Groupings]]&lt;br /&gt;
*[[Grade export]]&lt;br /&gt;
*[[Grade calculations#Assigning ID numbers|Assigning module ID numbers for Grade calculations]]&lt;br /&gt;
&lt;br /&gt;
[[ja:共通モジュール設定]]&lt;br /&gt;
[[es:Configuraciones comunes del módulo]]&lt;br /&gt;
[[de:Weitere Einstellungen]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=My_courses&amp;diff=145053</id>
		<title>My courses</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=My_courses&amp;diff=145053"/>
		<updated>2022-11-23T15:39:54Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Accessed from the main site navigation at the top of the screen, the My courses page displays the [[Course overview block]] to display the courses a user is enrolled in.&lt;br /&gt;
&lt;br /&gt;
If enabled by the administrator, users can specify whether to go first to the Dashboard or to the My courses page once logged in, by making their choice from &#039;&#039;My profile &amp;gt; Preferences &amp;gt; Home page.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{New features}}&lt;br /&gt;
If [[Course request]] is enabled and a user is allowed to request a course, they will see the option from the three dots at the top right of the My courses page.&lt;br /&gt;
&lt;br /&gt;
[[File:mycoursescrequest.png|center|My courses page with location of Course request feature.]]&lt;br /&gt;
&lt;br /&gt;
[[de:Meine Kurse]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Custom_reports&amp;diff=145052</id>
		<title>Custom reports</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Custom_reports&amp;diff=145052"/>
		<updated>2022-11-23T15:38:05Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Sitewide reports}}&lt;br /&gt;
==Custom reports==&lt;br /&gt;
Formerly a feature of Moodle Workplace TM, the Report builder feature allows administrators to create and share custom reports. This page is about the custom reports feature in Moodle LMS. For the Workplace version see [[Report builder]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Custom reports are accessed from  &#039;&#039;Site administration &amp;gt; Reports &amp;gt; Report builder &amp;gt; Custom reports.&#039;&#039; A general overview video explains how to use [Custom reports https://youtu.be/qYKyncTW2y4}&lt;br /&gt;
&lt;br /&gt;
{{New features}}&lt;br /&gt;
With new report sources now available, the complete list of report sources is as follows:&lt;br /&gt;
* Badges&lt;br /&gt;
* Blogs&lt;br /&gt;
* Cohorts&lt;br /&gt;
* Comments&lt;br /&gt;
* Course participants&lt;br /&gt;
* Courses&lt;br /&gt;
* Files&lt;br /&gt;
* Groups&lt;br /&gt;
* Notes&lt;br /&gt;
* Tags&lt;br /&gt;
* Task logs&lt;br /&gt;
* Users&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
RELEASE VIDEO COMING SOON&lt;br /&gt;
&lt;br /&gt;
==Create a report==&lt;br /&gt;
&amp;lt;p&amp;gt;Note the tabs at the top: Edit, Audience, Schedules and Access:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Click New report , give it a name and select your source - whether you want to report on courses, a cohort or specified users.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Click Save. Depending on your source, you will be presented with columns relevant to the data you want. For example, clicking &#039;courses&#039; will then show categories, course short and full names and ID number.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Remove any columns you don&#039;t want and add columns which you do want.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;amp;nbsp;Note the options for Conditions, Filters, Sorting and Card view on the right.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Preview your report by clicking the Preview button top right.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
==Give access to reports==&lt;br /&gt;
&amp;lt;p&amp;gt;From Audience you can select a system role, cohort or manually selected users by clicking the + against who you want and then saving your choice.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can check the actual users from the Access tab. If you have chosen the system role of Manager, then the Access tab will show you the names of any Managers you have on your site.&lt;br /&gt;
&lt;br /&gt;
==Schedule reports==&lt;br /&gt;
&amp;lt;p&amp;gt;Once you have created a report and decided who has access, you can schedule it from the Schedules tab. The recipients will receive the report via email.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Click New schedule;&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Give it a name and choose its format ( .csv by default);&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Decide when the report will first be sent out and how often to send it.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;The audience will already be selected if you have defined your audience.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;If desired, you can add a message to the recipients.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;In Advanced, decide what to do if there is nothing to report.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
==See also==&lt;br /&gt;
[[Custom report settings]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[es:Reportes personalizados]]&lt;br /&gt;
[[de:Nutzerdefinierte Berichte]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Common_module_settings&amp;diff=145051</id>
		<title>Common module settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Common_module_settings&amp;diff=145051"/>
		<updated>2022-11-23T15:33:42Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Activities}}&lt;br /&gt;
On the settings page for many activities and resources, there is a section called &amp;quot;Common module settings&amp;quot;. &lt;br /&gt;
==Availability==&lt;br /&gt;
&lt;br /&gt;
The Available setting has up to 3 possible options (depending on whether &#039;Allow stealth activities&#039; is enabled by an administrator in the Site administration).&lt;br /&gt;
&lt;br /&gt;
;Show on course page&lt;br /&gt;
: The activity or resource is available to students (subject to any access restrictions which may be set).&lt;br /&gt;
&lt;br /&gt;
;Hide from students&lt;br /&gt;
:  The activity or resource is only available to users with permission to view hidden activities (by default, users with the role of teacher or non-editing teacher).&lt;br /&gt;
&lt;br /&gt;
;Make available but not shown on course page&lt;br /&gt;
: For simplifying the course page. A link to the activity or resource must be provided from elsewhere, such as from a page resource. The activity is still listed in the gradebook and other reports.&lt;br /&gt;
&lt;br /&gt;
See also [[Stealth activities]].&lt;br /&gt;
&lt;br /&gt;
==ID number==&lt;br /&gt;
&lt;br /&gt;
Setting an ID number provides a way of identifying the activityfor grade calculation purposes. If the activity is not included in any grade calculation then the ID number field can be left blank.&lt;br /&gt;
&lt;br /&gt;
The ID number can also be set on the edit grade calculation page in the [[Gradebook]], though it can only be edited on the update activity page of the module in a course context.&lt;br /&gt;
&lt;br /&gt;
The ID number may also be used by other modules and plugins.&lt;br /&gt;
&lt;br /&gt;
==Force language==&lt;br /&gt;
{{New features}}&lt;br /&gt;
The teacher can force a language to be used in an individual activity, rather than for the whole course. An example is if students are studying a language and the course is in their native language but a particular activity such as an Assignment is forced to  their target language, to encourage them to focus.&lt;br /&gt;
==Include in course content download==&lt;br /&gt;
If download course content is enabled, and if the content is downloadable (currently File, Folder, Page and Text and Media area) then should this item be downloaded?&lt;br /&gt;
&lt;br /&gt;
==Group mode==&lt;br /&gt;
[[Groups]] are set up on the course level. &lt;br /&gt;
When course group mode is turned on and force is set to no, the [[Groups|group mode]] can be one of three levels on the activity level: no groups, separate groups or visible groups.  &lt;br /&gt;
&lt;br /&gt;
;No groups&lt;br /&gt;
:There are no groups and all students submit their individual activities in one area.&lt;br /&gt;
&lt;br /&gt;
;Separate groups&lt;br /&gt;
:Students submit their activity and teachers/trainers can sort submissions by Group or view All Participants.&lt;br /&gt;
&lt;br /&gt;
;Visible groups&lt;br /&gt;
:All students submits their assignment within a single Assignment area but may choose which Group to associate their submission with before uploading.  Teachers/trainers can sort submissions by Group or view All Participants.&lt;br /&gt;
&lt;br /&gt;
==Groupings==&lt;br /&gt;
[[Groupings]] are a collection of groups that are set up on the course level.  &lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
Common module settings are used in&lt;br /&gt;
*[[Adding/editing an assignment]]&lt;br /&gt;
*[[Adding/editing a chat]]&lt;br /&gt;
*[[Adding/editing a choice]]&lt;br /&gt;
*[[Adding/editing a database]]&lt;br /&gt;
*[[Adding/editing a forum]]&lt;br /&gt;
*[[Adding/editing a glossary]]&lt;br /&gt;
*[[Adding/editing a lesson]]&lt;br /&gt;
*[[SCORM module]]&lt;br /&gt;
*[[Adding/editing a survey]] does not mention at all&lt;br /&gt;
*[[Adding/editing a quiz]]&lt;br /&gt;
*[[Adding/editing a wiki]]&lt;br /&gt;
Other areas&lt;br /&gt;
*[[Groupings]]&lt;br /&gt;
*[[Grade export]]&lt;br /&gt;
*[[Grade calculations#Assigning ID numbers|Assigning module ID numbers for Grade calculations]]&lt;br /&gt;
&lt;br /&gt;
[[ja:共通モジュール設定]]&lt;br /&gt;
[[es:Configuraciones comunes del módulo]]&lt;br /&gt;
[[de:Weitere Einstellungen]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Grade_summary_report&amp;diff=145050</id>
		<title>Grade summary report</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Grade_summary_report&amp;diff=145050"/>
		<updated>2022-11-23T13:20:39Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Grades}}&lt;br /&gt;
{{New features}}&lt;br /&gt;
==Grade summary report==&lt;br /&gt;
Accessed from &#039;&#039;Course navigation &amp;gt; Grades&#039;&#039;, this report shows all gradeable activities in the course with their average grades.&lt;br /&gt;
&lt;br /&gt;
The report can be filtered by activity:&lt;br /&gt;
&lt;br /&gt;
[[File:DocsGradeSummaryFilter.png|600px]]&lt;br /&gt;
&lt;br /&gt;
[[de:Bewertungsbericht]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Custom_report_settings&amp;diff=145049</id>
		<title>Custom report settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Custom_report_settings&amp;diff=145049"/>
		<updated>2022-11-23T13:18:35Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{New features}}&lt;br /&gt;
From &#039;&#039;Site administration &amp;gt; Reports &amp;gt; Report builder&#039;&#039;, this page allows admins  settings page allows the admin to:&lt;br /&gt;
* limit the number of custom reports.&lt;br /&gt;
* disable live editing.&lt;br /&gt;
&lt;br /&gt;
Both these actions will then have a beneficial effect on performance, if required.&lt;br /&gt;
&lt;br /&gt;
[[de:Einstellungen für nutzerdefinierte Berichte]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Support_contact&amp;diff=143664</id>
		<title>Support contact</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Support_contact&amp;diff=143664"/>
		<updated>2022-06-23T16:09:50Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;From &#039;&#039;Site administration &amp;gt; Server &amp;gt; Support contact,&#039;&#039; the administrator must specify an email address and optional support page.&lt;br /&gt;
&lt;br /&gt;
{{New features}}&lt;br /&gt;
&lt;br /&gt;
The email address is mandatory because if a message fails to send then the email address will be displayed for users to contact support.&lt;br /&gt;
&lt;br /&gt;
The link &#039;Contact site support&#039; is accessed from the question mark icon bottom right of the desktop screen.&lt;br /&gt;
&lt;br /&gt;
[[File:Contactlink.png|Contact site support link]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[es:Contacto para soporte]]&lt;br /&gt;
[[de:Supportanfragen]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Site_admin_presets&amp;diff=143663</id>
		<title>Site admin presets</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Site_admin_presets&amp;diff=143663"/>
		<updated>2022-06-23T16:06:15Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{New features}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Site admin presets&#039;&#039;&#039; allow administrators to create, apply, download and import different site configurations.&lt;br /&gt;
&lt;br /&gt;
The feature is accessed from &#039;&#039;Site administration &amp;gt; Site admin presets.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Two presets are available by default: the Starter and the Full. From the Actions menu, the admin can review the settings and apply a preset, or download it to use elsewhere.&lt;br /&gt;
&lt;br /&gt;
An Import button allows the admin to import a preset to use on the site, and after changing some configurations, the admin can create a customised preset by pressing the Create button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{MediaPlayer | url = https://youtu.be/Ma-rio4ugUs | desc = Overview of site admin presets}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* The project page [[:dev:Site admin presets]]&lt;br /&gt;
&lt;br /&gt;
[[es:Preconfiguraciones administrativas del sitio]]&lt;br /&gt;
[[de:Website-Admin-Vorlagen]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Transitioning_to_HTTPS&amp;diff=143583</id>
		<title>Transitioning to HTTPS</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Transitioning_to_HTTPS&amp;diff=143583"/>
		<updated>2022-06-01T13:01:45Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: /* See also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Security}}&lt;br /&gt;
There are [https://developers.google.com/web/fundamentals/security/encrypt-in-transit/why-https numerous benefits] to running your moodle site using HTTPS. This increases the level of security especially involving sessions and passwords.&lt;br /&gt;
&lt;br /&gt;
== Steps ==&lt;br /&gt;
=== Before you start ===&lt;br /&gt;
Check all the content you use supports https. Use the [[HTTPS conversion tool]] to do this.&lt;br /&gt;
&lt;br /&gt;
Make sure you have a staging environment. You will want to set up HTTPS the first time on a staging environment rather than updating your live site. It will take some time to convert to https and you will need to update content (see below).&lt;br /&gt;
&lt;br /&gt;
=== Setting up an SSL certificate ===&lt;br /&gt;
The first thing you will need to do is acquire an SSL certificate. You can create these yourself, but this is only helpful for development purposes. Instead you will want to get your SSL certificate from a certificate authority, so that the certificate will be publicly verified.&lt;br /&gt;
&lt;br /&gt;
The cost of certificates has been somewhat prohibitive, they come at various costs from a few dollars to hundreds of dollars per year. For the budget constrained, the &amp;quot;price is right&amp;quot; with a new initiative brought to us by the Internet Security Research Group (ISRG). Free domain-validated certificates can be acquired from [https://letsencrypt.org Let&#039;s Encrypt]. Let&#039;s Encrypt also tries to make the process of installing and managing certificates as painless as possible and there are numerous methods and clients available.&lt;br /&gt;
&lt;br /&gt;
=== Setting up your server ===&lt;br /&gt;
Then you will need enable SSL on your web server to add your certificate. This process will vary depending on your web server of choice.&lt;br /&gt;
&lt;br /&gt;
If you are using a proxy or load balancer, depending on your setup you will most likely want to set up the SSL certificate on your proxy server&lt;br /&gt;
&lt;br /&gt;
=== Setting up your Moodle ===&lt;br /&gt;
&lt;br /&gt;
On a basic Moodle site, it will be simple to set up https. Simply edit config.php and change http:// to https:// in $CFG-&amp;gt;wwwroot.&lt;br /&gt;
&lt;br /&gt;
However, if you are using a proxy or load balancer, depending on your setup you may need to set $CFG-&amp;gt;sslproxy to 1, and not use SSL on the Moodle server. Then the load balancer or proxy server can communicate directly to your Moodle site, but serve to the clients over SSL.&lt;br /&gt;
&lt;br /&gt;
=== Redirecting the HTTP address to the new HTTPS address ===&lt;br /&gt;
&lt;br /&gt;
You may want to add a redirection so that users who have the current http:// address to your site will be redirected automatically to the https:// address  instead of getting a page with a message such as &amp;quot;For security reasons only https connections are allowed, sorry.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
There are several ways to do redirections, depending on your web server, hosting, and how you prefer to do this. A common solution on Apache web servers is to create an .htaccess file with a rewrite rule such as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;apacheconf&amp;quot;&amp;gt;&lt;br /&gt;
RewriteEngine On&lt;br /&gt;
RewriteCond %{SERVER_PORT} 80&lt;br /&gt;
RewriteRule ^(.*)$ https://www.yourmoodle.com/$1 [R,L]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
or in general&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;apacheconf&amp;quot;&amp;gt;&lt;br /&gt;
RewriteEngine On&lt;br /&gt;
RewriteCond %{SERVER_PORT} 80&lt;br /&gt;
RewriteRule ^(.*)$ {SERVER_NAME}/$1 [R,L]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Be sure to look up current ways to do this for your web server and host, such as the how-to article [https://www.ssl.com/how-to/force-https-connections-in-an-apache-server-environment/ Force HTTPS connections in an Apache server environment].&lt;br /&gt;
&lt;br /&gt;
=== Updating content ===&lt;br /&gt;
You will need to change all embeded content from being requested over http. Links do not matter. But you will need to update images and iframes, scorm modules, and LTI external tools. You can modify external tools to open in a new window instead of in an iframe and they will work fine.&lt;br /&gt;
&lt;br /&gt;
A new tool was added to Moodle 3.4 to aid in this process. This is available via a link in &#039;&#039;Site administration &amp;gt; Security &amp;gt; HTTP security &amp;gt; HTTPS conversion tool&#039;&#039;.  See MDL-46269 for details.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [https://developers.google.com/web/fundamentals/security/encrypt-in-transit/why-https Why HTTPS Matters - Google Web Fundamentals]&lt;br /&gt;
&lt;br /&gt;
[[es:Haciendo la transición a HTTPS]]&lt;br /&gt;
[[de:Moodle auf HTTPS umstellen]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=BigBlueButton&amp;diff=143582</id>
		<title>BigBlueButton</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=BigBlueButton&amp;diff=143582"/>
		<updated>2022-05-31T15:24:38Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Activities}}&lt;br /&gt;
{{New features}}&lt;br /&gt;
==What is the BigBlueButton activity?==&lt;br /&gt;
BigBlueButton lets you create from within Moodle links to real-time on-line classrooms using BigBlueButton, an open source web conferencing system for distance education. You can specify conference times, which are then added to the calendar, and, if allowed in your installation, the sessions may be recorded for viewing later. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;Note: For data protection reasons, BigBlueButton is disabled by default. Administrators must enable it from Site administration &amp;gt; Plugins &amp;gt; Manage activities and then check the box to  accept the data processing agreement.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Free Tier Hosting is currently restricted as follows:&lt;br /&gt;
# The maximum length for each session is 60 minutes;&lt;br /&gt;
# The maximum number of concurrent users per session is 25;&lt;br /&gt;
# Recordings expire after seven (7) days and are not downloadable; and&lt;br /&gt;
# Viewers&#039; (student) webcams are only visible to the moderator.&lt;br /&gt;
&lt;br /&gt;
{{MediaPlayer | url = https://youtu.be/Bb7yYE_Fs3s | desc = Overview of BigBlueButton}}&lt;br /&gt;
&lt;br /&gt;
==How is it set up?==&lt;br /&gt;
&lt;br /&gt;
{{MediaPlayer | url = https://youtu.be/qXkzXuCF8aM | desc = How to set up and use BigBlueButton}}&lt;br /&gt;
*In a course, with Edit mode enabled, choose, BigBlueButton from the activity chooser.&lt;br /&gt;
*Choose a name and description, and, if desired, a welcome message which will appear in the Chat box when participants join the session.&lt;br /&gt;
*If you tick &amp;quot;wait for moderator&amp;quot;, students can only join once someone with the moderator role has entered the room.&lt;br /&gt;
*From the Participants list you can, if needed, give specific roles to specific people, such as a moderator role.&lt;br /&gt;
*In the Schedule section you can set a start time and also a time after which student will not be able to enter the room.&lt;br /&gt;
&lt;br /&gt;
==How does it work?==&lt;br /&gt;
*Once set up, the activity appears with a link to join when the time is correct. (Before then, or if a moderator is required first. a message appears saying the conference has not yet started.)&lt;br /&gt;
[[File:bbb-room.png|alt=]]&lt;br /&gt;
*On entering the room, a message will appear asking if you want to use your microphone or just listen. If you choose microphone you will need to check your settings.&lt;br /&gt;
*The moderator can choose whether to allow participants to use webcams and microphones or not.&lt;br /&gt;
*The central area can display presentations, polls, screensharing or an interactive whiteboard.&lt;br /&gt;
*There is also a chat option with public and private chat.&lt;br /&gt;
&lt;br /&gt;
[[Category:BigBlueButton]]&lt;br /&gt;
[[es:BigBlueButton]]&lt;br /&gt;
[[de:BigBlueButton]]&lt;br /&gt;
[[File:bbb24 test-moodle.png|left|frameless|600x600px]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Accessibility_review_block&amp;diff=140704</id>
		<title>Accessibility review block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Accessibility_review_block&amp;diff=140704"/>
		<updated>2021-06-18T07:18:11Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Blocks}}&lt;br /&gt;
{{New features}}&lt;br /&gt;
If the [[Accessibility toolkit]] is enabled by the site admin, course teachers may be allowed to add an accessibility review block. The block allows them to submit their course for an accessibility analysis and it will then display useful information including:&lt;br /&gt;
&lt;br /&gt;
* A summary of the accessibility errors for the course categorized by type.&lt;br /&gt;
* A heatmap which highlights the errors for each course element. You can activate or hide the heatmap by clicking on the eye.&lt;br /&gt;
* A link to the accessibility toolkit which includes different reports and the error list with links to edit the mistakes&lt;br /&gt;
* A link to download the accessibility toolkit summary report in a printable pdf format.&lt;br /&gt;
&lt;br /&gt;
Note: Students cannot see this block, as it is only for teachers.&lt;br /&gt;
&lt;br /&gt;
[[{{ns:file}}:BrickfieldTeacher.png|600px|none|Accessibility heatmap on course main page]]&lt;br /&gt;
&lt;br /&gt;
==Important Links==&lt;br /&gt;
&lt;br /&gt;
* Registration Portal [https://account.mybrickfield.ie/register Brickfield registration portal]&lt;br /&gt;
* Brickfield partnership with Moodle [https://moodle.com/news/moodle-increases-focus-on-accessibility-through-collaboration-with-brickfield-education-labs/ Moodle News story] -  [https://www.brickfield.ie/2021/04/27/brickfield-partnering-with-moodle/ Brickfield Blog] &lt;br /&gt;
* Blog Post [https://moodle.com/news/new-accessibility-checker-starter-toolkit-in-moodle-3-11/ New Accessibility Checker Starter Toolkit in Moodle 3.11]&lt;br /&gt;
* Enterprise version [https://www.brickfield.ie/brickfield-accessibility-enterprise-toolkit/ Brickfield Accessibility Toolkit].&lt;br /&gt;
&lt;br /&gt;
[[Category:Accessibility]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[es:Bloque de revisión de accesibilidad]]&lt;br /&gt;
[[de:Barrierefreiheit prüfen]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Accessibility_review_block&amp;diff=140703</id>
		<title>Accessibility review block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Accessibility_review_block&amp;diff=140703"/>
		<updated>2021-06-18T07:17:35Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Blocks}}&lt;br /&gt;
{{New features}}&lt;br /&gt;
If the [[Accessibility toolkit]] is enabled by the site admin, course teachers may be allowed to add an accessibility review block. The block allows them to submit their course for an accessibility analysis and it will then display useful information including:&lt;br /&gt;
&lt;br /&gt;
* A summary of the accessibility errors for the course categorized by type.&lt;br /&gt;
* A heatmap which highlights the errors for each course element. You can activate or hide the heatmap by clicking on the eye.&lt;br /&gt;
* A link to the accessibility toolkit which includes different reports and the error list with links to edit the mistakes&lt;br /&gt;
* A link to download the accessibility toolkit summary report in a printable pdf format.&lt;br /&gt;
&lt;br /&gt;
Note: Students cannot see this block, as it is only for teachers.&lt;br /&gt;
&lt;br /&gt;
[[{{ns:file}}:BrickfieldTeacher.png|600px|none|Accessibility heatmap on course main page]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Accessibility]]&lt;br /&gt;
[[Category:Block]]&lt;br /&gt;
&lt;br /&gt;
[[es:Bloque de revisión de accesibilidad]]&lt;br /&gt;
[[de:Barrierefreiheit prüfen]]&lt;br /&gt;
&lt;br /&gt;
==Important Links==&lt;br /&gt;
&lt;br /&gt;
* Registration Portal [https://account.mybrickfield.ie/register Brickfield registration portal]&lt;br /&gt;
* Brickfield partnership with Moodle [https://moodle.com/news/moodle-increases-focus-on-accessibility-through-collaboration-with-brickfield-education-labs/ Moodle News story] -  [https://www.brickfield.ie/2021/04/27/brickfield-partnering-with-moodle/ Brickfield Blog] &lt;br /&gt;
* Blog Post [https://moodle.com/news/new-accessibility-checker-starter-toolkit-in-moodle-3-11/ New Accessibility Checker Starter Toolkit in Moodle 3.11]&lt;br /&gt;
* Enterprise version [https://www.brickfield.ie/brickfield-accessibility-enterprise-toolkit/ Brickfield Accessibility Toolkit].&lt;br /&gt;
&lt;br /&gt;
[[de:Barrierfreiheit prüfen]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=New_for_students&amp;diff=140701</id>
		<title>New for students</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=New_for_students&amp;diff=140701"/>
		<updated>2021-06-17T12:36:56Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{About Moodle}}	&lt;br /&gt;
If you are a student on Moodle, here&#039;s a quick overview of the changes you can expect to see when your Moodle site is using Moodle 3.11&lt;br /&gt;
__NOTOC__&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:ActivityCompletion311.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Clear view of tasks and deadlines&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;View activity dates and completion criteria on the course page&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:311CompletionWithinActivity.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Never miss a deadline or task&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;View activity dates and completion criteria in the activity page.&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;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:StudentManualCompletion.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Streamlined manual completion&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;Mark complete from within the activity and go directly to your next task&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:StudentQuizPass.png|600px]]			&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Quiz pass grades&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;View pass grades when accessing a Quiz.&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;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:PlayRate.png|600px]]		&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Audio /  Video playback rates&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;Control how fast sound and video files play back.&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:QuizMinMaxStudent.png|600px]]		&lt;br /&gt;
          &amp;lt;div class=&amp;quot;caption&amp;quot;&amp;gt;			&lt;br /&gt;
            &amp;lt;h4&amp;gt;Essay word limits&amp;lt;/h4&amp;gt;			&lt;br /&gt;
            &amp;lt;p&amp;gt;Be alerted when submitting too few or too many word in a Quiz Essay.&amp;lt;/p&amp;gt;			&lt;br /&gt;
        			&lt;br /&gt;
          &amp;lt;/div&amp;gt; 			&lt;br /&gt;
        &amp;lt;/div&amp;gt;			&lt;br /&gt;
      &lt;br /&gt;
[[Category:New features]]&lt;br /&gt;
&lt;br /&gt;
[[es:Nuevo para estudiantes]]&lt;br /&gt;
[[de:Neu für Teilnehmer/innen]]&lt;br /&gt;
[[pt-br:Novo para estudantes]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=OAuth_2_Open_Badges_service&amp;diff=140656</id>
		<title>OAuth 2 Open Badges service</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=OAuth_2_Open_Badges_service&amp;diff=140656"/>
		<updated>2021-06-11T08:21:16Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OAuth2}}{{New features}}&lt;br /&gt;
&lt;br /&gt;
You need to set up an OAuth 2 Open Badges service in order to enable users to connect to their Open Badges v 2.1 compliant backpack without having to enter their credentials into Moodle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please add instructions here...&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* The section &#039;Open Badge Connect API&#039; in the dev doc [[:dev:OAuth 2 API|OAuth 2 API]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Badges]]&lt;br /&gt;
&lt;br /&gt;
[[es:Servicio OAuth2 Open Badges]]&lt;br /&gt;
[[de:OAuth2 Open Badges Service]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=OAuth_2_Open_Badges_service&amp;diff=140655</id>
		<title>OAuth 2 Open Badges service</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=OAuth_2_Open_Badges_service&amp;diff=140655"/>
		<updated>2021-06-11T08:20:32Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OAuth2}}{{New features}}&lt;br /&gt;
&lt;br /&gt;
You need to set up an OAuth 2 Open Badges service in order to enable users to connect to their Open Badges v 2.1 compliant backpack without having to enter their credentials into Moodle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please add instructions here...&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* The section &#039;Open Badge Connect API&#039; in the dev doc [[:dev:OAuth 2 API|OAuth 2 API]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Badges]]&lt;br /&gt;
&lt;br /&gt;
[[es:Servicio OAuth2 Open Badges]]&lt;br /&gt;
[[de:Open Badges Service]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=H5P&amp;diff=140654</id>
		<title>H5P</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=H5P&amp;diff=140654"/>
		<updated>2021-06-11T08:15:19Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Managing content}}&lt;br /&gt;
==About H5P==&lt;br /&gt;
&lt;br /&gt;
H5P is an abbreviation for HTML5 Package. It enables educators to create content such as interactive videos, quizzes and presentations. H5P content can be created in the [[Content bank]] or on the [https://h5p.com/ h5p.com site], or with the [https://next.lumi.education/ LUMI] app  for desktop, and added to your course as an [[H5P activity]] (new in 3.9 onwards) or embedded into any other activity or resource.&lt;br /&gt;
&lt;br /&gt;
H5P [https://moodle.org/mod/forum/discuss.php?d=420158#p1693270 does not yet feature the option for collaborative or competitive exercises].&lt;br /&gt;
&lt;br /&gt;
==Important notice (warning)==&lt;br /&gt;
Due to how H5P behaves in Moodle, most content types allow for unlimited attempts by students. You should not use H5P for major assignments such as exams.&lt;br /&gt;
&lt;br /&gt;
==Important information for H5P users in languages other than English==&lt;br /&gt;
Currently (april 2021) the names and descriptions of the H5P modules when using the Moodle [[Content bank]] are in English language only, but when using  [https://next.lumi.education/ LUMI], these names and descriptions [https://docs.moodle.org/dev/Translating_plugins#Translation_of_H5P_module.27s_names_using_weblate may be translated] to other languages (Spanish example below):&lt;br /&gt;
&lt;br /&gt;
[[File:H5P nombres en ingles en banco de contenido.png|600px]]&lt;br /&gt;
&lt;br /&gt;
[[File:H5P LUMI 3.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==Creating and editing H5P content in the Content bank==&lt;br /&gt;
&lt;br /&gt;
To create and edit H5P content,&lt;br /&gt;
# Go to the [[Content bank]], accessible when in a course from the Navigation drawer (Boost theme) or from Site pages in the Navigation block (Classic theme).&lt;br /&gt;
# Click the Add button and select a content type.&lt;br /&gt;
&lt;br /&gt;
For more information, see [[Content bank]].&lt;br /&gt;
&lt;br /&gt;
==Creating and editing H5P content elsewhere==&lt;br /&gt;
You can go to the  [https://h5p.com/ h5p.com site], or you can install the [https://next.lumi.education/ LUMI] app  for desktop (Windows, Mac and Linux versions available),&lt;br /&gt;
&lt;br /&gt;
Make sure you download the newly created H5P file that you will later upload to your Moodle course.&lt;br /&gt;
&lt;br /&gt;
You must be aware that some parameters limit the file upload size for H5P objects in your server. Course file size limit is one  of them.&lt;br /&gt;
&lt;br /&gt;
==Adding an H5P activity to a course==&lt;br /&gt;
&lt;br /&gt;
See [[H5P activity]] for how to create an H5P activity in a course.&lt;br /&gt;
&lt;br /&gt;
==Embedding H5P into other activities==&lt;br /&gt;
[[File:H5PiconAtto.png|thumb|H5P button in the Atto editor]] &lt;br /&gt;
You can embed H5P content into other activities and resources such as a [[Lesson]] or a [[Book]], by clicking the H5P button in the [[Atto editor]].&lt;br /&gt;
&lt;br /&gt;
To embed H5P from the Content bank:&lt;br /&gt;
&lt;br /&gt;
# Click the H5P button in Atto then click &#039;Browse repositories&#039;.&lt;br /&gt;
# Browse the Content bank repository and select an H5P file.&lt;br /&gt;
# Choose to either make a copy of the file or create a shortcut.&lt;br /&gt;
# Click the button &#039;Select this file&#039;.&lt;br /&gt;
# Click &#039;Insert H5P&#039;.&lt;br /&gt;
[[File:creating a shortcut.png|thumb|Creating a shortcut to the file]]&lt;br /&gt;
Note: If you create a shortcut to the file, you can edit it in the Content bank and any activities with a link to the file will be updated.&lt;br /&gt;
&lt;br /&gt;
==Admin settings==&lt;br /&gt;
&lt;br /&gt;
For H5P content to display in other activities, the [[Display H5P filter]] must be enabled and the URL e.g. h5p.com should be listed as an allowed source in &#039;&#039;Site admin / Plugins / Filters / Display H5P&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Manage H5P content types===&lt;br /&gt;
&lt;br /&gt;
Site administration / H5P / Manage H5P content types&lt;br /&gt;
&lt;br /&gt;
For teachers to upload and display H5P files in their courses, [https://h5p.org/content-types-and-applications H5P content types] and libraries must be available on the site. A scheduled task &#039;&#039;Download available H5P content types from h5p.org&#039;&#039; does this automatically (but check if it is enabled and has already run after first upgrading your site).&lt;br /&gt;
&lt;br /&gt;
If it is not possible to use this scheduled task, then the Site administration page &#039;Manage H5P content types&#039; allows you to upload necessary files.&lt;br /&gt;
&lt;br /&gt;
(If the scheduled task is not run and files are not uploaded, teachers will receive an error message when attempting to upload H5P content.)&lt;br /&gt;
&lt;br /&gt;
{{New features}}In Moodle 3.11 onwards, an admin can choose to disable selected H5P content types, for example ones duplicating quiz functionality.&lt;br /&gt;
&lt;br /&gt;
==Capabilities==&lt;br /&gt;
&lt;br /&gt;
In addition to capabilities relating to the [[H5P activity]] and the [[Content bank]] there are further H5P capabilities as follows:&lt;br /&gt;
&lt;br /&gt;
* [[Capabilities/atto/h5p:addembed|Add embedded H5P]] - allowed for the default role of teacher&lt;br /&gt;
* [[Capabilities/moodle/h5p:setdisplayoptions|Set H5P display options]] -  allowed for the default role of teacher&lt;br /&gt;
* [[Capabilities/moodle/h5p:updatelibraries|Manage H5P content types]] - allowed for the default role of manager only&lt;br /&gt;
* [[Capabilities/moodle/h5p:deploy|Deploy H5P content]] - allowed for the default roles of manager and teacher&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[H5P activity]]&lt;br /&gt;
* [[H5P FAQ]]&lt;br /&gt;
* [https://next.lumi.education/ LUMI] is a free (Open Source) desktop app that allows you to create, edit and share H5P interactive content with dozens of different content types. It is in English natively, but it has great support for languages other than English.&lt;br /&gt;
* [https://elearningworld.h5p.com/content/1290985419330027149 Comparison chart of H5P questions and standard quiz questions]&lt;br /&gt;
* [https://www.youtube.com/watch?v=hxYgod9CIYg Moodle &amp;amp; H5P, Magic Together | Michelle Lomman | MoodleMoot Global 2020]&lt;br /&gt;
* [https://h5p.org/node/258172 H5P in Moodle documentation] with many useful tips and warnings&lt;br /&gt;
&lt;br /&gt;
[[Category:H5P]]&lt;br /&gt;
[[Category:Language teaching]]&lt;br /&gt;
&lt;br /&gt;
[[es:H5P]]&lt;br /&gt;
[[de:H5P]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Backpacks&amp;diff=140651</id>
		<title>Backpacks</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Backpacks&amp;diff=140651"/>
		<updated>2021-06-10T13:59:50Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: /* Open Badges v 2.1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Badges}}&lt;br /&gt;
Enabling users to connect to an external backpack means they can add badges from their Moodle site to their backpack and also display badges from other sites in their Moodle profile.&lt;br /&gt;
[[File:ManageBackPacks.png|thumb|Manage backpacks]]&lt;br /&gt;
==Site administration settings==&lt;br /&gt;
&lt;br /&gt;
The backpack badgr.io is provided by default. Additional backpacks, for users with an account on eu.badgr.io, ca.badgr.io or au.badgr.io, may be added as follows:&lt;br /&gt;
&lt;br /&gt;
# Go to Site administration / Badges / Manage backpacks.&lt;br /&gt;
# Click the button &#039;Add a new backpack&#039;.&lt;br /&gt;
# Create this backpack with the following details:&lt;br /&gt;
#* Backpack API URL - https://api.eu.badgr.io/v2&lt;br /&gt;
#* Backpack URL - https://eu.badgr.io&lt;br /&gt;
#* API version - Open Badges v2.0&lt;br /&gt;
#* (Leave &#039;Include authentication details with the backpack&#039; unticked.)&lt;br /&gt;
&lt;br /&gt;
{{New features}}In Moodle 3.11 onwards, an admin can set the order in which backpacks are listed for users.&lt;br /&gt;
&lt;br /&gt;
==Individual user settings==&lt;br /&gt;
&lt;br /&gt;
You can connect to your backpack as follows:&lt;br /&gt;
&lt;br /&gt;
# In the user menu (top right), select Preferences, then &#039;Backpack settings&#039; under Badges.&lt;br /&gt;
# If necessary, select your backpack provider.&lt;br /&gt;
# Enter your Badgr user account email and password.&lt;br /&gt;
# Look in your mailbox for a verification email and copy and paste the link to verify your connection to the backpack.&lt;br /&gt;
&lt;br /&gt;
After the backpack connection is successfully established, badges from your backpack can be displayed on your badges page and your profile page. Go to Manage badges (via Preferences / Badges) and click the icon to add your badge to your backpack.&lt;br /&gt;
&lt;br /&gt;
You can also select collections of badges from your backpack that you would like to display in your profile.&lt;br /&gt;
&lt;br /&gt;
==Open Badges v 2.1==&lt;br /&gt;
&lt;br /&gt;
Moodle 3.11 is Open Badges v 2.1 compliant and a new [[OAuth 2 Open Badges service]] enables users to connect to their OB v 2.1 compliant backpack without having to enter their credentials into Moodle.&lt;br /&gt;
&lt;br /&gt;
[[es:Mochilas]]&lt;br /&gt;
[[de:Backpacks]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/404/en/index.php?title=Activity_completion_report&amp;diff=140646</id>
		<title>Activity completion report</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/404/en/index.php?title=Activity_completion_report&amp;diff=140646"/>
		<updated>2021-06-10T11:18:04Z</updated>

		<summary type="html">&lt;p&gt;Ghillenb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Course reports}}&lt;br /&gt;
Activity completion info can be viewed by managers, teachers and non-editing teachers (and any other users with the capability [[Capabilities/report/progress:view|report/progress:view]]) by clicking the gear icon top right and selecting &amp;quot;More&amp;gt; Reports&amp;gt;Activity completion&amp;quot; (with the Boost theme) or from &#039;&#039;Administration&amp;gt; Course administration&amp;gt; Reports &amp;gt; Activity completion&#039;&#039; with non-Boost themes.&lt;br /&gt;
&lt;br /&gt;
Teachers can mark activities complete on behalf of students by clicking into the relevant completion boxes. This requires the capability [[Capabilities/moodle/course:overridecompletion|Override activity completion status]] which is enabled for editing and non-editing teachers by default. Activities marked complete by the teacher display with a red border in the activity completion report.&lt;br /&gt;
&lt;br /&gt;
{{New features}}&lt;br /&gt;
In Moodle 3.11 onwards, the activity completion report can be filtered by activity type and order in the course.&lt;br /&gt;
&lt;br /&gt;
[[File:activitycompletionreport311.png|center]]&lt;br /&gt;
[[Category: Completion]]&lt;br /&gt;
&lt;br /&gt;
[[es:Reporte de finalización de actividad]]&lt;br /&gt;
[[de:Aktivitätsabschlussbericht]]&lt;/div&gt;</summary>
		<author><name>Ghillenb</name></author>
	</entry>
</feed>