<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/37/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Diggers2004</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/37/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Diggers2004"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/Special:Contributions/Diggers2004"/>
	<updated>2026-04-09T10:48:38Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Theme_settings&amp;diff=59119</id>
		<title>Theme settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Theme_settings&amp;diff=59119"/>
		<updated>2009-06-30T02:19:48Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: /* Theme settings */  ~~~~&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Themes}}&lt;br /&gt;
Location: &#039;&#039;Administration &amp;gt; Appearance &amp;gt; Themes &amp;gt; Theme settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Theme settings ==&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;themelist&#039;&#039; - This lists the themes available for course and user themes. Leave this blank to allow any valid theme to be used. If you want to shorten the theme menu, you may specify a comma-separated list of names, though don&#039;t use spaces (e.g. standard,orangewhite).&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;allowuserthemes&#039;&#039; - If enabled, then users will be allowed to set their own themes through their [[Edit_profile#Preferred_theme|Edit Profile]] page. User themes override site themes but not if the course setting is [[Course_settings#Force_Theme|Force theme]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;allowcoursethemes&#039;&#039; - If you enable this, then teachers will be able to set their own course themes. Course themes override all other theme choices (site, user, or session themes).&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;allowcategorythemes&#039;&#039; - If you enable this, then themes can be set at the category level. This will affect all child categories and courses unless they have specifically set their own theme. WARNING: Enabling category themes may affect performance.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;allowuserstohideblocks&#039;&#039;- Allows users to display and hide blocks&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;showblocksonmodulepage&#039;&#039; -If activity module allows blocks, this will enable a pulldown list.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;allowcategorythemes&#039;&#039; - If you enable this, then themes can be set at the category level (from Moodle 1.9 onwards).&lt;br /&gt;
&lt;br /&gt;
== Theme types ==&lt;br /&gt;
&lt;br /&gt;
==== Site themes ====&lt;br /&gt;
Site themes may be previewed and chosen via Administration &amp;gt;&amp;gt; Configuration &amp;gt;&amp;gt; [[Themes]].&lt;br /&gt;
&lt;br /&gt;
==== User themes ====&lt;br /&gt;
If the option &#039;&#039;allowuserthemes&#039;&#039; is enabled, each user may select their preferred theme on the [[user/edit|Edit profile]] page. All Moodle pages will be displayed in the user&#039;s theme, apart from courses where a course theme has been set.&lt;br /&gt;
&lt;br /&gt;
==== Course themes ====&lt;br /&gt;
If the option &#039;&#039;allowcoursethemes&#039;&#039; is enabled, each editing teacher may select their course theme via the Force theme option on the [[course/edit|Course settings]] page. The course will always be displayed in the theme specified in the course setting, with user and the site themes being overwritten.&lt;br /&gt;
&lt;br /&gt;
==== Category themes ====&lt;br /&gt;
{{Moodle 1.9}}In Moodle 1.9 onwards, category themes may be set. There is an admin setting to turn this feature on/off under &amp;quot;Site Administration/Appearance/Themes/Theme settings&amp;quot;. It is off by default as it does take a bit of processing overhead. If it is switched on then you will be able to select a theme when editing categories. The theme will then apply to all courses in that category or child categories and the category page itself.&lt;br /&gt;
&lt;br /&gt;
==== Session themes ====&lt;br /&gt;
Moodle offers an additional way to set a theme - the &#039;&#039;&#039;session theme&#039;&#039;&#039;. This is set with the URL and lasts until you log out. When you next login, the site/course/user themes are active again. This option is great for theme testing and works perfectly when you want to enable different themes for different situations.&lt;br /&gt;
&lt;br /&gt;
For example you can offer a special link for PDA users and integrate the session theme &#039;&#039;orangewhitepda&#039;&#039; in that link. Nobody needs to change any settings, you just click on that link. The session theme is called by the URL parameter &amp;lt;code&amp;gt;&amp;amp;theme=orangewhitepda&amp;lt;/code&amp;gt;. The whole URL  without the session theme could look like &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://mymoodlesite.org/course/view.php?id=18&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; and with the parameter for the PDA theme like &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;quot;http://mymoodlesite.org/course/view.php?id=18&amp;amp;theme=orangewhitepda&amp;quot;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
In a standard Moodle installation, session themes are not active. To activate them the administrator must add the parameter &amp;lt;code&amp;gt;$CFG-&amp;gt;allowthemechangeonurl = true;&amp;lt;/code&amp;gt; to the Moodle &#039;&#039;config.php&#039;&#039; file in the Moodle base directory.&lt;br /&gt;
&lt;br /&gt;
==== Page theme ====&lt;br /&gt;
A page theme is for special page-only themes set by code.&lt;br /&gt;
&lt;br /&gt;
== Theme overview ==&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border:1px dashed #ddd&amp;quot;&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;text-align:left&amp;quot;&lt;br /&gt;
!Theme type&lt;br /&gt;
! style=&amp;quot;background:#eee&amp;quot;|Overwrites&lt;br /&gt;
!Display&lt;br /&gt;
! style=&amp;quot;background:#eee&amp;quot;|Setting type&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
|Site&lt;br /&gt;
|style=&amp;quot;background:#eee&amp;quot;| - &lt;br /&gt;
|all pages*&lt;br /&gt;
|style=&amp;quot;background:#eee&amp;quot;|saved in theme profile&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
|User&lt;br /&gt;
|style=&amp;quot;background:#eee&amp;quot;|Site theme&lt;br /&gt;
|all pages*&lt;br /&gt;
|style=&amp;quot;background:#eee&amp;quot;|saved in user profile&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
|Course&lt;br /&gt;
|style=&amp;quot;background:#eee&amp;quot;|Site, user and session themes&lt;br /&gt;
|one course&lt;br /&gt;
|style=&amp;quot;background:#eee&amp;quot;|saved in course profile&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
|Session&lt;br /&gt;
|style=&amp;quot;background:#eee&amp;quot;|Site and user themes&lt;br /&gt;
|all pages*&lt;br /&gt;
|style=&amp;quot;background:#eee&amp;quot;|temporary until logout&lt;br /&gt;
|}&lt;br /&gt;
(* except courses with the course theme set)&lt;br /&gt;
&lt;br /&gt;
== Sideblock width ==&lt;br /&gt;
{{Moodle 1.8}}When you need to define the side column width for your themes you can add the following settings to your theme config.php.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
$THEME-&amp;gt;block_l_min_width = 148;&lt;br /&gt;
$THEME-&amp;gt;block_l_max_width = 148;&lt;br /&gt;
$THEME-&amp;gt;block_r_min_width = 260;&lt;br /&gt;
$THEME-&amp;gt;block_r_max_width = 260;&lt;br /&gt;
&lt;br /&gt;
/// These values define the min and max width of the left and right&lt;br /&gt;
/// sideblocks in the course pages. If not set or false the standard &lt;br /&gt;
/// values are taken.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Change column order==&lt;br /&gt;
{{Moodle 1.8}}When you need to change the column order for your themes you can add the following settings to your theme config.php.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
$THEME-&amp;gt;layouttable = array(&#039;left&#039;, &#039;right&#039;, &#039;middle&#039;);&lt;br /&gt;
&lt;br /&gt;
/// These values define the order of the columns for all&lt;br /&gt;
/// pages showing sideblocks. If not set Moodle uses the &lt;br /&gt;
/// default order:&lt;br /&gt;
/// $THEME-&amp;gt;layouttable = array(&#039;left&#039;, &#039;middle&#039;, &#039;right&#039;);&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Theme priority==&lt;br /&gt;
{{Moodle 1.9}}In Moodle 1.9 onwards, the priority of themes can be set. The order defines which theme wins when there are several set at different levels. You can set a variable in config.php called $CFG-&amp;gt;themeorder (see config-dist.php for more details). By default it is set to: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;$CFG-&amp;gt;themeorder = array(&#039;page&#039;, &#039;course&#039;, &#039;category&#039;, &#039;session&#039;, &#039;user&#039;, &#039;site&#039;);&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Hide activity type navigation==&lt;br /&gt;
{{Moodle 1.9}}In Moodle 1.9 onwards, the activity type (e.g. Quizzes) crumb in the navigation bar may be hidden from students or all users.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*How to change [[Header logo]] &lt;br /&gt;
*[[Theme scrapbook]] has more information about themes&lt;br /&gt;
*[http://www.youtube.com/watch?v=mCVsJ3Wsoj8 Video demonstrating how to set a category theme in Moodle 1.9]&lt;br /&gt;
&lt;br /&gt;
[[Category:Themes]]&lt;br /&gt;
&lt;br /&gt;
[[es:Configuración de temas]]&lt;br /&gt;
[[fr:Configuration des thèmes]]&lt;br /&gt;
[[ja:テーマ設定]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Edit_profile&amp;diff=59118</id>
		<title>Edit profile</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Edit_profile&amp;diff=59118"/>
		<updated>2009-06-30T02:16:29Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: /* Preferred language */  ~~~~&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Course admin}}&lt;br /&gt;
Students are usually asked to edit their profile in Moodle.  It is also possible for the administrator to edit users&#039; profiles. These instructions reflect the 1.9 format of the user&#039;s page for the site administrator.  A student has a shorter list.&lt;br /&gt;
 &lt;br /&gt;
==Table of Contents==&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Standard settings==&lt;br /&gt;
===General===&lt;br /&gt;
====User name====&lt;br /&gt;
This may be changed. Can only contain alphabetical letters or numbers (underscore character is not permitted; however, a period is permissible).&lt;br /&gt;
&lt;br /&gt;
====New Password====&lt;br /&gt;
Has an unmask setting to reveal the actual password. Password is validated to ensure that password complexity requirements as enforced. See [[Site_policies#Password_policy|Password policy]] for more information.&lt;br /&gt;
&lt;br /&gt;
====Force password change====&lt;br /&gt;
An initial password can be set by the administrator or bulk uploading, but this will force the user to create a new password.&lt;br /&gt;
 &lt;br /&gt;
====First name, surname====&lt;br /&gt;
The first two fields are quite self-explanatory. The first and last names should be those that the student is to be known by in the course. They will identify the student everywhere in the course.&lt;br /&gt;
&lt;br /&gt;
====Email address====&lt;br /&gt;
The email address should be the address at which the student receives acknowledgements and messages from the system, and is also the address that is displayed to the instructor and other users of the Moodle site, assuming that they have set the &amp;quot;Email display&amp;quot; option to allow other participants in the course to see their address, so it should be a mail address that they check regularly.  Other email display options are to hide your mail address from all users (it will still be visible to admins and instructors), or to make it available to everyone who visits the course, not just those that are enrolled.&lt;br /&gt;
&lt;br /&gt;
====Email display====&lt;br /&gt;
This controls the visibility of the address to others, allowing you to show or hide your email in the class. There are three options: you can set it so that all users (including guests) could see your email, or so that only other enrollees in the course can see the email address, or so that no one could see your email address at all. &lt;br /&gt;
&lt;br /&gt;
====Email activated====&lt;br /&gt;
One can either enable or disable emails being sent to an address. Note that if this is disabled, students will not receive any mail whatsoever from the site.&lt;br /&gt;
&lt;br /&gt;
====City/town; country====&lt;br /&gt;
These fields are used to further identify you by geographical location.&lt;br /&gt;
&lt;br /&gt;
====Timezone====&lt;br /&gt;
This field is used to convert time-related messages on the system (such as assignment deadlines) from the default Moodle timezone to the correct time in whichever zone you have selected. &lt;br /&gt;
&lt;br /&gt;
====Preferred language ====&lt;br /&gt;
A Moodle site might have multiple languages installed from language packs. This sets the user&#039;s prefered language using a drop down menu.&lt;br /&gt;
&lt;br /&gt;
====Preferred theme====&lt;br /&gt;
If site configurations has [[Theme_settings|allowuserthemes]] enabled, then users will be allowed to set their own preferred theme. User themes override site themes but not if the course setting is [[Course_settings#Force_Theme|Force theme]].&lt;br /&gt;
&lt;br /&gt;
====Description====&lt;br /&gt;
In this field you can enter some text about yourself, be it information about your studies, hobbies, qualifications or anything else that does not break the acceptable use policy of this site. This text will be visible to anyone that views your profile.&lt;br /&gt;
&lt;br /&gt;
===Picture of===&lt;br /&gt;
The user&#039;s picture (also known as an Avatar) can be changed in this section.  The default,  Moodle picture is automatically used when a new user is created. Moodle creates two sizes of a user&#039;s picture. The two images files are called &amp;quot;f1&amp;quot; and &#039;f2&amp;quot;. The site administrator can change the default images. Here is the standard default &amp;quot;f1&amp;quot; image.&lt;br /&gt;
[[Image:F1 user default image.jpg|center]]&lt;br /&gt;
====Current picture====&lt;br /&gt;
This shows the picture associated with a profile. Sometimes the refresh button on your browser will update the current image view.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; The site administrator can view all uploaded user pictures via the URL &amp;lt;moodle url&amp;gt;/userpix/. For example &amp;lt;nowiki&amp;gt;http://demo.moodle.org/userpix/&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; Want the default picture to be blank? Replace the picture with a file that has 1 white pixel. &lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; The site administrator can change the default picture for the site by replacing the F1 and F2 images in the theme or pic folders.&lt;br /&gt;
&lt;br /&gt;
====Delete====&lt;br /&gt;
Checking this box and using the update button will delete the current picture and restore the Moodle site default user picture.&lt;br /&gt;
&lt;br /&gt;
====New picture====&lt;br /&gt;
This field has a Browse button to allow the user to find and then upload a new picture for the profile. Uploaded image types supported include gif, jpg, and png. The file upload size shown is determined by the maxbytes variable on the configuration page. User pictures are 100px by 100px for the larger view and 35px by 35px for the smaller view. Both of these small images are created by Moodle in the upload process, which also reduces the file size to around 4K. The pictures are stored in each Users sub-folder of the Moodle data folder as &amp;quot;f1&amp;quot; and &amp;quot;f2&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; The picture does not change? Or the picture will not change after repeated uploads of a new photo file?  The most common solution is to refresh your browser cache. It is also possible the problem has to do with the server cache. Ask your site administrator or hosting service if there is a server cache setting that is causing this problem. Often removing an unnecessary cache will solve this.&lt;br /&gt;
&lt;br /&gt;
====Picture Description====&lt;br /&gt;
This text appears when the mouse rolls over the picture as a description.&lt;br /&gt;
&lt;br /&gt;
===Interests===&lt;br /&gt;
====List of interests====&lt;br /&gt;
Use a comma between different interests.&lt;br /&gt;
&lt;br /&gt;
==Advanced==&lt;br /&gt;
Clicking on the Show Advanced button will reveal additonal fields.&lt;br /&gt;
===General===&lt;br /&gt;
====Choose an authentication method====&lt;br /&gt;
The administrator can select a particular [[Authentication]] method for the user.  This is also the place to turn on the &amp;quot;[[No login]]&amp;quot; setting.&lt;br /&gt;
&lt;br /&gt;
====Email format====&lt;br /&gt;
There are two  &amp;quot;Pretty HTML format&amp;quot; (which means that the messages will be formatted with different fonts and colours to make them easier to read) and &amp;quot;Plain text format&amp;quot; (plain text with no fancy formatting or colours). &lt;br /&gt;
&lt;br /&gt;
====Email digest type====&lt;br /&gt;
This setting determines how one receives any posts from forums to which one is subscribed. There are three possible choices:&lt;br /&gt;
* No digest (one receives individual emails),&lt;br /&gt;
* Complete (a single digest daily) or&lt;br /&gt;
* Subjects (a single digest daily with only the post topics included).&lt;br /&gt;
&lt;br /&gt;
[[Image:Forum_subscription_options.gif|frame|right|users may choose how they receive email from forums]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Forum auto-subscribe====&lt;br /&gt;
This setting lets one decide if one wants email copies of posts that are added to forums. If you set this to subscribe, the system will automatically email one copies of new posts in forums that one posts in, unless they manually override it when posting. &lt;br /&gt;
&lt;br /&gt;
====Forum tracking====&lt;br /&gt;
Enabling forum tracking means highlighting the posts you have not read yet, which should improve your forum navigation. &lt;br /&gt;
&lt;br /&gt;
====When editing text====&lt;br /&gt;
This can usually be left on &amp;quot;Use HTML editor (some browsers only)&amp;quot;. This allows for text formatting options, but requires newer browsers. If you find your browser is not letting you edit text, change this setting to &amp;quot;Use standard web forms&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
====AJAX and Javascript  ====&lt;br /&gt;
No: use basic web features &lt;br /&gt;
&lt;br /&gt;
====Screen reader====&lt;br /&gt;
&lt;br /&gt;
===Options===&lt;br /&gt;
The site administrator may have [[User profile fields|added more fields]] to the user profile. The following are standard with Moodle and are revealed by the &amp;quot;Show Advanced&amp;quot; button:&lt;br /&gt;
&lt;br /&gt;
*Web page&lt;br /&gt;
*ICQ number&lt;br /&gt;
*Skype ID&lt;br /&gt;
*AIM ID&lt;br /&gt;
*Yahoo ID&lt;br /&gt;
*MSN ID&lt;br /&gt;
*ID number&lt;br /&gt;
*Institution&lt;br /&gt;
*Department&lt;br /&gt;
*Phone&lt;br /&gt;
*Mobile Phone&lt;br /&gt;
*Address&lt;br /&gt;
&lt;br /&gt;
==Older version notes==&lt;br /&gt;
*In 1.6, on the home page in the administration block select &#039;&#039;&#039;users&#039;&#039;&#039;, and then &#039;&#039;&#039;edit user accounts&#039;&#039;&#039;.  Find the student and click on the edit link. This brings you to their profile page, which has tabs for Edit Profile, Forum Posts, Blogs, and activity reports. &lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*The capabilities [[Capabilities/moodle/user:editprofile|moodle/user:editprofile]], [[Capabilities/moodle/user:editownprofile|moodle/user:editownprofile]] and [[Capabilities/moodle/user:update|moodle/user:update]]&lt;br /&gt;
&lt;br /&gt;
[[ca:Editar Perfil]]&lt;br /&gt;
[[es:Editar Información personal]]&lt;br /&gt;
[[fr:Modifier mon profil]]&lt;br /&gt;
[[ja:プロフィールの編集]]&lt;br /&gt;
[[de:Nutzerprofil bearbeiten]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Course_settings&amp;diff=59117</id>
		<title>Course settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Course_settings&amp;diff=59117"/>
		<updated>2009-06-30T02:08:40Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: /* Force */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Course admin}}&lt;br /&gt;
&lt;br /&gt;
[[Image:Settings.gif]]&#039;&#039;&#039;Course settings&#039;&#039;&#039; control how the things appear to the participants in a course. It is the first page viewed after creating a course. It can be edited through the &#039;&#039;&#039;Settings&#039;&#039;&#039; link in the [[Course administration block]] menu.  This page has links to other pages that may describe a setting in more detail. Different versions of Moodle may not have all the settings listed below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==General==&lt;br /&gt;
[[Image:generalsettings1.gif|thumb|General settings]]&lt;br /&gt;
===Short name===&lt;br /&gt;
Many institutions have a shorthand way of referring to a course, such as BP102 or COMMS.  Even if you do not already have such a name for your course, make one up here.  It will be used in several places where the long name is not appropriate.  The most common use is in the navigation bar that is at the top of most pages and this provides an active link to the course home page.&lt;br /&gt;
&lt;br /&gt;
[[Image:Assignment nav trail.jpg|We at Assignment, part of the Features course, in a site called Moodle]]&lt;br /&gt;
&lt;br /&gt;
The above example has the short course name, &amp;quot;Features&amp;quot;.  The short name also appears in the subject line of email messages that are part of the course.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; If the short name field is not editable, the site administrator has disabled that user&#039;s ability by unassigning the moodle/course:changeshortname capability.&lt;br /&gt;
&lt;br /&gt;
===ID number===&lt;br /&gt;
The ID number is an alphanumeric field.  It has several potential uses.  Generally, it is not displayed to students.  However, it can be used to match this course against an external system&#039;s ID, as your course catalog ID or can be used in the certificate module as a printed field.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; If the ID number field is not editable, the site administrator has disabled that user&#039;s ability by unassigning the moodle/course:changeidnumber capability.&lt;br /&gt;
&lt;br /&gt;
[[#top|Top]]&lt;br /&gt;
===Format===&lt;br /&gt;
[[Image:generalsettings3.gif|thumb|Format section in course settings]]&lt;br /&gt;
See [[Course formats]]&lt;br /&gt;
&lt;br /&gt;
===Number of weeks/topics===&lt;br /&gt;
This setting is only used by the &#039;weekly&#039; and &#039;topics&#039; course formats.  In the &#039;weekly&#039; format, it specifies the number of weeks that the course will run for, starting from the course starting date.  In the &#039;topics&#039; format, it specifies the number of topics in the course.  Both of these translate to the number of &amp;quot;boxes&amp;quot; down the middle of the course page.&lt;br /&gt;
&lt;br /&gt;
[[#top|Top]]&lt;br /&gt;
===Course start date===&lt;br /&gt;
This is where you specify the starting time of the course (in your own time zone). The first week will start on the date you set here when you use the &amp;quot;Weekly&amp;quot; course format.&lt;br /&gt;
&lt;br /&gt;
This setting will not affect courses using the &#039;social&#039; or &#039;topics&#039; formats.&lt;br /&gt;
&lt;br /&gt;
However, this setting will have an effect on the display of logs, which use this date as the earliest possible date you can display. It can also make your course not visible to students even if when the course is available to students (see below).  &lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; If your institution runs on a weekly schedule, you may want to consider setting the start date for courses on the first day of the week, like a Monday.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; In general, if your course does not have a real starting date then set the date to yesterday and use the availability setting to reveal the course to students.&lt;br /&gt;
&lt;br /&gt;
===Hidden sections===&lt;br /&gt;
This option allows you to decide how the hidden sections in your course are displayed to students.  By default, a small area is shown (in collapsed form, usually gray) to indicate where the hidden section is, though they still cannot actually see the hidden activities and texts.  This is particularly useful in the Weekly format, so that non-class weeks are clear, or if you have quizes you don&#039;t want your students to see.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; If you choose, these non-available items can be completely hidden, so that students do not even know  that sections or an activity in the course are hidden.&lt;br /&gt;
&lt;br /&gt;
[[#top|Top]]&lt;br /&gt;
===Show grades===&lt;br /&gt;
Many of the activities allow [[Grades|grades]] to be set.  By default, the results of all grades within the course can be seen in the Grades page, available from the main course page for students and teachers.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; If a teacher is not interested in using grades in a course, or just wants to hide grades from students, then they can disable the display of grades with this option.  This does not prevent the teacher using or setting grades for an individual activities, it just disables the results from being displayed to students.&lt;br /&gt;
&lt;br /&gt;
===Show activity reports===&lt;br /&gt;
[[Activity_report#Individual_Activity_Report|Activity reports]] are available to each student. These reports or logs shows their activity and contributions in the current course.  These reports include their detailed access log.&lt;br /&gt;
&lt;br /&gt;
Student access to their own reports is controlled by the teacher via this course setting.  For some courses, these reports can be a useful tool for a student to reflect on their involvement and appearance within the online environment, but for some courses, this may not be necessary.&lt;br /&gt;
&lt;br /&gt;
Teachers always have access to these reports.  Teachers can use the button or tab visible on each person’s profile page or use the [[Reports]] link in the course administration block.&lt;br /&gt;
&lt;br /&gt;
Your site administrator may ask you to turn this feature off.  Showing activity reports can place a load on the server, slowing it down at times.  For large or long classes it may be more efficient to keep it off.&lt;br /&gt;
&lt;br /&gt;
[[#top|Top]]&lt;br /&gt;
===Maximum upload size===&lt;br /&gt;
[[Image:Changeupload.jpg|thumb|Maximum upload size setting]]&lt;br /&gt;
This setting defines the largest size of file that can be uploaded by students in this course.  The site administrator can determine [[Site_policies#Maximum_uploaded_file_sizefile |sizes available]] for the teacher to select.  Teachers should be aware of a course&#039;s [[Files|file structure]].&lt;br /&gt;
&lt;br /&gt;
It is possible to further restrict this size through settings within each activity module.&lt;br /&gt;
&lt;br /&gt;
===Force Theme===&lt;br /&gt;
If the site administrator has allowed the teacher to set a course [[Themes|theme]], this pull down menu will appear with a list of themes on the site.&lt;br /&gt;
&lt;br /&gt;
===Is this a meta course?===&lt;br /&gt;
A [[Metacourses|metacourse]] automatically enrolls its participants from other courses.  For example, for every course that is a &amp;quot;child&amp;quot; of the metacourse, all students in the child course are enrolled in the metacourse.&lt;br /&gt;
&lt;br /&gt;
[[#top|Top]]&lt;br /&gt;
==Enrolments==&lt;br /&gt;
[[Image:generalsetting4.gif|thumb|Enrolment settings]]&lt;br /&gt;
===Enrolment plugins===&lt;br /&gt;
This setting allows you to choose an interactive [[Enrolment plugins|enrolment plugin]], such as [[Internal enrolment|internal enrolment]] or [[Paypal]]. If you use a non-interactive enrolment plugin, this setting has no effect.&lt;br /&gt;
&lt;br /&gt;
===Default role===&lt;br /&gt;
&lt;br /&gt;
From Moodle 1.7 onwards, a default course role, such as student, may be set.&lt;br /&gt;
&lt;br /&gt;
===Course enrollable===&lt;br /&gt;
This setting only affects interactive enrolment plugins, such as [[Internal enrolment|internal enrolment]] and [[Paypal]]. It has no affect at all on non-interactive plugins (e.g. External Database, LDAP). Setting it to &amp;quot;no&amp;quot; or if it is outside the specified date range will result in the student being told the course is &amp;quot;Not enrollable&amp;quot; and being returned to the front page, if they are attempting to enroll using an interactive plugin.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; If you are using Internal enrolment and you have not set an enrolment key, you should seriously consider setting this to &#039;&#039;No&#039;&#039; otherwise any user can enrol on your course.&lt;br /&gt;
&lt;br /&gt;
[[#top|Top]]&lt;br /&gt;
===Enrolment duration===&lt;br /&gt;
This setting specifies the number of days a student can be enrolled in this course (starting from the moment they enroll).  Set this value with care - setting it when not required is a common origin of the complaint,  &amp;quot;my students keep disappearing after n days&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; This is useful for rolling courses without a specific start or end time. Students are automatically unenrolled after the number of days has expired in this setting.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; This setting can be used as an alternative to a manually unenrolling students or using a clean-up function to remove defunct students at some future time.&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; If this course is a metacourse, the enrolment period will not be used.&lt;br /&gt;
&lt;br /&gt;
==Enrolment expiry notification==&lt;br /&gt;
[[Image:generalsettings5.gif|thumb|Enrolment expiry notification settings]]&lt;br /&gt;
These settings determine whether teachers and/or students are notified that their enrolment is about to expire and how much notice they should be given.&lt;br /&gt;
&lt;br /&gt;
[[#top|Top]]&lt;br /&gt;
==Groups==&lt;br /&gt;
[[Image:generalsettings6.gif|thumb|Groups settings]]&lt;br /&gt;
===Group mode===&lt;br /&gt;
Here you can define the [[Groups|group mode]] at the course level by a pull down menu. &amp;quot;[[Groups#No_groups|No groups]]&amp;quot;, &amp;quot;[[Groups#Separate_groups|Separate groups]]&amp;quot; and &amp;quot;[[Groups#Visible_groups|Visible groups]]&amp;quot; are the choices. The selected setting will be the default group mode for all activities defined within that course.  The group setting can affect what users see in the [[Participants]] list. &lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; You may leave it set to &amp;quot;No groups&amp;quot; and still have specific activities use groups. In this case the force setting below should be set to &amp;quot;no&amp;quot;. For example, the teacher can use a group setting to completely separate cohorts of students such that each group is unaware of the other in the course.&lt;br /&gt;
&lt;br /&gt;
===Force===&lt;br /&gt;
If the group mode is &amp;quot;forced&amp;quot; at a course-level, then this particular group mode will be applied to every activity in that course. This will override any activities that may have a special group setting.  &lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039;The force setting is useful when the teacher wants to set up a course and not have to change each activities group settings.&lt;br /&gt;
&lt;br /&gt;
[[#top|Top]]&lt;br /&gt;
===Default grouping===&lt;br /&gt;
&lt;br /&gt;
{{Moodle 1.9}}If [[Groupings|groupings]] are enabled (in Moodle 1.9 onwards), a default grouping for course activities and resources may be set.&lt;br /&gt;
&lt;br /&gt;
==Availability==&lt;br /&gt;
&lt;br /&gt;
[[Image:generalsettings7.gif|thumb|Availability settings]]&lt;br /&gt;
This option allows you to &amp;quot;hide&amp;quot; your course completely. It will not appear on any course listings, except to teachers of the course and administrators. Even if students try to access the course URL directly, they will not be allowed to enter.  &lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; The [[Course_settings#Course_start_date|Start Date]] of the course can also effect course visibility. &lt;br /&gt;
 &lt;br /&gt;
[[#top|Top]]&lt;br /&gt;
===Enrolment key===&lt;br /&gt;
A course [[Enrolment key|enrolment key]] enables access to courses to be restricted to those who know the key. This feature is typically used on sites which encourage self enrolments or use an external database process to register students in a course.  The idea is that Teachers or course administrators will supply the key to authorized people using another means like private email, snail mail, on the phone or even verbally in a face-to-face class.&lt;br /&gt;
&lt;br /&gt;
When the key is left blank and [[Course_settings#Course_enrollable|self enrolment]] is allowed, then anyone who has a Moodle username on the site will be able to enrol in the course.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; A student can be manually enroled in the course and will not have to supply the required key when they enter the course for the first time. &lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; If this password &amp;quot;gets out&amp;quot; and you have unwanted people enrolling, you can unenrol them (see their user profile page or unassign them from the [[Assign roles|student role]] in the course) and change this key. Any legitimate students who have already enrolled will not be affected, but the unwanted people will not be able to get back in.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; If you are using a non-interactive enrolment, system (e.g., External Database, LDAP) and you do not want students who fail the initial check to be asked for an enrolment key that they will not have, set &#039;&#039;Course Enrolable&#039;&#039; to &#039;&#039;No&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; You can control who is displayed as providing the Key when someone is requested to supply the key. See [[Internal enrolment]]&lt;br /&gt;
&lt;br /&gt;
[[#top|Top]]&lt;br /&gt;
===Guest access===&lt;br /&gt;
&lt;br /&gt;
Allows any authenticated user (i.e. logged in) to access the course (as a [[Guest role|guest]]), including those who have logged in &amp;quot;as guest&amp;quot;. You can choose if they need an enrolment key or may enter without one. &lt;br /&gt;
&lt;br /&gt;
People can log in as guests using the &amp;quot;Login as a guest&amp;quot; button on a login screen, where that feature is enabled for the site. When the user tries to enter a course, they will see the [[Log in|login screen]]. If you only need people authenticated via your normal authentication method to access courses (as Guest or not) it is probably wise to disable &amp;quot;Login as a guest&amp;quot; for a slight improvement in site security. See [[Manage authentication]].&lt;br /&gt;
&lt;br /&gt;
Guests in a course ALWAYS have &amp;quot;read-only&amp;quot; access - meaning they cannot leave any posts or otherwise mess up the course for real students.  No use information is stored for a guest.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; This can be handy when you want to let a colleague in to look around at your work, or to let students see a course before they have decided to enroll.&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; You have a choice between two types of guest access: with the enrolment key or without. If you choose to allow guests who have the key, then the guest will need to provide the current enrolment key EVERY TIME they log in (unlike students who only need to do it once). This lets you restrict your guests. If you choose to allow guests without a key, then anyone can get straight into your course.&lt;br /&gt;
&lt;br /&gt;
For more information see [[Guest role]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[#top|Top]]&lt;br /&gt;
===Cost===&lt;br /&gt;
&lt;br /&gt;
If [[Paypal]] or [[Authorize.net Payment Gateway]] is set as the [[Enrolment plugins|enrolment plugin]], then the course cost can be set in the cost field.&lt;br /&gt;
&lt;br /&gt;
==Language==&lt;br /&gt;
[[Image:generalsettings8.gif|thumb|Language settings]]&lt;br /&gt;
&lt;br /&gt;
If you force a language in a course, the interface of Moodle in this course will be in this particular language, even if a student has selected a different preferred language in his/her personal profile.&lt;br /&gt;
&lt;br /&gt;
[[#top|Top]]&lt;br /&gt;
==Role renaming==&lt;br /&gt;
[[Image:rolesimages.gif|thumb|Role renaming settings]]&lt;br /&gt;
{{Moodle 1.9}}In Moodle 1.9 onwards, you can rename the [[Roles|roles]] used in your course. For example, you may wish to rename the [[Teacher role]] as &amp;quot;Facilitator&amp;quot;, &amp;quot;Tutor&amp;quot; or &amp;quot;Guide&amp;quot;. These new role names will appear within the course. For example on the [[Participants|participants]] and the override permissions pages. &lt;br /&gt;
&lt;br /&gt;
Please note that the site administrator or a [[Course managers|course manager]] may have changed the names or added new roles.  These names will appear and the teacher may rename them.&lt;br /&gt;
&lt;br /&gt;
[[Roles FAQ]] contains information on changing the name for teacher in Moodle 1.7 and 1.8. Prior to Moodle 1.7, the words for teacher and student may be changed in the course settings.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;Tip&#039;&#039;: Do not worry about changing every role name. Only change the site roles which are  used in your course. For example, you may want to ignore renaming roles such as the [[Administrator role]] or the [[Authenticated user role]].&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;Tip&#039;&#039;: To include new role names in a course backup, users should be included in the backup.&lt;br /&gt;
&lt;br /&gt;
[[#top|Top]]&lt;br /&gt;
==Default course settings==&lt;br /&gt;
&lt;br /&gt;
An administrator can set course settings defaults in &#039;&#039;Administration &amp;gt; Courses &amp;gt; [[Course default settings]]&#039;&#039; in Moodle 1.9.5 onwards.&lt;br /&gt;
[[#top|Top]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[http://www.youtube.com/watch?v=zWOp1oq-TvI Video showing how to create a course in Moodle]&lt;br /&gt;
&lt;br /&gt;
[[Category:Course]]&lt;br /&gt;
&lt;br /&gt;
[[de:Kurseinstellungen]]&lt;br /&gt;
[[es:Configuración del curso]]&lt;br /&gt;
[[eu:Ikastaroaren_ezarpenak]]&lt;br /&gt;
[[fr:Paramètres]]&lt;br /&gt;
[[ja:コース設定]]&lt;br /&gt;
[[ru:course/edit]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Iframe&amp;diff=59011</id>
		<title>Iframe</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Iframe&amp;diff=59011"/>
		<updated>2009-06-28T03:52:56Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: add possible uses.  add simpler example ~~~~&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;IFrame (&#039;&#039;&#039;I&#039;&#039;&#039;nline &#039;&#039;&#039;F&#039;&#039;&#039;rame) is piece of HTML code that creates a frame or window within an HTML page to display content from another URL.&lt;br /&gt;
&lt;br /&gt;
In moodle, it is a good way to display content such as:&lt;br /&gt;
*calendars from external sites such as google calendar, microsoft outlook web calendars, apple mobileme calendars etc.&lt;br /&gt;
*web pages with current content: e.g. weather&lt;br /&gt;
*content from network locations outside the current moodle course e.g. another moodle course, a network file of html page&lt;br /&gt;
*content from sites which deliver content through iFrames such as google picasa web albums, youtube etc.&lt;br /&gt;
&lt;br /&gt;
NOTE: Screen widths are often 1200 pixels wide so an iFrame up to 1000 pixels is often fine.&lt;br /&gt;
&lt;br /&gt;
The size of the IFrame can be specified in the surrounding HTML page, so that the surrounding page can already be presented in the browser while the IFrame is still being loaded. The IFrame behaves much like an inline image and the user can scroll it out of view. On the other hand, the IFrame can contain its own scroll bar, independent of the surrounding page&#039;s scroll bar. &lt;br /&gt;
&lt;br /&gt;
Caution: not all browsers recognize IFrame. However, Mozilla Firefox, Opera and Microsoft Internet Explorer introduced contentEditable and designMode, which enables users to edit the contents of the HTML contained in an IFrame. Popular web applications which make use of this feature including Google Docs &amp;amp; Spreadsheets (formerly Writely), JotSpot Live, and Windows Live Hotmail to name a few.&lt;br /&gt;
&lt;br /&gt;
==Code example==&lt;br /&gt;
&lt;br /&gt;
To create an iframe,&lt;br /&gt;
*edit a section header, label, web page or forum post&lt;br /&gt;
*turn on the HTML code display&lt;br /&gt;
*paste the following code somwhere&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;iframe height=&amp;quot;600&amp;quot; width=&amp;quot;900&amp;quot; src=&amp;quot;https://docs.moodle.org&amp;quot;&amp;gt; Your browser does not diplay iFrames&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following example creates a scrollable window 300 by 600 pixtels and opens up Adobe Reader and the file inside it. &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;iframe height=&amp;quot;300&amp;quot; width=&amp;quot;600&amp;quot; src=&amp;quot;http://demo.moodle.org/file.php/2/Media_examples /WQ3.pdf&amp;quot;&amp;gt; Alternative text for browsers that do not understand IFrames &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example use==&lt;br /&gt;
Here is an example of how to insert a PDF file into an assignment using Iframe.&lt;br /&gt;
&lt;br /&gt;
#Within your course, upload the PDF into your course files area&lt;br /&gt;
#Once you&#039;ve done that click on the file and note its URL address in the browser address bar. &lt;br /&gt;
##Tip:copy the URL from the browser window, pop it into Notepad.  Or open a second browser window and find the pdf file,  copy the URL address from that window into the window you have open with the code.&lt;br /&gt;
#Create a new Assignment (Online Text)&lt;br /&gt;
#For the description, change the view to HTML view in the editor, and embed the HTML code for an iFrame that points to the PDF URL you noted in step 2.&lt;br /&gt;
#Change back to WYSIWYG mode and add your question underneath the newly displayed iframe&lt;br /&gt;
#Save, and that should now let your students view the scrollable PDF in the same window as the one they&#039;ll be entering their response into.&lt;br /&gt;
&lt;br /&gt;
This produced:&lt;br /&gt;
&lt;br /&gt;
[[Image:Iframe example.jpg|center|thumb|Iframe example showing scroll bars in a student view]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://en.wikipedia.org/wiki/IFrame Wikipedia on IFrame]&lt;br /&gt;
[[Category:HTML editor]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Calendar_export&amp;diff=46739</id>
		<title>Calendar export</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Calendar_export&amp;diff=46739"/>
		<updated>2008-11-14T12:09:15Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: Added link to movie demonstration of creating a link ~~~~&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Calendar}}&lt;br /&gt;
{{Moodle 1.8}}Moodle allows administrators, teachers and students to easily export calendars for backing up or inserting in calendar software.&lt;br /&gt;
&lt;br /&gt;
There are two methods for exporting a calendar in Moodle.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== To backup a calendar ==&lt;br /&gt;
[[Image:MoodleCalendarExport.jpg|thumb|150px|right|Moodle Calendar &amp;quot;Export calendar&amp;quot; and &amp;quot;iCal&amp;quot; buttons]]&lt;br /&gt;
* Click the &amp;quot;Export calendar&amp;quot; button located on the bottom of the calendar page &lt;br /&gt;
* Select the items you wish to back up (select &amp;quot;All events&amp;quot; to back up the entire calendar) &lt;br /&gt;
* Click &amp;quot;Export&amp;quot; when you are ready to export 	&lt;br /&gt;
&lt;br /&gt;
Note: you can only export calendar events up to the next 60 days.&lt;br /&gt;
		&lt;br /&gt;
== To copy a calendar ==  &lt;br /&gt;
&lt;br /&gt;
For use on a device such as a PDA, or to import a Moodle calendar into software such as Apple iCal, Microsoft Outlook, or Mozilla Thunderbird:&lt;br /&gt;
	&lt;br /&gt;
* Click on the orange &amp;quot;iCal&amp;quot; button located on the bottom of the calendar page&lt;br /&gt;
* Alternatively, when using &amp;quot;Export calendar&amp;quot; clicking on &amp;quot;Get calendar URL&amp;quot; will provide you with a URL which can be used with other calendar software to sync with a Moodle calendar&lt;br /&gt;
&lt;br /&gt;
Note: you cannot select individual items to include in the exported file with iCal, all events will be included.&lt;br /&gt;
&lt;br /&gt;
You can then import the exported calendar into your desired software. &lt;br /&gt;
&lt;br /&gt;
== Importing a Moodle calendar into Mozilla Thunderbird/Lightning == &lt;br /&gt;
&lt;br /&gt;
* Enter into calendar mode by clicking the Calendar icon at the bottom-right of the client&lt;br /&gt;
* Click Calendar -&amp;gt; Import... then locate the exported iCal file&lt;br /&gt;
&lt;br /&gt;
Note: changing an event in Thunderbird/Lightning will not change the event in a Moodle calendar as well, you must do that yourself.&lt;br /&gt;
&lt;br /&gt;
==Subscribing to a calendar in Outlook 2007==&lt;br /&gt;
If you use an Outlook 2007 calendar, you can have your Moodle calendar events overlaid on top (or placed side by side) by following these steps:&lt;br /&gt;
&lt;br /&gt;
#Go to the calendar view in your Moodle install and find the orange ical icon at the bottom and right click it, choosing &amp;quot;copy link location&amp;quot;.  This link will permanently subscribe to the calendar events for the currently logged in user. &lt;br /&gt;
#Open Outlook 2007 and go to Tools-&amp;gt;account settings-&amp;gt;internet calendars-&amp;gt;new.&lt;br /&gt;
#Paste in the address you copied from Moodle.&lt;br /&gt;
#Click OK and close.&lt;br /&gt;
#You should now see another calendar available on the left hand calendar bar, underneath &#039;My Calendars&#039;. Enable this and Outlook will update the calendar every time it opens.&lt;br /&gt;
#Right-click on the tabs to choose between &#039;side by side mode&#039; and &#039;overlay mode&#039;.&lt;br /&gt;
&lt;br /&gt;
[http://au.youtube.com/watch?v=H9qQ1dWcloo| See video demonstration of calendar linking]&lt;br /&gt;
&lt;br /&gt;
[[Category:Backup]]&lt;br /&gt;
&lt;br /&gt;
[[ca:Exportaci%C3%B3_d%27un_calendari]]&lt;br /&gt;
[[fr:Exportation_du_calendrier]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Database_activity&amp;diff=30453</id>
		<title>Database activity</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Database_activity&amp;diff=30453"/>
		<updated>2007-12-20T12:14:40Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: /* Uploading data */  ~~~~~&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[ru: База_данных]]&lt;br /&gt;
{{Databases}}&lt;br /&gt;
{{Moodle 1.6}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Database module&#039;&#039;&#039; allows the teacher and/or students to build, display and search a bank of record entries about any conceivable topic. The format and structure of these entries can be almost unlimited, including images, files, URLs, numbers and text amongst other things. You may be familiar with similar technology from building Microsoft Access or Filemaker databases.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;&#039;&#039;Note:&#039;&#039;&#039; Please don&#039;t confuse this [[Adding resources and activities | activity type]] with Moodle&#039;s underlying SQL database, which stores all of the information used in Moodle courses and is only of interest to Moodle [[Administrator documentation | Administrators]].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to use the database module ==&lt;br /&gt;
* The first task is to [[Adding/editing_a_database|add the database]]. You will be asked to give it a name, provide some text explaining its intended purpose to users and set a few other options.&lt;br /&gt;
* Next you define the kind of [[Database fields|fields]] that define the information you wish to collect. For example a database of famous paintings may have a picture field called &#039;&#039;painting&#039;&#039;, for uploading an image file showing the painting, and two text fields called &#039;&#039;artist&#039;&#039; and &#039;&#039;title&#039;&#039; for the name of the artist and the painting.&lt;br /&gt;
* It is then optional to edit the [[Database templates|database templates]] to alter the way in which the database displays entries.&lt;br /&gt;
* Note that if you later edit the fields in the databases you must use the Reset template button, or manually edit the template, to ensure the new fields are added to the display&lt;br /&gt;
* the [[Teacher]] and/or [[Students]] can start entering data and (optionally) commenting on and grading other submissions. These entries can be viewed alone, viewed as a list or searched and sorted.&lt;br /&gt;
* Data can be uploaded into the database from a .csv file: &lt;br /&gt;
** Click the &#039;Add Entry&#039; tab&lt;br /&gt;
** At the bottom of the page there is a link &#039;Upload entries from a file&#039; which provides help in assigning data in a csv file to the relevant fields in you database.&lt;br /&gt;
&lt;br /&gt;
==Database and Roles==&lt;br /&gt;
&lt;br /&gt;
Since Moodle 1.7 a number of options in Database have been migrated over to the Roles system. For example, preventing students (or any other role) submitting data must be done by overriding the role for that particular instance of the Database. However, do note that by default teachers are unable to override roles and this ability must first be granted by your Administrator for the course or site as appropriate.&lt;br /&gt;
&lt;br /&gt;
== Example databases ==&lt;br /&gt;
&lt;br /&gt;
Moodle.org has three good examples of the database module in action:&lt;br /&gt;
&lt;br /&gt;
* [http://moodle.org/mod/data/view.php?id=6140 Moodle Buzz], a database of the titles, authors and web links to news articles mentioning Moodle&lt;br /&gt;
* [http://moodle.org/mod/data/view.php?d=26 Themes], a database with screenshots, download links and user comments about Moodle [[Themes|themes]]&lt;br /&gt;
* [http://moodle.org/mod/data/view.php?d=13 Modules and plugins], a database containing a variety of web links (download, documentation, discussion) and info (maintainer, module type, requirements) about the modular components of Moodle, including those created by third parties.&lt;br /&gt;
&lt;br /&gt;
== Creative uses ==&lt;br /&gt;
&lt;br /&gt;
You could use the database module to:&lt;br /&gt;
&lt;br /&gt;
* allow collaboration on building a collection of web links/books/journal references related to a particular subject&lt;br /&gt;
* display student created photos/posters/websites/poems for peer comment and review&lt;br /&gt;
* gather comments and votes on a shortlist of potential logos/mascot names/project ideas&lt;br /&gt;
* provide a [http://moodle.org/mod/forum/discuss.php?d=52699 student file storage area]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/view.php?id=3505 Database module forum]&lt;br /&gt;
* [[Glossary module]], which performs a similar though more specialised, text-based role and is also available for previous versions of Moodle.&lt;br /&gt;
* [http://treadwell.cce.cornell.edu/moodle_doc/database_moodle/index.html a screencast introducing the Database Module and walking through creating a database]&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=72260 Database Module: Each learner Private DB?] forum discussion&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=84487 Database for Dummies please!] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[Category:Database]]&lt;br /&gt;
[[category:Modules]]&lt;br /&gt;
&lt;br /&gt;
[[es:Base_de_datos_%28m%C3%B3dulo%29]]&lt;br /&gt;
[[eu:Datu-basea]]&lt;br /&gt;
[[fr:Base de données]]&lt;br /&gt;
[[cs:Modul Databáze]]&lt;br /&gt;
[[ja:データベースモジュール]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Calendar_settings&amp;diff=30188</id>
		<title>Calendar settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Calendar_settings&amp;diff=30188"/>
		<updated>2007-12-13T00:23:43Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: /* Navigating months */  ~~~~&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Location: &#039;&#039;Administration &amp;gt; Appearance &amp;gt; Calendar&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The days and events to lookahead settings are for displaying events in the [[Upcoming Events block]]. If the Upcoming Events block becomes too long you can reduce the number of days and events to lookahead.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Importing multiple events==&lt;br /&gt;
&lt;br /&gt;
Currently there is no way to import data to create multiple events.  All events must be individually entered through the New Event button. Because the New Event data entry screen only allows drop down selection rather than typed entries, it is very difficult to design a macro for quick repeated input of New Events.&lt;br /&gt;
&lt;br /&gt;
The only other option is to directly connect to the central moodle [SQL] database and directly enter data into the events table.  &#039;&#039;Great care&#039;&#039; needs to be taken with this approach as alterations to the data structure may cause your moodle site to crash!&lt;br /&gt;
To convert MS Excel dates to moodle Unix dates use: Unix date integer =((Excel date integer)-25569)*86400&lt;br /&gt;
&lt;br /&gt;
==List format==&lt;br /&gt;
The calendar displays even lists one day at a time.  There is no capacity to display a list of all site or course events over an extended period.  To obtain date lists for publications, the only option is to link directly to the SQL database, select by the &amp;quot;courseid&amp;quot; and perform calculations to convert the UNIX &amp;quot;timestart&amp;quot; to a publishable date format:&lt;br /&gt;
&lt;br /&gt;
Using a Microsoft Access query, collect data from the &#039;&#039;&#039;mdl_event&#039;&#039;&#039; table and create 2 calculated fields:&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;calcdate&#039;&#039;&#039;: DateValue(&amp;quot;1/1/1970&amp;quot;)+[timestart]/60/60/24+10/24&lt;br /&gt;
*&#039;&#039;&#039;daysavdate&#039;&#039;&#039;: IIf([calcdate] Between #2/04/2006# And #29/10/2006#,[calcdate],[calcdate]+1/24)&lt;br /&gt;
&lt;br /&gt;
Then, use additional calculated fields to seperate the date, day of week and time (if needing to be  formatted seperately:&lt;br /&gt;
&lt;br /&gt;
*Dte: Format([daysavdate],&amp;quot;mmm dd&amp;quot;)&lt;br /&gt;
*DayName: Format([daysavdate],&amp;quot;ddd&amp;quot;)&lt;br /&gt;
*Tme: Format([daysavdate],&amp;quot;hh:nn am/pm&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
PS: The dates for daylight saving need to be changed each year to match your location.&lt;br /&gt;
PS: Very breif summary process for creating connection to moodle database in Windows environment: Install MySQL OBDC Driver 3.51 / Start settings control panel / admin tools/ Data Sources/ ODBC /  add new service/ select MySQL ODBC driver/ follow prompts for User &amp;amp; password/ open access/ get external data/ point to MySQL ODBC connection&lt;br /&gt;
&lt;br /&gt;
==Navigating months==&lt;br /&gt;
There is no easy way to jump to a specific month in the year other than to directly edit the URL variable for month &amp;quot;m=&amp;quot; :   calendar/view.php?view=month&amp;amp;cal_d=1&amp;amp;cal_&#039;&#039;&#039;m=02&#039;&#039;&#039;&amp;amp;cal_y=2006&lt;br /&gt;
&lt;br /&gt;
==Display Current Day Events==&lt;br /&gt;
&lt;br /&gt;
Use link: http://moodle.org/calendar/view.php?view=day&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=52320 URL to show today&#039;s calendar] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Calendar]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Calendrier (administrateur)]]&lt;br /&gt;
[[ja:カレンダー ( 管理者 )]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Wiki&amp;diff=15594</id>
		<title>Wiki</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Wiki&amp;diff=15594"/>
		<updated>2006-09-08T03:24:15Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;Wiki&#039;&#039;&#039; enables documents to be authored collectively in a simple markup language using a web browser. Moodle has a [[Wiki module]] that allows you to create wikis within your courses.&lt;br /&gt;
&lt;br /&gt;
== Meaning of Wiki ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Wiki wiki&amp;quot; means &amp;quot;super fast&amp;quot; in the Hawaiian language, and it is the speed of creating and updating pages that is one of the defining aspects of wiki technology. Generally, there is no prior review before modifications are accepted, and most wikis are open to the general public or at least to all persons who also have access to the wiki server.&lt;br /&gt;
&lt;br /&gt;
The Moodle wiki module enables participants to work together on web pages to add, expand and change the content. Old versions are never deleted and can be restored.&lt;br /&gt;
&lt;br /&gt;
== MoodleDoc Wiki ==&lt;br /&gt;
The MoodleDoc Wiki uses [http://www.mediawiki.org/wiki/MediaWiki MediaWiki software] rather than [http://erfurtwiki.sourceforge.net/ ErfurtWiki Software] which is built into moodle.  Thus many of the procedures are different from those used within moodle wiki.&lt;br /&gt;
There are certain ways (standards, conventions, best practices) we should use when creating and editing these MoodleDoc pages. &lt;br /&gt;
&lt;br /&gt;
*[https://docs.moodle.org/en/MoodleDocs:Guidelines_for_contributors Guidelines for MoodleDoc contributors]&lt;br /&gt;
*[https://docs.moodle.org/en/MoodleDocs:Style_guide A MoodleDoc style guide]&lt;br /&gt;
&lt;br /&gt;
==Standard Course Wiki==&lt;br /&gt;
Wiki as an activity module is in the process of change and there are several add in wiki modules.  This is based on standard versions that come with Moodle.&lt;br /&gt;
&lt;br /&gt;
==Settings for Course Wiki==&lt;br /&gt;
There are many help buttons on the settings page for a course wiki. Settings include:  Name, Description, Type, Print wiki name on every page, HTML Mode, Allow binary files,  Wiki auto-linking options,  Student admin options, Optional Page Name, Choose an Initial Page, Group mode, and Visable to students. &lt;br /&gt;
&lt;br /&gt;
There is a sub menu&lt;br /&gt;
Student admin options: Allow &#039;set page flags&#039;, Allow &#039;strip pages&#039;, Allow &#039;remove pages&#039;, and Allow &#039;revert mass changes&#039; check offs. &lt;br /&gt;
&lt;br /&gt;
==Adding Pages==&lt;br /&gt;
See also [http://moodle.org/help.php?module=wiki&amp;amp;file=howtowiki.html Moodle help - Creating Wiki Pages]&lt;br /&gt;
&lt;br /&gt;
A useful way of adding pages and maintaining a structured contents page (as opposed to the alphabetical &#039;&#039;&#039;Page Index&#039;&#039;&#039;) is to add initial wiki pages from the front page:&lt;br /&gt;
* click tnhe edit tab on the front page of the wiki&lt;br /&gt;
* type the desired page title in square brackets on any part of the page e.g. [Surds&lt;br /&gt;
* save the page.&lt;br /&gt;
The page will now display Surd? with the question mark being a hyperlink to the new empty page.  &lt;br /&gt;
* click on the question mark and add content to the new page.  The question mark will then dissappear.&lt;br /&gt;
&lt;br /&gt;
==Editing Pages==&lt;br /&gt;
See also: [http://moodle.org/help.php?module=wiki&amp;amp;file=howtowiki.html#wikimarkup Moodle help - Wiki Markup] (Markup is another word for formating);  [http://moodle.org/help.php?file=markdown.html Moodle help - Wiki Markdown] (Markdown is a type of markup notation). Confused about the difference? Well, &amp;quot;A rose by any other name is still a rose.&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Wiki Search==&lt;br /&gt;
Wiki search ignores hyperlinks so it is wise to add a &amp;quot;Keywords:&amp;quot; line which contains the words of the the page title seperated by commas, and any other entries that you wish to be found by the search.&lt;br /&gt;
&lt;br /&gt;
=== Screen Shot of Wiki Page ===&lt;br /&gt;
Editing a Wiki page is easy.  Notice the HTML tool bar at the top of the content section. &lt;br /&gt;
&lt;br /&gt;
[[Image:Wiki_4.png|frame|left|you can use CamelCase notation to create new pages]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Examples of Wiki Use in Moodle Courses ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Wikiexamples.jpg|frame|left|]] Screen Shot of Moodle v1.4 Wiki Use Contributed by [[Lesli Smith]], 19 Aug 2006&lt;br /&gt;
&lt;br /&gt;
== CamelCase Notation ==&lt;br /&gt;
&lt;br /&gt;
*What is a CamelCase notation?  Your very first CamelCase notation you will create will look like: &lt;br /&gt;
 &amp;lt;nowiki&amp;gt;[Create wiki page]  &lt;br /&gt;
Anything inside the square brackets is the page name&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
When this is placed on the first Wiki Page, a &amp;quot;?&amp;quot; that is a link appears. Clicking on the link in this example will take us to a new blank page called &amp;quot;Create wiki page&amp;quot;.  &lt;br /&gt;
&lt;br /&gt;
*CamelCase notations allows pages to be linked, indexes created for catagories, and all sorts of other organizational tools to make connections.  Here is the help section on CamelCase: [http://moodle.org/help.php?module=wiki&amp;amp;file=howtowiki.html#CreatePages Create pages section]&lt;br /&gt;
&lt;br /&gt;
*CamelCase describes what WikiWords look like. Multiple words, joined together without spaces, separated by changes in case. The uppercase and lowercase letters show up like the humps of camels.  This linking scheme is often also called BumpyText because it could look like CaMeL_CaSe.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*[http://download.moodle.org/docs/using_moodle/ch11_wikis.pdf Using Moodle Chapter 11: Wikis]&lt;br /&gt;
*[http://moodle.org/help.php?file=richtext.html RichText]- help file on some format icons&lt;br /&gt;
*[[Wiki requirements]] - developer documentation&lt;br /&gt;
*[[Dfwiki]] - an alternative wiki language to ErfurtWiki, both used in Moodle.&lt;br /&gt;
*[http://meta.wikimedia.org Wikimedia]- MoodleDocs is a version of WikiMedia.  Note WikiMedia is not used in Moodle (see ErfurtWiki or Dfwiki). &lt;br /&gt;
&lt;br /&gt;
[[category:Teacher]]&lt;br /&gt;
[[category:Administrator]]&lt;br /&gt;
[[category:Wiki]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Wiki&amp;diff=15591</id>
		<title>Wiki</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Wiki&amp;diff=15591"/>
		<updated>2006-09-08T03:04:53Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: /* MoodleDoc Wiki */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;Wiki&#039;&#039;&#039; enables documents to be authored collectively in a simple markup language using a web browser. Moodle has a [[Wiki module]] that allows you to create wikis within your courses.&lt;br /&gt;
&lt;br /&gt;
== Meaning of Wiki ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Wiki wiki&amp;quot; means &amp;quot;super fast&amp;quot; in the Hawaiian language, and it is the speed of creating and updating pages that is one of the defining aspects of wiki technology. Generally, there is no prior review before modifications are accepted, and most wikis are open to the general public or at least to all persons who also have access to the wiki server.&lt;br /&gt;
&lt;br /&gt;
The Moodle wiki module enables participants to work together on web pages to add, expand and change the content. Old versions are never deleted and can be restored.&lt;br /&gt;
&lt;br /&gt;
This module is based on ErfurtWiki (Ewiki), a WikiWikiWeb hypertext language, all open source.&lt;br /&gt;
&lt;br /&gt;
== MoodleDoc Wiki ==&lt;br /&gt;
The MoodleDoc Wiki uses [http://www.mediawiki.org/wiki/MediaWiki MediaWiki software] rather than [http://erfurtwiki.sourceforge.net/ ErfurtWiki Software] which is built into moodle.  Thus many of the procedures are different from those used within moodle wiki.&lt;br /&gt;
There are certain ways (standards, conventions, best practices) we should use when creating and editing these MoodleDoc pages. &lt;br /&gt;
&lt;br /&gt;
*[https://docs.moodle.org/en/MoodleDocs:Guidelines_for_contributors Guidelines for MoodleDoc contributors]&lt;br /&gt;
&lt;br /&gt;
*[https://docs.moodle.org/en/MoodleDocs:Style_guide A MoodleDoc style guide]&lt;br /&gt;
&lt;br /&gt;
== Standard Course Wiki ==&lt;br /&gt;
Wiki as an activity module is in the process of change and there are several add in wiki modules.  This is based on standard versions that come with Moodle.&lt;br /&gt;
&lt;br /&gt;
===Settings for Course Wiki===&lt;br /&gt;
There are many help buttons on the settings page for a course wiki. Settings include:&lt;br /&gt;
:: Name, Description, Type, Print wiki name on every page, HTML Mode, Allow binary files,  Wiki auto-linking options,  Student admin options, Optional Page Name, Choose an Initial Page, Group mode, and Visable to students.  There is a sub menu&lt;br /&gt;
:::Student admin options: Allow &#039;set page flags&#039;, Allow &#039;strip pages&#039;, Allow &#039;remove pages&#039;, and Allow &#039;revert mass changes&#039; check offs. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Building a Course Wiki ===&lt;br /&gt;
Here is the help link with the basics of creating a Wiki.  &lt;br /&gt;
*Instructions for E-wiki [http://moodle.org/help.php?module=wiki&amp;amp;file=howtowiki.html creating pages]&lt;br /&gt;
&lt;br /&gt;
Here is the section in help that talks about editing Wike page content. Markups is another word for formating.&lt;br /&gt;
 &lt;br /&gt;
*Instructions for Course Wiki [http://moodle.org/help.php?module=wiki&amp;amp;file=howtowiki.html#wikimarkup markup]&lt;br /&gt;
&lt;br /&gt;
*Here is another help file that is very useful as well. [http://moodle.org/help.php?file=markdown.html markdown]  &lt;br /&gt;
Confused about the difference? Well a markdown is a type of markup notation. &amp;quot;A rose by any other name is still a rose.&amp;quot;  Yeah, we did not invent this stuff, we just use it OK? :)&lt;br /&gt;
&lt;br /&gt;
=== Screen Shot of Wiki Page ===&lt;br /&gt;
Editing a Wiki page is easy.  Notice the HTML tool bar at the top of the content section. &lt;br /&gt;
&lt;br /&gt;
[[Image:Wiki_4.png|frame|left|you can use CamelCase notation to create new pages]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Examples of Wiki Use in Moodle Courses ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Wikiexamples.jpg|frame|left|]] Screen Shot of Moodle v1.4 Wiki Use Contributed by [[Lesli Smith]], 19 Aug 2006&lt;br /&gt;
&lt;br /&gt;
== CamelCase Notation ==&lt;br /&gt;
&lt;br /&gt;
*What is a CamelCase notation?  Your very first CamelCase notation you will create will look like: &lt;br /&gt;
 &amp;lt;nowiki&amp;gt;[Create wiki page]  &lt;br /&gt;
Anything inside the square brackets is the page name&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
When this is placed on the first Wiki Page, a &amp;quot;?&amp;quot; that is a link appears. Clicking on the link in this example will take us to a new blank page called &amp;quot;Create wiki page&amp;quot;.  &lt;br /&gt;
&lt;br /&gt;
*CamelCase notations allows pages to be linked, indexes created for catagories, and all sorts of other organizational tools to make connections.  Here is the help section on CamelCase: [http://moodle.org/help.php?module=wiki&amp;amp;file=howtowiki.html#CreatePages Create pages section]&lt;br /&gt;
&lt;br /&gt;
*CamelCase describes what WikiWords look like. Multiple words, joined together without spaces, separated by changes in case. The uppercase and lowercase letters show up like the humps of camels.  This linking scheme is often also called BumpyText because it could look like CaMeL_CaSe.&lt;br /&gt;
&lt;br /&gt;
==Adding Pages==&lt;br /&gt;
A useful way of building a structured contents page (as opposed to the alphabetical &#039;&#039;&#039;Page Index&#039;&#039;&#039;) is to add all new wiki pages from the front page.  When you want a new page, type the desired page title in square brackets e.g. [Surds] and save the page.&lt;br /&gt;
The page will now display Surd? witht the question mark being a link to the new empty page.  The question mark will dissappear when the new page contains some content.&lt;br /&gt;
&lt;br /&gt;
==Wiki Search==&lt;br /&gt;
Wiki search ignores hyperlinks so it is wise to add a &amp;quot;Keywords:&amp;quot; line ahic contain the words of the the page title seperated by commas, and any other entries that you wish to be found by the search.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*[http://download.moodle.org/docs/using_moodle/ch11_wikis.pdf Using Moodle Chapter 11: Wikis]&lt;br /&gt;
*[http://moodle.org/help.php?file=richtext.html RichText]- help file on some format icons&lt;br /&gt;
*[[Wiki requirements]] - developer documentation&lt;br /&gt;
*[[Dfwiki]] - an alternative wiki language to ErfurtWiki, both used in Moodle.&lt;br /&gt;
*[http://meta.wikimedia.org Wikimedia]- MoodleDocs is a version of WikiMedia.  Note WikiMedia is not used in Moodle (see ErfurtWiki or Dfwiki). &lt;br /&gt;
&lt;br /&gt;
[[category:Teacher]]&lt;br /&gt;
[[category:Administrator]]&lt;br /&gt;
[[category:Wiki]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Wiki&amp;diff=15590</id>
		<title>Wiki</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Wiki&amp;diff=15590"/>
		<updated>2006-09-08T03:04:27Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: /* MoodleDoc Wiki */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;Wiki&#039;&#039;&#039; enables documents to be authored collectively in a simple markup language using a web browser. Moodle has a [[Wiki module]] that allows you to create wikis within your courses.&lt;br /&gt;
&lt;br /&gt;
== Meaning of Wiki ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Wiki wiki&amp;quot; means &amp;quot;super fast&amp;quot; in the Hawaiian language, and it is the speed of creating and updating pages that is one of the defining aspects of wiki technology. Generally, there is no prior review before modifications are accepted, and most wikis are open to the general public or at least to all persons who also have access to the wiki server.&lt;br /&gt;
&lt;br /&gt;
The Moodle wiki module enables participants to work together on web pages to add, expand and change the content. Old versions are never deleted and can be restored.&lt;br /&gt;
&lt;br /&gt;
This module is based on ErfurtWiki (Ewiki), a WikiWikiWeb hypertext language, all open source.&lt;br /&gt;
&lt;br /&gt;
== MoodleDoc Wiki ==&lt;br /&gt;
The MoodleDoc Wiki uses [http://www.mediawiki.org/wiki/MediaWiki MediaWiki software] rather than [http://erfurtwiki.sourceforge.net/ ErfurtWiki Software] which is built into moodle.  Thus many of the procedures are different from those used within moodle wiki.&lt;br /&gt;
There are certain ways (standards, conventions, best practices) we should use when creating and editing these MoodleDoc pages.  They are simple. &lt;br /&gt;
&lt;br /&gt;
*[https://docs.moodle.org/en/MoodleDocs:Guidelines_for_contributors Guidelines for MoodleDoc contributors]&lt;br /&gt;
&lt;br /&gt;
*[https://docs.moodle.org/en/MoodleDocs:Style_guide A MoodleDoc style guide]&lt;br /&gt;
&lt;br /&gt;
== Standard Course Wiki ==&lt;br /&gt;
Wiki as an activity module is in the process of change and there are several add in wiki modules.  This is based on standard versions that come with Moodle.&lt;br /&gt;
&lt;br /&gt;
===Settings for Course Wiki===&lt;br /&gt;
There are many help buttons on the settings page for a course wiki. Settings include:&lt;br /&gt;
:: Name, Description, Type, Print wiki name on every page, HTML Mode, Allow binary files,  Wiki auto-linking options,  Student admin options, Optional Page Name, Choose an Initial Page, Group mode, and Visable to students.  There is a sub menu&lt;br /&gt;
:::Student admin options: Allow &#039;set page flags&#039;, Allow &#039;strip pages&#039;, Allow &#039;remove pages&#039;, and Allow &#039;revert mass changes&#039; check offs. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Building a Course Wiki ===&lt;br /&gt;
Here is the help link with the basics of creating a Wiki.  &lt;br /&gt;
*Instructions for E-wiki [http://moodle.org/help.php?module=wiki&amp;amp;file=howtowiki.html creating pages]&lt;br /&gt;
&lt;br /&gt;
Here is the section in help that talks about editing Wike page content. Markups is another word for formating.&lt;br /&gt;
 &lt;br /&gt;
*Instructions for Course Wiki [http://moodle.org/help.php?module=wiki&amp;amp;file=howtowiki.html#wikimarkup markup]&lt;br /&gt;
&lt;br /&gt;
*Here is another help file that is very useful as well. [http://moodle.org/help.php?file=markdown.html markdown]  &lt;br /&gt;
Confused about the difference? Well a markdown is a type of markup notation. &amp;quot;A rose by any other name is still a rose.&amp;quot;  Yeah, we did not invent this stuff, we just use it OK? :)&lt;br /&gt;
&lt;br /&gt;
=== Screen Shot of Wiki Page ===&lt;br /&gt;
Editing a Wiki page is easy.  Notice the HTML tool bar at the top of the content section. &lt;br /&gt;
&lt;br /&gt;
[[Image:Wiki_4.png|frame|left|you can use CamelCase notation to create new pages]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Examples of Wiki Use in Moodle Courses ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Wikiexamples.jpg|frame|left|]] Screen Shot of Moodle v1.4 Wiki Use Contributed by [[Lesli Smith]], 19 Aug 2006&lt;br /&gt;
&lt;br /&gt;
== CamelCase Notation ==&lt;br /&gt;
&lt;br /&gt;
*What is a CamelCase notation?  Your very first CamelCase notation you will create will look like: &lt;br /&gt;
 &amp;lt;nowiki&amp;gt;[Create wiki page]  &lt;br /&gt;
Anything inside the square brackets is the page name&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
When this is placed on the first Wiki Page, a &amp;quot;?&amp;quot; that is a link appears. Clicking on the link in this example will take us to a new blank page called &amp;quot;Create wiki page&amp;quot;.  &lt;br /&gt;
&lt;br /&gt;
*CamelCase notations allows pages to be linked, indexes created for catagories, and all sorts of other organizational tools to make connections.  Here is the help section on CamelCase: [http://moodle.org/help.php?module=wiki&amp;amp;file=howtowiki.html#CreatePages Create pages section]&lt;br /&gt;
&lt;br /&gt;
*CamelCase describes what WikiWords look like. Multiple words, joined together without spaces, separated by changes in case. The uppercase and lowercase letters show up like the humps of camels.  This linking scheme is often also called BumpyText because it could look like CaMeL_CaSe.&lt;br /&gt;
&lt;br /&gt;
==Adding Pages==&lt;br /&gt;
A useful way of building a structured contents page (as opposed to the alphabetical &#039;&#039;&#039;Page Index&#039;&#039;&#039;) is to add all new wiki pages from the front page.  When you want a new page, type the desired page title in square brackets e.g. [Surds] and save the page.&lt;br /&gt;
The page will now display Surd? witht the question mark being a link to the new empty page.  The question mark will dissappear when the new page contains some content.&lt;br /&gt;
&lt;br /&gt;
==Wiki Search==&lt;br /&gt;
Wiki search ignores hyperlinks so it is wise to add a &amp;quot;Keywords:&amp;quot; line ahic contain the words of the the page title seperated by commas, and any other entries that you wish to be found by the search.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*[http://download.moodle.org/docs/using_moodle/ch11_wikis.pdf Using Moodle Chapter 11: Wikis]&lt;br /&gt;
*[http://moodle.org/help.php?file=richtext.html RichText]- help file on some format icons&lt;br /&gt;
*[[Wiki requirements]] - developer documentation&lt;br /&gt;
*[[Dfwiki]] - an alternative wiki language to ErfurtWiki, both used in Moodle.&lt;br /&gt;
*[http://meta.wikimedia.org Wikimedia]- MoodleDocs is a version of WikiMedia.  Note WikiMedia is not used in Moodle (see ErfurtWiki or Dfwiki). &lt;br /&gt;
&lt;br /&gt;
[[category:Teacher]]&lt;br /&gt;
[[category:Administrator]]&lt;br /&gt;
[[category:Wiki]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Wiki&amp;diff=15589</id>
		<title>Wiki</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Wiki&amp;diff=15589"/>
		<updated>2006-09-08T02:49:16Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: /* MoodleDoc Wiki */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;Wiki&#039;&#039;&#039; enables documents to be authored collectively in a simple markup language using a web browser. Moodle has a [[Wiki module]] that allows you to create wikis within your courses.&lt;br /&gt;
&lt;br /&gt;
== Meaning of Wiki ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Wiki wiki&amp;quot; means &amp;quot;super fast&amp;quot; in the Hawaiian language, and it is the speed of creating and updating pages that is one of the defining aspects of wiki technology. Generally, there is no prior review before modifications are accepted, and most wikis are open to the general public or at least to all persons who also have access to the wiki server.&lt;br /&gt;
&lt;br /&gt;
The Moodle wiki module enables participants to work together on web pages to add, expand and change the content. Old versions are never deleted and can be restored.&lt;br /&gt;
&lt;br /&gt;
This module is based on ErfurtWiki (Ewiki), a WikiWikiWeb hypertext language, all open source.&lt;br /&gt;
&lt;br /&gt;
== MoodleDoc Wiki ==&lt;br /&gt;
The MoodleDoc Wiki uses MediaWiki software rather than the built in moodle wiki software.  Thus many of the procedures are different from those used within moodle wiki.&lt;br /&gt;
There are certain ways (standards, conventions, best practices) we should use when creating and editing these MoodleDoc pages.  They are simple. &lt;br /&gt;
&lt;br /&gt;
*[https://docs.moodle.org/en/MoodleDocs:Guidelines_for_contributors Guidelines for contributors]&lt;br /&gt;
&lt;br /&gt;
*[https://docs.moodle.org/en/MoodleDocs:Style_guide A style guide]&lt;br /&gt;
&lt;br /&gt;
== Standard Course Wiki ==&lt;br /&gt;
Wiki as an activity module is in the process of change and there are several add in wiki modules.  This is based on standard versions that come with Moodle.&lt;br /&gt;
&lt;br /&gt;
===Settings for Course Wiki===&lt;br /&gt;
There are many help buttons on the settings page for a course wiki. Settings include:&lt;br /&gt;
:: Name, Description, Type, Print wiki name on every page, HTML Mode, Allow binary files,  Wiki auto-linking options,  Student admin options, Optional Page Name, Choose an Initial Page, Group mode, and Visable to students.  There is a sub menu&lt;br /&gt;
:::Student admin options: Allow &#039;set page flags&#039;, Allow &#039;strip pages&#039;, Allow &#039;remove pages&#039;, and Allow &#039;revert mass changes&#039; check offs. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Building a Course Wiki ===&lt;br /&gt;
Here is the help link with the basics of creating a Wiki.  &lt;br /&gt;
*Instructions for E-wiki [http://moodle.org/help.php?module=wiki&amp;amp;file=howtowiki.html creating pages]&lt;br /&gt;
&lt;br /&gt;
Here is the section in help that talks about editing Wike page content. Markups is another word for formating.&lt;br /&gt;
 &lt;br /&gt;
*Instructions for Course Wiki [http://moodle.org/help.php?module=wiki&amp;amp;file=howtowiki.html#wikimarkup markup]&lt;br /&gt;
&lt;br /&gt;
*Here is another help file that is very useful as well. [http://moodle.org/help.php?file=markdown.html markdown]  &lt;br /&gt;
Confused about the difference? Well a markdown is a type of markup notation. &amp;quot;A rose by any other name is still a rose.&amp;quot;  Yeah, we did not invent this stuff, we just use it OK? :)&lt;br /&gt;
&lt;br /&gt;
=== Screen Shot of Wiki Page ===&lt;br /&gt;
Editing a Wiki page is easy.  Notice the HTML tool bar at the top of the content section. &lt;br /&gt;
&lt;br /&gt;
[[Image:Wiki_4.png|frame|left|you can use CamelCase notation to create new pages]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Examples of Wiki Use in Moodle Courses ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Wikiexamples.jpg|frame|left|]] Screen Shot of Moodle v1.4 Wiki Use Contributed by [[Lesli Smith]], 19 Aug 2006&lt;br /&gt;
&lt;br /&gt;
== CamelCase Notation ==&lt;br /&gt;
&lt;br /&gt;
*What is a CamelCase notation?  Your very first CamelCase notation you will create will look like: &lt;br /&gt;
 &amp;lt;nowiki&amp;gt;[Create wiki page]  &lt;br /&gt;
Anything inside the square brackets is the page name&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
When this is placed on the first Wiki Page, a &amp;quot;?&amp;quot; that is a link appears. Clicking on the link in this example will take us to a new blank page called &amp;quot;Create wiki page&amp;quot;.  &lt;br /&gt;
&lt;br /&gt;
*CamelCase notations allows pages to be linked, indexes created for catagories, and all sorts of other organizational tools to make connections.  Here is the help section on CamelCase: [http://moodle.org/help.php?module=wiki&amp;amp;file=howtowiki.html#CreatePages Create pages section]&lt;br /&gt;
&lt;br /&gt;
*CamelCase describes what WikiWords look like. Multiple words, joined together without spaces, separated by changes in case. The uppercase and lowercase letters show up like the humps of camels.  This linking scheme is often also called BumpyText because it could look like CaMeL_CaSe.&lt;br /&gt;
&lt;br /&gt;
==Adding Pages==&lt;br /&gt;
A useful way of building a structured contents page (as opposed to the alphabetical &#039;&#039;&#039;Page Index&#039;&#039;&#039;) is to add all new wiki pages from the front page.  When you want a new page, type the desired page title in square brackets e.g. [Surds] and save the page.&lt;br /&gt;
The page will now display Surd? witht the question mark being a link to the new empty page.  The question mark will dissappear when the new page contains some content.&lt;br /&gt;
&lt;br /&gt;
==Wiki Search==&lt;br /&gt;
Wiki search ignores hyperlinks so it is wise to add a &amp;quot;Keywords:&amp;quot; line ahic contain the words of the the page title seperated by commas, and any other entries that you wish to be found by the search.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*[http://download.moodle.org/docs/using_moodle/ch11_wikis.pdf Using Moodle Chapter 11: Wikis]&lt;br /&gt;
*[http://moodle.org/help.php?file=richtext.html RichText]- help file on some format icons&lt;br /&gt;
*[[Wiki requirements]] - developer documentation&lt;br /&gt;
*[[Dfwiki]] - an alternative wiki language to ErfurtWiki, both used in Moodle.&lt;br /&gt;
*[http://meta.wikimedia.org Wikimedia]- MoodleDocs is a version of WikiMedia.  Note WikiMedia is not used in Moodle (see ErfurtWiki or Dfwiki). &lt;br /&gt;
&lt;br /&gt;
[[category:Teacher]]&lt;br /&gt;
[[category:Administrator]]&lt;br /&gt;
[[category:Wiki]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Wiki&amp;diff=15588</id>
		<title>Wiki</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Wiki&amp;diff=15588"/>
		<updated>2006-09-08T02:45:39Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: /* Adding Pages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;Wiki&#039;&#039;&#039; enables documents to be authored collectively in a simple markup language using a web browser. Moodle has a [[Wiki module]] that allows you to create wikis within your courses.&lt;br /&gt;
&lt;br /&gt;
== Meaning of Wiki ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Wiki wiki&amp;quot; means &amp;quot;super fast&amp;quot; in the Hawaiian language, and it is the speed of creating and updating pages that is one of the defining aspects of wiki technology. Generally, there is no prior review before modifications are accepted, and most wikis are open to the general public or at least to all persons who also have access to the wiki server.&lt;br /&gt;
&lt;br /&gt;
The Moodle wiki module enables participants to work together on web pages to add, expand and change the content. Old versions are never deleted and can be restored.&lt;br /&gt;
&lt;br /&gt;
This module is based on ErfurtWiki (Ewiki), a WikiWikiWeb hypertext language, all open source.&lt;br /&gt;
&lt;br /&gt;
== MoodleDoc Wiki ==&lt;br /&gt;
There are certain ways (standards, conventions, best practices) we should use when creating and editing these MoodleDoc pages.  They are simple. &lt;br /&gt;
&lt;br /&gt;
*[https://docs.moodle.org/en/MoodleDocs:Guidelines_for_contributors Guidelines for contributors]&lt;br /&gt;
&lt;br /&gt;
*[https://docs.moodle.org/en/MoodleDocs:Style_guide A style guide]&lt;br /&gt;
&lt;br /&gt;
== Standard Course Wiki ==&lt;br /&gt;
Wiki as an activity module is in the process of change and there are several add in wiki modules.  This is based on standard versions that come with Moodle.&lt;br /&gt;
&lt;br /&gt;
===Settings for Course Wiki===&lt;br /&gt;
There are many help buttons on the settings page for a course wiki. Settings include:&lt;br /&gt;
:: Name, Description, Type, Print wiki name on every page, HTML Mode, Allow binary files,  Wiki auto-linking options,  Student admin options, Optional Page Name, Choose an Initial Page, Group mode, and Visable to students.  There is a sub menu&lt;br /&gt;
:::Student admin options: Allow &#039;set page flags&#039;, Allow &#039;strip pages&#039;, Allow &#039;remove pages&#039;, and Allow &#039;revert mass changes&#039; check offs. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Building a Course Wiki ===&lt;br /&gt;
Here is the help link with the basics of creating a Wiki.  &lt;br /&gt;
*Instructions for E-wiki [http://moodle.org/help.php?module=wiki&amp;amp;file=howtowiki.html creating pages]&lt;br /&gt;
&lt;br /&gt;
Here is the section in help that talks about editing Wike page content. Markups is another word for formating.&lt;br /&gt;
 &lt;br /&gt;
*Instructions for Course Wiki [http://moodle.org/help.php?module=wiki&amp;amp;file=howtowiki.html#wikimarkup markup]&lt;br /&gt;
&lt;br /&gt;
*Here is another help file that is very useful as well. [http://moodle.org/help.php?file=markdown.html markdown]  &lt;br /&gt;
Confused about the difference? Well a markdown is a type of markup notation. &amp;quot;A rose by any other name is still a rose.&amp;quot;  Yeah, we did not invent this stuff, we just use it OK? :)&lt;br /&gt;
&lt;br /&gt;
=== Screen Shot of Wiki Page ===&lt;br /&gt;
Editing a Wiki page is easy.  Notice the HTML tool bar at the top of the content section. &lt;br /&gt;
&lt;br /&gt;
[[Image:Wiki_4.png|frame|left|you can use CamelCase notation to create new pages]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Examples of Wiki Use in Moodle Courses ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Wikiexamples.jpg|frame|left|]] Screen Shot of Moodle v1.4 Wiki Use Contributed by [[Lesli Smith]], 19 Aug 2006&lt;br /&gt;
&lt;br /&gt;
== CamelCase Notation ==&lt;br /&gt;
&lt;br /&gt;
*What is a CamelCase notation?  Your very first CamelCase notation you will create will look like: &lt;br /&gt;
 &amp;lt;nowiki&amp;gt;[Create wiki page]  &lt;br /&gt;
Anything inside the square brackets is the page name&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
When this is placed on the first Wiki Page, a &amp;quot;?&amp;quot; that is a link appears. Clicking on the link in this example will take us to a new blank page called &amp;quot;Create wiki page&amp;quot;.  &lt;br /&gt;
&lt;br /&gt;
*CamelCase notations allows pages to be linked, indexes created for catagories, and all sorts of other organizational tools to make connections.  Here is the help section on CamelCase: [http://moodle.org/help.php?module=wiki&amp;amp;file=howtowiki.html#CreatePages Create pages section]&lt;br /&gt;
&lt;br /&gt;
*CamelCase describes what WikiWords look like. Multiple words, joined together without spaces, separated by changes in case. The uppercase and lowercase letters show up like the humps of camels.  This linking scheme is often also called BumpyText because it could look like CaMeL_CaSe.&lt;br /&gt;
&lt;br /&gt;
==Adding Pages==&lt;br /&gt;
A useful way of building a structured contents page (as opposed to the alphabetical &#039;&#039;&#039;Page Index&#039;&#039;&#039;) is to add all new wiki pages from the front page.  When you want a new page, type the desired page title in square brackets e.g. [Surds] and save the page.&lt;br /&gt;
The page will now display Surd? witht the question mark being a link to the new empty page.  The question mark will dissappear when the new page contains some content.&lt;br /&gt;
&lt;br /&gt;
==Wiki Search==&lt;br /&gt;
Wiki search ignores hyperlinks so it is wise to add a &amp;quot;Keywords:&amp;quot; line ahic contain the words of the the page title seperated by commas, and any other entries that you wish to be found by the search.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*[http://download.moodle.org/docs/using_moodle/ch11_wikis.pdf Using Moodle Chapter 11: Wikis]&lt;br /&gt;
*[http://moodle.org/help.php?file=richtext.html RichText]- help file on some format icons&lt;br /&gt;
*[[Wiki requirements]] - developer documentation&lt;br /&gt;
*[[Dfwiki]] - an alternative wiki language to ErfurtWiki, both used in Moodle.&lt;br /&gt;
*[http://meta.wikimedia.org Wikimedia]- MoodleDocs is a version of WikiMedia.  Note WikiMedia is not used in Moodle (see ErfurtWiki or Dfwiki). &lt;br /&gt;
&lt;br /&gt;
[[category:Teacher]]&lt;br /&gt;
[[category:Administrator]]&lt;br /&gt;
[[category:Wiki]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Wiki&amp;diff=15587</id>
		<title>Wiki</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Wiki&amp;diff=15587"/>
		<updated>2006-09-08T02:43:09Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;Wiki&#039;&#039;&#039; enables documents to be authored collectively in a simple markup language using a web browser. Moodle has a [[Wiki module]] that allows you to create wikis within your courses.&lt;br /&gt;
&lt;br /&gt;
== Meaning of Wiki ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Wiki wiki&amp;quot; means &amp;quot;super fast&amp;quot; in the Hawaiian language, and it is the speed of creating and updating pages that is one of the defining aspects of wiki technology. Generally, there is no prior review before modifications are accepted, and most wikis are open to the general public or at least to all persons who also have access to the wiki server.&lt;br /&gt;
&lt;br /&gt;
The Moodle wiki module enables participants to work together on web pages to add, expand and change the content. Old versions are never deleted and can be restored.&lt;br /&gt;
&lt;br /&gt;
This module is based on ErfurtWiki (Ewiki), a WikiWikiWeb hypertext language, all open source.&lt;br /&gt;
&lt;br /&gt;
== MoodleDoc Wiki ==&lt;br /&gt;
There are certain ways (standards, conventions, best practices) we should use when creating and editing these MoodleDoc pages.  They are simple. &lt;br /&gt;
&lt;br /&gt;
*[https://docs.moodle.org/en/MoodleDocs:Guidelines_for_contributors Guidelines for contributors]&lt;br /&gt;
&lt;br /&gt;
*[https://docs.moodle.org/en/MoodleDocs:Style_guide A style guide]&lt;br /&gt;
&lt;br /&gt;
== Standard Course Wiki ==&lt;br /&gt;
Wiki as an activity module is in the process of change and there are several add in wiki modules.  This is based on standard versions that come with Moodle.&lt;br /&gt;
&lt;br /&gt;
===Settings for Course Wiki===&lt;br /&gt;
There are many help buttons on the settings page for a course wiki. Settings include:&lt;br /&gt;
:: Name, Description, Type, Print wiki name on every page, HTML Mode, Allow binary files,  Wiki auto-linking options,  Student admin options, Optional Page Name, Choose an Initial Page, Group mode, and Visable to students.  There is a sub menu&lt;br /&gt;
:::Student admin options: Allow &#039;set page flags&#039;, Allow &#039;strip pages&#039;, Allow &#039;remove pages&#039;, and Allow &#039;revert mass changes&#039; check offs. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Building a Course Wiki ===&lt;br /&gt;
Here is the help link with the basics of creating a Wiki.  &lt;br /&gt;
*Instructions for E-wiki [http://moodle.org/help.php?module=wiki&amp;amp;file=howtowiki.html creating pages]&lt;br /&gt;
&lt;br /&gt;
Here is the section in help that talks about editing Wike page content. Markups is another word for formating.&lt;br /&gt;
 &lt;br /&gt;
*Instructions for Course Wiki [http://moodle.org/help.php?module=wiki&amp;amp;file=howtowiki.html#wikimarkup markup]&lt;br /&gt;
&lt;br /&gt;
*Here is another help file that is very useful as well. [http://moodle.org/help.php?file=markdown.html markdown]  &lt;br /&gt;
Confused about the difference? Well a markdown is a type of markup notation. &amp;quot;A rose by any other name is still a rose.&amp;quot;  Yeah, we did not invent this stuff, we just use it OK? :)&lt;br /&gt;
&lt;br /&gt;
=== Screen Shot of Wiki Page ===&lt;br /&gt;
Editing a Wiki page is easy.  Notice the HTML tool bar at the top of the content section. &lt;br /&gt;
&lt;br /&gt;
[[Image:Wiki_4.png|frame|left|you can use CamelCase notation to create new pages]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Examples of Wiki Use in Moodle Courses ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Wikiexamples.jpg|frame|left|]] Screen Shot of Moodle v1.4 Wiki Use Contributed by [[Lesli Smith]], 19 Aug 2006&lt;br /&gt;
&lt;br /&gt;
== CamelCase Notation ==&lt;br /&gt;
&lt;br /&gt;
*What is a CamelCase notation?  Your very first CamelCase notation you will create will look like: &lt;br /&gt;
 &amp;lt;nowiki&amp;gt;[Create wiki page]  &lt;br /&gt;
Anything inside the square brackets is the page name&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
When this is placed on the first Wiki Page, a &amp;quot;?&amp;quot; that is a link appears. Clicking on the link in this example will take us to a new blank page called &amp;quot;Create wiki page&amp;quot;.  &lt;br /&gt;
&lt;br /&gt;
*CamelCase notations allows pages to be linked, indexes created for catagories, and all sorts of other organizational tools to make connections.  Here is the help section on CamelCase: [http://moodle.org/help.php?module=wiki&amp;amp;file=howtowiki.html#CreatePages Create pages section]&lt;br /&gt;
&lt;br /&gt;
*CamelCase describes what WikiWords look like. Multiple words, joined together without spaces, separated by changes in case. The uppercase and lowercase letters show up like the humps of camels.  This linking scheme is often also called BumpyText because it could look like CaMeL_CaSe.&lt;br /&gt;
&lt;br /&gt;
==Adding Pages==&lt;br /&gt;
A useful way of building a structured contents page (as opposed to the alphabetical &#039;&#039;&#039;Page Index&#039;&#039;&#039;) is to add all new wiki pages from the front page&lt;br /&gt;
&lt;br /&gt;
==Wiki Search==&lt;br /&gt;
Wiki search ignores hyperlinks so it is wise to add a &amp;quot;Keywords:&amp;quot; line ahic contain the words of the the page title seperated by commas, and any other entries that you wish to be found by the search.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*[http://download.moodle.org/docs/using_moodle/ch11_wikis.pdf Using Moodle Chapter 11: Wikis]&lt;br /&gt;
*[http://moodle.org/help.php?file=richtext.html RichText]- help file on some format icons&lt;br /&gt;
*[[Wiki requirements]] - developer documentation&lt;br /&gt;
*[[Dfwiki]] - an alternative wiki language to ErfurtWiki, both used in Moodle.&lt;br /&gt;
*[http://meta.wikimedia.org Wikimedia]- MoodleDocs is a version of WikiMedia.  Note WikiMedia is not used in Moodle (see ErfurtWiki or Dfwiki). &lt;br /&gt;
&lt;br /&gt;
[[category:Teacher]]&lt;br /&gt;
[[category:Administrator]]&lt;br /&gt;
[[category:Wiki]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Assignment_activity&amp;diff=15482</id>
		<title>Assignment activity</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Assignment_activity&amp;diff=15482"/>
		<updated>2006-09-06T09:55:36Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: /* Assignment - Read Only Personal Report Access for Students */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Assignments}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assignments&#039;&#039;&#039; allow the teacher to grade various types of student submissions.&lt;br /&gt;
&lt;br /&gt;
==Types==&lt;br /&gt;
Moodle supports plug-in assignment types.&lt;br /&gt;
&lt;br /&gt;
===Official types===&lt;br /&gt;
There are three official types:&lt;br /&gt;
&lt;br /&gt;
;Upload&lt;br /&gt;
:A student can upload a single file. This could be a Word document, spreadsheet or anything digital. Multiple files could be zipped and then submitted.&lt;br /&gt;
;Online Text&lt;br /&gt;
:This assignment type asks users to edit a text, using the normal editing tools. Teachers can grade them online, and even add inline comments or changes.&lt;br /&gt;
;Offline assignment&lt;br /&gt;
:This is useful when the assignment is performed outside of Moodle. It could be something elsewhere on the web or face-to-face. Students can see a description of the assignment, but can&#039;t upload files or anything. Grading works normally, and students will get notifications of their grades.&lt;br /&gt;
&lt;br /&gt;
===Contrib modules===&lt;br /&gt;
These assignment types have been contributed by users:&lt;br /&gt;
&lt;br /&gt;
;[http://moodle.org/mod/forum/discuss.php?d=30613 Group Assignment] (by Patrick Jermann)&lt;br /&gt;
:One user uploads the file but all the members of his or her group &amp;quot;benefit&amp;quot; from the submission.&lt;br /&gt;
&lt;br /&gt;
;[http://moodle.org/mod/forum/discuss.php?d=33940 uploadmulti] (by Brian Jones)&lt;br /&gt;
:Allows uploading multiple files.&lt;br /&gt;
&lt;br /&gt;
;[http://moodle.org/mod/forum/discuss.php?d=39979 Multiple Files Upload] (by Gustav W Delius)&lt;br /&gt;
:Allows uploading multiple files.&lt;br /&gt;
&lt;br /&gt;
;[http://cdc.humboldt.edu/moodle/mod/resource/view.php?id=21 Review assignment] (by Humboldt University)&lt;br /&gt;
:A new assignment type that adds the ability to send back to the student a graded copy of their file. For Moodle 1.5.&lt;br /&gt;
&lt;br /&gt;
;[http://moodle.org/mod/forum/discuss.php?d=34887 Form] (by Michael Robellard)&lt;br /&gt;
:allows students to enter information in a form (multiple textarea boxes) and then the teacher can grade each textarea with a number of points (or other grading scale) and give a comment for each form field&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[http://download.moodle.org/docs/using_moodle/ch7_assignments.pdf Using Moodle Chapter 7: Assignments and Exercises]&lt;br /&gt;
&lt;br /&gt;
== Assignment - Read Only Personal Report Access for Students ==&lt;br /&gt;
* Use to provide access to secure personalised student information such as reports.  (Needs to be moved to a seperate page - How ??)&lt;br /&gt;
* Using &amp;quot;Upload a single file&amp;quot; Assignment to provide individual report access for students:&lt;br /&gt;
* Create report files commencing with the moodle user code (easier to create correct &amp;quot;batch&amp;quot; command file with code at start of filename)&lt;br /&gt;
* Create pdf files from all reports (pdf&#039;s with the right security settings reduce the likelihood of tampering with final reports cf. other editable files)&lt;br /&gt;
* Open moodle database table mdl_user and copy the fields id and username to a spreadsheet file for manipulation e.g.&lt;br /&gt;
** 2 admin&lt;br /&gt;
** 3 tsp80902&lt;br /&gt;
** 4 che&lt;br /&gt;
* Use a spreadsheet formula to construct the correct command lines to create a folder with the moodle id and move the file starting with the matching username into the new folder:&lt;br /&gt;
** e.g. for Excel in a Windows environment use :   =&amp;quot;mkdir&amp;quot;&amp;amp;A2&amp;amp;&amp;quot;CarraigeReturn&amp;quot;&amp;amp;&amp;quot;move &amp;quot;&amp;amp;B2&amp;amp;&amp;quot;_2006_MidSem2.pdf &amp;quot;&amp;amp;A2&lt;br /&gt;
** mkdir2CarraigeReturnmove admin_2006_MidSem2.pdf 2&lt;br /&gt;
** mkdir3CarraigeReturnmove tsp80902_2006_MidSem2.pdf 3&lt;br /&gt;
** mkdir4CarraigeReturnmove che_2006_MidSem2.pdf 4&lt;br /&gt;
* Use an editor to replace the &amp;quot;CarraigeReturn&amp;quot; marker with a real carraige return, and insert a space after the &amp;quot;mkdir&amp;quot; command:&lt;br /&gt;
** mkdir 2&lt;br /&gt;
** move admin_2006_MidSem2.pdf 2&lt;br /&gt;
** mkdir 3&lt;br /&gt;
** move tsp80902_2006_MidSem2.pdf 3&lt;br /&gt;
** mkdir 4&lt;br /&gt;
** move che_2006_MidSem2.pdf 4&lt;br /&gt;
* Go to the course where you want to add the documents and note the course id from the URL displayed in the browser:&lt;br /&gt;
** e.g. http://infonet.cheltsec.vic.edu.au/course/view.php?id=5&lt;br /&gt;
* Create an &amp;quot;Upload a single file&amp;quot; Assignment in moodle&lt;br /&gt;
* Upload an marker file for yourself as a test.&lt;br /&gt;
* Update the assignment witht the &amp;quot;available&amp;quot; and &amp;quot;due&amp;quot; dates in the past (so students cannot upload their own amended report !) and check the &amp;quot;Prevent Late Submissions&amp;quot; box.&lt;br /&gt;
* Use a file explorer to go to the moodledata folder and look for this course, then open moddate (module data) and open the last assignment.  You should see a folder created with your id that should contain the marker file that you uploaded.&lt;br /&gt;
* Paste all the files that you want to allow studenst to access in the assignment folder:&lt;br /&gt;
** e.g. \\infonet\c$\Webstore\moodledata\5\moddata\assignment\112&lt;br /&gt;
* Paste the batch file in the dame folder&lt;br /&gt;
* Add a line at the start of the batch file to make it start in the correct physical network folder when it starts making new folders: e.g. &lt;br /&gt;
** net use /d R: &lt;br /&gt;
** net use R: \\infonet\c$\Webstore\moodledata\5\moddata\assignment\125&lt;br /&gt;
** cd /d R:\&lt;br /&gt;
* the final batch command file should look like:&lt;br /&gt;
** net use /d R: &lt;br /&gt;
** net use R: \\infonet\c$\Webstore\moodledata\5\moddata\assignment\125&lt;br /&gt;
** cd /d R:\&lt;br /&gt;
** mkdir 9&lt;br /&gt;
** move bou0010_2006_MidSem2.pdf 9 &lt;br /&gt;
** mkdir 10&lt;br /&gt;
** move wol0002_2006_MidSem2.pdf 10 &lt;br /&gt;
** mkdir 11&lt;br /&gt;
** etc.....&lt;br /&gt;
* Run the batch file, and the folders will be created as if the students had uploaded their own reports themselves.  &lt;br /&gt;
* Open moodle database table mdl_assignment_submissions and copy the database record of your marker file as a template.&lt;br /&gt;
** e.g  id=11823;  assignment=125  userid = 6; timecreated = 1157503128 ;  timemodified = 1157503128 ; numfiles=1 data1=(blank) data2=(blank) grade=-1 comment=(blank) format=0;  teacher=0;  timemarked=0; mailed=0 &lt;br /&gt;
* Paste the record into a spreadsheet and then paste the list of moodle id&#039;s under the userid field;  increment the mdl_assignmnet id by one for every user; fill down the same assignment number and all other fields: e.g.&lt;br /&gt;
** 11823 125 6 1157503128 1157503128 1 -1 0 0 0 0&lt;br /&gt;
** 11824 125 2 1157503128 1157503128 1 -1 0 0 0 0&lt;br /&gt;
** 11825 125 3 1157503128 1157503128 1 -1 0 0 0 0&lt;br /&gt;
** 11826 125 4 1157503128 1157503128 1 -1 0 0 0 0&lt;br /&gt;
** 11827 125 5 1157503128 1157503128 1 -1 0 0 0 0&lt;br /&gt;
** 11828 125 6 1157503128 1157503128 1 -1 0 0 0 0 &lt;br /&gt;
* These records ensure that the database &amp;quot;knows&amp;quot; that there are documents already submitted into the assignment so that students can read but not change the document.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[category:Modules]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Devoir]]&lt;br /&gt;
[[nl:Opdracht]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Assignment_activity&amp;diff=15471</id>
		<title>Assignment activity</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Assignment_activity&amp;diff=15471"/>
		<updated>2006-09-06T03:15:35Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Assignments}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assignments&#039;&#039;&#039; allow the teacher to grade various types of student submissions.&lt;br /&gt;
&lt;br /&gt;
==Types==&lt;br /&gt;
Moodle supports plug-in assignment types.&lt;br /&gt;
&lt;br /&gt;
===Official types===&lt;br /&gt;
There are three official types:&lt;br /&gt;
&lt;br /&gt;
;Upload&lt;br /&gt;
:A student can upload a single file. This could be a Word document, spreadsheet or anything digital. Multiple files could be zipped and then submitted.&lt;br /&gt;
;Online Text&lt;br /&gt;
:This assignment type asks users to edit a text, using the normal editing tools. Teachers can grade them online, and even add inline comments or changes.&lt;br /&gt;
;Offline assignment&lt;br /&gt;
:This is useful when the assignment is performed outside of Moodle. It could be something elsewhere on the web or face-to-face. Students can see a description of the assignment, but can&#039;t upload files or anything. Grading works normally, and students will get notifications of their grades.&lt;br /&gt;
&lt;br /&gt;
===Contrib modules===&lt;br /&gt;
These assignment types have been contributed by users:&lt;br /&gt;
&lt;br /&gt;
;[http://moodle.org/mod/forum/discuss.php?d=30613 Group Assignment] (by Patrick Jermann)&lt;br /&gt;
:One user uploads the file but all the members of his or her group &amp;quot;benefit&amp;quot; from the submission.&lt;br /&gt;
&lt;br /&gt;
;[http://moodle.org/mod/forum/discuss.php?d=33940 uploadmulti] (by Brian Jones)&lt;br /&gt;
:Allows uploading multiple files.&lt;br /&gt;
&lt;br /&gt;
;[http://moodle.org/mod/forum/discuss.php?d=39979 Multiple Files Upload] (by Gustav W Delius)&lt;br /&gt;
:Allows uploading multiple files.&lt;br /&gt;
&lt;br /&gt;
;[http://cdc.humboldt.edu/moodle/mod/resource/view.php?id=21 Review assignment] (by Humboldt University)&lt;br /&gt;
:A new assignment type that adds the ability to send back to the student a graded copy of their file. For Moodle 1.5.&lt;br /&gt;
&lt;br /&gt;
;[http://moodle.org/mod/forum/discuss.php?d=34887 Form] (by Michael Robellard)&lt;br /&gt;
:allows students to enter information in a form (multiple textarea boxes) and then the teacher can grade each textarea with a number of points (or other grading scale) and give a comment for each form field&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[http://download.moodle.org/docs/using_moodle/ch7_assignments.pdf Using Moodle Chapter 7: Assignments and Exercises]&lt;br /&gt;
&lt;br /&gt;
== Assignment - Read Only Personal Report Access for Students ==&lt;br /&gt;
* Use to provide access to secure personalised student information such as reports.  (Needs to be moved to a seperate page - How ??)&lt;br /&gt;
* Using &amp;quot;Upload a single file&amp;quot; Assignment to provide individual report access for students:&lt;br /&gt;
* Create report files commencing with the moodle user code (easier to create correct &amp;quot;batch&amp;quot; command file with code at start of filename)&lt;br /&gt;
* Create pdf files from all reports (pdf&#039;s with the right security settings reduce the likelihood of tampering with final reports cf. other editable files)&lt;br /&gt;
* Open moodle database table mdl_user and copy the fields id and username to a spreadsheet file for manipulation e.g.&lt;br /&gt;
** 2 admin&lt;br /&gt;
** 3 tsp80902&lt;br /&gt;
** 4 che&lt;br /&gt;
* Use a spreadsheet formula to construct the correct command lines to create a folder with the moodle id and move the file starting with the matching username into the new folder:&lt;br /&gt;
** e.g. for Excel in a Windows environment use :   =&amp;quot;mkdir&amp;quot;&amp;amp;A2&amp;amp;&amp;quot;CarraigeReturn&amp;quot;&amp;amp;&amp;quot;move &amp;quot;&amp;amp;B2&amp;amp;&amp;quot;_2006_MidSem2.pdf &amp;quot;&amp;amp;A2&lt;br /&gt;
** mkdir2CarraigeReturnmove admin_2006_MidSem2.pdf 2&lt;br /&gt;
** mkdir3CarraigeReturnmove tsp80902_2006_MidSem2.pdf 3&lt;br /&gt;
** mkdir4CarraigeReturnmove che_2006_MidSem2.pdf 4&lt;br /&gt;
* Use an editor to replace the &amp;quot;CarraigeReturn&amp;quot; marker with a real carraige return, and insert a space after the &amp;quot;mkdir&amp;quot; command:&lt;br /&gt;
** mkdir 2&lt;br /&gt;
** move admin_2006_MidSem2.pdf 2&lt;br /&gt;
** mkdir 3&lt;br /&gt;
** move tsp80902_2006_MidSem2.pdf 3&lt;br /&gt;
** mkdir 4&lt;br /&gt;
** move che_2006_MidSem2.pdf 4&lt;br /&gt;
* Go to the course where you want to add the documents and note the course id from the URL displayed in the browser:&lt;br /&gt;
** e.g. http://infonet.cheltsec.vic.edu.au/course/view.php?id=5&lt;br /&gt;
* Create an &amp;quot;Upload a single file&amp;quot; Assignment in moodle&lt;br /&gt;
* Upload an marker file for yourself as a test.&lt;br /&gt;
* Update the assignment witht the &amp;quot;available&amp;quot; and &amp;quot;due&amp;quot; dates in the past (so students cannot upload their own amended report !) and check the &amp;quot;Prevent Late Submissions&amp;quot; box.&lt;br /&gt;
* Use a file explorer to go to the moodledata folder and look for this course, then open moddate (module data) and open the last assignment.  You should see a folder created with your id that should contain the marker file that you uploaded.&lt;br /&gt;
* Paste all the files that you want to allow studenst to access in the assignment folder:&lt;br /&gt;
** e.g. \\infonet\c$\Webstore\moodledata\5\moddata\assignment\112&lt;br /&gt;
* Paste the batch file in the dame folder&lt;br /&gt;
* Add a line at the start of the batch file to make it start in the correct physical network folder when it starts making new folders: e.g. &lt;br /&gt;
** net use /d R: &lt;br /&gt;
** net use R: \\infonet\c$\Webstore\moodledata\5\moddata\assignment\125&lt;br /&gt;
** cd /d R:\&lt;br /&gt;
* the final batch command file should look like:&lt;br /&gt;
** net use /d R: &lt;br /&gt;
** net use R: \\infonet\c$\Webstore\moodledata\5\moddata\assignment\125&lt;br /&gt;
** cd /d R:\&lt;br /&gt;
** mkdir 9&lt;br /&gt;
** move bou0010_2006_MidSem2.pdf 9 &lt;br /&gt;
** mkdir 10&lt;br /&gt;
** move wol0002_2006_MidSem2.pdf 10 &lt;br /&gt;
** mkdir 11&lt;br /&gt;
** etc.....&lt;br /&gt;
* Run the batch file, and the folders will be created as if the students had uploaded their own reports themselves.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[category:Modules]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Devoir]]&lt;br /&gt;
[[nl:Opdracht]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Assignment_activity&amp;diff=15470</id>
		<title>Assignment activity</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Assignment_activity&amp;diff=15470"/>
		<updated>2006-09-06T03:14:14Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: /* See also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Assignments}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assignments&#039;&#039;&#039; allow the teacher to grade various types of student submissions.&lt;br /&gt;
&lt;br /&gt;
==Types==&lt;br /&gt;
Moodle supports plug-in assignment types.&lt;br /&gt;
&lt;br /&gt;
===Official types===&lt;br /&gt;
There are three official types:&lt;br /&gt;
&lt;br /&gt;
;Upload&lt;br /&gt;
:A student can upload a single file. This could be a Word document, spreadsheet or anything digital. Multiple files could be zipped and then submitted.&lt;br /&gt;
;Online Text&lt;br /&gt;
:This assignment type asks users to edit a text, using the normal editing tools. Teachers can grade them online, and even add inline comments or changes.&lt;br /&gt;
;Offline assignment&lt;br /&gt;
:This is useful when the assignment is performed outside of Moodle. It could be something elsewhere on the web or face-to-face. Students can see a description of the assignment, but can&#039;t upload files or anything. Grading works normally, and students will get notifications of their grades.&lt;br /&gt;
&lt;br /&gt;
===Contrib modules===&lt;br /&gt;
These assignment types have been contributed by users:&lt;br /&gt;
&lt;br /&gt;
;[http://moodle.org/mod/forum/discuss.php?d=30613 Group Assignment] (by Patrick Jermann)&lt;br /&gt;
:One user uploads the file but all the members of his or her group &amp;quot;benefit&amp;quot; from the submission.&lt;br /&gt;
&lt;br /&gt;
;[http://moodle.org/mod/forum/discuss.php?d=33940 uploadmulti] (by Brian Jones)&lt;br /&gt;
:Allows uploading multiple files.&lt;br /&gt;
&lt;br /&gt;
;[http://moodle.org/mod/forum/discuss.php?d=39979 Multiple Files Upload] (by Gustav W Delius)&lt;br /&gt;
:Allows uploading multiple files.&lt;br /&gt;
&lt;br /&gt;
;[http://cdc.humboldt.edu/moodle/mod/resource/view.php?id=21 Review assignment] (by Humboldt University)&lt;br /&gt;
:A new assignment type that adds the ability to send back to the student a graded copy of their file. For Moodle 1.5.&lt;br /&gt;
&lt;br /&gt;
;[http://moodle.org/mod/forum/discuss.php?d=34887 Form] (by Michael Robellard)&lt;br /&gt;
:allows students to enter information in a form (multiple textarea boxes) and then the teacher can grade each textarea with a number of points (or other grading scale) and give a comment for each form field&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[http://download.moodle.org/docs/using_moodle/ch7_assignments.pdf Using Moodle Chapter 7: Assignments and Exercises]&lt;br /&gt;
&lt;br /&gt;
== Assignment - Read Only Personal Report Access for Students ==&lt;br /&gt;
* Use to provide access to secure personalised student information such as reports.  (Needs to be moved to a seperate page - How ??)&lt;br /&gt;
* Using &amp;quot;Upload a single file&amp;quot; Assignment to provide individual report access for students:&lt;br /&gt;
Create report files commencing with the moodle user code (easier to create correct &amp;quot;batch&amp;quot; command file with code at start of filename)&lt;br /&gt;
* Create pdf files from all reports (pdf&#039;s with the right security settings reduce the likelihood of tampering with final reports cf. other editable files)&lt;br /&gt;
* Open moodle database table mdl_user and copy the fields id and username to a spreadsheet file for manipulation e.g.&lt;br /&gt;
** 2 admin&lt;br /&gt;
** 3 tsp80902&lt;br /&gt;
** 4 che&lt;br /&gt;
* Use a spreadsheet formula to construct the correct command lines to create a folder with the moodle id and move the file starting with the matching username into the new folder:&lt;br /&gt;
e.g. for Excel in a Windows environment use :   =&amp;quot;mkdir&amp;quot;&amp;amp;A2&amp;amp;&amp;quot;CarraigeReturn&amp;quot;&amp;amp;&amp;quot;move &amp;quot;&amp;amp;B2&amp;amp;&amp;quot;_2006_MidSem2.pdf &amp;quot;&amp;amp;A2&lt;br /&gt;
mkdir2CarraigeReturnmove admin_2006_MidSem2.pdf 2&lt;br /&gt;
mkdir3CarraigeReturnmove tsp80902_2006_MidSem2.pdf 3&lt;br /&gt;
mkdir4CarraigeReturnmove che_2006_MidSem2.pdf 4&lt;br /&gt;
* Use an editor to replace the &amp;quot;CarraigeReturn&amp;quot; marker with a real carraige return, and insert a space after the &amp;quot;mkdir&amp;quot; command:&lt;br /&gt;
** mkdir 2&lt;br /&gt;
** move admin_2006_MidSem2.pdf 2&lt;br /&gt;
** mkdir 3&lt;br /&gt;
** move tsp80902_2006_MidSem2.pdf 3&lt;br /&gt;
** mkdir 4&lt;br /&gt;
** move che_2006_MidSem2.pdf 4&lt;br /&gt;
* Go to the course where you want to add the documents and note the course id from the URL displayed in the browser:&lt;br /&gt;
e.g. http://infonet.cheltsec.vic.edu.au/course/view.php?id=5&lt;br /&gt;
* Create an &amp;quot;Upload a single file&amp;quot; Assignment in moodle&lt;br /&gt;
* Upload an marker file for yourself as a test.&lt;br /&gt;
* Update the assignment witht the &amp;quot;available&amp;quot; and &amp;quot;due&amp;quot; dates in the past (so students cannot upload their own amended report !) and check the &amp;quot;Prevent Late Submissions&amp;quot; box.&lt;br /&gt;
* Use a file explorer to go to the moodledata folder and look for this course, then open moddate (module data) and open the last assignment.  You should see a folder created with your id that should contain the marker file that you uploaded.&lt;br /&gt;
* Paste all the files that you want to allow studenst to access in the assignment folder:&lt;br /&gt;
e.g. \\infonet\c$\Webstore\moodledata\5\moddata\assignment\112&lt;br /&gt;
* Paste the batch file in the dame folder&lt;br /&gt;
* Add a line at the start of the batch file to make it start in the correct physical network folder when it starts making new folders: e.g. &lt;br /&gt;
** net use /d R: &lt;br /&gt;
** net use R: \\infonet\c$\Webstore\moodledata\5\moddata\assignment\125&lt;br /&gt;
** cd /d R:\&lt;br /&gt;
* the final batch command file should look like:&lt;br /&gt;
** net use /d R: &lt;br /&gt;
** net use R: \\infonet\c$\Webstore\moodledata\5\moddata\assignment\125&lt;br /&gt;
** cd /d R:\&lt;br /&gt;
** mkdir 9&lt;br /&gt;
** move bou0010_2006_MidSem2.pdf 9 &lt;br /&gt;
** mkdir 10&lt;br /&gt;
** move wol0002_2006_MidSem2.pdf 10 &lt;br /&gt;
** mkdir 11&lt;br /&gt;
** etc.....&lt;br /&gt;
* Run the batch file, and the folders will be created as if the students had uploaded their own reports themselves.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[category:Modules]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Devoir]]&lt;br /&gt;
[[nl:Opdracht]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Assignment_activity&amp;diff=15469</id>
		<title>Assignment activity</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Assignment_activity&amp;diff=15469"/>
		<updated>2006-09-06T03:09:15Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: /* See also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Assignments}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assignments&#039;&#039;&#039; allow the teacher to grade various types of student submissions.&lt;br /&gt;
&lt;br /&gt;
==Types==&lt;br /&gt;
Moodle supports plug-in assignment types.&lt;br /&gt;
&lt;br /&gt;
===Official types===&lt;br /&gt;
There are three official types:&lt;br /&gt;
&lt;br /&gt;
;Upload&lt;br /&gt;
:A student can upload a single file. This could be a Word document, spreadsheet or anything digital. Multiple files could be zipped and then submitted.&lt;br /&gt;
;Online Text&lt;br /&gt;
:This assignment type asks users to edit a text, using the normal editing tools. Teachers can grade them online, and even add inline comments or changes.&lt;br /&gt;
;Offline assignment&lt;br /&gt;
:This is useful when the assignment is performed outside of Moodle. It could be something elsewhere on the web or face-to-face. Students can see a description of the assignment, but can&#039;t upload files or anything. Grading works normally, and students will get notifications of their grades.&lt;br /&gt;
&lt;br /&gt;
===Contrib modules===&lt;br /&gt;
These assignment types have been contributed by users:&lt;br /&gt;
&lt;br /&gt;
;[http://moodle.org/mod/forum/discuss.php?d=30613 Group Assignment] (by Patrick Jermann)&lt;br /&gt;
:One user uploads the file but all the members of his or her group &amp;quot;benefit&amp;quot; from the submission.&lt;br /&gt;
&lt;br /&gt;
;[http://moodle.org/mod/forum/discuss.php?d=33940 uploadmulti] (by Brian Jones)&lt;br /&gt;
:Allows uploading multiple files.&lt;br /&gt;
&lt;br /&gt;
;[http://moodle.org/mod/forum/discuss.php?d=39979 Multiple Files Upload] (by Gustav W Delius)&lt;br /&gt;
:Allows uploading multiple files.&lt;br /&gt;
&lt;br /&gt;
;[http://cdc.humboldt.edu/moodle/mod/resource/view.php?id=21 Review assignment] (by Humboldt University)&lt;br /&gt;
:A new assignment type that adds the ability to send back to the student a graded copy of their file. For Moodle 1.5.&lt;br /&gt;
&lt;br /&gt;
;[http://moodle.org/mod/forum/discuss.php?d=34887 Form] (by Michael Robellard)&lt;br /&gt;
:allows students to enter information in a form (multiple textarea boxes) and then the teacher can grade each textarea with a number of points (or other grading scale) and give a comment for each form field&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[http://download.moodle.org/docs/using_moodle/ch7_assignments.pdf Using Moodle Chapter 7: Assignments and Exercises]&lt;br /&gt;
*[Assignment - Read Only Personal Report Access for Students]  - Use to provide access to secure personalised student information such as reports.&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[category:Modules]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Devoir]]&lt;br /&gt;
[[nl:Opdracht]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=File_admin_settings&amp;diff=13105</id>
		<title>File admin settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=File_admin_settings&amp;diff=13105"/>
		<updated>2006-07-13T06:57:32Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If your theme has a large header then the &#039;&#039;resource_framesize&#039;&#039; variable should be increased to prevent horizontal and vertical scrollbars. &lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Display a Directory&amp;quot; option gives the error &amp;quot;Cannot create another instance of this resource&amp;quot; if MySQL5 is being used to with the moodle database due to an issue with reserved words.  MySQL 4.i.18 supports all features of tghe resource module.&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Resource]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Managing_activities&amp;diff=12890</id>
		<title>Managing activities</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Managing_activities&amp;diff=12890"/>
		<updated>2006-07-06T12:53:41Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: /* Module configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Location: Administration &amp;gt;&amp;gt; [[Configuration]] &amp;gt;&amp;gt; Modules &lt;br /&gt;
&lt;br /&gt;
==Module configuration==&lt;br /&gt;
To install additional modules into moodle:&lt;br /&gt;
* dowload the module (usually as a compressed &amp;quot;zip&amp;quot; file)&lt;br /&gt;
* extract and.......  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Assignment configuration|Assignment]]&lt;br /&gt;
*[[Chat configuration|Chat]]&lt;br /&gt;
*[[Database configuration|Database]] (1.6)&lt;br /&gt;
*[[Forum configuration|Forum]]&lt;br /&gt;
*[[Glossary configuration|Glossary]]&lt;br /&gt;
*[[Hotpot configuration|Hotpot]] (1.6)&lt;br /&gt;
*[[LAMS configuration|LAMS]] (1.6)&lt;br /&gt;
*[[Quiz configuration|Quiz]]&lt;br /&gt;
*[[Resource configuration|Resource]]&lt;br /&gt;
*[[SCORM/AICC configuration|SCORM/AICC]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[category:Modules]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Forum_posting&amp;diff=9140</id>
		<title>Forum posting</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Forum_posting&amp;diff=9140"/>
		<updated>2006-05-03T22:21:45Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Forums}}&lt;br /&gt;
&lt;br /&gt;
The default content of &#039;&#039;&#039;Subject&#039;&#039;&#039; is usually &#039;re: &amp;lt;the name of the &#039;parent&#039; post&amp;gt;&#039;. You can change it though. &lt;br /&gt;
&lt;br /&gt;
There are several tips concerning careful reading, writing and asking you might consider worth following - you will find them on the left-hand side of the &#039;&#039;&#039;Message&#039;&#039;&#039; field.&lt;br /&gt;
&lt;br /&gt;
When writing text in Moodle there are several formats you can choose to produce your text, depending on your expertise and the type of browser you are using. Please refer to [[Formatting text]] for further information.  &lt;br /&gt;
&lt;br /&gt;
=== Sharing images through forums ===&lt;br /&gt;
When an image is &amp;quot;attached&amp;quot; as a file to a forum message, it is immediately displayed full size after the message (i.e. no need to click on an attachement).  This an excellent way of sharing images without having to go through the process of uploading them as files and linking them from within web pages.&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Forum]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Edit_profile&amp;diff=8873</id>
		<title>Edit profile</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Edit_profile&amp;diff=8873"/>
		<updated>2006-04-23T10:35:53Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Course admin}}&lt;br /&gt;
&lt;br /&gt;
;First name, surname&lt;br /&gt;
:The first two fields are quite self-explanatory. The first and last names that you supply should be those that you wish to be known by on the course. They will be used by the tutors to identify you when grading work and responding in forums and other activities.&lt;br /&gt;
&lt;br /&gt;
;Email address&lt;br /&gt;
:The email address should be the address you wish to use to receive acknowledgements and messages from the system, and is also the address that is displayed to your tutors and other users of the moodle site, assuming that you have set the &amp;quot;Email display&amp;quot; option to allow other participants in your course to see your address, so it should be a mail address that you check regularly.  Other email display options are to hide your mail address from all users, or to make it available to all users on the moodle system, not just members of the courses you are enrolled in.&lt;br /&gt;
&lt;br /&gt;
;Email display&lt;br /&gt;
:This controls the visibility of the address to others, allowing you to show or hide your email in the class. There are three options: you can set it so that all users (including guests) could see your email, or so that only other students in the class could see your email address, or so that no one could see your email address at all. &lt;br /&gt;
&lt;br /&gt;
;Email activated&lt;br /&gt;
:You can either enable or disable emails being sent to your address.&lt;br /&gt;
&lt;br /&gt;
;Email format&lt;br /&gt;
:For the messages to come into your mailbox, you can choose between &amp;quot;Pretty HTML format&amp;quot; (which means that the messages will be formatted with different fonts and colours to make them easier to read) and &amp;quot;Plain text format&amp;quot; (plain text with no fancy formatting or colours). &lt;br /&gt;
&lt;br /&gt;
;Email digest type&lt;br /&gt;
:This setting allows you to choose how you want to receive any emails you get from forums. There are three possible choices: No digest, complete or subjects.&lt;br /&gt;
&lt;br /&gt;
[[Image:Forum_subscription_options.gif|frame|right|users may choose how they receive email from forums]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Forum auto-subscribe&lt;br /&gt;
:This setting lets you decide if you want email copies of posts that are added to forums. If you set this to subscribe, the system will email you copies of new posts in forums that you join. &lt;br /&gt;
&lt;br /&gt;
;Forum tracking&lt;br /&gt;
:Enabling forum tracking means highlighting the posts you have not read yet, which should improve your forum navigation. &lt;br /&gt;
&lt;br /&gt;
;When editing text&lt;br /&gt;
:This can usually be left on &amp;quot;Use HTML editor (some browsers only)&amp;quot;. This allows for text formatting options, but requires newer browsers. If you find your browser is not letting you edit text, change this setting to &amp;quot;Use standard web forms&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
;City/town; country&lt;br /&gt;
:These fields are used to further identify you by geographical location.&lt;br /&gt;
&lt;br /&gt;
;Timezone&lt;br /&gt;
:This field is used to convert time-related messages on the system (such as assignment deadlines) from the server local time to the correct time in whichever zone you have selected. &lt;br /&gt;
&lt;br /&gt;
;Preferred language and theme&lt;br /&gt;
:The E-learning server can display in several different languages and colour themes, which you can choose from in these two options.&lt;br /&gt;
&lt;br /&gt;
;Description&lt;br /&gt;
:In this field you can enter some text about yourself, be it information about your studies, hobbies, qualifications or anything else that does not break the acceptable use policy of this site. This text will be visible to anyone that views your profile.&lt;br /&gt;
&lt;br /&gt;
===Locking Profile fields===&lt;br /&gt;
To prevent users from altering some fields (e.g. students changing profile information to innappropriate or misleading information, the site administrator can lock profile fields.&lt;br /&gt;
&#039;&#039;&#039;Administration&#039;&#039;&#039; - &#039;&#039;&#039;Authentication&#039;&#039;&#039; - &#039;&#039;&#039;User&#039;&#039;&#039; - &#039;&#039;&#039;Authentication&#039;&#039;&#039; - &#039;&#039;&#039;Data Mapping&#039;&#039;&#039;&lt;br /&gt;
[[Image:Authent-data-map-fname.jpg|Data Mapping Options]]&lt;br /&gt;
*These fields are optional. You can choose to pre-fill some Moodle user fields with information from the LDAP fields that you specify here.  If you leave these fields blank, then nothing will be transferred from LDAP and Moodle defaults will be used instead.  In either case, the user will be able to edit all of these fields after they log in.&lt;br /&gt;
*&#039;&#039;&#039;Update local&#039;&#039;&#039;: If enabled, the field will be updated (from external auth) every time the user logs in or there is a user synchronization. Fields set to update locally should be locked.&lt;br /&gt;
*&#039;&#039;&#039;Lock value&#039;&#039;&#039;: If enabled, will prevent Moodle users and admins from editing the field directly. Use this option if you are maintaining this data in the external auth system.&lt;br /&gt;
*&#039;&#039;&#039;Update external&#039;&#039;&#039;: If enabled, the external auth will be updated when the user record is updated. Fields should be unlocked to allow edits.   Note: Updating external LDAP data requires that you set &#039;&#039;&#039;binddn&#039;&#039;&#039; and &#039;&#039;&#039;bindpw&#039;&#039;&#039; to a bind-user with editing privileges to all the user records. It currently does not preserve multi-valued attributes, and will remove extra values on update. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Edit_profile&amp;diff=8872</id>
		<title>Edit profile</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Edit_profile&amp;diff=8872"/>
		<updated>2006-04-23T10:33:37Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Course admin}}&lt;br /&gt;
&lt;br /&gt;
;First name, surname&lt;br /&gt;
:The first two fields are quite self-explanatory. The first and last names that you supply should be those that you wish to be known by on the course. They will be used by the tutors to identify you when grading work and responding in forums and other activities.&lt;br /&gt;
&lt;br /&gt;
;Email address&lt;br /&gt;
:The email address should be the address you wish to use to receive acknowledgements and messages from the system, and is also the address that is displayed to your tutors and other users of the moodle site, assuming that you have set the &amp;quot;Email display&amp;quot; option to allow other participants in your course to see your address, so it should be a mail address that you check regularly.  Other email display options are to hide your mail address from all users, or to make it available to all users on the moodle system, not just members of the courses you are enrolled in.&lt;br /&gt;
&lt;br /&gt;
;Email display&lt;br /&gt;
:This controls the visibility of the address to others, allowing you to show or hide your email in the class. There are three options: you can set it so that all users (including guests) could see your email, or so that only other students in the class could see your email address, or so that no one could see your email address at all. &lt;br /&gt;
&lt;br /&gt;
;Email activated&lt;br /&gt;
:You can either enable or disable emails being sent to your address.&lt;br /&gt;
&lt;br /&gt;
;Email format&lt;br /&gt;
:For the messages to come into your mailbox, you can choose between &amp;quot;Pretty HTML format&amp;quot; (which means that the messages will be formatted with different fonts and colours to make them easier to read) and &amp;quot;Plain text format&amp;quot; (plain text with no fancy formatting or colours). &lt;br /&gt;
&lt;br /&gt;
;Email digest type&lt;br /&gt;
:This setting allows you to choose how you want to receive any emails you get from forums. There are three possible choices: No digest, complete or subjects.&lt;br /&gt;
&lt;br /&gt;
[[Image:Forum_subscription_options.gif|frame|right|users may choose how they receive email from forums]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Forum auto-subscribe&lt;br /&gt;
:This setting lets you decide if you want email copies of posts that are added to forums. If you set this to subscribe, the system will email you copies of new posts in forums that you join. &lt;br /&gt;
&lt;br /&gt;
;Forum tracking&lt;br /&gt;
:Enabling forum tracking means highlighting the posts you have not read yet, which should improve your forum navigation. &lt;br /&gt;
&lt;br /&gt;
;When editing text&lt;br /&gt;
:This can usually be left on &amp;quot;Use HTML editor (some browsers only)&amp;quot;. This allows for text formatting options, but requires newer browsers. If you find your browser is not letting you edit text, change this setting to &amp;quot;Use standard web forms&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
;City/town; country&lt;br /&gt;
:These fields are used to further identify you by geographical location.&lt;br /&gt;
&lt;br /&gt;
;Timezone&lt;br /&gt;
:This field is used to convert time-related messages on the system (such as assignment deadlines) from the server local time to the correct time in whichever zone you have selected. &lt;br /&gt;
&lt;br /&gt;
;Preferred language and theme&lt;br /&gt;
:The E-learning server can display in several different languages and colour themes, which you can choose from in these two options.&lt;br /&gt;
&lt;br /&gt;
;Description&lt;br /&gt;
:In this field you can enter some text about yourself, be it information about your studies, hobbies, qualifications or anything else that does not break the acceptable use policy of this site. This text will be visible to anyone that views your profile.&lt;br /&gt;
&lt;br /&gt;
Locking Profile fields&lt;br /&gt;
To prevent users from altering some fields (e.g. students changing profile information to innappropriate or misleading information, the site administrator can lock profile fields.&lt;br /&gt;
&#039;&#039;&#039;Administration&#039;&#039;&#039; - &#039;&#039;&#039;Authentication&#039;&#039;&#039; - &#039;&#039;&#039;User&#039;&#039;&#039; - &#039;&#039;&#039;Authentication&#039;&#039;&#039; - &#039;&#039;&#039;Data Mapping&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*These fields are optional. You can choose to pre-fill some Moodle user fields with information from the LDAP fields that you specify here.  If you leave these fields blank, then nothing will be transferred from LDAP and Moodle defaults will be used instead.  In either case, the user will be able to edit all of these fields after they log in.&lt;br /&gt;
*&#039;&#039;&#039;Update local&#039;&#039;&#039;: If enabled, the field will be updated (from external auth) every time the user logs in or there is a user synchronization. Fields set to update locally should be locked.&lt;br /&gt;
*&#039;&#039;&#039;Lock value&#039;&#039;&#039;: If enabled, will prevent Moodle users and admins from editing the field directly. Use this option if you are maintaining this data in the external auth system.&lt;br /&gt;
*&#039;&#039;&#039;Update external&#039;&#039;&#039;: If enabled, the external auth will be updated when the user record is updated. Fields should be unlocked to allow edits.   Note: Updating external LDAP data requires that you set &#039;&#039;&#039;binddn&#039;&#039;&#039; and &#039;&#039;&#039;bindpw&#039;&#039;&#039; to a bind-user with editing privileges to all the user records. It currently does not preserve multi-valued attributes, and will remove extra values on update. &lt;br /&gt;
[[Authent-data-map-fname.jpg|Data Mapping Options]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=File:Authent-data-map-fname.jpg&amp;diff=8871</id>
		<title>File:Authent-data-map-fname.jpg</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=File:Authent-data-map-fname.jpg&amp;diff=8871"/>
		<updated>2006-04-23T10:31:38Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: Authentication Data mapping options of first name&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Authentication Data mapping options of first name&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Edit_profile&amp;diff=8866</id>
		<title>Edit profile</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Edit_profile&amp;diff=8866"/>
		<updated>2006-04-23T00:40:53Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Course admin}}&lt;br /&gt;
&lt;br /&gt;
;First name, surname&lt;br /&gt;
:The first two fields are quite self-explanatory. The first and last names that you supply should be those that you wish to be known by on the course. They will be used by the tutors to identify you when grading work and responding in forums and other activities.&lt;br /&gt;
&lt;br /&gt;
;Email address&lt;br /&gt;
:The email address should be the address you wish to use to receive acknowledgements and messages from the system, and is also the address that is displayed to your tutors and other users of the moodle site, assuming that you have set the &amp;quot;Email display&amp;quot; option to allow other participants in your course to see your address, so it should be a mail address that you check regularly.  Other email display options are to hide your mail address from all users, or to make it available to all users on the moodle system, not just members of the courses you are enrolled in.&lt;br /&gt;
&lt;br /&gt;
;Email display&lt;br /&gt;
:This controls the visibility of the address to others, allowing you to show or hide your email in the class. There are three options: you can set it so that all users (including guests) could see your email, or so that only other students in the class could see your email address, or so that no one could see your email address at all. &lt;br /&gt;
&lt;br /&gt;
;Email activated&lt;br /&gt;
:You can either enable or disable emails being sent to your address.&lt;br /&gt;
&lt;br /&gt;
;Email format&lt;br /&gt;
:For the messages to come into your mailbox, you can choose between &amp;quot;Pretty HTML format&amp;quot; (which means that the messages will be formatted with different fonts and colours to make them easier to read) and &amp;quot;Plain text format&amp;quot; (plain text with no fancy formatting or colours). &lt;br /&gt;
&lt;br /&gt;
;Email digest type&lt;br /&gt;
:This setting allows you to choose how you want to receive any emails you get from forums. There are three possible choices: No digest, complete or subjects.&lt;br /&gt;
&lt;br /&gt;
[[Image:Forum_subscription_options.gif|frame|right|users may choose how they receive email from forums]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Forum auto-subscribe&lt;br /&gt;
:This setting lets you decide if you want email copies of posts that are added to forums. If you set this to subscribe, the system will email you copies of new posts in forums that you join. &lt;br /&gt;
&lt;br /&gt;
;Forum tracking&lt;br /&gt;
:Enabling forum tracking means highlighting the posts you have not read yet, which should improve your forum navigation. &lt;br /&gt;
&lt;br /&gt;
;When editing text&lt;br /&gt;
:This can usually be left on &amp;quot;Use HTML editor (some browsers only)&amp;quot;. This allows for text formatting options, but requires newer browsers. If you find your browser is not letting you edit text, change this setting to &amp;quot;Use standard web forms&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
;City/town; country&lt;br /&gt;
:These fields are used to further identify you by geographical location.&lt;br /&gt;
&lt;br /&gt;
;Timezone&lt;br /&gt;
:This field is used to convert time-related messages on the system (such as assignment deadlines) from the server local time to the correct time in whichever zone you have selected. &lt;br /&gt;
&lt;br /&gt;
;Preferred language and theme&lt;br /&gt;
:The E-learning server can display in several different languages and colour themes, which you can choose from in these two options.&lt;br /&gt;
&lt;br /&gt;
;Description&lt;br /&gt;
:In this field you can enter some text about yourself, be it information about your studies, hobbies, qualifications or anything else that does not break the acceptable use policy of this site. This text will be visible to anyone that views your profile.&lt;br /&gt;
&lt;br /&gt;
--Locking Profile fields--&lt;br /&gt;
To prevent users from altering some fields (e.g. students changing profile information to innappropriate or misleading information, the site administrator can lock profile fields.&lt;br /&gt;
&#039;&#039;&#039;Administration&#039;&#039;&#039; - &#039;&#039;&#039;Authentication&#039;&#039;&#039; - &#039;&#039;&#039;User&#039;&#039;&#039; - &#039;&#039;&#039;Authentication&#039;&#039;&#039; - &#039;&#039;&#039;Data Mapping&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*These fields are optional. You can choose to pre-fill some Moodle user fields with information from the LDAP fields that you specify here.  If you leave these fields blank, then nothing will be transferred from LDAP and Moodle defaults will be used instead.  In either case, the user will be able to edit all of these fields after they log in.&lt;br /&gt;
*&#039;&#039;&#039;Update local&#039;&#039;&#039;: If enabled, the field will be updated (from external auth) every time the user logs in or there is a user synchronization. Fields set to update locally should be locked.&lt;br /&gt;
*&#039;&#039;&#039;Lock value&#039;&#039;&#039;: If enabled, will prevent Moodle users and admins from editing the field directly. Use this option if you are maintaining this data in the external auth system.&lt;br /&gt;
*&#039;&#039;&#039;Update external&#039;&#039;&#039;: If enabled, the external auth will be updated when the user record is updated. Fields should be unlocked to allow edits.   Note: Updating external LDAP data requires that you set &#039;&#039;&#039;binddn&#039;&#039;&#039; and &#039;&#039;&#039;bindpw&#039;&#039;&#039; to a bind-user with editing privileges to all the user records. It currently does not preserve multi-valued attributes, and will remove extra values on update. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Label&amp;diff=8397</id>
		<title>Label</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Label&amp;diff=8397"/>
		<updated>2006-04-12T12:03:50Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Resources}}&lt;br /&gt;
&lt;br /&gt;
When you are adding or editing a label, you have to fill in the following fields:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Label text&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Visible to students&#039;&#039;&#039; - You can hide the resource from students by selecting &amp;quot;Hide&amp;quot; here. It is useful if you wouldn&#039;t like to make the activity available immediately.&lt;br /&gt;
&lt;br /&gt;
[[Image:Label_0.gif|frame|left|choose &#039;&#039;Insert a label&#039;&#039; from the resource menu]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:Label_1.gif|frame|left|add text, links and/or images]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:Label_2.gif|frame|left|view label]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Use a label to display an external web page within a label ==&lt;br /&gt;
&lt;br /&gt;
An exciting possibility for labels allows external or internal pages to be displayed in the middle of the moodle screen (instead of just putting a link to them)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How&#039;&#039;&#039;: &lt;br /&gt;
* Create a label&lt;br /&gt;
* Display raw HTML code (use the editor button &amp;lt;&amp;gt;&lt;br /&gt;
* Insert code like:   &amp;lt;iframe width=&amp;quot;100%&amp;quot; height=&amp;quot;200&amp;quot; align=&amp;quot;middle&amp;quot; src=&amp;quot;http://www.google.com&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Additionally, labels allow more flexible formatting of moodle resources e.g. place links to resources in a table so that many can be offered in the same line, thus reducing the need to scroll through a course page.&lt;br /&gt;
&lt;br /&gt;
The actual resources still need to exist in the course, perhaps in an admin topic at the very bottom.&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[Flash|Using Flash]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
&lt;br /&gt;
[[nl:L&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Calendar_block&amp;diff=8303</id>
		<title>Calendar block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Calendar_block&amp;diff=8303"/>
		<updated>2006-04-11T02:03:23Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Calendar&#039;&#039;&#039; block displays the following events:&lt;br /&gt;
&lt;br /&gt;
* Site (event viewable in all courses - created by admin users)&lt;br /&gt;
* Course (event viewable only to course members - created by teachers)&lt;br /&gt;
* Groups (event viewable only by members of a group - created by teachers)&lt;br /&gt;
* User (personal event a student user can create - viewable only by the user)&lt;br /&gt;
&lt;br /&gt;
Events are added to the calendar, and can be aimed at individual users, your defined groups, or your courses. Adding closing dates to assignments, forums, quizzes, etc. will cause them to show up in the calendar section. You can view previous or future months on Calendar by clicking the left/right arrows next to the current month’s name. The current date is outlined. You can hide or show various categories of events by clicking on the color key below the calendar. This can make the calendar easier to read (especially if there are many events on the calendar). For example, if you wanted to hide Group event dates (events assigned to learner Groups you create), click &amp;quot;Group events&amp;quot; on the bottom of the Calendar. This would hide all group events, and the color code would disappear from the link on the calendar. To show the events again, click the Group Events link again.&lt;br /&gt;
&lt;br /&gt;
Both the daily detail screen and the monthly detail screen have the Preferences button in the upper right. This button leads to a screen like this: The last two settings (&#039;Maximum upcoming events&#039; and &#039;Upcoming events look-ahead&#039;) affect how the Upcoming Events block displays information. You may change any of these settings to suit your class needs. When you have finished any changes, click Save changes. &lt;br /&gt;
&lt;br /&gt;
Both the daily and monthly detail screens have the New Event button. This allows you to manually add events for your classes (remember that the system will automatically add due dates for assignments, quizzes, etc. when you create those activities). &lt;br /&gt;
&lt;br /&gt;
==Adding a calendar event==&lt;br /&gt;
&lt;br /&gt;
* Click month on Calendar to get an expanded month view&lt;br /&gt;
* In Calendar view click the New Event button&lt;br /&gt;
* On a New Event page select the type of event&lt;br /&gt;
* Set the event properties&lt;br /&gt;
* Click Save changes&lt;br /&gt;
&lt;br /&gt;
[[Image:Callendar.jpg]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Importing multiple events&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Currently there is no way to import data to create multiple events.  All events must be individually entered through the New Event button. Because the New Event data entry screen only allows drop down selection rather than typed entries, it is very difficult to design a macro for quick repeated input of New Events.&lt;br /&gt;
&lt;br /&gt;
To only other option is to directly connect to the central moodle [SQL] database and directly enter data into the events table.  &#039;&#039;Great care&#039;&#039; needs to be taken with this approach as alterations to the data structure may cause your moodle site to crash!&lt;br /&gt;
To convert MS Excel dates to moodle Unix dates use: Unix date integer =((Excel date integer)-25569)*86400&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List format&#039;&#039;&#039;&lt;br /&gt;
The calendar displays even lists one day at a time.  There is no capacity to display a list of all site or course events over an extended period.  To obtain date lists for publications, the only option is to link directly to the SQL database, select by the &amp;quot;courseid&amp;quot; and perform calculations to convert the UNIX &amp;quot;timestart&amp;quot; to a publishable date format:&lt;br /&gt;
&lt;br /&gt;
Using a Microsoft Access query, collect data from the &#039;&#039;&#039;mdl_event&#039;&#039;&#039; table and create 2 calculated fields:&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;calcdate&#039;&#039;&#039;: DateValue(&amp;quot;1/1/1970&amp;quot;)+[timestart]/60/60/24+10/24&lt;br /&gt;
*&#039;&#039;&#039;daysavdate&#039;&#039;&#039;: IIf([calcdate] Between #2/04/2006# And #29/10/2006#,[calcdate],[calcdate]+1/24)&lt;br /&gt;
&lt;br /&gt;
Then, use additional calculated fields to seperate the date, day of week and time (if needing to be  formatted seperately:&lt;br /&gt;
&lt;br /&gt;
*Dte: Format([daysavdate],&amp;quot;mmm dd&amp;quot;)&lt;br /&gt;
*DayName: Format([daysavdate],&amp;quot;ddd&amp;quot;)&lt;br /&gt;
*Tme: Format([daysavdate],&amp;quot;hh:nn am/pm&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
PS: The dates for daylight saving need to be changed each year to match your location.&lt;br /&gt;
PS: Very breif summary process for creating connection to moodle database in Windows environment: Install MySQL OBDC Driver 3.51 / Start settings control panel / admin tools/ Data Sources/ ODBC /  add new service/ select MySQL ODBC driver/ follow prompts for User &amp;amp; password/ open access/ get external data/ point to MySQL ODBC connection&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Navigating months&#039;&#039;&#039;&lt;br /&gt;
There is no easy way to jump to a specific month in the year other than to directly edit the URL variable for month &amp;quot;m=&amp;quot; :   calendar/view.php?view=month&amp;amp;cal_d=1&amp;amp;cal_&#039;&#039;&#039;m=02&#039;&#039;&#039;&amp;amp;cal_y=2006&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Block]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Calendar_block&amp;diff=8302</id>
		<title>Calendar block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Calendar_block&amp;diff=8302"/>
		<updated>2006-04-11T01:53:01Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Calendar&#039;&#039;&#039; block displays the following events:&lt;br /&gt;
&lt;br /&gt;
* Site (event viewable in all courses - created by admin users)&lt;br /&gt;
* Course (event viewable only to course members - created by teachers)&lt;br /&gt;
* Groups (event viewable only by members of a group - created by teachers)&lt;br /&gt;
* User (personal event a student user can create - viewable only by the user)&lt;br /&gt;
&lt;br /&gt;
Events are added to the calendar, and can be aimed at individual users, your defined groups, or your courses. Adding closing dates to assignments, forums, quizzes, etc. will cause them to show up in the calendar section. You can view previous or future months on Calendar by clicking the left/right arrows next to the current month’s name. The current date is outlined. You can hide or show various categories of events by clicking on the color key below the calendar. This can make the calendar easier to read (especially if there are many events on the calendar). For example, if you wanted to hide Group event dates (events assigned to learner Groups you create), click &amp;quot;Group events&amp;quot; on the bottom of the Calendar. This would hide all group events, and the color code would disappear from the link on the calendar. To show the events again, click the Group Events link again.&lt;br /&gt;
&lt;br /&gt;
Both the daily detail screen and the monthly detail screen have the Preferences button in the upper right. This button leads to a screen like this: The last two settings (&#039;Maximum upcoming events&#039; and &#039;Upcoming events look-ahead&#039;) affect how the Upcoming Events block displays information. You may change any of these settings to suit your class needs. When you have finished any changes, click Save changes. &lt;br /&gt;
&lt;br /&gt;
Both the daily and monthly detail screens have the New Event button. This allows you to manually add events for your classes (remember that the system will automatically add due dates for assignments, quizzes, etc. when you create those activities). &lt;br /&gt;
&lt;br /&gt;
==Adding a calendar event==&lt;br /&gt;
&lt;br /&gt;
* Click month on Calendar to get an expanded month view&lt;br /&gt;
* In Calendar view click the New Event button&lt;br /&gt;
* On a New Event page select the type of event&lt;br /&gt;
* Set the event properties&lt;br /&gt;
* Click Save changes&lt;br /&gt;
&lt;br /&gt;
[[Image:Callendar.jpg]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Importing multiple events&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Currently there is no way to import data to create multiple events.  All events must be individually entered through the New Event button. Because the New Event data entry screen only allows drop down selection rather than typed entries, it is very difficult to design a macro for quick repeated input of New Events.&lt;br /&gt;
&lt;br /&gt;
To only other option is to directly connect to the central moodle [SQL] database and directly enter data into the events table.  &#039;&#039;Great care&#039;&#039; needs to be taken with this approach as alterations to the data structure may cause your moodle site to crash!&lt;br /&gt;
To convert MS Excel dates to moodle Unix dates use: Unix date integer =((Excel date integer)-25569)*86400&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List format&#039;&#039;&#039;&lt;br /&gt;
The calendar displays even lists one day at a time.  There is no capacity to display a list of all site or course events over an extended period.  To obtain date lists for publications, the only option is to link directly to the SQL database, select by the &amp;quot;courseid&amp;quot; and perform calculations to convert the UNIX &amp;quot;timestart&amp;quot; to a publishable date format:&lt;br /&gt;
&lt;br /&gt;
Using a Microsoft Access query, collect data from the &#039;&#039;&#039;mdl_event&#039;&#039;&#039; table and create 2 calculated fields:&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;calcdate&#039;&#039;&#039;: DateValue(&amp;quot;1/1/1970&amp;quot;)+[timestart]/60/60/24+10/24&lt;br /&gt;
*&#039;&#039;&#039;daysavdate&#039;&#039;&#039;: IIf([calcdate] Between #2/04/2006# And #29/10/2006#,[calcdate],[calcdate]+1/24)&lt;br /&gt;
&lt;br /&gt;
Then, use additional calculated fields to seperate the date, day of week and time (if needing to be  formatted seperately:&lt;br /&gt;
&lt;br /&gt;
*Dte: Format([daysavdate],&amp;quot;mmm dd&amp;quot;)&lt;br /&gt;
*DayName: Format([daysavdate],&amp;quot;ddd&amp;quot;)&lt;br /&gt;
*Tme: Format([daysavdate],&amp;quot;hh:nn am/pm&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
PS: The dates for daylight saving need to be changed each year to match your location.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Navigating months&#039;&#039;&#039;&lt;br /&gt;
There is no easy way to jump to a specific month in the year other than to directly edit the URL variable for month &amp;quot;m=&amp;quot; :   calendar/view.php?view=month&amp;amp;cal_d=1&amp;amp;cal_&#039;&#039;&#039;m=02&#039;&#039;&#039;&amp;amp;cal_y=2006&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Block]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Label&amp;diff=8080</id>
		<title>Label</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Label&amp;diff=8080"/>
		<updated>2006-04-06T00:26:32Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: /* Use a label to display an external web page within a label */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Resources}}&lt;br /&gt;
&lt;br /&gt;
When you are adding or editing a label, you have to fill in the following fields:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Label text&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Visible to students&#039;&#039;&#039; - You can hide the resource from students by selecting &amp;quot;Hide&amp;quot; here. It is useful if you wouldn&#039;t like to make the activity available immediately.&lt;br /&gt;
&lt;br /&gt;
[[Image:Label_0.gif|frame|left|choose &#039;&#039;Insert a label&#039;&#039; from the resource menu]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:Label_1.gif|frame|left|add text, links and/or images]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:Label_2.gif|frame|left|view label]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Use a label to display an external web page within a label ==&lt;br /&gt;
&lt;br /&gt;
An exciting possibility for labels allows external or internal pages to be displayed in the middle of the moodle screen (instead of just puttin a link to them.  Information like a page of links (so that you aren&#039;t restricted to moodle&#039;s one link per line etc; search engines; other moodle pages etc etc&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How&#039;&#039;&#039;: &lt;br /&gt;
* Create a label&lt;br /&gt;
* Display raw HTML code (use the editor button &amp;lt;&amp;gt;&lt;br /&gt;
* Insert code like:   &amp;lt;iframe width=&amp;quot;100%&amp;quot; height=&amp;quot;200&amp;quot; align=&amp;quot;middle&amp;quot; src=&amp;quot;http://www.google.com&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[Flash|Using Flash]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
&lt;br /&gt;
[[nl:Label]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Label&amp;diff=8079</id>
		<title>Label</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Label&amp;diff=8079"/>
		<updated>2006-04-06T00:08:08Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: /* Use a label to diaplay an external web page within a label */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Resources}}&lt;br /&gt;
&lt;br /&gt;
When you are adding or editing a label, you have to fill in the following fields:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Label text&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Visible to students&#039;&#039;&#039; - You can hide the resource from students by selecting &amp;quot;Hide&amp;quot; here. It is useful if you wouldn&#039;t like to make the activity available immediately.&lt;br /&gt;
&lt;br /&gt;
[[Image:Label_0.gif|frame|left|choose &#039;&#039;Insert a label&#039;&#039; from the resource menu]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:Label_1.gif|frame|left|add text, links and/or images]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:Label_2.gif|frame|left|view label]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Use a label to display an external web page within a label ==&lt;br /&gt;
&lt;br /&gt;
An exciting possibility for labels allows external or internal pages to be displayed in the middle of the moodle screen (instead of just puttin a link to them.  Information like a page of links (so that you aren&#039;t restricted to moodle&#039;s one link per line etc; search engines; other moodle pages etc etc&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How&#039;&#039;&#039;: &lt;br /&gt;
Add iFrame to list of allowed HTML commands by accessing moodle code directly &lt;br /&gt;
Then:&lt;br /&gt;
* Create a label&lt;br /&gt;
* Display raw HTML code (use the editor button &amp;lt;&amp;gt;&lt;br /&gt;
* Insert code like:   &amp;lt;iframe width=&amp;quot;100%&amp;quot; height=&amp;quot;200&amp;quot; align=&amp;quot;middle&amp;quot; src=&amp;quot;http://www.google.com&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[Flash|Using Flash]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
&lt;br /&gt;
[[nl:Label]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Label&amp;diff=8078</id>
		<title>Label</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Label&amp;diff=8078"/>
		<updated>2006-04-06T00:05:12Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Resources}}&lt;br /&gt;
&lt;br /&gt;
When you are adding or editing a label, you have to fill in the following fields:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Label text&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Visible to students&#039;&#039;&#039; - You can hide the resource from students by selecting &amp;quot;Hide&amp;quot; here. It is useful if you wouldn&#039;t like to make the activity available immediately.&lt;br /&gt;
&lt;br /&gt;
[[Image:Label_0.gif|frame|left|choose &#039;&#039;Insert a label&#039;&#039; from the resource menu]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:Label_1.gif|frame|left|add text, links and/or images]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:Label_2.gif|frame|left|view label]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Use a label to diaplay an external web page within a label ==&lt;br /&gt;
&lt;br /&gt;
An exciting possibility for labels allows external or internal pages to be displayed in the middle of the moodle screen (instead of just puttin a link to them.  Information like a page of links (so that you aren&#039;t restricted to moodle&#039;s one link per line etc; search engines; other moodle pages etc etc&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How&#039;&#039;&#039;: &lt;br /&gt;
Add iFrame to list of allowed HTML commands by accessing moodle code directly &lt;br /&gt;
Then:&lt;br /&gt;
1. Create a label&lt;br /&gt;
2. Display raw HTML code (use the editor button &amp;lt;&amp;gt;&lt;br /&gt;
3. Insert code like:&lt;br /&gt;
&amp;lt;iframe width=&amp;quot;100%&amp;quot; height=&amp;quot;200&amp;quot; align=&amp;quot;middle&amp;quot; src=&amp;quot;http://www.google.com&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[Flash|Using Flash]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
&lt;br /&gt;
[[nl:Label]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Calendar_block&amp;diff=7575</id>
		<title>Calendar block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Calendar_block&amp;diff=7575"/>
		<updated>2006-03-26T00:31:26Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Calendar&#039;&#039;&#039; block displays the following events:&lt;br /&gt;
&lt;br /&gt;
* Site (event viewable in all courses - created by admin users)&lt;br /&gt;
* Course (event viewable only to course members - created by teachers)&lt;br /&gt;
* Groups (event viewable only by members of a group - created by teachers)&lt;br /&gt;
* User (personal event a student user can create - viewable only by the user)&lt;br /&gt;
&lt;br /&gt;
Events are added to the calendar, and can be aimed at individual users, your defined groups, or your courses. Adding closing dates to assignments, forums, quizzes, etc. will cause them to show up in the calendar section. You can view previous or future months on Calendar by clicking the left/right arrows next to the current month’s name. The current date is outlined. You can hide or show various categories of events by clicking on the color key below the calendar. This can make the calendar easier to read (especially if there are many events on the calendar). For example, if you wanted to hide Group event dates (events assigned to learner Groups you create), click &amp;quot;Group events&amp;quot; on the bottom of the Calendar. This would hide all group events, and the color code would disappear from the link on the calendar. To show the events again, click the Group Events link again.&lt;br /&gt;
&lt;br /&gt;
Both the daily detail screen and the monthly detail screen have the Preferences button in the upper right. This button leads to a screen like this: The last two settings (&#039;Maximum upcoming events&#039; and &#039;Upcoming events look-ahead&#039;) affect how the Upcoming Events block displays information. You may change any of these settings to suit your class needs. When you have finished any changes, click Save changes. &lt;br /&gt;
&lt;br /&gt;
Both the daily and monthly detail screens have the New Event button. This allows you to manually add events for your classes (remember that the system will automatically add due dates for assignments, quizzes, etc. when you create those activities). &lt;br /&gt;
&lt;br /&gt;
==Adding a calendar event==&lt;br /&gt;
&lt;br /&gt;
* Click month on Calendar to get an expanded month view&lt;br /&gt;
* In Calendar view click the New Event button&lt;br /&gt;
* On a New Event page select the type of event&lt;br /&gt;
* Set the event properties&lt;br /&gt;
* Click Save changes&lt;br /&gt;
&lt;br /&gt;
[[Image:Callendar.jpg]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Importing multiple events&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Currently there is no way to import data to create multiple events.  All events must be individually entered through the New Event button. Because the New Event data entry screen only allows drop down selection rather than typed entries, it is very difficult to design a macro for quick repeated input of New Events.&lt;br /&gt;
&lt;br /&gt;
To only other option is to directly connect to the central moodle [SQL] database and directly enter data into the events table.  &#039;&#039;Great care&#039;&#039; needs to be taken with this approach as alterations to the data structure may cause your moodle site to crash!&lt;br /&gt;
To convert MS Excel dates to moodle Unix dates use: Unix date integer =((Excel date integer)-25569)*86400&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List format&#039;&#039;&#039;&lt;br /&gt;
The calendar displays even lists one day at a time.  There is no capacity to display a list of all site or course events over an extended period.  To obtain date lists for publications, the only option is to link directly to the SQL database, select by the &amp;quot;courseid&amp;quot; and perform calculations to convert the UNIX &amp;quot;timestart&amp;quot; to a publishable date format&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Navigating months&#039;&#039;&#039;&lt;br /&gt;
There is no easy way to jump to a specific month in the year other than to directly edit the URL variable for month &amp;quot;m=&amp;quot; :   calendar/view.php?view=month&amp;amp;cal_d=1&amp;amp;cal_&#039;&#039;&#039;m=02&#039;&#039;&#039;&amp;amp;cal_y=2006&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Block]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Development:Wiki_requirements&amp;diff=6745</id>
		<title>Development:Wiki requirements</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Development:Wiki_requirements&amp;diff=6745"/>
		<updated>2006-03-03T04:29:02Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Moodle wiki purpose==&lt;br /&gt;
&lt;br /&gt;
To provide a way for students, teachers and other Moodle participants to create an organic, on-line document collaboratively.&lt;br /&gt;
&lt;br /&gt;
==Key features==&lt;br /&gt;
&lt;br /&gt;
# Pages can be created and linked using simple wiki methods.&lt;br /&gt;
# All Moodle text formats can be supported.&lt;br /&gt;
# Editing and viewing can be restricted by Moodle roles (i.e. currently, Students, Groups, Teachers).&lt;br /&gt;
# Images can be easily inserted into the text of a wiki.&lt;br /&gt;
# Attachments can be made to wiki pages.&lt;br /&gt;
# Must be fully compliant with Moodle backup and restore.&lt;br /&gt;
# Must be fully compliant with Moodle logging and activity tracking.&lt;br /&gt;
# Must provide a method of grading (see assignment module). Grading should be optional on a per-wiki basis.&lt;br /&gt;
# Allow inporting of external documents to create a wiki or add to an exiting one.&lt;br /&gt;
# Allow exporting to an external document.&lt;br /&gt;
# Allow refactoring/moving/deleting pages with appropriate permissions&lt;br /&gt;
(from Martin&#039;s list):&lt;br /&gt;
&lt;br /&gt;
==Basic Operation==&lt;br /&gt;
&#039;&#039;&#039;Create the wiki:&#039;&#039;&#039;- Log in/  Turn editing on/ Add and activity/ Wiki&lt;br /&gt;
- Fill in wiki parameters (Leave defaults and experiment later.  Everything except the inital page fields can be changed.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Adding pages:&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
- Edit the first (&amp;amp; only page)/ Type the name of the new page you want within square brackets/ Click Save.  The new page link is displayed beside a question mark./ Click the question mark to open the new page for data entry.&lt;br /&gt;
&lt;br /&gt;
- pages can be added from any page.&lt;br /&gt;
(Suggestion: On your start page, type &amp;quot;PageIndex&amp;quot; and perhaps &amp;quot;Site Map&amp;quot; and/or &amp;quot;Newest Pages&amp;quot; so that the user is alerted to these options immediately on entering the wiki. They also appear on the &amp;quot;Choose wiki links&amp;quot; drop down at the top of the wiki window.&lt;br /&gt;
&lt;br /&gt;
The wiki is one of the most powerful tools within moodle and suitable for many educational &amp;amp; administrative functions including:&lt;br /&gt;
&lt;br /&gt;
# a wonderful way to encourage students to build, debate and share a summary of their course content as they work&lt;br /&gt;
# a great way to deliver your school administrative manuals i.e. teachers manual; student manuals.  They are searchable, interlinked automatically &amp;amp; able to be continuously updated showing who, when &amp;amp; how the updates were made.&lt;br /&gt;
&lt;br /&gt;
Currently &#039;&#039;&#039;some wiki features do not work reliably&#039;&#039;&#039;:&lt;br /&gt;
* &#039;&#039;&#039;search&#039;&#039;&#039; does not find page titles (so make sure that the page title is repeated somewhere within the page itself).&lt;br /&gt;
* &#039;&#039;&#039;export&#039;&#039;&#039; does not export all wiki content&lt;br /&gt;
* &#039;&#039;&#039;delete pages&#039;&#039;&#039; and &#039;&#039;&#039;strip pages&#039;&#039;&#039; often do not work. (the most common error message is: &#039;&#039;Course Module is incorrect&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;moodle editor does not handle hyperlinks correctly&#039;&#039;&#039;.  i.e. All links must be manually placed within square brackets rather than embedded as HTML links.&lt;br /&gt;
&lt;br /&gt;
==Design Objectives==&lt;br /&gt;
* The Wiki should support exactly the same text formats in Moodle core as you find everywhere else (see weblib.php for standard functions, eg format_text). ie Moodle format, HTML format, Markdown, etc. Any new formats need to go in the core so they are available everywhere, and this needs to be discussed very well. We only JUST removed the old Wiki-like format to reduce confusion with the current Wiki and I don&#039;t want more of this confusion from a rushed implementation.&lt;br /&gt;
&lt;br /&gt;
* Linking should support both CamelCase and [Bracket] styles, and also automatic linking on the fly (a la Glossary).&lt;br /&gt;
&lt;br /&gt;
* Upgrading from the old system to any new one should be seamless and problem-free (this includes restoring old backups from 1.4, for example).&lt;br /&gt;
&lt;br /&gt;
* The idea with eWiki was to build on the work of the eWiki team in future. Unfortunately, so many hacks needed to be made to their monolithic script that this became almost impossible. I would like to see a lot of thought put into a very cleanly-designed architecture for the Wiki in future, something that is easy to extend and maintain (and also to use).&lt;br /&gt;
&lt;br /&gt;
* I really like MediaWiki, as this Wiki is becoming a defacto standard (for good reason) and it would be good to be compatible in some way with it. Perhaps we can use part of it as a library for us. However, the Moodle Wiki is a COMPONENT within the larger Moodle system and has a very different focus to MediaWiki (which is designed for large standalone web sites) ... much thought should be given to making our Wiki work very closely with other modules, rather than another module that tries to do everything itself. It should do exactly what it needs to do and no more.&lt;br /&gt;
&lt;br /&gt;
* Support for media in a very clean way is a must. This is probably my biggest criticism of the current eWiki version ... attaching images and video etc is really awkward and doesn&#039;t look good.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=21493 Wiki development] forum discussion&lt;br /&gt;
*[[Dfwiki]]&lt;br /&gt;
[[Category:Developer]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Development:Wiki_requirements&amp;diff=6744</id>
		<title>Development:Wiki requirements</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Development:Wiki_requirements&amp;diff=6744"/>
		<updated>2006-03-03T04:21:33Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Moodle wiki purpose==&lt;br /&gt;
&lt;br /&gt;
To provide a way for students, teachers and other Moodle participants to create an organic, on-line document collaboratively.&lt;br /&gt;
&lt;br /&gt;
==Key features==&lt;br /&gt;
&lt;br /&gt;
# Pages can be created and linked using simple wiki methods.&lt;br /&gt;
# All Moodle text formats can be supported.&lt;br /&gt;
# Editing and viewing can be restricted by Moodle roles (i.e. currently, Students, Groups, Teachers).&lt;br /&gt;
# Images can be easily inserted into the text of a wiki.&lt;br /&gt;
# Attachments can be made to wiki pages.&lt;br /&gt;
# Must be fully compliant with Moodle backup and restore.&lt;br /&gt;
# Must be fully compliant with Moodle logging and activity tracking.&lt;br /&gt;
# Must provide a method of grading (see assignment module). Grading should be optional on a per-wiki basis.&lt;br /&gt;
# Allow inporting of external documents to create a wiki or add to an exiting one.&lt;br /&gt;
# Allow exporting to an external document.&lt;br /&gt;
# Allow refactoring/moving/deleting pages with appropriate permissions&lt;br /&gt;
(from Martin&#039;s list):&lt;br /&gt;
&lt;br /&gt;
==Basic Operation==&lt;br /&gt;
&#039;&#039;&#039;Create the wiki:&#039;&#039;&#039;- Log in/  Turn editing on/ Add and activity/ Wiki&lt;br /&gt;
- Fill in wiki parameters (Leave defaults and experiment later.  Everything except the inital page fields can be changed.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Adding pages:&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
- Edit the first (&amp;amp; only page)/ Type the name of the new page you want within square brackets/ Click Save.  The new page link is displayed beside a question mark./ Click the question mark to open the new page for data entry.&lt;br /&gt;
&lt;br /&gt;
- pages can be added from any page.&lt;br /&gt;
(Suggestion: On your start page, type &amp;quot;PageIndex&amp;quot; and perhaps &amp;quot;Site Map&amp;quot; and/or &amp;quot;Newest Pages&amp;quot; so that the user is alerted to these options immediately on entering the wiki. They also appear on the &amp;quot;Choose wiki links&amp;quot; drop down at the top of the wiki window.&lt;br /&gt;
&lt;br /&gt;
The wiki is one of the most powerful tools within moodle and suitable for many educational &amp;amp; administrative functions including:&lt;br /&gt;
&lt;br /&gt;
# a wonderful way to encourage students to build, debate and share a summary of their course content as they work&lt;br /&gt;
# a great way to deliver your school administrative manuals i.e. teachers manual; student manuals.  They are searchable, interlinked automatically &amp;amp; able to be continuously updated showing who, when &amp;amp; how the updates were made.&lt;br /&gt;
&lt;br /&gt;
Currently &#039;&#039;&#039;some wiki features do not work reliably&#039;&#039;&#039;:&lt;br /&gt;
* &#039;&#039;&#039;search&#039;&#039;&#039; does not find page titles (so make sure that the page title is repeated somewhere within the page itself).&lt;br /&gt;
* &#039;&#039;&#039;export&#039;&#039;&#039; does not export all wiki content; delete pages and strip pages often do not work. (the most common error message is: &#039;&#039;Course Module is incorrect&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;moodle editor does not handle hyperlinks correctly&#039;&#039;&#039;.  i.e. All links must be manually placed within square brackets rather than embedded as HTML links.&lt;br /&gt;
&lt;br /&gt;
==Design Objectives==&lt;br /&gt;
* The Wiki should support exactly the same text formats in Moodle core as you find everywhere else (see weblib.php for standard functions, eg format_text). ie Moodle format, HTML format, Markdown, etc. Any new formats need to go in the core so they are available everywhere, and this needs to be discussed very well. We only JUST removed the old Wiki-like format to reduce confusion with the current Wiki and I don&#039;t want more of this confusion from a rushed implementation.&lt;br /&gt;
&lt;br /&gt;
* Linking should support both CamelCase and [Bracket] styles, and also automatic linking on the fly (a la Glossary).&lt;br /&gt;
&lt;br /&gt;
* Upgrading from the old system to any new one should be seamless and problem-free (this includes restoring old backups from 1.4, for example).&lt;br /&gt;
&lt;br /&gt;
* The idea with eWiki was to build on the work of the eWiki team in future. Unfortunately, so many hacks needed to be made to their monolithic script that this became almost impossible. I would like to see a lot of thought put into a very cleanly-designed architecture for the Wiki in future, something that is easy to extend and maintain (and also to use).&lt;br /&gt;
&lt;br /&gt;
* I really like MediaWiki, as this Wiki is becoming a defacto standard (for good reason) and it would be good to be compatible in some way with it. Perhaps we can use part of it as a library for us. However, the Moodle Wiki is a COMPONENT within the larger Moodle system and has a very different focus to MediaWiki (which is designed for large standalone web sites) ... much thought should be given to making our Wiki work very closely with other modules, rather than another module that tries to do everything itself. It should do exactly what it needs to do and no more.&lt;br /&gt;
&lt;br /&gt;
* Support for media in a very clean way is a must. This is probably my biggest criticism of the current eWiki version ... attaching images and video etc is really awkward and doesn&#039;t look good.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=21493 Wiki development] forum discussion&lt;br /&gt;
*[[Dfwiki]]&lt;br /&gt;
[[Category:Developer]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Development:Wiki_requirements&amp;diff=6743</id>
		<title>Development:Wiki requirements</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Development:Wiki_requirements&amp;diff=6743"/>
		<updated>2006-03-03T04:19:46Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Moodle wiki purpose==&lt;br /&gt;
&lt;br /&gt;
To provide a way for students, teachers and other Moodle participants to create an organic, on-line document collaboratively.&lt;br /&gt;
&lt;br /&gt;
==Key features==&lt;br /&gt;
&lt;br /&gt;
# Pages can be created and linked using simple wiki methods.&lt;br /&gt;
# All Moodle text formats can be supported.&lt;br /&gt;
# Editing and viewing can be restricted by Moodle roles (i.e. currently, Students, Groups, Teachers).&lt;br /&gt;
# Images can be easily inserted into the text of a wiki.&lt;br /&gt;
# Attachments can be made to wiki pages.&lt;br /&gt;
# Must be fully compliant with Moodle backup and restore.&lt;br /&gt;
# Must be fully compliant with Moodle logging and activity tracking.&lt;br /&gt;
# Must provide a method of grading (see assignment module). Grading should be optional on a per-wiki basis.&lt;br /&gt;
# Allow inporting of external documents to create a wiki or add to an exiting one.&lt;br /&gt;
# Allow exporting to an external document.&lt;br /&gt;
# Allow refactoring/moving/deleting pages with appropriate permissions&lt;br /&gt;
(from Martin&#039;s list):&lt;br /&gt;
&lt;br /&gt;
==Basic Operation==&lt;br /&gt;
&#039;&#039;&#039;Create the wiki:&#039;&#039;&#039;- Log in/  Turn editing on/ Add and activity/ Wiki&lt;br /&gt;
- Fill in wiki parameters (Leave defaults and experiment later.  Everything except the inital page fields can be changed.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Adding pages:&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
- Edit the first (&amp;amp; only page)/ Type the name of the new page you want within square brackets/ Click Save.  The new page link is displayed beside a question mark./ Click the question mark to open the new page for data entry.&lt;br /&gt;
&lt;br /&gt;
- pages can be added from any page.&lt;br /&gt;
(Suggestion: On your start page, type &amp;quot;PageIndex&amp;quot; and perhaps &amp;quot;Site Map&amp;quot; and/or &amp;quot;Newest Pages&amp;quot; so that the user is alerted to these options immediately on entering the wiki. They also appear on the &amp;quot;Choose wiki links&amp;quot; drop down at the top of the wiki window.&lt;br /&gt;
&lt;br /&gt;
The wiki is one of the most powerful tools within moodle and suitable for many educational &amp;amp; administrative functions including:&lt;br /&gt;
&lt;br /&gt;
# a wonderful way to encourage students to build, debate and share a summary of their course content as they work&lt;br /&gt;
# a great way to deliver your school administrative manuals i.e. teachers manual; student manuals.  They are searchable, interlinked automatically &amp;amp; able to be continuously updated showing who, when &amp;amp; how the updates were made.&lt;br /&gt;
&lt;br /&gt;
Currently &#039;&#039;&#039;some wiki features do not work reliably&#039;&#039;&#039;: &lt;br /&gt;
- &#039;&#039;&#039;search&#039;&#039;&#039; does not find page titles (so make sure that the page title is repeated somewhere within the page itself).&lt;br /&gt;
&lt;br /&gt;
- export does not export all wiki content; delete pages and strip pages often do not work. (the most common error message is: &#039;&#039;Course Module is incorrect&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;moodle editor does not handle hyperlinks correctly within a wiki&#039;&#039;&#039;.  i.e. All links must be manually placed within square brackets rather than embedded as HTML links.&lt;br /&gt;
&lt;br /&gt;
==Design Objectives==&lt;br /&gt;
* The Wiki should support exactly the same text formats in Moodle core as you find everywhere else (see weblib.php for standard functions, eg format_text). ie Moodle format, HTML format, Markdown, etc. Any new formats need to go in the core so they are available everywhere, and this needs to be discussed very well. We only JUST removed the old Wiki-like format to reduce confusion with the current Wiki and I don&#039;t want more of this confusion from a rushed implementation.&lt;br /&gt;
&lt;br /&gt;
* Linking should support both CamelCase and [Bracket] styles, and also automatic linking on the fly (a la Glossary).&lt;br /&gt;
&lt;br /&gt;
* Upgrading from the old system to any new one should be seamless and problem-free (this includes restoring old backups from 1.4, for example).&lt;br /&gt;
&lt;br /&gt;
* The idea with eWiki was to build on the work of the eWiki team in future. Unfortunately, so many hacks needed to be made to their monolithic script that this became almost impossible. I would like to see a lot of thought put into a very cleanly-designed architecture for the Wiki in future, something that is easy to extend and maintain (and also to use).&lt;br /&gt;
&lt;br /&gt;
* I really like MediaWiki, as this Wiki is becoming a defacto standard (for good reason) and it would be good to be compatible in some way with it. Perhaps we can use part of it as a library for us. However, the Moodle Wiki is a COMPONENT within the larger Moodle system and has a very different focus to MediaWiki (which is designed for large standalone web sites) ... much thought should be given to making our Wiki work very closely with other modules, rather than another module that tries to do everything itself. It should do exactly what it needs to do and no more.&lt;br /&gt;
&lt;br /&gt;
* Support for media in a very clean way is a must. This is probably my biggest criticism of the current eWiki version ... attaching images and video etc is really awkward and doesn&#039;t look good.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=21493 Wiki development] forum discussion&lt;br /&gt;
*[[Dfwiki]]&lt;br /&gt;
[[Category:Developer]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Development:Wiki_requirements&amp;diff=6742</id>
		<title>Development:Wiki requirements</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Development:Wiki_requirements&amp;diff=6742"/>
		<updated>2006-03-03T04:18:42Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Moodle wiki purpose==&lt;br /&gt;
&lt;br /&gt;
To provide a way for students, teachers and other Moodle participants to create an organic, on-line document collaboratively.&lt;br /&gt;
&lt;br /&gt;
==Key features==&lt;br /&gt;
&lt;br /&gt;
# Pages can be created and linked using simple wiki methods.&lt;br /&gt;
# All Moodle text formats can be supported.&lt;br /&gt;
# Editing and viewing can be restricted by Moodle roles (i.e. currently, Students, Groups, Teachers).&lt;br /&gt;
# Images can be easily inserted into the text of a wiki.&lt;br /&gt;
# Attachments can be made to wiki pages.&lt;br /&gt;
# Must be fully compliant with Moodle backup and restore.&lt;br /&gt;
# Must be fully compliant with Moodle logging and activity tracking.&lt;br /&gt;
# Must provide a method of grading (see assignment module). Grading should be optional on a per-wiki basis.&lt;br /&gt;
# Allow inporting of external documents to create a wiki or add to an exiting one.&lt;br /&gt;
# Allow exporting to an external document.&lt;br /&gt;
# Allow refactoring/moving/deleting pages with appropriate permissions&lt;br /&gt;
(from Martin&#039;s list):&lt;br /&gt;
&lt;br /&gt;
==Basic Operation==&lt;br /&gt;
&#039;&#039;&#039;Create the wiki:&#039;&#039;&#039;- Log in/  Turn editing on/ Add and activity/ Wiki&lt;br /&gt;
- Fill in wiki parameters (Leave defaults and experiment later.  Everything except the inital page fields can be changed.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Adding pages:&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
- Edit the first (&amp;amp; only page)/ Type the name of the new page you want within square brackets/ Click Save.  The new page link is displayed beside a question mark./ Click the question mark to open the new page for data entry.&lt;br /&gt;
&lt;br /&gt;
- pages can be added from any page.&lt;br /&gt;
(Suggestion: On your start page, type &amp;quot;PageIndex&amp;quot; and perhaps &amp;quot;Site Map&amp;quot; and/or &amp;quot;Newest Pages&amp;quot; so that the user is alerted to these options immediately on entering the wiki. They also appear on the &amp;quot;Choose wiki links&amp;quot; drop down at the top of the wiki window.&lt;br /&gt;
&lt;br /&gt;
The wiki is one of the most powerful tools within moodle and suitable for many educational &amp;amp; administrative functions including:&lt;br /&gt;
&lt;br /&gt;
# a wonderful way to encourage students to build, debate and share a summary of their course content as they work&lt;br /&gt;
# a great way to deliver your school administrative manuals i.e. teachers manual; student manuals.  They are searchable, interlinked automatically &amp;amp; able to be continuously updated showing who, when &amp;amp; how the updates were made.&lt;br /&gt;
&lt;br /&gt;
Currently &#039;&#039;&#039;some wiki features do not work reliably&#039;&#039;&#039;: &lt;br /&gt;
- &#039;&#039;&#039;search&#039;&#039;&#039; does not find page titles (so make sure that the page title is repeated somewhere within the page itself).&lt;br /&gt;
- export does not export all wiki content; delete pages and strip pages often do not work. (the most common error message is: &#039;&#039;Course Module is incorrect&#039;&#039;&lt;br /&gt;
- &#039;&#039;&#039;moodle editor does not handle hyperlinks correctly within a wiki&#039;&#039;&#039;.  i.e. All links must be manually placed within square brackets rather than embedded as HTML links.&lt;br /&gt;
&lt;br /&gt;
==Design Objectives==&lt;br /&gt;
* The Wiki should support exactly the same text formats in Moodle core as you find everywhere else (see weblib.php for standard functions, eg format_text). ie Moodle format, HTML format, Markdown, etc. Any new formats need to go in the core so they are available everywhere, and this needs to be discussed very well. We only JUST removed the old Wiki-like format to reduce confusion with the current Wiki and I don&#039;t want more of this confusion from a rushed implementation.&lt;br /&gt;
&lt;br /&gt;
* Linking should support both CamelCase and [Bracket] styles, and also automatic linking on the fly (a la Glossary).&lt;br /&gt;
&lt;br /&gt;
* Upgrading from the old system to any new one should be seamless and problem-free (this includes restoring old backups from 1.4, for example).&lt;br /&gt;
&lt;br /&gt;
* The idea with eWiki was to build on the work of the eWiki team in future. Unfortunately, so many hacks needed to be made to their monolithic script that this became almost impossible. I would like to see a lot of thought put into a very cleanly-designed architecture for the Wiki in future, something that is easy to extend and maintain (and also to use).&lt;br /&gt;
&lt;br /&gt;
* I really like MediaWiki, as this Wiki is becoming a defacto standard (for good reason) and it would be good to be compatible in some way with it. Perhaps we can use part of it as a library for us. However, the Moodle Wiki is a COMPONENT within the larger Moodle system and has a very different focus to MediaWiki (which is designed for large standalone web sites) ... much thought should be given to making our Wiki work very closely with other modules, rather than another module that tries to do everything itself. It should do exactly what it needs to do and no more.&lt;br /&gt;
&lt;br /&gt;
* Support for media in a very clean way is a must. This is probably my biggest criticism of the current eWiki version ... attaching images and video etc is really awkward and doesn&#039;t look good.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=21493 Wiki development] forum discussion&lt;br /&gt;
*[[Dfwiki]]&lt;br /&gt;
[[Category:Developer]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Development:Wiki_requirements&amp;diff=6214</id>
		<title>Development:Wiki requirements</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Development:Wiki_requirements&amp;diff=6214"/>
		<updated>2006-02-22T02:31:57Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Moodle wiki purpose==&lt;br /&gt;
&lt;br /&gt;
To provide a way for students, teachers and other Moodle participants to create an organic, on-line document collaboratively.&lt;br /&gt;
&lt;br /&gt;
==Key features==&lt;br /&gt;
&lt;br /&gt;
# Pages can be created and linked using simple wiki methods.&lt;br /&gt;
# All Moodle text formats can be supported.&lt;br /&gt;
# Editing and viewing can be restricted by Moodle roles (i.e. currently, Students, Groups, Teachers).&lt;br /&gt;
# Images can be easily inserted into the text of a wiki.&lt;br /&gt;
# Attachments can be made to wiki pages.&lt;br /&gt;
# Must be fully compliant with Moodle backup and restore.&lt;br /&gt;
# Must be fully compliant with Moodle logging and activity tracking.&lt;br /&gt;
# Must provide a method of grading (see assignment module). Grading should be optional on a per-wiki basis.&lt;br /&gt;
# Allow inporting of external documents to create a wiki or add to an exiting one.&lt;br /&gt;
# Allow exporting to an external document.&lt;br /&gt;
# Allow refactoring/moving/deleting pages with appropriate permissions&lt;br /&gt;
(from Martin&#039;s list):&lt;br /&gt;
&lt;br /&gt;
==Basic Operation==&lt;br /&gt;
&#039;&#039;&#039;Create the wiki:&#039;&#039;&#039;- Log in/  Turn editing on/ Add and activity/ Wiki&lt;br /&gt;
- Fill in wiki parameters (Leave defaults and experiment later.  Evcerything except the inital page fields can be changed.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Adding pages:&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
- Edit the first (&amp;amp; only page)/ Type the name of the new page you want within square brackets/ Click Save.  The new page link is displayed beside a question mark./ Click the question mark to open the new page for data entry.&lt;br /&gt;
&lt;br /&gt;
- pages can be added from any page.&lt;br /&gt;
(Suggestion: On your start page, type &amp;quot;PageIndex&amp;quot; and perhaps &amp;quot;Site Map&amp;quot; and/or &amp;quot;Newest Pages&amp;quot; so that the user is alerted to these options immediately on entering the wiki. They also appear on the &amp;quot;Choose wiki links&amp;quot; drop down at the top of the wiki window.&lt;br /&gt;
&lt;br /&gt;
The wiki is one of the most powerful tools within moodle and suitable for many educational &amp;amp; administrative functions including:&lt;br /&gt;
&lt;br /&gt;
# a wonderful way to encourage students to build, debate and share a summary of their course content as they work&lt;br /&gt;
# a great way to deliver your school administrative manuals i.e. teachers manual; student manuals.  They are searchable, interlinked automatically &amp;amp; able to be continuously updated showing who, when &amp;amp; how the updates were made.&lt;br /&gt;
&lt;br /&gt;
Currently &#039;&#039;&#039;some wiki features do not work reliably&#039;&#039;&#039;: e.g. export does not export all wiki content; delete pages and strip pages often do not work. (the most common error message is: &#039;&#039;Course Module is incorrect&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Also the &#039;&#039;&#039;moodle editor does not handle hyperlinks correctly within a wiki&#039;&#039;&#039;.  i.e. All links must be manually placed within square brackets rather than embedded as HTML links.&lt;br /&gt;
&lt;br /&gt;
==Design Objectives==&lt;br /&gt;
* The Wiki should support exactly the same text formats in Moodle core as you find everywhere else (see weblib.php for standard functions, eg format_text). ie Moodle format, HTML format, Markdown, etc. Any new formats need to go in the core so they are available everywhere, and this needs to be discussed very well. We only JUST removed the old Wiki-like format to reduce confusion with the current Wiki and I don&#039;t want more of this confusion from a rushed implementation.&lt;br /&gt;
&lt;br /&gt;
* Linking should support both CamelCase and [Bracket] styles, and also automatic linking on the fly (a la Glossary).&lt;br /&gt;
&lt;br /&gt;
* Upgrading from the old system to any new one should be seamless and problem-free (this includes restoring old backups from 1.4, for example).&lt;br /&gt;
&lt;br /&gt;
* The idea with eWiki was to build on the work of the eWiki team in future. Unfortunately, so many hacks needed to be made to their monolithic script that this became almost impossible. I would like to see a lot of thought put into a very cleanly-designed architecture for the Wiki in future, something that is easy to extend and maintain (and also to use).&lt;br /&gt;
&lt;br /&gt;
* I really like MediaWiki, as this Wiki is becoming a defacto standard (for good reason) and it would be good to be compatible in some way with it. Perhaps we can use part of it as a library for us. However, the Moodle Wiki is a COMPONENT within the larger Moodle system and has a very different focus to MediaWiki (which is designed for large standalone web sites) ... much thought should be given to making our Wiki work very closely with other modules, rather than another module that tries to do everything itself. It should do exactly what it needs to do and no more.&lt;br /&gt;
&lt;br /&gt;
* Support for media in a very clean way is a must. This is probably my biggest criticism of the current eWiki version ... attaching images and video etc is really awkward and doesn&#039;t look good.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=21493 Wiki development] forum discussion&lt;br /&gt;
*[[Dfwiki]]&lt;br /&gt;
[[Category:Developer]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Calendar_block&amp;diff=5791</id>
		<title>Calendar block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Calendar_block&amp;diff=5791"/>
		<updated>2006-02-19T01:25:46Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Calendar&#039;&#039;&#039; block displays the following events:&lt;br /&gt;
&lt;br /&gt;
* Site (event viewable in all courses - created by admin users)&lt;br /&gt;
* Course (event viewable only to course members - created by teachers)&lt;br /&gt;
* Groups (event viewable only by members of a group - created by teachers)&lt;br /&gt;
* User (personal event a student user can create - viewable only by the user)&lt;br /&gt;
&lt;br /&gt;
Events are added to the calendar, and can be aimed at individual users, your defined groups, or your courses. Adding closing dates to assignments, forums, quizzes, etc. will cause them to show up in the calendar section. You can view previous or future months on Calendar by clicking the left/right arrows next to the current month’s name. The current date is outlined. You can hide or show various categories of events by clicking on the color key below the calendar. This can make the calendar easier to read (especially if there are many events on the calendar). For example, if you wanted to hide Group event dates (events assigned to learner Groups you create), click &amp;quot;Group events&amp;quot; on the bottom of the Calendar. This would hide all group events, and the color code would disappear from the link on the calendar. To show the events again, click the Group Events link again.&lt;br /&gt;
&lt;br /&gt;
Both the daily detail screen and the monthly detail screen have the Preferences button in the upper right. This button leads to a screen like this: The last two settings (&#039;Maximum upcoming events&#039; and &#039;Upcoming events look-ahead&#039;) affect how the Upcoming Events block displays information. You may change any of these settings to suit your class needs. When you have finished any changes, click Save changes. &lt;br /&gt;
&lt;br /&gt;
Both the daily and monthly detail screens have the New Event button. This allows you to manually add events for your classes (remember that the system will automatically add due dates for assignments, quizzes, etc. when you create those activities). &lt;br /&gt;
&lt;br /&gt;
==Adding a calendar event==&lt;br /&gt;
&lt;br /&gt;
* Click month on Calendar to get an expanded month view&lt;br /&gt;
* In Calendar view click the New Event button&lt;br /&gt;
* On a New Event page select the type of event&lt;br /&gt;
* Set the event properties&lt;br /&gt;
* Click Save changes&lt;br /&gt;
&lt;br /&gt;
[[Image:Callendar.jpg]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Importing multiple events&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Currently there is no way to import data to create multiple events.  All events must be individually entered through the New Event button. Because the New Event data entry screen only allows drop down selection rather than typed entries, it is very difficult to design a macro for quick repeated input of New Events.&lt;br /&gt;
&lt;br /&gt;
To only other option is to directly connect to the central moodle [SQL] database and directly enter data into the events table.  &#039;&#039;Great care&#039;&#039; needs to be taken with this approach as alterations to the data structure may cause your moodle site to crash!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List format&#039;&#039;&#039;&lt;br /&gt;
The calendar displays even lists one day at a time.  There is no capacity to display a list of all site or course events over an extended period.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Navigating months&#039;&#039;&#039;&lt;br /&gt;
There is no easy way to jump to a specific month in the year other than to directly edit the URL variable for month &amp;quot;m=&amp;quot; :   calendar/view.php?view=month&amp;amp;cal_d=1&amp;amp;cal_&#039;&#039;&#039;m=02&#039;&#039;&#039;&amp;amp;cal_y=2006&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Block]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Development:Wiki_requirements&amp;diff=5790</id>
		<title>Development:Wiki requirements</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Development:Wiki_requirements&amp;diff=5790"/>
		<updated>2006-02-19T01:13:50Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Moodle wiki purpose==&lt;br /&gt;
&lt;br /&gt;
To provide a way for students, teachers and other Moodle participants to create an organic, on-line document collaboratively.&lt;br /&gt;
&lt;br /&gt;
==Key features==&lt;br /&gt;
&lt;br /&gt;
# Pages can be created and linked using simple wiki methods.&lt;br /&gt;
# All Moodle text formats can be supported.&lt;br /&gt;
# Editing and viewing can be restricted by Moodle roles (i.e. currently, Students, Groups, Teachers).&lt;br /&gt;
# Images can be easily inserted into the text of a wiki.&lt;br /&gt;
# Attachments can be made to wiki pages.&lt;br /&gt;
# Must be fully compliant with Moodle backup and restore.&lt;br /&gt;
# Must be fully compliant with Moodle logging and activity tracking.&lt;br /&gt;
# Must provide a method of grading (see assignment module). Grading should be optional on a per-wiki basis.&lt;br /&gt;
# Allow inporting of external documents to create a wiki or add to an exiting one.&lt;br /&gt;
# Allow exporting to an external document.&lt;br /&gt;
# Allow refactoring/moving/deleting pages with appropriate permissions&lt;br /&gt;
(from Martin&#039;s list):&lt;br /&gt;
&lt;br /&gt;
==Basic Operation==&lt;br /&gt;
&#039;&#039;&#039;Create the wiki:&#039;&#039;&#039;- Log in/  Turn editing on/ Add and activity/ Wiki&lt;br /&gt;
- Fill in wiki parameters (Leave defaults and experiment later.  Evcerything except the inital page fields can be changed.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Adding pages:&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
- Edit the first (&amp;amp; only page)/ Type the name of the new page you want within square brackets/ Click Save.  The new page link is displayed beside a question mark./ Click the question mark to open the new page for data entry.&lt;br /&gt;
&lt;br /&gt;
- pages can be added from any page.&lt;br /&gt;
(Suggestion: On your start page, type &amp;quot;PageIndex&amp;quot; and perhaps &amp;quot;Site Map&amp;quot; and/or &amp;quot;Newest Pages&amp;quot; so that the user is alerted to these options immediately on entering the wiki. They also appear on the &amp;quot;Choose wiki links&amp;quot; drop down at the top of the wiki window.&lt;br /&gt;
&lt;br /&gt;
The wiki is one of the most powerful tools within moodle and suitable for many educational &amp;amp; administrative functions including:&lt;br /&gt;
&lt;br /&gt;
# a wonderful way to encourage students to build, debate and share a summary of their course content as they work&lt;br /&gt;
# a great way to deliver your school administrative manuals i.e. teachers manual; student manuals.  They are searchable, interlinked automatically &amp;amp; able to be continuously updated showing who, when &amp;amp; how the updates were made.&lt;br /&gt;
&lt;br /&gt;
Currently &#039;&#039;&#039;some wiki features do not work reliably&#039;&#039;&#039;: e.g. export does not export all wiki content; delete pages and strip pages often do not work. &lt;br /&gt;
&lt;br /&gt;
Also the &#039;&#039;&#039;moodle editor does not handle hyperlinks correctly within a wiki&#039;&#039;&#039;.  i.e. All links must be manually placed within square brackets rather than embedded as HTML links.&lt;br /&gt;
&lt;br /&gt;
==Design Objectives==&lt;br /&gt;
* The Wiki should support exactly the same text formats in Moodle core as you find everywhere else (see weblib.php for standard functions, eg format_text). ie Moodle format, HTML format, Markdown, etc. Any new formats need to go in the core so they are available everywhere, and this needs to be discussed very well. We only JUST removed the old Wiki-like format to reduce confusion with the current Wiki and I don&#039;t want more of this confusion from a rushed implementation.&lt;br /&gt;
&lt;br /&gt;
* Linking should support both CamelCase and [Bracket] styles, and also automatic linking on the fly (a la Glossary).&lt;br /&gt;
&lt;br /&gt;
* Upgrading from the old system to any new one should be seamless and problem-free (this includes restoring old backups from 1.4, for example).&lt;br /&gt;
&lt;br /&gt;
* The idea with eWiki was to build on the work of the eWiki team in future. Unfortunately, so many hacks needed to be made to their monolithic script that this became almost impossible. I would like to see a lot of thought put into a very cleanly-designed architecture for the Wiki in future, something that is easy to extend and maintain (and also to use).&lt;br /&gt;
&lt;br /&gt;
* I really like MediaWiki, as this Wiki is becoming a defacto standard (for good reason) and it would be good to be compatible in some way with it. Perhaps we can use part of it as a library for us. However, the Moodle Wiki is a COMPONENT within the larger Moodle system and has a very different focus to MediaWiki (which is designed for large standalone web sites) ... much thought should be given to making our Wiki work very closely with other modules, rather than another module that tries to do everything itself. It should do exactly what it needs to do and no more.&lt;br /&gt;
&lt;br /&gt;
* Support for media in a very clean way is a must. This is probably my biggest criticism of the current eWiki version ... attaching images and video etc is really awkward and doesn&#039;t look good.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=21493 Wiki development] forum discussion&lt;br /&gt;
*[[Dfwiki]]&lt;br /&gt;
[[Category:Developer]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Development:Wiki_requirements&amp;diff=5789</id>
		<title>Development:Wiki requirements</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Development:Wiki_requirements&amp;diff=5789"/>
		<updated>2006-02-19T01:10:05Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Moodle wiki purpose==&lt;br /&gt;
&lt;br /&gt;
To provide a way for students, teachers and other Moodle participants to create an organic, on-line document collaboratively.&lt;br /&gt;
&lt;br /&gt;
==Key features==&lt;br /&gt;
&lt;br /&gt;
# Pages can be created and linked using simple wiki methods.&lt;br /&gt;
# All Moodle text formats can be supported.&lt;br /&gt;
# Editing and viewing can be restricted by Moodle roles (i.e. currently, Students, Groups, Teachers).&lt;br /&gt;
# Images can be easily inserted into the text of a wiki.&lt;br /&gt;
# Attachments can be made to wiki pages.&lt;br /&gt;
# Must be fully compliant with Moodle backup and restore.&lt;br /&gt;
# Must be fully compliant with Moodle logging and activity tracking.&lt;br /&gt;
# Must provide a method of grading (see assignment module). Grading should be optional on a per-wiki basis.&lt;br /&gt;
# Allow inporting of external documents to create a wiki or add to an exiting one.&lt;br /&gt;
# Allow exporting to an external document.&lt;br /&gt;
# Allow refactoring/moving/deleting pages with appropriate permissions&lt;br /&gt;
(from Martin&#039;s list):&lt;br /&gt;
&lt;br /&gt;
==Basic Operation==&lt;br /&gt;
&#039;&#039;&#039;Create the wiki:&#039;&#039;&#039;- Log in/  Turn editing on/ Add and activity/ Wiki&lt;br /&gt;
- Fill in wiki parameters (Leave defaults and experiment later.  Evcerything except the inital page fields can be changed.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Adding pages:&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
- Edit the first (&amp;amp; only page)/ Type the name of the new page you want within square brackets/ Click Save.  The new page link is displayed beside a question mark./ Click the question mark to open the new page for data entry.&lt;br /&gt;
&lt;br /&gt;
- pages can be added from any page.&lt;br /&gt;
(Suggestion: On your start page, type &amp;quot;PageIndex&amp;quot; and perhaps &amp;quot;Site Map&amp;quot; and/or &amp;quot;Newest Pages&amp;quot; so that the user is alerted to these options immediately on entering the wiki. They also appear on the &amp;quot;Choose wiki links&amp;quot; drop down at the top of the wiki window.&lt;br /&gt;
&lt;br /&gt;
The wiki is one of the most powerful tools within moodle and suitable for many educational &amp;amp; administrative functions including:&lt;br /&gt;
&lt;br /&gt;
# a wonderful way to encourage students to build, debate and share a summary of their course content as they work&lt;br /&gt;
# a great way to deliver your school administrative manuals i.e. teachers manual; student manuals.  They are searchable, interlinked automatically &amp;amp; able to be continuously updated showing who, when &amp;amp; how the updates were made.&lt;br /&gt;
&lt;br /&gt;
Currently some wiki features such as export &amp;amp; strip pages do not work reliably.&lt;br /&gt;
Also the moodle editor, does not handle hyperlinks correctly within a wiki.  i.e. All links must be manually placed within square brackets rather than embedded as HTML links.&lt;br /&gt;
&lt;br /&gt;
==Design Objectives==&lt;br /&gt;
* The Wiki should support exactly the same text formats in Moodle core as you find everywhere else (see weblib.php for standard functions, eg format_text). ie Moodle format, HTML format, Markdown, etc. Any new formats need to go in the core so they are available everywhere, and this needs to be discussed very well. We only JUST removed the old Wiki-like format to reduce confusion with the current Wiki and I don&#039;t want more of this confusion from a rushed implementation.&lt;br /&gt;
&lt;br /&gt;
* Linking should support both CamelCase and [Bracket] styles, and also automatic linking on the fly (a la Glossary).&lt;br /&gt;
&lt;br /&gt;
* Upgrading from the old system to any new one should be seamless and problem-free (this includes restoring old backups from 1.4, for example).&lt;br /&gt;
&lt;br /&gt;
* The idea with eWiki was to build on the work of the eWiki team in future. Unfortunately, so many hacks needed to be made to their monolithic script that this became almost impossible. I would like to see a lot of thought put into a very cleanly-designed architecture for the Wiki in future, something that is easy to extend and maintain (and also to use).&lt;br /&gt;
&lt;br /&gt;
* I really like MediaWiki, as this Wiki is becoming a defacto standard (for good reason) and it would be good to be compatible in some way with it. Perhaps we can use part of it as a library for us. However, the Moodle Wiki is a COMPONENT within the larger Moodle system and has a very different focus to MediaWiki (which is designed for large standalone web sites) ... much thought should be given to making our Wiki work very closely with other modules, rather than another module that tries to do everything itself. It should do exactly what it needs to do and no more.&lt;br /&gt;
&lt;br /&gt;
* Support for media in a very clean way is a must. This is probably my biggest criticism of the current eWiki version ... attaching images and video etc is really awkward and doesn&#039;t look good.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=21493 Wiki development] forum discussion&lt;br /&gt;
*[[Dfwiki]]&lt;br /&gt;
[[Category:Developer]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Development:Wiki_requirements&amp;diff=5727</id>
		<title>Development:Wiki requirements</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Development:Wiki_requirements&amp;diff=5727"/>
		<updated>2006-02-18T21:59:26Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Moodle wiki purpose==&lt;br /&gt;
&lt;br /&gt;
To provide a way for students, teachers and other Moodle participants to create an organic, on-line document collaboratively.&lt;br /&gt;
&lt;br /&gt;
==Key features==&lt;br /&gt;
&lt;br /&gt;
# Pages can be created and linked using simple wiki methods.&lt;br /&gt;
# All Moodle text formats can be supported.&lt;br /&gt;
# Editing and viewing can be restricted by Moodle roles (i.e. currently, Students, Groups, Teachers).&lt;br /&gt;
# Images can be easily inserted into the text of a wiki.&lt;br /&gt;
# Attachments can be made to wiki pages.&lt;br /&gt;
# Must be fully compliant with Moodle backup and restore.&lt;br /&gt;
# Must be fully compliant with Moodle logging and activity tracking.&lt;br /&gt;
# Must provide a method of grading (see assignment module). Grading should be optional on a per-wiki basis.&lt;br /&gt;
# Allow inporting of external documents to create a wiki or add to an exiting one.&lt;br /&gt;
# Allow exporting to an external document.&lt;br /&gt;
# Allow refactoring/moving/deleting pages with appropriate permissions&lt;br /&gt;
(from Martin&#039;s list):&lt;br /&gt;
&lt;br /&gt;
==Basic Operation==&lt;br /&gt;
&#039;&#039;&#039;Create the wiki:&#039;&#039;&#039;- Log in/  Turn editing on/ Add and activity/ Wiki&lt;br /&gt;
- Fill in wiki parameters (Leave defaults and experiment later.  Evcerything except the inital page fields can be changed.)&lt;br /&gt;
&#039;&#039;&#039;Adding pages:&#039;&#039;&#039; &lt;br /&gt;
- Edit the first (&amp;amp; only page)/ Type the name of the new page you want within square brackets/ Click Save.  The new page link is displayed beside a question mark./ Click the question mark to open the new page for data entry.&lt;br /&gt;
- pages can be added from any page.&lt;br /&gt;
(Suggestion: On your start page, type &amp;quot;PageIndex&amp;quot; and perhaps &amp;quot;Site Map&amp;quot; and/or &amp;quot;Newest Pages&amp;quot; so that the user is alerted to these options immediately on entering the wiki. They also appear on the &amp;quot;Choose wiki links&amp;quot; drop down at the top of the wiki window.&lt;br /&gt;
The wiki is one of the most powerful tools within moodle suitable for many administartive and teaching functions such as:&lt;br /&gt;
# the bast way to deliver you school administrative manuals i.e. teachers manual; student manual&lt;br /&gt;
# the best way to encourage students to build and debate a shared summary of your whole course content as you work etc etc&lt;br /&gt;
&lt;br /&gt;
Currently some wiki features such as export &amp;amp; strip pages do not work reliably.&lt;br /&gt;
Also the moodle editor, does not handle hyperlinks correctly within a wiki.  i.e. All links must be manually placed within square brackets rather than embedded as HTML links.&lt;br /&gt;
==Design Objectives==&lt;br /&gt;
* The Wiki should support exactly the same text formats in Moodle core as you find everywhere else (see weblib.php for standard functions, eg format_text). ie Moodle format, HTML format, Markdown, etc. Any new formats need to go in the core so they are available everywhere, and this needs to be discussed very well. We only JUST removed the old Wiki-like format to reduce confusion with the current Wiki and I don&#039;t want more of this confusion from a rushed implementation.&lt;br /&gt;
&lt;br /&gt;
* Linking should support both CamelCase and [Bracket] styles, and also automatic linking on the fly (a la Glossary).&lt;br /&gt;
&lt;br /&gt;
* Upgrading from the old system to any new one should be seamless and problem-free (this includes restoring old backups from 1.4, for example).&lt;br /&gt;
&lt;br /&gt;
* The idea with eWiki was to build on the work of the eWiki team in future. Unfortunately, so many hacks needed to be made to their monolithic script that this became almost impossible. I would like to see a lot of thought put into a very cleanly-designed architecture for the Wiki in future, something that is easy to extend and maintain (and also to use).&lt;br /&gt;
&lt;br /&gt;
* I really like MediaWiki, as this Wiki is becoming a defacto standard (for good reason) and it would be good to be compatible in some way with it. Perhaps we can use part of it as a library for us. However, the Moodle Wiki is a COMPONENT within the larger Moodle system and has a very different focus to MediaWiki (which is designed for large standalone web sites) ... much thought should be given to making our Wiki work very closely with other modules, rather than another module that tries to do everything itself. It should do exactly what it needs to do and no more.&lt;br /&gt;
&lt;br /&gt;
* Support for media in a very clean way is a must. This is probably my biggest criticism of the current eWiki version ... attaching images and video etc is really awkward and doesn&#039;t look good.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=21493 Wiki development] forum discussion&lt;br /&gt;
*[[Dfwiki]]&lt;br /&gt;
[[Category:Developer]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Calendar_block&amp;diff=3363</id>
		<title>Calendar block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Calendar_block&amp;diff=3363"/>
		<updated>2005-12-26T21:57:08Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: /* Headline text */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &#039;&#039;&#039;Note for Contributors&#039;&#039;&#039;&lt;br /&gt;
 This page should explain what the &#039;&#039;&#039;Calendar&#039;&#039;&#039; block is and how the calendar works&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This block allows to post significant events, relative to their account permissions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Site (event viewable in all courses - created by admin users)&lt;br /&gt;
&lt;br /&gt;
* Course (event viewable only to course members - created by teachers)&lt;br /&gt;
&lt;br /&gt;
* Groups (event viewable only by members of a group - created by teachers)&lt;br /&gt;
&lt;br /&gt;
* User (personal event a student user can create - viewable only by the user)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The calendar shows events happening in your classroom. Events are added to the calendar, and can be aimed at individual users, your defined groups, or your courses. Adding closing dates to assignments, forums, quizzes, etc. will cause them to show up in the calendar section. You can view previous or future months on Calendar by clicking the left/right arrows next to the current month’s name. Today’s date is always outlined in black. Other events are color coded based on what the event is (color key under Calendar). You can hide or show various categories of events by clicking on the color key. This can make the calendar easier to read (especially if there are many events on the calendar). For example, if you wanted to hide Group event dates (events assigned to learner Groups you create), click “Group events” on the bottom of the Calendar. This would hide all group events, and the color code would disappear from the link on the calendar. To show the events again, click the Group Events link again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Both the daily detail screen and the monthly detail screen have the Preferences button in the upper right. This button leads to a screen like this: The last two settings (&#039;Maximum upcoming events&#039; and &#039;Upcoming events look-ahead&#039;) affect how the Upcoming Events block displays information. You may change any of these settings to suit your class needs. When you have finished any changes, click Save changes. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Both the daily and monthly detail screens have the New Event button. This allows you to manually add events for your classes (remember that the system will automatically add due dates for assignments, quizzes, etc. when you create those activities). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Steps To Adding A Calendar Event:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Click month on Calendar to get an expanded month view. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; In Calendar view click the New Event button. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; On a New Event page select the kind of a new event. It can be: &lt;br /&gt;
&lt;br /&gt;
* User event (event unique to the user only)&lt;br /&gt;
&lt;br /&gt;
* Group event (if Groups are enabled, select group within course event is for)&lt;br /&gt;
&lt;br /&gt;
* Course event (for learners within the course only)&lt;br /&gt;
&lt;br /&gt;
* Site event (created by admin users only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; After that you will set the event properties such as:&lt;br /&gt;
&lt;br /&gt;
* Name – this can be anything you like, but probably should be short. &lt;br /&gt;
&lt;br /&gt;
* Description – this is the full details of the event. &lt;br /&gt;
&lt;br /&gt;
* Date – this sets the date and time of the event. The default is today’s date.&lt;br /&gt;
&lt;br /&gt;
* Duration – this sets how long the event lasts. It can have no duration (the default), can last minutes, days, or more (by setting the date in the Until line), or can last a set number of minutes. &lt;br /&gt;
&lt;br /&gt;
* Repeats – this field sets if the event repeats weekly or not. If it does repeat, you must set how many events to create. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After clicking Save changes the event will display within the Calendar block.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Callendar.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Importing Multiple Events ==&lt;br /&gt;
&lt;br /&gt;
Currently there is no way to import data to create multiple events.  All events must be individually entered through the &#039;&#039;&#039;New Event&#039;&#039;&#039; button. &lt;br /&gt;
Because the New Event data entry screen only allows drop down selection rather than typed entries, it is very difficult to design a macro for quick repeated input of New Events.&lt;br /&gt;
&lt;br /&gt;
To only other option is to directly connect to the central moodle [SQL] database and directly enter data into the events table.  &#039;&#039;&#039;Great care&#039;&#039;&#039; needs to be taken with this approach as alterations to the data structure may cause your moodle site to crash !&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Calendar_block&amp;diff=3362</id>
		<title>Calendar block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Calendar_block&amp;diff=3362"/>
		<updated>2005-12-26T21:56:47Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: importing multiple events into calendar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &#039;&#039;&#039;Note for Contributors&#039;&#039;&#039;&lt;br /&gt;
 This page should explain what the &#039;&#039;&#039;Calendar&#039;&#039;&#039; block is and how the calendar works&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This block allows to post significant events, relative to their account permissions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Site (event viewable in all courses - created by admin users)&lt;br /&gt;
&lt;br /&gt;
* Course (event viewable only to course members - created by teachers)&lt;br /&gt;
&lt;br /&gt;
* Groups (event viewable only by members of a group - created by teachers)&lt;br /&gt;
&lt;br /&gt;
* User (personal event a student user can create - viewable only by the user)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The calendar shows events happening in your classroom. Events are added to the calendar, and can be aimed at individual users, your defined groups, or your courses. Adding closing dates to assignments, forums, quizzes, etc. will cause them to show up in the calendar section. You can view previous or future months on Calendar by clicking the left/right arrows next to the current month’s name. Today’s date is always outlined in black. Other events are color coded based on what the event is (color key under Calendar). You can hide or show various categories of events by clicking on the color key. This can make the calendar easier to read (especially if there are many events on the calendar). For example, if you wanted to hide Group event dates (events assigned to learner Groups you create), click “Group events” on the bottom of the Calendar. This would hide all group events, and the color code would disappear from the link on the calendar. To show the events again, click the Group Events link again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Both the daily detail screen and the monthly detail screen have the Preferences button in the upper right. This button leads to a screen like this: The last two settings (&#039;Maximum upcoming events&#039; and &#039;Upcoming events look-ahead&#039;) affect how the Upcoming Events block displays information. You may change any of these settings to suit your class needs. When you have finished any changes, click Save changes. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Both the daily and monthly detail screens have the New Event button. This allows you to manually add events for your classes (remember that the system will automatically add due dates for assignments, quizzes, etc. when you create those activities). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Steps To Adding A Calendar Event:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Click month on Calendar to get an expanded month view. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; In Calendar view click the New Event button. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; On a New Event page select the kind of a new event. It can be: &lt;br /&gt;
&lt;br /&gt;
* User event (event unique to the user only)&lt;br /&gt;
&lt;br /&gt;
* Group event (if Groups are enabled, select group within course event is for)&lt;br /&gt;
&lt;br /&gt;
* Course event (for learners within the course only)&lt;br /&gt;
&lt;br /&gt;
* Site event (created by admin users only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; After that you will set the event properties such as:&lt;br /&gt;
&lt;br /&gt;
* Name – this can be anything you like, but probably should be short. &lt;br /&gt;
&lt;br /&gt;
* Description – this is the full details of the event. &lt;br /&gt;
&lt;br /&gt;
* Date – this sets the date and time of the event. The default is today’s date.&lt;br /&gt;
&lt;br /&gt;
* Duration – this sets how long the event lasts. It can have no duration (the default), can last minutes, days, or more (by setting the date in the Until line), or can last a set number of minutes. &lt;br /&gt;
&lt;br /&gt;
* Repeats – this field sets if the event repeats weekly or not. If it does repeat, you must set how many events to create. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After clicking Save changes the event will display within the Calendar block.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Callendar.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Headline text ==&lt;br /&gt;
Importing Multiple Events&lt;br /&gt;
&lt;br /&gt;
Currently there is no way to import data to create multiple events.  All events must be individually entered through the &#039;&#039;&#039;New Event&#039;&#039;&#039; button. &lt;br /&gt;
Because the New Event data entry screen only allows drop down selection rather than typed entries, it is very difficult to design a macro for quick repeated input of New Events.&lt;br /&gt;
&lt;br /&gt;
To only other option is to directly connect to the central moodle [SQL] database and directly enter data into the events table.  &#039;&#039;&#039;Great care&#039;&#039;&#039; needs to be taken with this approach as alterations to the data structure may cause your moodle site to crash !&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Using_Glossary&amp;diff=3320</id>
		<title>Using Glossary</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Using_Glossary&amp;diff=3320"/>
		<updated>2005-12-24T09:35:18Z</updated>

		<summary type="html">&lt;p&gt;Diggers2004: /* Import entries */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Glossaries}}&lt;br /&gt;
&lt;br /&gt;
===Add a new entry===&lt;br /&gt;
&lt;br /&gt;
Adding a new entry, you have to fill in two fields. Others are obligatory. &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Concept&#039;&#039;&#039; (mandatory) &lt;br /&gt;
&lt;br /&gt;
Here you should insert the word/concept, the definition of which you wish to create.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Definition&#039;&#039;&#039; (mandatory) &lt;br /&gt;
&lt;br /&gt;
As its name suggests, this field should contain the definition of the word/concept. &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Keywords&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Each entry in the glossary can have an associated list of keywords (or aliases). Enter each alias on a new line (not separated by commas). The aliased words and phrases can be used as alternative ways to refer to the entry. For example, if you are using the glossary auto-linking filter then the aliases will be used (as well as the main name of the entry) when deciding what words to link to this entry.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Categories&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The default setting is &#039;Not categorised&#039;. However, if you do add new categories, they will display here giving the possibility of choice. &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Enabling automatic linking in a entry&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turning this feature on will allow the entry to be automatically linked, whenever the concept words and phrases appear throughout the rest of the same course. This includes forum postings, internal resources, week summaries and so on. &lt;br /&gt;
&lt;br /&gt;
If you do not want particular text to be linked (in a forum posting, say) then you should add &amp;lt;nolink&amp;gt; and &amp;lt;/nolink&amp;gt; tags around the text.&lt;br /&gt;
&lt;br /&gt;
To be able to turn on this feature, auto linking must be enabled at glossary level.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Case sensitive matching&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This setting specifies whether matching exact upper and lower case is necessary when performing automatic linking to these entries.&lt;br /&gt;
&lt;br /&gt;
For example, if this is turned on, then a word like &amp;quot;html&amp;quot; in a forum posting will NOT be linked to a glossary entry called &amp;quot;HTML&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Whole words matching&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If automatic linking is enabled, then turning this setting on will force only whole words to be linked.&lt;br /&gt;
&lt;br /&gt;
For example, a glossary entry named &amp;quot;construct&amp;quot; will not create a link inside the word &amp;quot;constructivism&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Import entries===&lt;br /&gt;
&lt;br /&gt;
This allows you to import glossaries that have been exported from other glossaries. To import entries, select the XML file on your own computer which contains the entries to import (using the Browse button). &lt;br /&gt;
&lt;br /&gt;
The Destination field allows you to define the destination of imported entries. You can specify whether you want to import entries to &#039;&#039;&#039;&#039;&#039;Current Glossary&#039;&#039;&#039;&#039;&#039; (which will append the imported entries to the currently open glossary) or &#039;&#039;&#039;&#039;&#039;New Glossary&#039;&#039;&#039;&#039;&#039; (which will create a new glossary based on the information found in the selected import file and will insert the new entries into it). &lt;br /&gt;
&lt;br /&gt;
If you check the Import categories box, you will import not only the entries but also the categories the new entries will be assigned to.&lt;br /&gt;
&lt;br /&gt;
Import Format Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;GLOSSARY&amp;gt;&lt;br /&gt;
    &amp;lt;INFO&amp;gt;&lt;br /&gt;
        &amp;lt;NAME&amp;gt;&#039;&#039;&#039;Latest Glossary&#039;&#039;&#039;&amp;lt;/NAME&amp;gt;&lt;br /&gt;
        &amp;lt;INTRO&amp;gt;&#039;&#039;&#039;Glossary of topics relevant to all Students &amp;amp;amp;amp; Staff&#039;&#039;&#039;&amp;lt;/INTRO&amp;gt;&lt;br /&gt;
        &amp;lt;STUDENTCANPOST&amp;gt;&#039;&#039;&#039;0&#039;&#039;&#039;&amp;lt;/STUDENTCANPOST&amp;gt;&lt;br /&gt;
        &amp;lt;ALLOWDUPLICATEDENTRIES&amp;gt;&#039;&#039;&#039;0&#039;&#039;&#039;&amp;lt;/ALLOWDUPLICATEDENTRIES&amp;gt;&lt;br /&gt;
        &amp;lt;DISPLAYFORMAT&amp;gt;&#039;&#039;&#039;dictionary&#039;&#039;&#039;&amp;lt;/DISPLAYFORMAT&amp;gt;&lt;br /&gt;
        &amp;lt;SHOWSPECIAL&amp;gt;&#039;&#039;&#039;1&#039;&#039;&#039;&amp;lt;/SHOWSPECIAL&amp;gt;&lt;br /&gt;
        &amp;lt;SHOWALPHABET&amp;gt;&#039;&#039;&#039;1&#039;&#039;&#039;&amp;lt;/SHOWALPHABET&amp;gt;&lt;br /&gt;
        &amp;lt;SHOWALL&amp;gt;&#039;&#039;&#039;1&#039;&#039;&#039;&amp;lt;/SHOWALL&amp;gt;&lt;br /&gt;
        &amp;lt;ALLOWCOMMENTS&amp;gt;&#039;&#039;&#039;0&#039;&#039;&#039;&amp;lt;/ALLOWCOMMENTS&amp;gt;&lt;br /&gt;
        &amp;lt;USEDYNALINK&amp;gt;&#039;&#039;&#039;1&#039;&#039;&#039;&amp;lt;/USEDYNALINK&amp;gt;&lt;br /&gt;
        &amp;lt;DEFAULTAPPROVAL&amp;gt;&#039;&#039;&#039;1&#039;&#039;&#039;&amp;lt;/DEFAULTAPPROVAL&amp;gt;&lt;br /&gt;
        &amp;lt;GLOBALGLOSSARY&amp;gt;&#039;&#039;&#039;1&#039;&#039;&#039;&amp;lt;/GLOBALGLOSSARY&amp;gt;&lt;br /&gt;
        &amp;lt;ENTBYPAGE&amp;gt;&#039;&#039;&#039;20&#039;&#039;&#039;&amp;lt;/ENTBYPAGE&amp;gt;&lt;br /&gt;
        &amp;lt;ENTRIES&amp;gt;&lt;br /&gt;
            &#039;&#039;&#039;&#039;&#039;&amp;lt;ENTRY&amp;gt;&#039;&#039;&#039;&#039;&#039;               &lt;br /&gt;
                &amp;lt;CONCEPT&amp;gt;&#039;&#039;&#039;Bullying&#039;&#039;&#039;&amp;lt;/CONCEPT&amp;gt;&lt;br /&gt;
                &amp;lt;DEFINITION&amp;gt;&#039;&#039;&#039;Bullying is bad&#039;&#039;&#039;&amp;lt;/DEFINITION&amp;gt;&lt;br /&gt;
                &amp;lt;FORMAT&amp;gt;&#039;&#039;&#039;1&#039;&#039;&#039;&amp;lt;/FORMAT&amp;gt;&lt;br /&gt;
                &amp;lt;USEDYNALINK&amp;gt;&#039;&#039;&#039;0&#039;&#039;&#039;&amp;lt;/USEDYNALINK&amp;gt;&lt;br /&gt;
                &amp;lt;CASESENSITIVE&amp;gt;&#039;&#039;&#039;0&#039;&#039;&#039;&amp;lt;/CASESENSITIVE&amp;gt;&lt;br /&gt;
                &amp;lt;FULLMATCH&amp;gt;&#039;&#039;&#039;0&#039;&#039;&#039;&amp;lt;/FULLMATCH&amp;gt;&lt;br /&gt;
                &amp;lt;TEACHERENTRY&amp;gt;&#039;&#039;&#039;1&#039;&#039;&#039;&amp;lt;/TEACHERENTRY&amp;gt;&lt;br /&gt;
                &amp;lt;ALIASES&amp;gt;&lt;br /&gt;
                    &amp;lt;ALIAS&amp;gt;&lt;br /&gt;
                        &amp;lt;NAME&amp;gt;&#039;&#039;&#039;harrassment&#039;&#039;&#039;&amp;lt;/NAME&amp;gt;&lt;br /&gt;
                    &amp;lt;/ALIAS&amp;gt;&lt;br /&gt;
                &amp;lt;/ALIASES&amp;gt;&lt;br /&gt;
                &amp;lt;CATEGORIES&amp;gt;&lt;br /&gt;
                    &amp;lt;CATEGORY&amp;gt;&lt;br /&gt;
                        &amp;lt;NAME&amp;gt;&#039;&#039;&#039;Behaviour&#039;&#039;&#039;&amp;lt;/NAME&amp;gt;&lt;br /&gt;
                        &amp;lt;USEDYNALINK&amp;gt;&#039;&#039;&#039;1&#039;&#039;&#039;&amp;lt;/USEDYNALINK&amp;gt;&lt;br /&gt;
                    &amp;lt;/CATEGORY&amp;gt;&lt;br /&gt;
                &amp;lt;/CATEGORIES&amp;gt;&lt;br /&gt;
            &amp;lt;/ENTRY&amp;gt;&lt;br /&gt;
            &amp;lt;ENTRY&amp;gt;&lt;br /&gt;
                &amp;lt;CONCEPT&amp;gt;Friendship&amp;lt;/CONCEPT&amp;gt;&lt;br /&gt;
                &amp;lt;DEFINITION&amp;gt;Friendship is good&amp;lt;/DEFINITION&amp;gt;&lt;br /&gt;
                &amp;lt;FORMAT&amp;gt;1&amp;lt;/FORMAT&amp;gt;&lt;br /&gt;
                &amp;lt;USEDYNALINK&amp;gt;0&amp;lt;/USEDYNALINK&amp;gt;&lt;br /&gt;
                &amp;lt;CASESENSITIVE&amp;gt;0&amp;lt;/CASESENSITIVE&amp;gt;&lt;br /&gt;
                &amp;lt;FULLMATCH&amp;gt;0&amp;lt;/FULLMATCH&amp;gt;&lt;br /&gt;
                &amp;lt;TEACHERENTRY&amp;gt;1&amp;lt;/TEACHERENTRY&amp;gt;&lt;br /&gt;
                &amp;lt;ALIASES&amp;gt;&lt;br /&gt;
                    &amp;lt;ALIAS&amp;gt;&lt;br /&gt;
                        &amp;lt;NAME&amp;gt;friend&amp;lt;/NAME&amp;gt;&lt;br /&gt;
                    &amp;lt;/ALIAS&amp;gt;&lt;br /&gt;
                &amp;lt;/ALIASES&amp;gt;&lt;br /&gt;
                &amp;lt;CATEGORIES&amp;gt;&lt;br /&gt;
                    &amp;lt;CATEGORY&amp;gt;&lt;br /&gt;
                        &amp;lt;NAME&amp;gt;Social&amp;lt;/NAME&amp;gt;&lt;br /&gt;
                        &amp;lt;USEDYNALINK&amp;gt;1&amp;lt;/USEDYNALINK&amp;gt;&lt;br /&gt;
                    &amp;lt;/CATEGORY&amp;gt;&lt;br /&gt;
                &amp;lt;/CATEGORIES&amp;gt;&lt;br /&gt;
            &amp;lt;/ENTRY&amp;gt;&lt;br /&gt;
        &amp;lt;/ENTRIES&amp;gt;&lt;br /&gt;
    &amp;lt;/INFO&amp;gt;&lt;br /&gt;
&amp;lt;/GLOSSARY&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Copy each section begiining &amp;lt;ENTRY&amp;gt; and ending with &amp;lt;/ENTRY&amp;gt; and edit the entry&lt;br /&gt;
&lt;br /&gt;
===Export entries===&lt;br /&gt;
&lt;br /&gt;
This allows you to export your glossary to share with another glossary. Clicking Export entries will generate an xml file, which, as it says, you can import in this or other course. &lt;br /&gt;
&lt;br /&gt;
===Waiting approval=== &lt;br /&gt;
&lt;br /&gt;
If entries require teacher approval before being publicly posted, this is where those entries are approved. &lt;br /&gt;
&lt;br /&gt;
===Browse options=== &lt;br /&gt;
&lt;br /&gt;
You can browse glossaries according to several criteria, such as: &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Browse by alphabet&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Browse by category&#039;&#039;&#039; (if there are any categories added) &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Browse by date&#039;&#039;&#039; (you can sort entries by last update or by creation date) &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Browse by Author&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You can also search for a given word using the Search field. Checking the &#039;Search full text&#039; option (on the right side of the Search box) allows searching for a given word in any position in the text. This can take longer and return more entries than you might wish, but it is thorough. If you do not check the “Search full text” box, the search only looks for the term names. The index below lets you browse the glossary according to a given letter.&lt;br /&gt;
&lt;br /&gt;
When you are done with adding a new word, click “Save changes.”&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Diggers2004</name></author>
	</entry>
</feed>