<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/501/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Minhtam</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/501/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Minhtam"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/501/en/Special:Contributions/Minhtam"/>
	<updated>2026-04-18T00:59:21Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/501/en/index.php?title=SCORM_FAQ&amp;diff=104668</id>
		<title>SCORM FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/501/en/index.php?title=SCORM_FAQ&amp;diff=104668"/>
		<updated>2013-05-02T01:46:39Z</updated>

		<summary type="html">&lt;p&gt;Minhtam: new link for scorm plugin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SCORM}}&lt;br /&gt;
==What is SCORM?==&lt;br /&gt;
&lt;br /&gt;
SCORM was developed as a result of collaboration in the public and private sectors. The President of the United States, Bill Clinton issued an Executive Order that created an agency (ADL) to oversee the standard for developing and distributing online learning.  All Federal agencies are mandated to use programs that meet those standards.  SCORM is one result of that order.  &lt;br /&gt;
&lt;br /&gt;
There&#039;s a really simple &amp;quot;What is SCORM&amp;quot; introduction here: http://moodle.org/mod/forum/discuss.php?d=3757#p18828&lt;br /&gt;
&lt;br /&gt;
A slightly more detailed introduction here: http://www.rusticisoftware.com/resources/whatisscorm/What%20Is%20SCORM.ht&lt;br /&gt;
&lt;br /&gt;
==Should I make my Moodle courses as SCORM or use Moodle&#039;s features?==&lt;br /&gt;
It depends how you intend to use it. If you are planning on exporting and using in another LMS then SCORM would make this easier. If you want something shiny, then a SCORM package can fit the bill. However, reporting and grading work better in Moodle and for many educators the standard features do the job perfectly and do not require learning a new program. There is a useful form post discussing the pros and cons of SCORM in Moodle here: http://moodle.org/mod/forum/discuss.php?d=200242&lt;br /&gt;
&lt;br /&gt;
==SCORM Information==&lt;br /&gt;
&lt;br /&gt;
Advanced Distributed Learning (ADL) is the organization that wrote the SCORM standard. You can download documentation and samples form ADL&#039;s Web site. Documentation for SCORM 1.2 in several languages is available  [http://www.adlnet.gov/Technologies/scorm/SCORMSDocuments/Forms/AllItems.aspx?RootFolder=%2fTechnologies%2fscorm%2fSCORMSDocuments%2fPrevious%20Versions%2fSCORM%201.2%2fDocumentation%20Suite%20(SCORM%201.2)&amp;amp;FolderCTID=0x0120007F801FCD5325044C89D91240519482D7&amp;amp;View={4D6DFFDE-3CFC-4DD9-A21A-4B687728824A} here].&lt;br /&gt;
&lt;br /&gt;
Philip Hutchison provides an AS3 and JavaScript wrapper, as well as a sample package: &lt;br /&gt;
http://pipwerks.com/downloads/&lt;br /&gt;
&lt;br /&gt;
==SCORM Package Contents==&lt;br /&gt;
&lt;br /&gt;
A SCORM package must contains in the root of zip a file named imsmanifest.xml which defines SCORM course structure, resource location and many other things. Other files used in the package, such as HTML files, XML files, multimedia files, and JavaScript for the SCORM API must be listed in this file. The LMS parses the manifest, and provides the files listed there to the content package during runtime.&lt;br /&gt;
&lt;br /&gt;
==AICC Package Contents==&lt;br /&gt;
&lt;br /&gt;
An AICC package is defined by several files (from 4 to 7) with defined extensions as follows:&lt;br /&gt;
&lt;br /&gt;
* CRS - Course Description file (mandatory)&lt;br /&gt;
* AU - Assignable Unit file (mandatory)&lt;br /&gt;
* DES - Descriptor file (mandatory)&lt;br /&gt;
* CST - Course Structure file (mandatory)&lt;br /&gt;
* ORE - Objective Relationship file (optional)&lt;br /&gt;
* PRE - Prerequisites file (optional)&lt;br /&gt;
* CMP - Completition Requirements file (optional)&lt;br /&gt;
&lt;br /&gt;
==Basic Troubleshooting==&lt;br /&gt;
&lt;br /&gt;
* Make sure you are running Moodle 2.1 or higher, a large number of SCORM related bugs are present in previous versions.&lt;br /&gt;
* Make sure your SCORM object is SCORM compliant - check it in an external SCORM player like [https://docs.moodle.org/en/Tools_for_creating_SCORM_content#Reload Reload] to see if it works there.&lt;br /&gt;
* Upload a copy of your SCORM object to a [http://en.wikipedia.org/wiki/File_hosting_service File Hosting Service] and post a message asking for help in the forums, linking to your SCORM object explaining exactly what you expect to happen, and what is happening instead.&lt;br /&gt;
* Read Dan Marsden&#039;s blog post [http://danmarsden.com/blog/2012/08/08/scorm-doesnt-work-in-moodle here] (Maintainer of SCORM Module in Moodle)&lt;br /&gt;
&lt;br /&gt;
==Does Moodle Generate SCORM Content?==&lt;br /&gt;
&lt;br /&gt;
Moodle &#039;&#039;&#039;does not&#039;&#039;&#039; generate scorm content. Moodle presents the content in SCORM packages to learners, and saves data from learner interactions with the SCORM package.&lt;br /&gt;
&lt;br /&gt;
==Supported Versions==&lt;br /&gt;
&lt;br /&gt;
* SCORM 1.2 is supported in Moodle 2.1(or higher) and passes all the tests in the ADL Conformance test suite 1.2.7 for SCORM 1.2. The best place for information on SCORM 1.2 conformance is the [http://www.adlnet.gov/Technologies/scorm/SCORMSDocuments/Previous%20Versions/SCORM%201.2/Conformance%20Test%20Suite%20(SCORM%201.2)/SCORM_1.2_ConformanceReq.pdf SCORM Comformance Requirements documentation (PDF 3.4MB)].&lt;br /&gt;
&lt;br /&gt;
* SCORM 2004 is not completely supported in Moodle at this stage. Parts of the API have been implemented, but others such as Navigation and Sequencing are not yet supported. If you require a fully certified SCORM 2004 Player in Moodle, [http://www.scorm.com Rustici Software] have a [http://scorm.com/scorm-solved/scorm-cloud-features/app-integrations/moodle-integration/ Moodle plugin] which connects to their commercial [http://www.scorm.com/scorm-solved/scorm-cloud/ SCORM Cloud] service turning Moodle into a fully compliant SCORM 2004 LMS.&lt;br /&gt;
:&#039;&#039;Moodle Core SCORM 2004 development requires funding!&#039;&#039; See [http://danmarsden.com/blog/2009/05/23/scorm-2004-in-moodle/ SCORM 2004 in Moodle] for details.&lt;br /&gt;
&lt;br /&gt;
* AICC objects are supported in Moodle 2.1 and higher.&lt;br /&gt;
&lt;br /&gt;
* SCORM 2.0 has not been released yet by ADL, and Moodle does not support any of it at this stage.&lt;br /&gt;
&lt;br /&gt;
==Asking for Help in the SCORM Forum==&lt;br /&gt;
&lt;br /&gt;
When trying to engage the community to help with a problem you are facing, you will get a better response if you follow a few simple guidelines:&lt;br /&gt;
* Always start your report with &#039;&#039;&#039;version information&#039;&#039;&#039; - preferably the information displayed on the Admin -&amp;gt; Environment panel eg. http://localhost/moodle/admin/environment.php where http://localhost/moodle is your particular prefix.  With this it will be clear how you are running your Moodle instance, on what platform, and at which version.  This will quickly expose issues where a simple upgrade will solve your problem.&lt;br /&gt;
* Be prepared to &#039;&#039;&#039;provide the SCORM package&#039;&#039;&#039; that illustrates your problem - if you don&#039;t then it will be very difficult for anyone offering assistance to recreate your situation - a real barrier to help.&lt;br /&gt;
* &#039;&#039;&#039;Screenshots&#039;&#039;&#039; are very helpful. Provide a screenshot of all error messages, and any instance where something seems to go wrong in the interface.&lt;br /&gt;
* Nonstandard themes can introduce SCORM issues. Be sure to tell us &#039;&#039;&#039;what theme you&#039;re using&#039;&#039;&#039;.&lt;br /&gt;
* If you have admin privileges, and have access to a localhost install or other place where real-time users won&#039;t be disturbed, be sure to turn on debugging. Navigate to &#039;&#039;&#039;Site Administration &amp;gt; Development &amp;gt; Debugging&#039;&#039;&#039; and set &#039;&#039;&#039;Debug messages: Developer&#039;&#039;&#039; and &#039;&#039;&#039;Display debug messages: Yes&#039;&#039;&#039;. Access the SCORM content. If there are errors printed to the page, include them in your forum post. &lt;br /&gt;
* Use [https://developers.google.com/chrome-developer-tools/docs/console Chrome&#039;s JavaScript Console] or [https://developer.mozilla.org/en-US/docs/Tools/Web_Console Firebug&#039;s JavaScript console] to check that there are no JavaScript errors on the page when the content loads. &lt;br /&gt;
* Run your problematic SCORM package through &#039;&#039;&#039;API debugging&#039;&#039;&#039; (see below) and include the text of that API log with your post. That way we can see right away if the right function calls are not taking place.&lt;br /&gt;
* If you&#039;re using a content development suite which publishes to SCORM, such as Articulate, Captivate, Lectora, LessonBuilder, Udutu, or some other product, then include that in your post. Every authoring software has its ticks, and if you&#039;ve run into one, it&#039;s likely that someone else has also dealt with it, and will recognize it. However, please keep in mind that &#039;&#039;&#039;this is a place to get help with Moodle issues, not help with your SCORM package authoring suite&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Debugging ==&lt;br /&gt;
&lt;br /&gt;
# Debugging settings are located at Settings &amp;gt; Site Administration &amp;gt; Plugins &amp;gt; Activities &amp;gt; Scorm.&lt;br /&gt;
# Check the checkbox for &#039;&#039;&#039;Activate API debug...&#039;&#039;&#039;&lt;br /&gt;
# Set the api mask. You can use the mask to enable debugging under certain conditions. For example, if you are logged in using the admin user (username admin) you can set the api mask to: &amp;lt;cite&amp;gt;admin.*&amp;lt;/cite&amp;gt;  Users not logged in as admin will not see the debugging log. The &amp;quot;Default&amp;quot; api mask is &amp;lt;cite&amp;gt;.*&amp;lt;/cite&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==What does the debugging log mean?==&lt;br /&gt;
&lt;br /&gt;
The SCO commonly sends the following communications through the API:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;LMSInitialize();&#039;&#039;&#039; opens the connection between the SCO and Moodle&lt;br /&gt;
* &#039;&#039;&#039;LMSGetValue( &#039;valuename&#039; );&#039;&#039;&#039; gets a value from Moodle&lt;br /&gt;
* &#039;&#039;&#039;LMSSetValue( &#039;valuename&#039; , &#039;value&#039; );&#039;&#039;&#039; sends a value to Moodle&lt;br /&gt;
* &#039;&#039;&#039;LMSCommit();&#039;&#039;&#039; saves values sent to Moodle via LMSSetValue() and should be called after every LMSSetValue()&lt;br /&gt;
* &#039;&#039;&#039;LMSFinish()&#039;&#039;&#039; saves values sent to Moodle and closes the connection between the SCO And Moodle&lt;br /&gt;
&lt;br /&gt;
Red lines in the debugging log means there was an error in the communication through the API. &lt;br /&gt;
&lt;br /&gt;
If LMSInitialize() fails, returns an error, then no subsequent values sent to Moodle will be saved. &lt;br /&gt;
&lt;br /&gt;
Click through the entire SCORM package. Then access the scorm report for your attempt, and compare the saved values in the debugging log with Moodle&#039;s report of the attempt. If the values set in the debug log do not match the values saved to Moodle, then there may be a problem with Moodle. Otherwise it&#039;s likely to be an issue with the SCO or the SCORM activity settings not giving you the functionality you need.&lt;br /&gt;
&lt;br /&gt;
==SCORM and the Gradebook==&lt;br /&gt;
Please see [https://docs.moodle.org/en/SCORM_FAQ#My_SCORM_Module_doesn.27t_function_properly FAQ:My SCORM Module doesn&#039;t function properly] and  [https://docs.moodle.org/en/SCORM_FAQ#Handling_of_Multiple_Attempts FAQ:Handling of Multiple Attempts]&lt;br /&gt;
&lt;br /&gt;
Some SCORM packages report both cmi.core.lesson_status and cmi.core.score.raw. Others report only cmi.core.lesson_status, or only cmi.core.score.raw. The &#039;&#039;&#039;Grading Method&#039;&#039;&#039; setting for SCORM objects is meant to account for that.  &lt;br /&gt;
&lt;br /&gt;
If you have the &#039;&#039;&#039;Grading Method&#039;&#039;&#039; set to &#039;&#039;&#039;Highest grade&#039;&#039;&#039;, &#039;&#039;&#039;Average grade&#039;&#039;&#039;, or &#039;&#039;&#039;Sum grade&#039;&#039;&#039;, and your learning object does not report a score, only, cmi.core.lesson_status, then there will be no numerical score to pass to the gradebook. &lt;br /&gt;
&lt;br /&gt;
If your SCOs do not report cmi.core.score.raw, then the best &#039;&#039;&#039;Grading Method&#039;&#039;&#039; setting is &#039;&#039;&#039;Learning Objects&#039;&#039;&#039;. This reports either a 1 or a 0 as a score for each learning object. The gradebook value for that SCORM activity is the percent of scos in the package for which learners got a 1. &lt;br /&gt;
&lt;br /&gt;
On the other hand, if your SCOs do not report a lesson_status, then select one of the score-based &#039;&#039;&#039;Grading Method&#039;&#039;&#039; options, such as &#039;&#039;&#039;Highest grade&#039;&#039;&#039;, &#039;&#039;&#039;Average grade&#039;&#039;&#039;, or &#039;&#039;&#039;Sum grade&#039;&#039;&#039;, and not &#039;&#039;&#039;Learning Objects&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
If you do not know what your SCOs are reporting to the LMS, then run them through to completion with debugging on.&lt;br /&gt;
&lt;br /&gt;
Much of the way SCORM objects are graded is controlled inside the SCORM Authoring process before it is packaged for use in an LMS like Moodle - make sure all your grading settings are set correctly. Moodle 2.0 contains some new controls that allow a teacher to override the behaviour as set by the SCORM object to allow for greater, more flexible control. (see MDL-11501 for more information on this)&lt;br /&gt;
&lt;br /&gt;
==SCORM Administration Options==&lt;br /&gt;
&lt;br /&gt;
See [[SCORM settings]]&lt;br /&gt;
&lt;br /&gt;
==Common Solutions==&lt;br /&gt;
&lt;br /&gt;
===Difficulty Displaying a SCORM Package===&lt;br /&gt;
If you have difficulty displaying a SCORM, try loading the SCORM in [http://www.reload.ac.uk Reload] and re-saving it, then save the folder as a .zip package and try again.&lt;br /&gt;
&lt;br /&gt;
===Character Display Errors===&lt;br /&gt;
When you notice there is a problem displaying characters correctly, it could be a misconfiguration of your server. Make sure that both httpd.conf (when using Apache) and php.ini are set to DefaultCharacterset = utf8 or switch the sending of a default character set off.&lt;br /&gt;
&lt;br /&gt;
===slash arguments warning when I add/update SCORM objects in my course===&lt;br /&gt;
SCORM forces what is referred to as &amp;quot;slash arguments&amp;quot; - Unfortunately, some PHP servers don&#039;t allow this method and your SCORM objects may not display. This affects IIS 5 and earlier, and some Apache servers. Under IIS 5 and earlier, a workaround using an [http://www.isapirewrite.com/ ISAPI re-write] tool can be used, Apache users should look at this link: https://docs.moodle.org/en/Installation_FAQ#Uploaded_files_give_.22File_not_found.22 - A check on the admin/tool/health/index.php page is also made to see if slasharguments is supported - visit http://yourmoodlesite/admin/tool/health/index.php to check to see the status of slasharguments on your server.&lt;br /&gt;
&lt;br /&gt;
===SCORM doesn&#039;t work on Godaddy Host===&lt;br /&gt;
Godaddy hosts give a 404 file not found error - this is because by default they do not allow slash arguments which SCORM requires. The best way to test this is to visit http://yourmoodlesite/admin/tool/health/index.php - but the fix involves adding a php.ini or php5.ini file with the following text:&lt;br /&gt;
 AcceptPathInfo&lt;br /&gt;
 cgi.fix_pathinfo=1&lt;br /&gt;
&lt;br /&gt;
===My Flash-Based Content Loads, then Stalls===&lt;br /&gt;
This issue is most commonly associated with zlib compression. Classic presentation is that the base HTML file and SWF are loaded into the SCORM player, but the SWF is not able to load any audio or video assets, and therefore stalls. You can watch the loading of SWFs and assets using Chrome&#039;s Developer Tools or other. &lt;br /&gt;
&lt;br /&gt;
Check your site&#039;s zlib compression settings as an admin by loading up the Server &amp;gt; phpinfo page. zlib compression is not a Moodle setting but a server setting, so you&#039;ll need a server admin to disable it. Be sure to Purge All Caches, and clear browser caches, before confirming the change. &lt;br /&gt;
&lt;br /&gt;
===Zlib warning when I add/update SCORM objects in my course===&lt;br /&gt;
Zlib is a php compression setting made in a websites PHP configuration - unfortunately some browsers don&#039;t handle this well (especially Internet Explorer 6) Some webhosts enable this setting, but it will likely cause issues for your users when they attempt to view/use the SCORM object. You will need to contact your server administrator to turn this off. The setting to change in php configuration is &amp;quot;zlib.output_compression&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Incorrect file package - missing imsmanifest.xml or AICC structure===&lt;br /&gt;
This means that Moodle cannot find a file called imsmanifest.xml inside the SCORM object. Reasons for this could be:&lt;br /&gt;
* imsmanifest.xml needs to be immediately inside the scorm directory, NOT inside a directory inside of that. So if the zipped scorm package is package.zip, the unzipped package directory should contain immediately inside of it the imsmanifest.xml. This is a common mistake and normally occurs when a SCORM author creates a package themselves and then selects that folder to compress. This places the content folder inside of another folder, The imsmanifest.xml is there, but it is 2 directories deep. To avoid this problem when zipping scorm content into a package, go INSIDE of the exported scorm folder, select all files inside, and compress them while all are selected. The resultant compressed directory has the imsmanifest.xml file in the first directory, immediately available to the moodle scorm loading process. &lt;br /&gt;
* when using linux based systems the filename imsmanifest.xml must be all in lowercase not IMSmanifest.xml or Imsmanifest.XML&lt;br /&gt;
* The SCORM authoring tool Articulate sometimes fails to create the imsmanifest.xml -Try exporting the package again and see if the manifest is generated.&lt;br /&gt;
* The SCORM authoring tool Articulate Presenter will publish packages where the imsmanifest.xml file is in the correct place, but there are several lines of white space in the manifest file if you do not fill out the Reporting and Tracking Options in Articulate Presenter for Keywords and LMS Description. Moodle will give a &amp;quot;Manifest not found&amp;quot; error when encountering this. To fix this problem select the Reporting and Tracking Options in the Articulate Presenter publish dialog and fill in the LMS Description and Keywords.&lt;br /&gt;
&lt;br /&gt;
===File not found error===&lt;br /&gt;
You have this error if the scorm package is created in moodle, and the scorm menu loads, but inside of the viewing area for the scorm content, you get a page with a 404 file not found error, usually showing the current Moodle theme. &lt;br /&gt;
&lt;br /&gt;
What this means is that one of the files listed in the imsmanifest.xml is not in the scorm package or not in the correct directory.&lt;br /&gt;
&lt;br /&gt;
Download and unzip the package, open up imsmanifest.xml. At the bottom of the xml file, below any metadata, you&#039;ll find a place where organizations and resources for those organizations are designated: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code xml&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;organizations default=&amp;quot;TOC1&amp;quot;&amp;gt; &lt;br /&gt;
         &amp;lt;organization identifier=&amp;quot;TOC1&amp;quot;&amp;gt; &lt;br /&gt;
            &amp;lt;title&amp;gt;SCORM Test&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;item identifier=&amp;quot;I_SCO0&amp;quot; identifierref=&amp;quot;SCO0&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;title&amp;gt;Library Quiz&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;adlcp:masteryscore&amp;gt;0&amp;lt;/adlcp:masteryscore&amp;gt;&lt;br /&gt;
         &amp;lt;/item&amp;gt;&lt;br /&gt;
         &amp;lt;/organization&amp;gt;&lt;br /&gt;
      &amp;lt;/organizations&amp;gt;&lt;br /&gt;
      &amp;lt;resources&amp;gt;&lt;br /&gt;
         &amp;lt;resource identifier=&amp;quot;SCO0&amp;quot; type=&amp;quot;webcontent&amp;quot; adlcp:scormtype=&amp;quot;sco&amp;quot; href=&amp;quot;scorm.html&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;file href=&amp;quot;scorm.html&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;dependency identifierref=&amp;quot;ALLRESOURCES&amp;quot; /&amp;gt;&lt;br /&gt;
         &amp;lt;/resource&amp;gt; &lt;br /&gt;
         &amp;lt;resource identifier=&amp;quot;ALLRESOURCES&amp;quot; type=&amp;quot;webcontent&amp;quot; adlcp:scormtype=&amp;quot;asset&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;file href=&amp;quot;scorm.html&amp;quot; /&amp;gt;&lt;br /&gt;
            &amp;lt;file href=&amp;quot;scorm.js&amp;quot; /&amp;gt;&lt;br /&gt;
            &amp;lt;file href=&amp;quot;swfobject.js&amp;quot; /&amp;gt;&lt;br /&gt;
            &amp;lt;file href=&amp;quot;scorm.swf&amp;quot; /&amp;gt;&lt;br /&gt;
            &amp;lt;file href=&amp;quot;scormwrapper.js&amp;quot; /&amp;gt;&lt;br /&gt;
         &amp;lt;/resource&amp;gt;&lt;br /&gt;
      &amp;lt;/resources&amp;gt;&lt;br /&gt;
   &amp;lt;/manifest&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this xml, we have a single organization, and in that organization is a single resource, a single sco. There are 5 files necessary for that resource to work correctly. The scorm.html file is loaded first. It loads 3 external js files and a swf. &lt;br /&gt;
&lt;br /&gt;
What you need to do now is go to the directory containing imsmanifest.xml, and check that all of those listed files are available at the correct path from imsmanfiest.xml, as listed in imsmanifest.xml. If any one of those files is missing (especially the html file or the swf), or if the paths in imsmanifest.xml are incorrect, then it&#039;s very likely that the scorm object won&#039;t be able to load at all. &lt;br /&gt;
&lt;br /&gt;
Sometimes the files aren&#039;t missing, but are simply misnamed in the manifest, or placed in the wrong directory. You can fix this by moving the files to the correct places, or updating their names so that the imsmanifest and the actual file names match up. In the case of a misnamed file, change the manifest rather than the actual file names, since the the files also reference one another in other places!&lt;br /&gt;
&lt;br /&gt;
===Unzip issues===&lt;br /&gt;
If you get a blank page after filling in the title, description, and selecting a large SCORM file, it&#039;s likely you haven&#039;t installed the PHP-zip lib which is required for Moodle 2.x for more info see [[admin/environment/php_extension/zip]]&lt;br /&gt;
&lt;br /&gt;
===Clear an Attempt===&lt;br /&gt;
To clear attempts by a student:&lt;br /&gt;
&lt;br /&gt;
# Go to the SCORM activity and select the link &amp;quot;View reports for x users&amp;quot;&lt;br /&gt;
# Select the attempt or attempts you want to clear using the checkbox&lt;br /&gt;
# Select Delete in the drop-down box at the bottom of the page&lt;br /&gt;
&lt;br /&gt;
===Handling of Multiple Attempts===&lt;br /&gt;
SCORM is designed to allow a learner to exit and return at a later date to the same point they left from. This means that each time they enter the SCORM they are using the same single attempt. Some SCORM packages are intelligent about handling re-entry, many are not. What this means is that if the learner re-enters an existing attempt, if the SCORM content does not have internal logic to avoid overwriting cmi.core.lesson_status and cmi.core.score.raw, they can be overwritten by a lower score, confusing the learner.&lt;br /&gt;
&lt;br /&gt;
When a SCORM sets the cmi.core.lesson_status value to &#039;completed&#039;, &#039;passed&#039; or &#039;failed&#039; then Moodle allows the user to create a new attempt by adding a &#039;&#039;&#039;Start new attempt&#039;&#039;&#039; checkbox to the entry page. If cmi.core.lesson_status is set to &#039;incomplete&#039;, &#039;browsed&#039; or &#039;notattempted&#039; the learner can only re-enter the existing attempt. If you are using the setting &#039;Student skip content structure page&#039;, this checkbox will never be shown to the user.&lt;br /&gt;
&lt;br /&gt;
Moodle provides a range of settings to allow this to be controlled, some of these settings are hidden by default as advanced options.&lt;br /&gt;
* Number of attempts&lt;br /&gt;
:This allows the teacher to set how many SCORM attempts the learner may create - this is not how many times a learner can re-enter a SCORM attempt.&lt;br /&gt;
* Attempts grading&lt;br /&gt;
:This allows the teacher to set how multiple SCORM attempts(not re-entries) are graded. It is important to note that a &#039;failed&#039; cmi.core_lesson_status allows a new attempt to be generated but the attempts grading setting &amp;quot;last completed attempt&amp;quot; only includes &#039;completed&#039; and &#039;passed&#039; values in it&#039;s calculations.&lt;br /&gt;
* Display attempt status&lt;br /&gt;
:This displays a users SCORM attempts and how their final grade is calculated on the SCORM entry page and the My Moodle page for the learner.&lt;br /&gt;
* Force completed&lt;br /&gt;
:This is a setting that can be used to force a SCORM package to report a &#039;completed&#039; cmi.core.lesson_status if it doesn&#039;t currently set the value.&lt;br /&gt;
* Force new attempt&lt;br /&gt;
:This hides the &#039;&#039;&#039;Start new attempt&#039;&#039;&#039; checkbox and will force a new attempt if the previous attempt has cmi.core.lesson_status value to either &#039;completed&#039; or &#039;passed&#039; - this setting can also be used to make sure a new attempt is generated when the &#039;Student skip content structure page&#039; setting is used.&lt;br /&gt;
* Lock after final attempt&lt;br /&gt;
:This prevents access to the SCORM after the total number of attempts have been used - if this is not set the learner can re-enter their last attempt and potentially change/overwrite their score each time depending on how the SCORM package supports multiple re-entries.&lt;br /&gt;
&lt;br /&gt;
===Reducing Load Time with Captivate===&lt;br /&gt;
* Modify the percent that must be downloaded before the content starts to play. In Captivate 4, there&#039;s a setting in: Preferences / Project / Start and End / Preload. Reduce that to 50%.&lt;br /&gt;
* If you use audio in your Cp file (as background or element attachment), try to put a gap of 0,1 second at the beginning of each element including audio on your slides. If you don&#039;t do that, Cp merge all the audio files in one big audio file it need to download before playing the project. This problem have been report many times from the Cp community.&lt;br /&gt;
&lt;br /&gt;
===Moodle changes cmi.core.lesson_status from &amp;quot;completed&amp;quot; or &amp;quot;passed&amp;quot; to &amp;quot;failed&amp;quot;===&lt;br /&gt;
Many SCORM authorware suites generate a masteryscore node in the imsmanifest.xml by default. This node is not necessary to the XML file. But when it is there, the SCORM standard designates specific behavior with regard to the value set there. &lt;br /&gt;
&lt;br /&gt;
Here&#039;s what is in the scorm standard, on page 35 of 155 in SCORM_1.2_ConformanceReq.pdf, numbered page 2-19 ([http://www.adlnet.gov/Technologies/scorm/SCORMSDocuments/Forms/AllItems.aspx?RootFolder=%2fTechnologies%2fscorm%2fSCORMSDocuments%2fPrevious%20Versions%2fSCORM%201%2e2%2fDocumentation%20Suite%20%28SCORM%201%2e2%29&amp;amp;FolderCTID=0x0120007F801FCD5325044C89D91240519482D7&amp;amp;View=%7b4D6DFFDE%2d3CFC%2d4DD9%2dA21A%2d4B687728824A%7d SCORM Version 1.2 Conformance Requirements Version 1.2]):&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
If the value for this element is not set to “incomplete” by the SCO, then the LMS shall re-evaluate and change the value based on the following:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If there is no mastery score in the Manifest, and the SCO sets a score (cmi.core.score.raw) and the lesson_status (cmi.core.lesson_status) then the LMS shall not override the SCO determined status.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If there is a mastery score in the Manifest, the LMS can change the status to either passed or failed depending on the student&#039;s score (cmi.core.score.raw) compared to the mastery score.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If the student is taking the SCO for no-credit, (cmi.core.credit = “no-credit”) there is no change to the lesson_status, with one exception. If the lesson_mode (cmi.core.lesson_mode) is &amp;quot;browse&amp;quot;, the lesson_status may change to &amp;quot;browsed&amp;quot; even if the cmi.core.credit is set to no-credit.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This can result in some functionality you don&#039;t intend. You can fix the problem by removing the mastery score node from your imsmanifest.xml file. You will also want to find out what options you have, within your authorware suite, for the writing of that node into the manifest file, and change your authoring process accordingly.&lt;br /&gt;
&lt;br /&gt;
===Player Look &#039;n Feel===&lt;br /&gt;
You should be able to adjust height and width settings for the SCORM player window &#039;&#039;&#039;so long as&#039;&#039;&#039; your theme is based on/not too much of an aberration from one of the standard themes which ship with Moodle 2. &lt;br /&gt;
&lt;br /&gt;
If your site or course theme isn&#039;t closely based on one of the standard M2 themes, then it&#039;s possible that your theme CSS is overriding local height and width settings for the SCORM player. Have a Web developer (or a Moodle Partner) examine how your theme is interacting with the player layout, and make changes to your theme as needed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Why can&#039;t I just change it locally?&#039;&#039;&#039; You can change height and width per individual SCORM package, and you can set defaults for these local height and width values ( [[SCORM Admin Options]] ). Other things, such as colors, shading, borders, backgrounds, are controlled by CSS, just like everything else on the site.&lt;br /&gt;
&lt;br /&gt;
=== Courselab 2.4 ===&lt;br /&gt;
If you receive a &amp;quot; found more than one record!&amp;quot; error when trying to run your SCORM 1.2 package check the imsmanifest.xml file of your SCORM package and ensure that the values for &amp;lt;organization identifier&amp;gt; and &amp;lt;item identifier&amp;gt; are unique. To change the &amp;lt;organization identifier&amp;gt;, in Courselab, go to File &amp;gt; Course Runtime Settings. The dialog says &#039;Course identification in LMS&#039; but changing the Identifier field is what sets the &amp;lt;organization identifier&amp;gt;.  (see MDL-38060 for more information)&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/view.php?id=1951 SCORM forum]&lt;br /&gt;
* [http://danmarsden.com/blog/2012/08/08/scorm-doesnt-work-in-moodle SCORM doesn&#039;t work] blog post from developer Dan Marsden&lt;br /&gt;
* [http://danmarsden.com/blog/2009/05/23/scorm-2004-in-moodle/ SCORM 2004 in Moodle] blog post from developer Dan Marsden&lt;br /&gt;
* [https://docs.moodle.org/dev/SCORM_schema Internal SCORM Schema]&lt;br /&gt;
* The official standard: [http://www.adlnet.gov/Technologies/scorm/default.aspx Advanced Distributed Learning - SCORM]&lt;br /&gt;
&lt;br /&gt;
Online resources&lt;br /&gt;
* [http://www.scormcourse.com/ SCORMCourse.com] serves the SCORM and ADL community as an educational resource for SCORM technology.&lt;br /&gt;
* [http://www.eduworks.com/index.php/Publications/Learning-Object-Tutorial.html Learning Object Tutorial]&lt;br /&gt;
* [http://elearningweekly.wordpress.com/2007/04/12/tutorial-build-scorm-compatible-lesson-templates-for-your-lms/ Tutorial: Build SCORM-Compatible Lesson Templates for Your LMS]&lt;br /&gt;
&lt;br /&gt;
Using Moodle forum discussions:&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=3757 Simple introduction to SCORM] &lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=57059 Are there any sugestions for scorm authoring with Microsoft word / or any other easy (maybe free) scorm authoring tool?]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=95946 Is SCORM worth it?]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=207964 Updating an Object]&lt;br /&gt;
 &lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[de:Lernpaket FAQ]]&lt;/div&gt;</summary>
		<author><name>Minhtam</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/501/en/index.php?title=Assignment_activity&amp;diff=98156</id>
		<title>Assignment activity</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/501/en/index.php?title=Assignment_activity&amp;diff=98156"/>
		<updated>2012-06-01T02:29:01Z</updated>

		<summary type="html">&lt;p&gt;Minhtam: /* Assignment types */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Activities}}&lt;br /&gt;
{{Update}}&lt;br /&gt;
The assignment module allows teachers to collect work from students, review it and provide feedback including grades.&lt;br /&gt;
&lt;br /&gt;
The assignment module has undergone a significant rewrite for Moodle 2.3 and both the old Assignment module with four subtypes and the new Assignment module are included in Moodle 2.3. This allows administrators to transition users from the old assignment type to the new one. Upgrade tools also exist. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;For documentation on the old Assignment module, please refer to the Moodle 2.2 documentation: https://docs.moodle.org/22/en/Assignment_module &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;needs update&#039;&#039;&#039; [Image:Assignmentexample.png]]&lt;br /&gt;
&lt;br /&gt;
* [[Assignment settings]] &amp;quot;&amp;quot;needs rewriting&amp;quot;&amp;quot;&lt;br /&gt;
* [[Using Assignment]] &amp;quot;&amp;quot;needs rewriting&amp;quot;&amp;quot;&lt;br /&gt;
* [[Assignment FAQ]] &amp;quot;&amp;quot;needs amendments&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Students can submit any digital content (files), including, for example, word-processed documents, spreadsheets, images, audio and video clips.  Assignments don&#039;t necessarily have to consist of file uploads.  Alternatively, teachers can ask students to type directly into a text field in Moodle. An assignment activity can also be set up to not accept any student submissions and serve as a reminder to students of a &#039;real-world&#039; assignment they need to complete and to record grades in Moodle for activities that don&#039;t have an online component. &lt;br /&gt;
&lt;br /&gt;
== Assignment types ==&lt;br /&gt;
An assignment has a date before which no students can submit anything, and a due date, after which teachers can choose not to accept submissions any more. &lt;br /&gt;
Graders can choose to be notified every time a student submits an assignment, or only for late submissions. &lt;br /&gt;
An assignment may, depending on settings, allow students to upload one or more files or none at all. It may allow the student to inter rich text in to a text field. &lt;br /&gt;
Teachers can choose to give students feedback in the form of text or uploaded files.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*[[Workshop module]] allows peer to peer evaluations&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=126431 single file upload vs. advanced uploading] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[de:Aufgabe]]&lt;br /&gt;
[[eu:Zereginak]]&lt;br /&gt;
[[fr:Devoir]]&lt;/div&gt;</summary>
		<author><name>Minhtam</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/501/en/index.php?title=Assignment_activity&amp;diff=98155</id>
		<title>Assignment activity</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/501/en/index.php?title=Assignment_activity&amp;diff=98155"/>
		<updated>2012-06-01T01:31:50Z</updated>

		<summary type="html">&lt;p&gt;Minhtam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Activities}}&lt;br /&gt;
{{Update}}&lt;br /&gt;
The assignment module allows teachers to collect work from students, review it and provide feedback including grades.&lt;br /&gt;
&lt;br /&gt;
The assignment module has undergone a significant rewrite for Moodle 2.3 and both the old Assignment module with four subtypes and the new Assignment module are included in Moodle 2.3. This allows administrators to transition users from the old assignment type to the new one. Upgrade tools also exist. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;For documentation on the old Assignment module, please refer to the Moodle 2.2 documentation: https://docs.moodle.org/22/en/Assignment_module &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;needs update&#039;&#039;&#039; [Image:Assignmentexample.png]]&lt;br /&gt;
&lt;br /&gt;
* [[Assignment settings]] &amp;quot;&amp;quot;needs rewriting&amp;quot;&amp;quot;&lt;br /&gt;
* [[Using Assignment]] &amp;quot;&amp;quot;needs rewriting&amp;quot;&amp;quot;&lt;br /&gt;
* [[Assignment FAQ]] &amp;quot;&amp;quot;needs amendments&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Students can submit any digital content (files), including, for example, word-processed documents, spreadsheets, images, audio and video clips.  Assignments don&#039;t necessarily have to consist of file uploads.  Alternatively, teachers can ask students to type directly into a text field in Moodle. An assignment activity can also be set up to not accept any student submissions and serve as a reminder to students of a &#039;real-world&#039; assignment they need to complete and to record grades in Moodle for activities that don&#039;t have an online component. &lt;br /&gt;
&lt;br /&gt;
== Assignment types ==&lt;br /&gt;
An assignment has a date before which no students can submit anything, and a due date, after which teachers can choose not to accept submissions any more. &lt;br /&gt;
Graders can choose to be notified every time a student submits an assignment, or only for late submissions. &lt;br /&gt;
An assignment may, depending on settings, allow students to upload one or more files or none at all. It may allow the student to inter righ text in to a text field. &lt;br /&gt;
Teachers can choose to give students feedback in the form of text or uploaded files. &lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*[[Workshop module]] allows peer to peer evaluations&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=126431 single file upload vs. advanced uploading] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[de:Aufgabe]]&lt;br /&gt;
[[eu:Zereginak]]&lt;br /&gt;
[[fr:Devoir]]&lt;/div&gt;</summary>
		<author><name>Minhtam</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/501/en/index.php?title=Assignment_activity&amp;diff=98154</id>
		<title>Assignment activity</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/501/en/index.php?title=Assignment_activity&amp;diff=98154"/>
		<updated>2012-06-01T01:09:39Z</updated>

		<summary type="html">&lt;p&gt;Minhtam: a small start on changes for 2.3&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Activities}}&lt;br /&gt;
The assignment module allows teachers to collect work from students, review it and provide feedback including grades.&lt;br /&gt;
&lt;br /&gt;
The assignment module has undergone a significant rewrite for Moodle 2.3 and both the old Assignment module with four subtypes and the new Assignment module are included in Moodle 2.3. This allows administrators to transition users from the old assignment type to the new one. Upgrade tools also exist. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;For documentation on the old Assignment module, please refer to the Moodle 2.2 documentation: https://docs.moodle.org/22/en/Assignment_module &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;needs update&#039;&#039;&#039; [Image:Assignmentexample.png]]&lt;br /&gt;
&lt;br /&gt;
* [[Assignment settings]] &amp;quot;&amp;quot;needs rewriting&amp;quot;&amp;quot;&lt;br /&gt;
* [[Using Assignment]] &amp;quot;&amp;quot;needs rewriting&amp;quot;&amp;quot;&lt;br /&gt;
* [[Assignment FAQ]] &amp;quot;&amp;quot;needs amendments&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Students can submit any digital content (files), including, for example, word-processed documents, spreadsheets, images, audio and video clips.  Assignments don&#039;t necessarily have to consist of file uploads.  Alternatively, teachers can ask students to type directly into a text field in Moodle. An assignment activity can also be set up to not accept any student submissions and serve as a reminder to students of a &#039;real-world&#039; assignment they need to complete and to record grades in Moodle for activities that don&#039;t have an online component. &lt;br /&gt;
&lt;br /&gt;
== Assignment types ==&lt;br /&gt;
An assignment has a date before which no students can submit anything, and a due date, after which teachers can choose not to accept submissions any more. &lt;br /&gt;
Graders can choose to be notified every time a student submits an assignment, or only for late submissions. &lt;br /&gt;
An assignment may, depending on settings, allow students to upload one or more files or none at all. It may allow the student to inter righ text in to a text field. &lt;br /&gt;
Teachers can choose to give students feedback in the form of text or uploaded files. &lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*[[Workshop module]] allows peer to peer evaluations&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=126431 single file upload vs. advanced uploading] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[de:Aufgabe]]&lt;br /&gt;
[[eu:Zereginak]]&lt;br /&gt;
[[fr:Devoir]]&lt;/div&gt;</summary>
		<author><name>Minhtam</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/501/en/index.php?title=blocks/configurable_reports/managereport&amp;diff=96184</id>
		<title>blocks/configurable reports/managereport</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/501/en/index.php?title=blocks/configurable_reports/managereport&amp;diff=96184"/>
		<updated>2012-03-02T05:34:36Z</updated>

		<summary type="html">&lt;p&gt;Minhtam: Redirected page to Configurable reports&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Configurable reports]]&lt;/div&gt;</summary>
		<author><name>Minhtam</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/501/en/index.php?title=Add_a_new_user&amp;diff=92665</id>
		<title>Add a new user</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/501/en/index.php?title=Add_a_new_user&amp;diff=92665"/>
		<updated>2011-10-25T05:16:49Z</updated>

		<summary type="html">&lt;p&gt;Minhtam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Accounts}}&lt;br /&gt;
An administrator can create new user accounts in &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Users &amp;gt; Accounts &amp;gt; Add a new user&#039;&#039;. (To add users in bulk, see [[Upload users]].)&lt;br /&gt;
[[File:Addanewuser.png]]&lt;br /&gt;
&lt;br /&gt;
Certain fields can be set as default. For example, the city and country defaults may be set in &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Location &amp;gt; Location settings&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==General==&lt;br /&gt;
&lt;br /&gt;
===username===&lt;br /&gt;
The user will use this username to log in to the Moodle instance. It needs to be unique. &lt;br /&gt;
&lt;br /&gt;
===Authentication method===&lt;br /&gt;
The setting specifies how Moodle will check whether the user&#039;s specified password is correct. &lt;br /&gt;
&lt;br /&gt;
Accounts created by an administrator use the &#039;&#039;&#039;Manual Accounts&#039;&#039;&#039; method, and accounts created by the user themselves using the email sign-up method use the E-mail based self-registration method. &lt;br /&gt;
 &lt;br /&gt;
===password===&lt;br /&gt;
this is the user&#039;s password. It is subject to the [[password polcy|Site_policies#Password_policy]]&lt;br /&gt;
 &lt;br /&gt;
===First Name===&lt;br /&gt;
The user&#039;s first name. It is displayed along with the last name in messages, forum posts, participants list, reports and anywhere where something about the user is shows on the page. &lt;br /&gt;
&lt;br /&gt;
===Surname===&lt;br /&gt;
The user&#039;s surname. It is displayed along with the first name in messages, forum posts, participants list, reports and anywhere where something about the user is shows on the page. &lt;br /&gt;
&lt;br /&gt;
===Email address===&lt;br /&gt;
password reset notices, forum digests and other messages are sent to this email address from Moodle. &lt;br /&gt;
&lt;br /&gt;
===Email display===&lt;br /&gt;
This setting controls who can see the user&#039;s email address. &lt;br /&gt;
&lt;br /&gt;
===Email format===&lt;br /&gt;
This setting can be used such that Moodle will send text-only emails to the user. &lt;br /&gt;
&lt;br /&gt;
===Email digest type===&lt;br /&gt;
This setting set whether the user will receive an email for each new forum post in subscribed forums, or if new posts should be sent once per day in a digest, and which type of digest.&lt;br /&gt;
&lt;br /&gt;
===Forum auto-subscribe===&lt;br /&gt;
If a user subscribes to a forum, new posts will be sent in the digest as specified. This setting sets whether a user is automatically subscribed to forums or if a manual click on the subscription button in each forum is required.&lt;br /&gt;
&lt;br /&gt;
===Forum tracking===&lt;br /&gt;
THis setting specifies whether new posts written since the user&#039;s last visit should be highlighted as such.&lt;br /&gt;
&lt;br /&gt;
===When editing text===&lt;br /&gt;
This setting specifies whether the user prefers to see the WYSIWYG text editor or just a plain text box.&lt;br /&gt;
&lt;br /&gt;
===AJAX and Javascript===&lt;br /&gt;
This setting enables and disables AJAX and Javascript features such as drag&amp;amp;drop for this user. The availability of these features is also dependent on the user&#039;s browser.&lt;br /&gt;
&lt;br /&gt;
===Screen Reader===&lt;br /&gt;
Enabling this setting will improve the display of Moodle to make it more compatible with screen readers. &lt;br /&gt;
&lt;br /&gt;
===City/town===&lt;br /&gt;
The user&#039;s city or town&lt;br /&gt;
&lt;br /&gt;
===Country===&lt;br /&gt;
The user&#039;s country&lt;br /&gt;
&lt;br /&gt;
===Timezone===&lt;br /&gt;
This setting is used to adjust the times of messages and assignment/quiz due dates to match the user&#039;s local time&lt;br /&gt;
&lt;br /&gt;
===Preferred language===&lt;br /&gt;
This will cause the Moodle interface to be displayed in the specified language. (See [[Language packs]])&lt;br /&gt;
&lt;br /&gt;
Note: Content will not be translated automatically, but if multi-language content is entered the appropriate language content will be displayed, if available. &lt;br /&gt;
&lt;br /&gt;
===Description===&lt;br /&gt;
Information about the user that other users can see.&lt;br /&gt;
&lt;br /&gt;
==User Picture==&lt;br /&gt;
The user picture will be displayed next to the user&#039;s name next to any content he/she has posted in Moodle Activities such as the forum. &lt;br /&gt;
&lt;br /&gt;
==Interests==&lt;br /&gt;
The list of interests can be used as a way of connecting users with similar interests. (See [[Tags]])&lt;br /&gt;
&lt;br /&gt;
===Optional===&lt;br /&gt;
These fields offer the option to specify more detail about the user, including alternative contact methods. All fields are optional and may be turned off by the administrator to protect the users&#039; privacy.&lt;/div&gt;</summary>
		<author><name>Minhtam</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/501/en/index.php?title=Upload_users&amp;diff=92664</id>
		<title>Upload users</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/501/en/index.php?title=Upload_users&amp;diff=92664"/>
		<updated>2011-10-25T00:44:44Z</updated>

		<summary type="html">&lt;p&gt;Minhtam: /* File formats for upload users file */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Accounts}}&lt;br /&gt;
An administrator can upload multiple user accounts via text file in &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Users &amp;gt; Accounts &amp;gt; Upload users&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
There are many robust options for uploading information (fields associated with a user) with this method: from enrolling users in multiple courses with course specific [[Roles|roles]] to updating user information in the [[User profile]] to deleting users from the site.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tip:&#039;&#039; It is usually not necessary to upload users in bulk with Upload users.  To keep maintenance work down you should first explore forms of authentication that do not require manual maintenance, such as [[External database authentication|connecting to existing external databases]] or letting the users create their own accounts ([[Self enrolment]]). See [[Authentication]] for more information.&lt;br /&gt;
&lt;br /&gt;
[[File:Upload users initial 2.0.JPG|thumb|center|Initial upload users screen 2.1]]&lt;br /&gt;
&lt;br /&gt;
==Upload user process==&lt;br /&gt;
Here is an outline of the process:&lt;br /&gt;
&lt;br /&gt;
# Create file for uploading&lt;br /&gt;
# Go to &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Users &amp;gt; Accounts &amp;gt; Upload users&#039;&#039;&lt;br /&gt;
# Add file to upload&lt;br /&gt;
# Upload users preview - check settings and default user profile settings&lt;br /&gt;
# Upload users preview - click &amp;quot;Upload users&amp;quot;&lt;br /&gt;
# Upload users results - shows list of users, exceptions made in upload and summary of number of users&lt;br /&gt;
# Upload users results - click &amp;quot;Continue&amp;quot;&lt;br /&gt;
# Returns to Upload users screen&lt;br /&gt;
&lt;br /&gt;
==Updating users preview==&lt;br /&gt;
There are settings for the kind of Upload user function you want to perform on the &amp;quot;Upload users preview&amp;quot; page.&lt;br /&gt;
[[File:Upload users preview 2.0.JPG|thumb|center|Upload users preview in Moodle 2.x]]&lt;br /&gt;
&lt;br /&gt;
===Updating existing accounts===&lt;br /&gt;
&lt;br /&gt;
By default Moodle adds new user accounts and skips existing users lines where the &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; matches an existing account. Set &amp;quot;Upload Type&amp;quot; to &#039;&#039;&#039;Add  new and update existing users&#039;&#039;&#039;, and existing user account will be updated.&lt;br /&gt;
*Add all, append number to usernames if needed&lt;br /&gt;
*Add new and update existing users&lt;br /&gt;
*Update existing users only&lt;br /&gt;
There are also fields settings to force password change, allow renames, allow deletes, prevent email address duplicates, standardise usernames and select for bulk operations(new users. updated users, all users).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Warning&#039;&#039;&#039;: errors updating existing accounts can affect your users badly. Be careful when using the options to update.&lt;br /&gt;
&lt;br /&gt;
===Set default user values===&lt;br /&gt;
&lt;br /&gt;
You may be able to set default user field values, if the fields were not included in the uploaded file on this page.&lt;br /&gt;
&lt;br /&gt;
==Upload user results ==&lt;br /&gt;
After accepting the preview settings by clicking on &amp;quot;Upload users&amp;quot;, you should see the the Upload users results screen.&lt;br /&gt;
[[File:Upload users results 2.0.JPG|thumb|center|The 2.0 results screen, everything went well]]&lt;br /&gt;
This screen will show you any exceptions or changes that were made to each user in the upload process.   For example if you were updating user information, the updated information will be shown.  Or if a user was not added that record will be highlighted.&lt;br /&gt;
&lt;br /&gt;
The screen will summarize how many users were uploaded or updated, indicate the number of week passwords and the number of errors.&lt;br /&gt;
&lt;br /&gt;
==File formats for upload users file==&lt;br /&gt;
The upload files have their fields separated by a comma (or other delimiter).   The first line contains the valid field names.  The rest of the lines (records) contain information about each user.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;:Tip:&#039;&#039; If you are not an expert, avoid special characters in field information like quotes or other commas. Test a file with only one record before a large upload. Remember there are other ways to authenticate users on you site or enroll users in a course.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;:Tip:&#039;&#039; You can use a spread sheet program to create the file with the required columns and fields. Then save the file as &amp;quot;CSV (comma delimited)&amp;quot;. These files can be opened with simple text editors for verification. &lt;br /&gt;
&lt;br /&gt;
===Valid upload file for testing===&lt;br /&gt;
Here is an example of a simple valid upload file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;username, password, firstname, lastname, email, course1, group1&amp;lt;br /&amp;gt;&lt;br /&gt;
jonest, verysecret, Tom, Jones, jonest@someplace.edu, math102, Section 1&amp;lt;br /&amp;gt;&lt;br /&gt;
reznort, somesecret, Trent, Reznor, reznort@someplace.edu, math102, Section 3&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Fields that can be included===&lt;br /&gt;
&#039;&#039;:Tip:&#039;&#039; We strongly recommend that you test a file that contains fields you proposed to use with one user before attempting a file upload for the first time.  demo.moodle.net might be a good place to see if your test file works.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Required fields&#039;&#039;&#039;: &lt;br /&gt;
:&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;username, firstname, lastname, email&amp;lt;/code&amp;gt;&lt;br /&gt;
:Validity checks are performed for:&lt;br /&gt;
#&amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; can only contain alphabetical &#039;&#039;&#039;lowercase&#039;&#039;&#039; letters , numbers, hypen &#039;-&#039;, underscore &#039;_&#039;, period &#039;.&#039;, or at-sign &#039;@&#039; &lt;br /&gt;
#&amp;lt;code&amp;gt;email&amp;lt;/code&amp;gt; is in the form: &#039;&#039;name@example.com&#039;&#039; .&amp;lt;/p&amp;gt; &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Password field&#039;&#039;&#039;: &amp;quot;password&amp;quot; field is optional if &amp;quot;Create password if needed&amp;quot; setting is chosen (default). &lt;br /&gt;
**If included, values should meet the requirements for the site&#039;s [[Site_policies#Password_policy|Password policy]]. To force password change for a particular user, set the password field to &amp;lt;code&amp;gt;changeme&amp;lt;/code&amp;gt;. &lt;br /&gt;
**If omitted, a password will be generated for each user (during the next Cron job) and welcome e-mails sent out (not working in v2.0.2?).&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Optional fields&#039;&#039;&#039;: To provide values other than the default include one or more of these&lt;br /&gt;
:&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;institution, department, city, country, lang, auth, ajax, timezone, idnumber, icq, phone1, phone2, address, url, description, mailformat, maildisplay, htmleditor, autosubscribe&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
*Country- use a country TWO LETTER CODE&lt;br /&gt;
*Some fields have a maximum number of  characters that are allow.  See hints below.&lt;br /&gt;
*Maildisplay, htmleditor and autosubscribe can be set from an import screen in Moodle 2.0.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Custom profile field names&#039;&#039;&#039;: (Optional). xxxxx is the real custom user profile field name (i.e. the unique shortname)&lt;br /&gt;
:&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;profile_field_xxxxx&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
: Create the custom fields BEFORE importing. Use the standard header. The &amp;quot;shortname&amp;quot; for your custom field is xxxxx (NB: as at v2.0.2, the shortname must be all lowercase, otherwise won&#039;t be recognised). The first record must include &amp;quot;profile_field_xxxxx&amp;quot;.&lt;br /&gt;
:&#039;&#039;&#039;Example&#039;&#039;&#039;: To create a custom field &amp;quot;genre&amp;quot;, you must write a shortname &amp;quot;genre&amp;quot; in the new field, and write &amp;quot;profile_field_genre&amp;quot; in the header of the .csv file.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Special fields&#039;&#039;&#039;: Used for changing of usernames or deleting of users&lt;br /&gt;
:&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;oldusername&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;deleted&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
*&#039;&#039;&#039;Enrolment fields&#039;&#039;&#039;: (Optional):&lt;br /&gt;
:&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;course1, type1, role1, group1, enrolperiod1, course2, type2, role2, group2, enrolperiod2&amp;lt;/code&amp;gt; etc.&lt;br /&gt;
**&amp;lt;code&amp;gt;course&amp;lt;/code&amp;gt; is the &amp;quot;shortname&amp;quot; of the course, if present the user will be enrolled in those courses.&lt;br /&gt;
** &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; refers to the role to be used for associated course enrolment. Value 1 is default course role, 2 is legacy Teacher role and 3 is legacy Non-editing Teacher.&lt;br /&gt;
** You can use role field instead to specify roles directly - use either role short name or id (numeric names of roles are not supported).&lt;br /&gt;
** Users may be also assigned to groups in course (group1 in course1, group2 in course2, etc.).&lt;br /&gt;
*** A group is identified by name or id (numeric group names are not supported).&lt;br /&gt;
** From Moodle 2.0, you can set the enrolment duration, in days, for each course (&amp;lt;code&amp;gt;enrolperiod1&amp;lt;/code&amp;gt; for &amp;lt;code&amp;gt;course1&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;enrolperiod2&amp;lt;/code&amp;gt; for &amp;lt;code&amp;gt;course2&amp;lt;/code&amp;gt;, etc.).&lt;br /&gt;
&lt;br /&gt;
Commas within  a field must be encoded as &amp;amp;#44 - the script will decode these back to commas.&lt;br /&gt;
&lt;br /&gt;
For Boolean fields, use &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt; for false and &amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt; for true.&lt;br /&gt;
&lt;br /&gt;
To prevent users from receiving a large number of emails from courses or forced subscription forums use the &#039;&#039;&#039;maildigest&#039;&#039;&#039;.  The options for this field are 0 = No digest, 1 = Complete digest and 2 = Digest with just subjects.&lt;br /&gt;
&lt;br /&gt;
==Advanced potentials of Upload user==&lt;br /&gt;
===Templates===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note: This section needs checking and updating if necessary for Moodle 2.0. Please do so and remove this note when finished.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The default values are processed as templates in which the following codes are allowed:&lt;br /&gt;
&lt;br /&gt;
* %l - will be replaced by the lastname&lt;br /&gt;
* %f - will be replaced by the firstname&lt;br /&gt;
* %u - will be replaced by the username&lt;br /&gt;
* %% - will be replaced by the %&lt;br /&gt;
&lt;br /&gt;
Between the percent sign (%) and any code letter (l, f or u) the following modifiers are allowed:&lt;br /&gt;
&lt;br /&gt;
* (-) minus sign - the information specified by the code letter will be converted to lowercase&lt;br /&gt;
* (+) plus sign - the information specified by the code letter will be converted to UPPERCASE&lt;br /&gt;
* (~) tilde sign - the information specified by the code letter will be converted to Title Case&lt;br /&gt;
* a decimal number - the information specified by the code letter will be truncated to that many characters&lt;br /&gt;
&lt;br /&gt;
For example, if the firstname is John and the lastname is Doe, the following values will be obtained with the specified templates:&lt;br /&gt;
&lt;br /&gt;
* %l%f = DoeJohn&lt;br /&gt;
* %l%1f = DoeJ&lt;br /&gt;
* %-l%+f = doeJOHN&lt;br /&gt;
* %-f_%-l = john_doe&lt;br /&gt;
* http://www.example.com/~%u/ = http://www.example.com/~jdoe/ (if the username is jdoe or %-1f%-l)&lt;br /&gt;
&lt;br /&gt;
Template processing is done only on default values, and not on the values retrieved from the CSV file.&lt;br /&gt;
&lt;br /&gt;
In order to create correct Moodle usernames, the username is always converted to lowercase. Moreover, if the &amp;quot;Allow extended characters in usernames&amp;quot; option in the Site policies page is off, characters different to letters, digits, dash (-) and dot (.) are removed. For example if the firstname is John Jr. and the lastname is Doe, the username %-f_%-l will produce john jr._doe when Allow extended characters in usernames is on, and johnjr.doe when off.&lt;br /&gt;
&lt;br /&gt;
When the &amp;quot;New username duplicate handling&amp;quot; setting is set to Append counter, an auto-increment counter will be append to duplicate usernames produced by the template. For example, if the CSV file contains the users named John Doe, Jane Doe and Jenny Doe without explicit usernames, the default username is %-1f%-l and New username duplicate handling is set to Append counter, then the usernames produced will be jdoe, jdoe2 and jdoe3.&lt;br /&gt;
&lt;br /&gt;
===Deleting accounts===&lt;br /&gt;
&lt;br /&gt;
If the &amp;lt;code&amp;gt;deleted&amp;lt;/code&amp;gt; field is present, users with value 1 for it will be deleted. In this case, all the fields may be omitted, except for &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt;. After uploading the file, be sure to change the &amp;quot;Upload type&amp;quot; to &amp;quot;Update existing users only&amp;quot; and the &amp;quot;Allow deletes&amp;quot; option to &amp;quot;Yes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Deleting and uploading accounts could be done with a single CSV file. For example, the following file will add the user Tom Jones and delete the user reznort:&lt;br /&gt;
&lt;br /&gt;
 username, firstname, lastname, deleted&lt;br /&gt;
 jonest, Tom, Jones, 0&lt;br /&gt;
 reznort, , , 1&lt;br /&gt;
&lt;br /&gt;
==Encoding file format==&lt;br /&gt;
On the initial Upload user screen, you may select the file encoding format from a pull down list.  These include UTF-8 (the default), ASCII,  ISO-8859-1 to ISO-8859-11 or any one of over 36 formats.&lt;br /&gt;
&lt;br /&gt;
==Hints==&lt;br /&gt;
&lt;br /&gt;
===Spreadsheet===&lt;br /&gt;
&lt;br /&gt;
If you use a spreadsheet program such as Excel to create your .csv file, check the resulting output in a text editor before you upload it.  It is possible to get trailing commas on each line from an empty field if you have added and deleted columns of information prior to saving the final file. Also check the character encoding. A csv file is a simple text file (ASCII or Unicode) that can be used to upload user accounts.&lt;br /&gt;
&lt;br /&gt;
Excel translates passwords that begin with - (minus) or + (plus) as zero. Even when saving as .csv and saying &amp;quot;Yes&amp;quot; to &amp;quot;Keep this format, and leave out any incompatible features.&amp;quot; Check for this before uploading, as a zero halts the upload process.&lt;br /&gt;
&lt;br /&gt;
If you use a formula in Excel to create fields (for example, the concatenate function to create a user name), then remember to copy the cells with the formula and use special paste with values checked to make them into an acceptable data for a csv file.&lt;br /&gt;
&lt;br /&gt;
===Country===&lt;br /&gt;
The country should be written as a two letter code, in capitals. For example, use BE for Belgium or NL for the Netherlands.  Using &amp;quot;be&amp;quot; or &amp;quot;nl&amp;quot; as a country code will result in a database error.&lt;br /&gt;
:&#039;&#039;Tip:&#039;&#039;  If you are having trouble working out the two-letter code for a country, you can consult this Moodle source code file /moodle/lang/en_utf8/countries.php [http://cvs.moodle.org/moodle/lang/en_utf8/countries.php?view=markup&amp;amp;pathrev=MOODLE_19_STABLE or click here for a 1.9 STABLE list].&lt;br /&gt;
ISO Website: [http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm]&lt;br /&gt;
===Field size limits===&lt;br /&gt;
Some fields have maximum character lengths.  Typically the file will import to the preview list screen but not finish the process.  Turn on debug to see the fields that are too long.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*[[Flat file]] enrolment&lt;br /&gt;
&lt;br /&gt;
Using Moodle forum discussions:&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=36851 Can I auto enroll from Excel?]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=58215 Making Email Optional]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=97903 Uploading users to custom roles]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=181259 User upload option: standardise usernames]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=144569 Matriculacion con flat file csv] - discussion in Spanish&lt;br /&gt;
&lt;br /&gt;
[[fr:Importer des utilisateurs]]&lt;br /&gt;
[[ja:ユーザのアップロード]]&lt;br /&gt;
[[zh:上传用户]]&lt;br /&gt;
[[ru:Загрузка пользователей]]&lt;/div&gt;</summary>
		<author><name>Minhtam</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/501/en/index.php?title=Course_settings&amp;diff=92663</id>
		<title>Course settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/501/en/index.php?title=Course_settings&amp;diff=92663"/>
		<updated>2011-10-25T00:33:49Z</updated>

		<summary type="html">&lt;p&gt;Minhtam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Creating a course}}&lt;br /&gt;
Settings &amp;gt; Course administration &amp;gt; Edit settings&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 [[Add/edit courses|creating a course]].  In the case of existing courses, the &#039;&#039;&#039;Course settings&#039;&#039;&#039; page is accessed though the &#039;&#039;&#039;Settings&#039;&#039;&#039;  block as a sub-entry to &#039;&#039;&#039;Course administration&#039;&#039;&#039; titled &#039;&#039;&#039;Edit settings&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
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;
===Category===&lt;br /&gt;
&lt;br /&gt;
The site administrator may have [[Add/edit course categories|created course categories]] to help teachers and students find their courses easily.  Course categories are reflected in the [[Navigation block]]&lt;br /&gt;
&lt;br /&gt;
The capability [[Capabilities/moodle/course:changecategory|moodle/course:changecategory]] controls whether a user can edit the course category.&lt;br /&gt;
&lt;br /&gt;
===Course full name===&lt;br /&gt;
&lt;br /&gt;
This is the name of the course.  It is displayed as a link on course lists on the [[Front page]] and on [[My Moodle]] and in reports.  It is also used in the browser title bar when the course is viewed.&lt;br /&gt;
&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, such as the Navigation block.  In older Moodle versions, it appeared as the navigation link to what is now referred to as &amp;quot;Home&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The capability [[Capabilities/moodle/course:changeshortname|moodle/course:changeshortname]] controls whether a user can edit the short name field.&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 catalogue ID or can be used in the certificate module as a printed field.&lt;br /&gt;
&lt;br /&gt;
The capability [[Capabilities/moodle/course:changeidnumber|moodle/course:changeidnumber]] controls whether a user can edit the ID number.&lt;br /&gt;
&lt;br /&gt;
===Course summary===&lt;br /&gt;
&lt;br /&gt;
The summary appears on the course listings page.  This field is searched when searching for a course and also appears in the Course/Site description block.&lt;br /&gt;
&lt;br /&gt;
The capability [[Capabilities/moodle/course:changesummary|moodle/course:changesummary]] controls whether a user can edit the course summary.&lt;br /&gt;
&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;
&lt;br /&gt;
===Course start date===&lt;br /&gt;
This setting affects the display of logs and the weekly format topic dates.&lt;br /&gt;
&lt;br /&gt;
If you use the &amp;quot;Weekly&amp;quot; course format, the start date will appear in the first section of the course. For example selecting 27 July, will display &amp;quot;27 July - 2 August&amp;quot; in the first section (when default display is selected for that section).  &lt;br /&gt;
&lt;br /&gt;
This setting will have an effect on the display of logs. This will be the earliest possible date the log activity will display. &lt;br /&gt;
&lt;br /&gt;
This setting will &#039;&#039;&#039;not&#039;&#039;&#039; affect courses using the &#039;social&#039; or &#039;topics&#039; formats.&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;
:&#039;&#039;TIP:&#039;&#039; See self enrolment course settings to prevent students from entering the course before a certain date/time.&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 grey) 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 quizzes 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;
&lt;br /&gt;
&lt;br /&gt;
===News items to show===&lt;br /&gt;
How many news items should show the [[Latest news block]].   Set it to 0 and Latest news block will not appear.&lt;br /&gt;
&lt;br /&gt;
The Latest News block relies on the use of the associated News Forum. News posted in other forums do not display in the latest News block&lt;br /&gt;
&lt;br /&gt;
===Show gradebook to students===&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 show 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;
&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;
:&#039;&#039;TIP:&#039;&#039; When uploading large files, consider that your students will need to download them to view them. &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.  Teachers can use this to choose a different look for the course from the rest of the Moodle site.&lt;br /&gt;
&lt;br /&gt;
[[#top|Top]]&lt;br /&gt;
&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 a password to enter the course or if they may enter without a password. This password is a password to the unit, not the users password to gain access to Moodle. &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 user 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 enrol.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; You have a choice between two types of guest access: with a password or without. If you choose to allow access for guests who have the password, then the guest will need to provide the current password 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 access to guests without a password, then anyone can get straight into your course.&lt;br /&gt;
&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 and who they can interact with in activities.&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;
===Default grouping===&lt;br /&gt;
&lt;br /&gt;
If [[Groupings|groupings]] are enabled, a default grouping for course activities and resources may be set.&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;
&lt;br /&gt;
[[#top|Top]]&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 affect course visibility.&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;
==Student progress==&lt;br /&gt;
[[Student progress]] be enabled for [[Activity completion]]. [[Course completion]] criteria may also be based upon Activity completion values found in the activity&#039;s settings.&lt;br /&gt;
&lt;br /&gt;
*Completion tracking can be  either Disabled, not shown in activity settings, or enabled.&lt;br /&gt;
*You can enable starting the tracking upon student enrolment.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[#top|Top]]&lt;br /&gt;
&lt;br /&gt;
==Role renaming==&lt;br /&gt;
[[Image:rolesimages.gif|thumb|Role renaming settings]]&lt;br /&gt;
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;
:&#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;
&lt;br /&gt;
==Enrolments==&lt;br /&gt;
&lt;br /&gt;
Note for people upgrading to Moodle 2.0 from an earlier version: Enrolment settings can now be found in &#039;&#039;Settings &amp;gt; Course administration &amp;gt; Users &amp;gt; [[Enrolment methods]]&#039;&#039;.&lt;br /&gt;
&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;
[[#top|Top]]&lt;br /&gt;
&lt;br /&gt;
== Admin settings for Default course settings==&lt;br /&gt;
&#039;&#039;*Settings &amp;gt; Site administration &amp;gt; Courses &amp;gt; Course default settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An administrator can set course settings defaults in [[Course default settings]]&#039;&#039;.&lt;br /&gt;
&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:Administración del curso]]&lt;br /&gt;
[[eu:Ikastaroaren_ezarpenak]]&lt;br /&gt;
[[fr:Paramètres du cours]]&lt;br /&gt;
[[ja:コース設定]]&lt;br /&gt;
[[ru:course/edit]]&lt;/div&gt;</summary>
		<author><name>Minhtam</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/501/en/index.php?title=User:Minh-Tam_Nguyen&amp;diff=64414</id>
		<title>User:Minh-Tam Nguyen</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/501/en/index.php?title=User:Minh-Tam_Nguyen&amp;diff=64414"/>
		<updated>2009-10-14T22:23:50Z</updated>

		<summary type="html">&lt;p&gt;Minhtam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Minh-Tam Nguyen, &lt;br /&gt;
University of Canberra, &lt;br /&gt;
Teaching and Learning Centre&lt;/div&gt;</summary>
		<author><name>Minhtam</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/501/en/index.php?title=User:Minh-Tam_Nguyen&amp;diff=64413</id>
		<title>User:Minh-Tam Nguyen</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/501/en/index.php?title=User:Minh-Tam_Nguyen&amp;diff=64413"/>
		<updated>2009-10-14T22:23:27Z</updated>

		<summary type="html">&lt;p&gt;Minhtam: New page: Minh-Tam Nguyen University of Canberra Teaching and Learning Centre&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Minh-Tam Nguyen&lt;br /&gt;
University of Canberra&lt;br /&gt;
Teaching and Learning Centre&lt;/div&gt;</summary>
		<author><name>Minhtam</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/501/en/index.php?title=Development_talk:My_Moodle_2.0&amp;diff=64412</id>
		<title>Development talk:My Moodle 2.0</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/501/en/index.php?title=Development_talk:My_Moodle_2.0&amp;diff=64412"/>
		<updated>2009-10-14T22:21:13Z</updated>

		<summary type="html">&lt;p&gt;Minhtam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Why CONTEXT_MYPAGE?==&lt;br /&gt;
&lt;br /&gt;
I don&#039;t see the need for CONTEXT_MYPAGE. I think it is fine if all of My Moodle is in the user context, just like all of the pages of the forum module are in CONTEXT_MODULE.&lt;br /&gt;
&lt;br /&gt;
Of course, different capabilities for whether different bits of My Moodle are visible to a given user makes perfect sense.--[[User:Tim Hunt|Tim Hunt]] 18:54, 9 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
:With an extra context level, one could assign different roles to different sub-pages.  If we just used the user context, then the permissions would apply to all of a user&#039;s My Moodle pages.  It could also add the possibility of applying permissions to &amp;quot;&#039;locked&#039; pages that would always be the same layout for all users&amp;quot; (&amp;quot;sticky&amp;quot; pages?), which would not be associated with a specific user context.  (Though I&#039;m not sure if this is how Mike was planning on implementing that feature.)  --[[User:Hubert Chathi|Hubert Chathi]] 20:35, 9 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Yes, you could do that, but why would you want to? Give me some use-cases expressed in the user&#039;s vocabulary.--[[User:Tim Hunt|Tim Hunt]] 18:54, 10 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::Assuming we want to do this with block functionality as much as possible (and I assume we do), then you would want to be able to restrict the editing of some subpages to specific roles. For example, the course listing page you will want to always display the course listing information. This would be by pre-configured blocks. You would not want the user to be able to remove this block from that subpage. On the other hand, the home page subpage you would want to give the user free reign over what blocks would be displayed there as well as how they are ordered. I can&#039;t think of any other way to do this except through contexts for the My Moodle pages. --[[User:Mike Churchward|Mike Churchward]] 14:40, 13 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::Should we move this discussion to the My Moodle forum? Anyway, I disagree. This feature is called My Moodle. Not &#039;the teacher&#039;s Moodle&#039; - that is the course page - nor &#039;the admin&#039;s Moodle&#039;, that is the site front page. This is a space for user&#039;s to create their personal dashboard. If they don&#039;t want the My courses list, they should be able to delete it. If they suddenly regret deleting it, it should be really easy for them to add that block back. At most, the admin should be able to control the default layout for new users.--[[User:Tim Hunt|Tim Hunt]] 21:05, 13 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::::Moving it to the large forum would probably be a good idea. While it is called &amp;quot;My Moodle&amp;quot; one of the main purposes of it is to provide information that user-centric rather than course-centric. It has the dual purpose of providing a customized personal experience as well. Unfortunately, I know that a lot of institutions will want to provide non-customizable pages that pertain to the user - that is the reality we see of the clients we service. That doesn&#039;t rule out the customizable bits; just allows for both. The front page is not typically seen as a user-specific page, rather a generic site page. My Moodle is a more natural experience to display information that pertains to the user only. --[[User:Mike Churchward|Mike Churchward]] 12:52, 14 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
(created discussion http://moodle.org/mod/forum/discuss.php?d=135191 --[[User:Mike Churchward|Mike Churchward]] 12:58, 14 October 2009 (UTC))&lt;br /&gt;
&lt;br /&gt;
:::One example is that the admin creates a global &amp;quot;Local News&amp;quot; page, and allows certain people to add content (add RSS feeds or other various blocks), but doesn&#039;t want those users to the global &amp;quot;Site News&amp;quot; page. --[[User:Hubert Chathi|Hubert Chathi]] 14:42, 13 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::But surely what you really mean is that the admin will configure a Local News block. And blocks already have a context. In fact, see the OU&#039;s newsfeed block, I think it is in contrib.--[[User:Tim Hunt|Tim Hunt]] 21:05, 13 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::: No, I do mean a &amp;quot;Local News&amp;quot; &#039;&#039;page&#039;&#039;, in which certain people may have permission to manage the blocks on that page, and add, remove, or manage content (e.g. a new local news site opened up, so someone can create a new RSS feed block.  Or someone with the right privileges can rearrange the blocks on the page). --[[User:Hubert Chathi|Hubert Chathi]] 21:16, 13 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::::: Err, OK. What has that got to do with My Moodle though? If you want that, create a special course, give some people editing teacher access, and add whatever blocks you like there. This threaded discussion really would be easier in a forum.--[[User:Tim Hunt|Tim Hunt]] 21:55, 13 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Can we do it all with blocks?==&lt;br /&gt;
&lt;br /&gt;
I think it would be architecturally very elegant, and maximally flexible, if the whole of My Moodle could be done as blocks. That is, My Moodle would just be a set of empty pages (subpages, or canvases, call them what you will) and all the functionality we might want there would be in the form of blocks.&lt;br /&gt;
&lt;br /&gt;
I cannot immediately see why that would not work, however, I freely admit that I have not thought about this as much as you.--[[User:Tim Hunt|Tim Hunt]] 18:54, 9 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think that is what we are saying too. The subpages or canvases are the new elements for My Moodle; everything else is a block. Some can sit in the centre. --[[User:Mike Churchward|Mike Churchward]] 19:42, 13 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Including functionality from other myMoodle modifications==&lt;br /&gt;
&lt;br /&gt;
Ideally, this should include all the additional features that have been added to myMoodle (myCourses sub-page). &lt;br /&gt;
For instance, people have made it possible to show more details about the course, such as the teacher, last access date, etc. &lt;br /&gt;
There are modifications of myMoodle that group courses by category (with different background colours) or sort them by title, or allow user to move them, like topics within a course.&lt;br /&gt;
Maybe it would be worth looking at pagination of courses for users with lots of courses (&amp;gt;50) --{{Unsigned|Minh-Tam_Nguyen}}&lt;br /&gt;
&lt;br /&gt;
I agree. These would be sub-tasks of this entire task to update all of this functionality into new blocks for the My Moodle functions. Then, the effort to make those correct could be added/tracked in those subtasks. --[[User:Mike Churchward|Mike Churchward]] 14:42, 13 October 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Minhtam</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/501/en/index.php?title=Development_talk:My_Moodle_2.0&amp;diff=64206</id>
		<title>Development talk:My Moodle 2.0</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/501/en/index.php?title=Development_talk:My_Moodle_2.0&amp;diff=64206"/>
		<updated>2009-10-10T05:09:09Z</updated>

		<summary type="html">&lt;p&gt;Minhtam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Why CONTEXT_MYPAGE?==&lt;br /&gt;
&lt;br /&gt;
I don&#039;t see the need for CONTEXT_MYPAGE. I think it is fine if all of My Moodle is in the user context, just like all of the pages of the forum module are in CONTEXT_MODULE.&lt;br /&gt;
&lt;br /&gt;
Of course, different capabilities for whether different bits of My Moodle are visible to a given user makes perfect sense.--[[User:Tim Hunt|Tim Hunt]] 18:54, 9 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
With an extra context level, one could assign different roles to different sub-pages.  If we just used the user context, then the permissions would apply to all of a user&#039;s My Moodle pages.  It could also add the possibility of applying permissions to &amp;quot;&#039;locked&#039; pages that would always be the same layout for all users&amp;quot; (&amp;quot;sticky&amp;quot; pages?), which would not be associated with a specific user context.  (Though I&#039;m not sure if this is how Mike was planning on implementing that feature.)  --[[User:Hubert Chathi|Hubert Chathi]] 20:35, 9 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Can we do it all with blocks?==&lt;br /&gt;
&lt;br /&gt;
I think it would be architecturally very elegant, and maximally flexible, if the whole of My Moodle could be done as blocks. That is, My Moodle would just be a set of empty pages (subpages, or canvases, call them what you will) and all the functionality we might want there would be in the form of blocks.&lt;br /&gt;
&lt;br /&gt;
I cannot immediately see why that would not work, however, I freely admit that I have not thought about this as much as you.--[[User:Tim Hunt|Tim Hunt]] 18:54, 9 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Including functionality from other myMoodle modifications==&lt;br /&gt;
Ideally, this should include all the additional features that have been added to myMoodle (myCourses sub-page). &lt;br /&gt;
For instance, people have made it possible to show more details about the course, such as the teacher, last access date, etc. &lt;br /&gt;
There are modifications of myMoodle that group courses by category (with different background colours) or sort them by title, or allow user to move them, like topics within a course.&lt;br /&gt;
Maybe it would be worth looking at pagination of courses for users with lots of courses (&amp;gt;50)&lt;/div&gt;</summary>
		<author><name>Minhtam</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/501/en/index.php?title=User:James_Neill/Training_notes&amp;diff=44012</id>
		<title>User:James Neill/Training notes</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/501/en/index.php?title=User:James_Neill/Training_notes&amp;diff=44012"/>
		<updated>2008-09-19T04:31:25Z</updated>

		<summary type="html">&lt;p&gt;Minhtam: /* UC-specific: Psychology */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
&amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;[http://learnonline.canberra.edu.au UC Moodle] &#039;&#039;&#039;training notes&#039;&#039;&#039;  by [[User:James Neill|James Neill]] during 2-day training at [[University of Canberra]] by [http://www.linkedin.com/in/drechslerm Mark Drechsler] ([[Netspot]]), September 16-17, 2008. &#039;&#039;&#039;Feel free to edit&#039;&#039;&#039;.&amp;lt;br&amp;gt;&#039;&#039;To be sorted later.&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
==Adding Content==&lt;br /&gt;
===[[Label|Insert label]]===&lt;br /&gt;
* Adds information to a topic (or week)&lt;br /&gt;
* Good for a brief summary; but will add to length of site homepage, so keep it simple&lt;br /&gt;
* Can use html, images, etc.&lt;br /&gt;
* Can&#039;t add a heading for a topic when in Weekly mode&lt;br /&gt;
===Add [[Web page|web page]]===&lt;br /&gt;
* Adds a link on the homepage to a webpage&lt;br /&gt;
* Summary&lt;br /&gt;
** Isn&#039;t often displayed - (it does display on resource page but whether &amp;quot;resource&amp;quot; shows in the navigation bar is configurable at admin level and is sometimes/often switched off)&lt;br /&gt;
* Page content can be &#039;anything&#039; e.g., can embedded multimedia (e.g., add a youtube video) (using object or iframe html code)&lt;br /&gt;
&lt;br /&gt;
===[[Breadcrumbs]]/Navigation bar===&lt;br /&gt;
* Resources/Activities breadcrumb can switched on/off globally, but not site-specifically.&lt;br /&gt;
&lt;br /&gt;
===[[Files]]===&lt;br /&gt;
* It seems there is no restriction on file type :)&lt;br /&gt;
* Uploading mp3, swf, wma, wmv, etc. will automatically be recognised, with relevant icons added, etc. - where&#039;s the list of such recognised file types?&lt;br /&gt;
&lt;br /&gt;
===[[LaTeX]]===&lt;br /&gt;
* LaTeX code works for mathematical expressions (and much more) - start with $$ - can also use equation editor&lt;br /&gt;
&lt;br /&gt;
===[[Help]]===&lt;br /&gt;
* (i) yellow links to [[MoodleDocs]]&lt;br /&gt;
* (?) blue links to help info (opens pop-up)&lt;br /&gt;
&lt;br /&gt;
===[[Sideblocks]]===&lt;br /&gt;
* Sideblocks are fixed width (not%)&lt;br /&gt;
&lt;br /&gt;
===[[Resources]]===&lt;br /&gt;
====[[Book]]====&lt;br /&gt;
* Gathers together a group of [[Web page|web page]]s (essentially a book is a link structure; must be web pages - not other stuff unless embeddedded in web pages)&lt;br /&gt;
* WimbaCreate can also do something similar (can import a whole book); currently Book can only import only headings&lt;br /&gt;
* Can have sub-chapters&lt;br /&gt;
* Students can download a book&lt;br /&gt;
&lt;br /&gt;
====[[SCORM]]====&lt;br /&gt;
* [[SCORM]] - standard format for importing/exporting between [[Learning Management System]]s.&lt;br /&gt;
** Includes traceability e.g., [[assessment]]s&lt;br /&gt;
&lt;br /&gt;
===[[File]] storage===&lt;br /&gt;
* General Moodle files are stored at a global level e.g., logo&lt;br /&gt;
* Site files are stored locally within a site&lt;br /&gt;
* Eventually UC will use [[Equella]] - [http://www.thelearningedge.com.au/products.php Equella]&lt;br /&gt;
* e.g.,&lt;br /&gt;
** Algebra&lt;br /&gt;
*** Notes&lt;br /&gt;
** Images&lt;br /&gt;
* Moving - goes to clipboard, then go to Folder&lt;br /&gt;
* Bulk actions vs. single file actions&lt;br /&gt;
* Pop-ups (consider - because of pop-up blockers)&lt;br /&gt;
&lt;br /&gt;
===External content creators===&lt;br /&gt;
Moodle is not a high-end content-creation tool (e.g., to convert ppt, etc. and export to swf or html or other more playable etc. formats)&lt;br /&gt;
* Articulate $$ (e.g., ArticulateEngage)&lt;br /&gt;
** Several products, e.g., &lt;br /&gt;
** PPT to flash converter (advantages of flash)&lt;br /&gt;
*** Smaller file size&lt;br /&gt;
*** More accessible format&lt;br /&gt;
*** 99% of browsers have flash presenter&lt;br /&gt;
** Wimba Create $&lt;br /&gt;
*** Good for converting .doc to .html&lt;br /&gt;
** Adobe Captivate $$$&lt;br /&gt;
** Camtasia&lt;br /&gt;
*** Screen recording&lt;br /&gt;
*** Annotate powerpoint&lt;br /&gt;
*** Zoom in on stuff&lt;br /&gt;
*** MoodleTraining site vides (UC) done this way&lt;br /&gt;
** Powerconverter&lt;br /&gt;
** eXelearning.org (free)&lt;br /&gt;
** Courselab (free; Russian; obscure&lt;br /&gt;
** FreeMind (free)&lt;br /&gt;
* Conversion to html will be to something like index.html, default.html, &amp;lt;filename&amp;gt;.html plus folders such as /CSS, /XML, /FLV, /SWF, etc. - all of this would need to brought into Moodle&lt;br /&gt;
* ZIP and then upload, unzip OR use [[WebDAV]]&lt;br /&gt;
* Dilemma - new window uses pop-up but as a page includes top nav-frame (which varies browser to browser) -&amp;gt; another option it to use iframe&lt;br /&gt;
&lt;br /&gt;
===iFrame===&lt;br /&gt;
A way of embedding local pages or external content within a webpage:&lt;br /&gt;
* [http://en.wikipedia.org/wiki/IFrame IFrame] (Wikipedia)&lt;br /&gt;
  &amp;lt;iframe src=&amp;quot;http://example.com&amp;quot; height=&amp;quot;200&amp;quot;&amp;gt;Alt text&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&amp;lt;!-- (Hey! nowiki doesn&#039;t work!? But iFrame does!) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==[[Groups]]==&lt;br /&gt;
* [[Social constructivism]] background - some aspects about this are good; others not so good&lt;br /&gt;
* [[Roles]]&lt;br /&gt;
*# Lecturer&lt;br /&gt;
*# Tutor&lt;br /&gt;
*# Guest&lt;br /&gt;
*# Auditing Student&lt;br /&gt;
*# Auditing Staff&lt;br /&gt;
* &amp;quot;Student&amp;quot; roles will be auto-populated from Callista&lt;br /&gt;
* One extreme - no groups - everyone sees/can do everything&lt;br /&gt;
* Other extreme - separate groups - separate groups cannot see the conduct of other groups or be aware that they existed&lt;br /&gt;
* Groups separate by activities&lt;br /&gt;
* Groups see the same content and assignments&lt;br /&gt;
* But they see different discussion fora&lt;br /&gt;
* Middle option - Visible groups - can see other groups, but can&#039;t post to them&lt;br /&gt;
* Each of these is true for tutors and students&lt;br /&gt;
* Various ways of allocating groups e.g., random allocation&lt;br /&gt;
* If making a forum posting (as a lecturer/teacher), make sure to select which groups can reply to the post.&lt;br /&gt;
* Could set up for student to self-subscribe to groups (with [[Enrolment key]])&lt;br /&gt;
&lt;br /&gt;
==[[Groupings]]==&lt;br /&gt;
* Must have Groups - then use Groupings tab&lt;br /&gt;
* e.g., &amp;quot;Honours Group&amp;quot; and &amp;quot;Remedial Group&amp;quot; - then the Grouping is set (e.g., only Group A belongs to Honours Grouping and Group C belongs to Remedial Grouping) (can add/remove Groups to Groupings - any combination possible)&lt;br /&gt;
* Can then see Activity allocations to a Grouping&lt;br /&gt;
* For an [[activity]] or [[resource]], in common module settings, can allocate to a Grouping (not a Group)&lt;br /&gt;
&lt;br /&gt;
==[[Forums]]==&lt;br /&gt;
* Most utilised collaboration tool in Moodle.&lt;br /&gt;
* Setting up an announcements-only forced subscription&lt;br /&gt;
** All students automatically subscribed to announcements forum (one-way) forum - initial discussion seems to be around support for this as a part of the initial site template for UC&lt;br /&gt;
* 30 minutes editing&lt;br /&gt;
** e.g., watch out - can change a post and make someone&#039;s reply look &#039;silly&#039;&lt;br /&gt;
** Pedagogical implications of this feature warrant further discussion and investigation&lt;br /&gt;
* Edit [[Profile]] - settings - choose no email, digest, or email per message&lt;br /&gt;
&lt;br /&gt;
==[[Enrolment|Enrolling]]==&lt;br /&gt;
* Go to the URL - ID and then join (depends on default config for enrollability and whether an enrollment key is used)&lt;br /&gt;
* How can one [[Unenrolling|unenrol]]?&lt;br /&gt;
&lt;br /&gt;
==[[Glossary]]==&lt;br /&gt;
* In general there are Resources or Activities - glossary seems to straddle these&lt;br /&gt;
&lt;br /&gt;
==Archiving==&lt;br /&gt;
* TBD&lt;br /&gt;
&lt;br /&gt;
==UC==&lt;br /&gt;
===Help (staff)===&lt;br /&gt;
* learnonline.support@canberra.edu.au (goes to LearnOnline Help Desk (Netspot) )&lt;br /&gt;
* learnonline.admin@canberra.edu.au (lola@canberra.edu.au  - UC LearnOnline Admin)&lt;br /&gt;
* learnonline.training@canberra.edu.au (lolt@canberra.edu.au  - UC LearnOnline Training)&lt;br /&gt;
&lt;br /&gt;
===IT===&lt;br /&gt;
* Disk image needs to allow pop-ups from learnonline.canberra.edu.au&lt;br /&gt;
&lt;br /&gt;
==[[Database]]s==&lt;br /&gt;
* e.g., see work by [http://www.google.com/search?q=Julian+Ridden Julian Ridden] (Moodle guru) - pre-packaged database structures&lt;br /&gt;
&lt;br /&gt;
==[[Collaboration]]==&lt;br /&gt;
* [[Forums]] are most common&lt;br /&gt;
* [[Constructivism|Constructivist philosophy]] - but implementation of this to date is so-so&lt;br /&gt;
* Possible tools/functions to consider:&lt;br /&gt;
*# Forums - good e.g., ratings, etc. -&amp;gt; [[Gradebook]] (Pretty good)&lt;br /&gt;
*# Databases and [[Glossary|Glossaries]] -&amp;gt; [[Gradebook]] (OK-ish/Pretty good)&lt;br /&gt;
*#* e.g., must submit one entry before seeing other databases&lt;br /&gt;
*# [[Wikis]] - nWiki (not the default/original one ([[Erfurt]]) but will be the one used for v.2 - simple, OK, but not as powerful as [[MediaWiki]])&lt;br /&gt;
*# [[Blogs|Blogging]] - student blogs are whole-of-moodle (only way to make specific to a site is to add tags which make specific)&lt;br /&gt;
*# [[E-portfolios]] (-&amp;gt; social constructivist POV is to allow students to publish publically - Moodle core doesn&#039;t allow this) - integration now written with [[Mahara]]&lt;br /&gt;
## [[Journals]]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=102212 Using Google Docs with Moodle]&lt;br /&gt;
&lt;br /&gt;
==[[Assignments]]==&lt;br /&gt;
There are 4 types of assignments:&lt;br /&gt;
(&#039;&#039;Note: Hardest part is creating an appropriate question so that students know what to do / what buttons to click&#039;&#039;)&lt;br /&gt;
# &#039;&#039;&#039;[[Online text assignment|Online text]]&#039;&#039;&#039;: Text area submission (lecturer receives email)&lt;br /&gt;
# &#039;&#039;&#039;[[Upload a single file assignment|Upload a single file]]&#039;&#039;&#039; (simple; file upload; no comments, etc.)&lt;br /&gt;
# &#039;&#039;&#039;[[Advanced uploading of files assignment|Advanced uploading of files]]&#039;&#039;&#039; (upload bunch of files, with comments, etc.)&lt;br /&gt;
# &#039;&#039;&#039;[[Offline activity assignment|Offline Activity]]&#039;&#039;&#039; (student can&#039;t do anything with it e.g., a practical session -&amp;gt; but we still want it in the Gradebook - manually add grades or bulk upload grades from a spreadsheet)&lt;br /&gt;
&lt;br /&gt;
===Dates===&lt;br /&gt;
* Available from&lt;br /&gt;
* Due by&lt;br /&gt;
* Prevent late submissions&lt;br /&gt;
&lt;br /&gt;
===Online text===&lt;br /&gt;
* Allow resubmitting (e.g., drafts/feedback/resubmit)&lt;br /&gt;
* Email alerts to teachers&lt;br /&gt;
* Comment inline (teacher&#039;s commented text)&lt;br /&gt;
&lt;br /&gt;
===Common module settings===&lt;br /&gt;
* Group mode&lt;br /&gt;
* Grouping&lt;br /&gt;
* Available for group members only&lt;br /&gt;
* Visible&lt;br /&gt;
* ID number&lt;br /&gt;
* Grade category&lt;br /&gt;
&lt;br /&gt;
===Report -&amp;gt; Grading===&lt;br /&gt;
* Comments - could be extensions in here (students can see) - using quick grading&lt;br /&gt;
&lt;br /&gt;
==[[Quizzes]]==&lt;br /&gt;
===[[Quiz categories]]===&lt;br /&gt;
* Can be site-specific, discipline-specific, or whole-installation (e.g., student evaluation questions)&lt;br /&gt;
&lt;br /&gt;
===[[Quiz import]]===&lt;br /&gt;
* Can important many types&lt;br /&gt;
&lt;br /&gt;
===[[Quiz question types]]===&lt;br /&gt;
* Calculated&lt;br /&gt;
** e.g., allows use of a formula for determing the answer (can have a range)&lt;br /&gt;
* Description&lt;br /&gt;
* Essay&lt;br /&gt;
** e.g., write a paragraph on X - the only type which is not auto-marked&lt;br /&gt;
* Matching&lt;br /&gt;
* [[Embedded Answers (Cloze) question type|Embedded answers (cloze)]]&lt;br /&gt;
** Requires markup&lt;br /&gt;
* Multiple choice&lt;br /&gt;
* Short answer&lt;br /&gt;
** Must match a pre-canned words/phrased (not a &amp;quot;long&amp;quot; short answer)&lt;br /&gt;
* Numerical (can accept range)&lt;br /&gt;
* Random short-answer matching&lt;br /&gt;
** Choose a combination of short-answer choices&lt;br /&gt;
* True/False&lt;br /&gt;
See also: [[:Category:Question types]]&lt;br /&gt;
&lt;br /&gt;
===Quiz fields===&lt;br /&gt;
&lt;br /&gt;
====Time====&lt;br /&gt;
* Open time &amp;amp; close time&lt;br /&gt;
* Time limit&lt;br /&gt;
* Time delay b/w first and second attempt&lt;br /&gt;
* Time delay b/w later attempts&lt;br /&gt;
&lt;br /&gt;
====Display====&lt;br /&gt;
* Questions per page&lt;br /&gt;
* Shuffle questions&lt;br /&gt;
* Shuffle within questions&lt;br /&gt;
&lt;br /&gt;
====Attempts====&lt;br /&gt;
&#039;&#039;Relates to multiple attempts&#039;&#039;&lt;br /&gt;
* Attempts allowed&lt;br /&gt;
* Each attempt builds on the last&lt;br /&gt;
* Adaptive mode&lt;br /&gt;
&lt;br /&gt;
====Grades====&lt;br /&gt;
* Grading method&lt;br /&gt;
* Apply penalties&lt;br /&gt;
** Toggle on/off&lt;br /&gt;
** Only applies if multiple attempts&lt;br /&gt;
* Decimal digits in grades&lt;br /&gt;
&lt;br /&gt;
====Review options====&lt;br /&gt;
# Immediately after the attempt&lt;br /&gt;
# Later, while the quiz is till open&lt;br /&gt;
# After the quiz is closed&lt;br /&gt;
* Responses&lt;br /&gt;
* Answers&lt;br /&gt;
* Feedback&lt;br /&gt;
* General feedback&lt;br /&gt;
* Scores&lt;br /&gt;
* Overall feedback&lt;br /&gt;
&lt;br /&gt;
====Security====&lt;br /&gt;
* Secure (pop-up window) - not that &#039;secure&#039;?&lt;br /&gt;
* Require password&lt;br /&gt;
* Require network address - e.g., proctored exam&lt;br /&gt;
&lt;br /&gt;
====Common module settings====&lt;br /&gt;
* Group mode&lt;br /&gt;
* Visible&lt;br /&gt;
* ID number&lt;br /&gt;
** unique identifier for that quiz - can be used later to call up that quiz&lt;br /&gt;
&lt;br /&gt;
====Overall feedback====&lt;br /&gt;
&#039;&#039;Responses based on their overall marks&#039;&#039;&lt;br /&gt;
* Note that can only seen own results (in a quiz and a gradebook)&lt;br /&gt;
&lt;br /&gt;
===Question admin===&lt;br /&gt;
* Question bank&lt;br /&gt;
* Questions in this quiz&lt;br /&gt;
** Could be random&lt;br /&gt;
** Adds default grade per questions (can override the default at this point)&lt;br /&gt;
** Shows total (e.g., 8) -&amp;gt; can be expanded to a Max. grade for the gradebook (e.g., 10)&lt;br /&gt;
* There are no conditional activities within quizzes&lt;br /&gt;
&lt;br /&gt;
===Question fields===&lt;br /&gt;
* Question name&lt;br /&gt;
** Display of this are configurable&lt;br /&gt;
* Weighting&lt;br /&gt;
* Penalty&lt;br /&gt;
** e.g., can have another go, but if wrong, receive penalty e.g., if weight 1 is penalty is .1 they can have 10 gos&lt;br /&gt;
* Feedback&lt;br /&gt;
** General (always)&lt;br /&gt;
** For each option&lt;br /&gt;
* For simple questions, a correct answer gets 100% for that question&lt;br /&gt;
&lt;br /&gt;
===Quiz sideblock===&lt;br /&gt;
* Can be added to show top/bottom results by name, ID, or anonymously&lt;br /&gt;
* Probably need to upload class feedback separately (unlike WebCT, can&#039;t see class graph)&lt;br /&gt;
&lt;br /&gt;
==[[Lesson]]==&lt;br /&gt;
* Complex&lt;br /&gt;
* Add Activity - Lesson&lt;br /&gt;
* Conditional pathways (branches) for content.&lt;br /&gt;
* Can be exploratory, or can have quiz-type graded questions&lt;br /&gt;
* Can take any &#039;html&#039; content&lt;br /&gt;
&lt;br /&gt;
==[[Gradebook]]==&lt;br /&gt;
* Turn editing on&lt;br /&gt;
* Admin - Grades&lt;br /&gt;
* Add category e.g., Total?&lt;br /&gt;
* [[Grade calculations]]&lt;br /&gt;
* Looks like its best to set up assessment items to be weighted out of 100, e.g., essay 20, exam 50, participation 30, then use a a calculation to total to 100&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
&#039;&#039;Stuff to follow-up&#039;&#039;:&lt;br /&gt;
* How to find lecturer contact details? (A: via Participants)&lt;br /&gt;
* [[Email preferences]]&lt;br /&gt;
* [[Messaging]] &amp;amp; [[Contacts]]&lt;br /&gt;
* Why is http://learnonline.canberra.edu.au (sometimes) so slow? e.g., when logging in/out in UC computer lab? Mostly, it is smooth, but on logging in/logging out, it took me in the order of 5-10 minutes sometimes&lt;br /&gt;
* Dummy students - how to create these? (e.g., to input responses such as too quizzes and student-view output check output, messaging, feedback, etc.)&lt;br /&gt;
&lt;br /&gt;
==UC-specific: Psychology==&lt;br /&gt;
* Get staff to login - creates a login - this will change shortly&lt;br /&gt;
* Then do a course request for a playpen - this will be replaced by the Callista integration script&lt;br /&gt;
* James to list all units (check with staff) to be requested for bulk migration&lt;br /&gt;
&lt;br /&gt;
==Reports==&lt;br /&gt;
* Admin - Reports - various ways to explore activities by activity and/or by user&lt;br /&gt;
&lt;br /&gt;
==Communication==&lt;br /&gt;
* Contacting with one another?&lt;br /&gt;
* Can select students by amount of activity&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
===General===&lt;br /&gt;
* [[../Using Moodle|Using Moodle]]&lt;br /&gt;
&lt;br /&gt;
===Other topics===&lt;br /&gt;
* [[Lesson]]&lt;br /&gt;
&lt;br /&gt;
===Student FAQ===&lt;br /&gt;
Some most asked student FAQs include:&lt;br /&gt;
* [[Edit profile]]&lt;br /&gt;
* [[Jump to]] (make students aware of this navigation feature)&lt;br /&gt;
* [[Navigation bar]] (for usability -&amp;gt; hide Resources / Activities?? I&#039;m not so sure)&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
===Sample Moodle site===&lt;br /&gt;
* [http://learnonline.canberra.edu.au/course/view.php?id=219 learnonline219]&lt;br /&gt;
===General===&lt;br /&gt;
* http://moodle.org&lt;br /&gt;
* https://docs.moodle.org&lt;/div&gt;</summary>
		<author><name>Minhtam</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/501/en/index.php?title=User:James_Neill/Training_notes&amp;diff=44011</id>
		<title>User:James Neill/Training notes</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/501/en/index.php?title=User:James_Neill/Training_notes&amp;diff=44011"/>
		<updated>2008-09-19T04:14:29Z</updated>

		<summary type="html">&lt;p&gt;Minhtam: /* Help (staff) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
&amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;[http://learnonline.canberra.edu.au UC Moodle] &#039;&#039;&#039;training notes&#039;&#039;&#039;  by [[User:James Neill|James Neill]] during 2-day training at [[University of Canberra]] by [http://www.linkedin.com/in/drechslerm Mark Drechsler] ([[Netspot]]), September 16-17, 2008. &#039;&#039;&#039;Feel free to edit&#039;&#039;&#039;.&amp;lt;br&amp;gt;&#039;&#039;To be sorted later.&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
==Adding Content==&lt;br /&gt;
===[[Label|Insert label]]===&lt;br /&gt;
* Adds information to a topic (or week)&lt;br /&gt;
* Good for a brief summary; but will add to length of site homepage, so keep it simple&lt;br /&gt;
* Can use html, images, etc.&lt;br /&gt;
* Can&#039;t add a heading for a topic when in Weekly mode&lt;br /&gt;
===Add [[Web page|web page]]===&lt;br /&gt;
* Adds a link on the homepage to a webpage&lt;br /&gt;
* Summary&lt;br /&gt;
** Isn&#039;t often displayed - (it does display on resource page but whether &amp;quot;resource&amp;quot; shows in the navigation bar is configurable at admin level and is sometimes/often switched off)&lt;br /&gt;
* Page content can be &#039;anything&#039; e.g., can embedded multimedia (e.g., add a youtube video) (using object or iframe html code)&lt;br /&gt;
&lt;br /&gt;
===[[Breadcrumbs]]/Navigation bar===&lt;br /&gt;
* Resources/Activities breadcrumb can switched on/off globally, but not site-specifically.&lt;br /&gt;
&lt;br /&gt;
===[[Files]]===&lt;br /&gt;
* It seems there is no restriction on file type :)&lt;br /&gt;
* Uploading mp3, swf, wma, wmv, etc. will automatically be recognised, with relevant icons added, etc. - where&#039;s the list of such recognised file types?&lt;br /&gt;
&lt;br /&gt;
===[[LaTeX]]===&lt;br /&gt;
* LaTeX code works for mathematical expressions (and much more) - start with $$ - can also use equation editor&lt;br /&gt;
&lt;br /&gt;
===[[Help]]===&lt;br /&gt;
* (i) yellow links to [[MoodleDocs]]&lt;br /&gt;
* (?) blue links to help info (opens pop-up)&lt;br /&gt;
&lt;br /&gt;
===[[Sideblocks]]===&lt;br /&gt;
* Sideblocks are fixed width (not%)&lt;br /&gt;
&lt;br /&gt;
===[[Resources]]===&lt;br /&gt;
====[[Book]]====&lt;br /&gt;
* Gathers together a group of [[Web page|web page]]s (essentially a book is a link structure; must be web pages - not other stuff unless embeddedded in web pages)&lt;br /&gt;
* WimbaCreate can also do something similar (can import a whole book); currently Book can only import only headings&lt;br /&gt;
* Can have sub-chapters&lt;br /&gt;
* Students can download a book&lt;br /&gt;
&lt;br /&gt;
====[[SCORM]]====&lt;br /&gt;
* [[SCORM]] - standard format for importing/exporting between [[Learning Management System]]s.&lt;br /&gt;
** Includes traceability e.g., [[assessment]]s&lt;br /&gt;
&lt;br /&gt;
===[[File]] storage===&lt;br /&gt;
* General Moodle files are stored at a global level e.g., logo&lt;br /&gt;
* Site files are stored locally within a site&lt;br /&gt;
* Eventually UC will use [[Equella]] - [http://www.thelearningedge.com.au/products.php Equella]&lt;br /&gt;
* e.g.,&lt;br /&gt;
** Algebra&lt;br /&gt;
*** Notes&lt;br /&gt;
** Images&lt;br /&gt;
* Moving - goes to clipboard, then go to Folder&lt;br /&gt;
* Bulk actions vs. single file actions&lt;br /&gt;
* Pop-ups (consider - because of pop-up blockers)&lt;br /&gt;
&lt;br /&gt;
===External content creators===&lt;br /&gt;
Moodle is not a high-end content-creation tool (e.g., to convert ppt, etc. and export to swf or html or other more playable etc. formats)&lt;br /&gt;
* Articulate $$ (e.g., ArticulateEngage)&lt;br /&gt;
** Several products, e.g., &lt;br /&gt;
** PPT to flash converter (advantages of flash)&lt;br /&gt;
*** Smaller file size&lt;br /&gt;
*** More accessible format&lt;br /&gt;
*** 99% of browsers have flash presenter&lt;br /&gt;
** Wimba Create $&lt;br /&gt;
*** Good for converting .doc to .html&lt;br /&gt;
** Adobe Captivate $$$&lt;br /&gt;
** Camtasia&lt;br /&gt;
*** Screen recording&lt;br /&gt;
*** Annotate powerpoint&lt;br /&gt;
*** Zoom in on stuff&lt;br /&gt;
*** MoodleTraining site vides (UC) done this way&lt;br /&gt;
** Powerconverter&lt;br /&gt;
** eXelearning.org (free)&lt;br /&gt;
** Courselab (free; Russian; obscure&lt;br /&gt;
** FreeMind (free)&lt;br /&gt;
* Conversion to html will be to something like index.html, default.html, &amp;lt;filename&amp;gt;.html plus folders such as /CSS, /XML, /FLV, /SWF, etc. - all of this would need to brought into Moodle&lt;br /&gt;
* ZIP and then upload, unzip OR use [[WebDAV]]&lt;br /&gt;
* Dilemma - new window uses pop-up but as a page includes top nav-frame (which varies browser to browser) -&amp;gt; another option it to use iframe&lt;br /&gt;
&lt;br /&gt;
===iFrame===&lt;br /&gt;
A way of embedding local pages or external content within a webpage:&lt;br /&gt;
* [http://en.wikipedia.org/wiki/IFrame IFrame] (Wikipedia)&lt;br /&gt;
  &amp;lt;iframe src=&amp;quot;http://example.com&amp;quot; height=&amp;quot;200&amp;quot;&amp;gt;Alt text&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&amp;lt;!-- (Hey! nowiki doesn&#039;t work!? But iFrame does!) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==[[Groups]]==&lt;br /&gt;
* [[Social constructivism]] background - some aspects about this are good; others not so good&lt;br /&gt;
* [[Roles]]&lt;br /&gt;
*# Lecturer&lt;br /&gt;
*# Tutor&lt;br /&gt;
*# Guest&lt;br /&gt;
*# Auditing Student&lt;br /&gt;
*# Auditing Staff&lt;br /&gt;
* &amp;quot;Student&amp;quot; roles will be auto-populated from Callista&lt;br /&gt;
* One extreme - no groups - everyone sees/can do everything&lt;br /&gt;
* Other extreme - separate groups - separate groups cannot see the conduct of other groups or be aware that they existed&lt;br /&gt;
* Groups separate by activities&lt;br /&gt;
* Groups see the same content and assignments&lt;br /&gt;
* But they see different discussion fora&lt;br /&gt;
* Middle option - Visible groups - can see other groups, but can&#039;t post to them&lt;br /&gt;
* Each of these is true for tutors and students&lt;br /&gt;
* Various ways of allocating groups e.g., random allocation&lt;br /&gt;
* If making a forum posting (as a lecturer/teacher), make sure to select which groups can reply to the post.&lt;br /&gt;
* Could set up for student to self-subscribe to groups (with [[Enrolment key]])&lt;br /&gt;
&lt;br /&gt;
==[[Groupings]]==&lt;br /&gt;
* Must have Groups - then use Groupings tab&lt;br /&gt;
* e.g., &amp;quot;Honours Group&amp;quot; and &amp;quot;Remedial Group&amp;quot; - then the Grouping is set (e.g., only Group A belongs to Honours Grouping and Group C belongs to Remedial Grouping) (can add/remove Groups to Groupings - any combination possible)&lt;br /&gt;
* Can then see Activity allocations to a Grouping&lt;br /&gt;
* For an [[activity]] or [[resource]], in common module settings, can allocate to a Grouping (not a Group)&lt;br /&gt;
&lt;br /&gt;
==[[Forums]]==&lt;br /&gt;
* Most utilised collaboration tool in Moodle.&lt;br /&gt;
* Setting up an announcements-only forced subscription&lt;br /&gt;
** All students automatically subscribed to announcements forum (one-way) forum - initial discussion seems to be around support for this as a part of the initial site template for UC&lt;br /&gt;
* 30 minutes editing&lt;br /&gt;
** e.g., watch out - can change a post and make someone&#039;s reply look &#039;silly&#039;&lt;br /&gt;
** Pedagogical implications of this feature warrant further discussion and investigation&lt;br /&gt;
* Edit [[Profile]] - settings - choose no email, digest, or email per message&lt;br /&gt;
&lt;br /&gt;
==[[Enrolment|Enrolling]]==&lt;br /&gt;
* Go to the URL - ID and then join (depends on default config for enrollability and whether an enrollment key is used)&lt;br /&gt;
* How can one [[Unenrolling|unenrol]]?&lt;br /&gt;
&lt;br /&gt;
==[[Glossary]]==&lt;br /&gt;
* In general there are Resources or Activities - glossary seems to straddle these&lt;br /&gt;
&lt;br /&gt;
==Archiving==&lt;br /&gt;
* TBD&lt;br /&gt;
&lt;br /&gt;
==UC==&lt;br /&gt;
===Help (staff)===&lt;br /&gt;
* learnonline.support@canberra.edu.au (goes to LearnOnline Help Desk (Netspot) )&lt;br /&gt;
* learnonline.admin@canberra.edu.au (lola@canberra.edu.au  - UC LearnOnline Admin)&lt;br /&gt;
* learnonline.training@canberra.edu.au (lolt@canberra.edu.au  - UC LearnOnline Training)&lt;br /&gt;
&lt;br /&gt;
===IT===&lt;br /&gt;
* Disk image needs to allow pop-ups from learnonline.canberra.edu.au&lt;br /&gt;
&lt;br /&gt;
==[[Database]]s==&lt;br /&gt;
* e.g., see work by [http://www.google.com/search?q=Julian+Ridden Julian Ridden] (Moodle guru) - pre-packaged database structures&lt;br /&gt;
&lt;br /&gt;
==[[Collaboration]]==&lt;br /&gt;
* [[Forums]] are most common&lt;br /&gt;
* [[Constructivism|Constructivist philosophy]] - but implementation of this to date is so-so&lt;br /&gt;
* Possible tools/functions to consider:&lt;br /&gt;
*# Forums - good e.g., ratings, etc. -&amp;gt; [[Gradebook]] (Pretty good)&lt;br /&gt;
*# Databases and [[Glossary|Glossaries]] -&amp;gt; [[Gradebook]] (OK-ish/Pretty good)&lt;br /&gt;
*#* e.g., must submit one entry before seeing other databases&lt;br /&gt;
*# [[Wikis]] - nWiki (not the default/original one ([[Erfurt]]) but will be the one used for v.2 - simple, OK, but not as powerful as [[MediaWiki]])&lt;br /&gt;
*# [[Blogs|Blogging]] - student blogs are whole-of-moodle (only way to make specific to a site is to add tags which make specific)&lt;br /&gt;
*# [[E-portfolios]] (-&amp;gt; social constructivist POV is to allow students to publish publically - Moodle core doesn&#039;t allow this) - integration now written with [[Mahara]]&lt;br /&gt;
## [[Journals]]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=102212 Using Google Docs with Moodle]&lt;br /&gt;
&lt;br /&gt;
==[[Assignments]]==&lt;br /&gt;
There are 4 types of assignments:&lt;br /&gt;
(&#039;&#039;Note: Hardest part is creating an appropriate question so that students know what to do / what buttons to click&#039;&#039;)&lt;br /&gt;
# &#039;&#039;&#039;[[Online text assignment|Online text]]&#039;&#039;&#039;: Text area submission (lecturer receives email)&lt;br /&gt;
# &#039;&#039;&#039;[[Upload a single file assignment|Upload a single file]]&#039;&#039;&#039; (simple; file upload; no comments, etc.)&lt;br /&gt;
# &#039;&#039;&#039;[[Advanced uploading of files assignment|Advanced uploading of files]]&#039;&#039;&#039; (upload bunch of files, with comments, etc.)&lt;br /&gt;
# &#039;&#039;&#039;[[Offline activity assignment|Offline Activity]]&#039;&#039;&#039; (student can&#039;t do anything with it e.g., a practical session -&amp;gt; but we still want it in the Gradebook - manually add grades or bulk upload grades from a spreadsheet)&lt;br /&gt;
&lt;br /&gt;
===Dates===&lt;br /&gt;
* Available from&lt;br /&gt;
* Due by&lt;br /&gt;
* Prevent late submissions&lt;br /&gt;
&lt;br /&gt;
===Online text===&lt;br /&gt;
* Allow resubmitting (e.g., drafts/feedback/resubmit)&lt;br /&gt;
* Email alerts to teachers&lt;br /&gt;
* Comment inline (teacher&#039;s commented text)&lt;br /&gt;
&lt;br /&gt;
===Common module settings===&lt;br /&gt;
* Group mode&lt;br /&gt;
* Grouping&lt;br /&gt;
* Available for group members only&lt;br /&gt;
* Visible&lt;br /&gt;
* ID number&lt;br /&gt;
* Grade category&lt;br /&gt;
&lt;br /&gt;
===Report -&amp;gt; Grading===&lt;br /&gt;
* Comments - could be extensions in here (students can see) - using quick grading&lt;br /&gt;
&lt;br /&gt;
==[[Quizzes]]==&lt;br /&gt;
===[[Quiz categories]]===&lt;br /&gt;
* Can be site-specific, discipline-specific, or whole-installation (e.g., student evaluation questions)&lt;br /&gt;
&lt;br /&gt;
===[[Quiz import]]===&lt;br /&gt;
* Can important many types&lt;br /&gt;
&lt;br /&gt;
===[[Quiz question types]]===&lt;br /&gt;
* Calculated&lt;br /&gt;
** e.g., allows use of a formula for determing the answer (can have a range)&lt;br /&gt;
* Description&lt;br /&gt;
* Essay&lt;br /&gt;
** e.g., write a paragraph on X - the only type which is not auto-marked&lt;br /&gt;
* Matching&lt;br /&gt;
* [[Embedded Answers (Cloze) question type|Embedded answers (cloze)]]&lt;br /&gt;
** Requires markup&lt;br /&gt;
* Multiple choice&lt;br /&gt;
* Short answer&lt;br /&gt;
** Must match a pre-canned words/phrased (not a &amp;quot;long&amp;quot; short answer)&lt;br /&gt;
* Numerical (can accept range)&lt;br /&gt;
* Random short-answer matching&lt;br /&gt;
** Choose a combination of short-answer choices&lt;br /&gt;
* True/False&lt;br /&gt;
See also: [[:Category:Question types]]&lt;br /&gt;
&lt;br /&gt;
===Quiz fields===&lt;br /&gt;
&lt;br /&gt;
====Time====&lt;br /&gt;
* Open time &amp;amp; close time&lt;br /&gt;
* Time limit&lt;br /&gt;
* Time delay b/w first and second attempt&lt;br /&gt;
* Time delay b/w later attempts&lt;br /&gt;
&lt;br /&gt;
====Display====&lt;br /&gt;
* Questions per page&lt;br /&gt;
* Shuffle questions&lt;br /&gt;
* Shuffle within questions&lt;br /&gt;
&lt;br /&gt;
====Attempts====&lt;br /&gt;
&#039;&#039;Relates to multiple attempts&#039;&#039;&lt;br /&gt;
* Attempts allowed&lt;br /&gt;
* Each attempt builds on the last&lt;br /&gt;
* Adaptive mode&lt;br /&gt;
&lt;br /&gt;
====Grades====&lt;br /&gt;
* Grading method&lt;br /&gt;
* Apply penalties&lt;br /&gt;
** Toggle on/off&lt;br /&gt;
** Only applies if multiple attempts&lt;br /&gt;
* Decimal digits in grades&lt;br /&gt;
&lt;br /&gt;
====Review options====&lt;br /&gt;
# Immediately after the attempt&lt;br /&gt;
# Later, while the quiz is till open&lt;br /&gt;
# After the quiz is closed&lt;br /&gt;
* Responses&lt;br /&gt;
* Answers&lt;br /&gt;
* Feedback&lt;br /&gt;
* General feedback&lt;br /&gt;
* Scores&lt;br /&gt;
* Overall feedback&lt;br /&gt;
&lt;br /&gt;
====Security====&lt;br /&gt;
* Secure (pop-up window) - not that &#039;secure&#039;?&lt;br /&gt;
* Require password&lt;br /&gt;
* Require network address - e.g., proctored exam&lt;br /&gt;
&lt;br /&gt;
====Common module settings====&lt;br /&gt;
* Group mode&lt;br /&gt;
* Visible&lt;br /&gt;
* ID number&lt;br /&gt;
** unique identifier for that quiz - can be used later to call up that quiz&lt;br /&gt;
&lt;br /&gt;
====Overall feedback====&lt;br /&gt;
&#039;&#039;Responses based on their overall marks&#039;&#039;&lt;br /&gt;
* Note that can only seen own results (in a quiz and a gradebook)&lt;br /&gt;
&lt;br /&gt;
===Question admin===&lt;br /&gt;
* Question bank&lt;br /&gt;
* Questions in this quiz&lt;br /&gt;
** Could be random&lt;br /&gt;
** Adds default grade per questions (can override the default at this point)&lt;br /&gt;
** Shows total (e.g., 8) -&amp;gt; can be expanded to a Max. grade for the gradebook (e.g., 10)&lt;br /&gt;
* There are no conditional activities within quizzes&lt;br /&gt;
&lt;br /&gt;
===Question fields===&lt;br /&gt;
* Question name&lt;br /&gt;
** Display of this are configurable&lt;br /&gt;
* Weighting&lt;br /&gt;
* Penalty&lt;br /&gt;
** e.g., can have another go, but if wrong, receive penalty e.g., if weight 1 is penalty is .1 they can have 10 gos&lt;br /&gt;
* Feedback&lt;br /&gt;
** General (always)&lt;br /&gt;
** For each option&lt;br /&gt;
* For simple questions, a correct answer gets 100% for that question&lt;br /&gt;
&lt;br /&gt;
===Quiz sideblock===&lt;br /&gt;
* Can be added to show top/bottom results by name, ID, or anonymously&lt;br /&gt;
* Probably need to upload class feedback separately (unlike WebCT, can&#039;t see class graph)&lt;br /&gt;
&lt;br /&gt;
==[[Lesson]]==&lt;br /&gt;
* Complex&lt;br /&gt;
* Add Activity - Lesson&lt;br /&gt;
* Conditional pathways (branches) for content.&lt;br /&gt;
* Can be exploratory, or can have quiz-type graded questions&lt;br /&gt;
* Can take any &#039;html&#039; content&lt;br /&gt;
&lt;br /&gt;
==[[Gradebook]]==&lt;br /&gt;
* Turn editing on&lt;br /&gt;
* Admin - Grades&lt;br /&gt;
* Add category e.g., Total?&lt;br /&gt;
* [[Grade calculations]]&lt;br /&gt;
* Looks like its best to set up assessment items to be weighted out of 100, e.g., essay 20, exam 50, participation 30, then use a a calculation to total to 100&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
&#039;&#039;Stuff to follow-up&#039;&#039;:&lt;br /&gt;
* How to find lecturer contact details? (A: via Participants)&lt;br /&gt;
* [[Email preferences]]&lt;br /&gt;
* [[Messaging]] &amp;amp; [[Contacts]]&lt;br /&gt;
* Why is http://learnonline.canberra.edu.au (sometimes) so slow? e.g., when logging in/out in UC computer lab? Mostly, it is smooth, but on logging in/logging out, it took me in the order of 5-10 minutes sometimes&lt;br /&gt;
* Dummy students - how to create these? (e.g., to input responses such as too quizzes and student-view output check output, messaging, feedback, etc.)&lt;br /&gt;
&lt;br /&gt;
==UC-specific: Psychology==&lt;br /&gt;
* Get staff to login - creates a login&lt;br /&gt;
* Then do a course request for a sandbook&lt;br /&gt;
* James to list all units (check with staff) to be requested for bulk migration&lt;br /&gt;
&lt;br /&gt;
==Reports==&lt;br /&gt;
* Admin - Reports - various ways to explore activities by activity and/or by user&lt;br /&gt;
&lt;br /&gt;
==Communication==&lt;br /&gt;
* Contacting with one another?&lt;br /&gt;
* Can select students by amount of activity&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
===General===&lt;br /&gt;
* [[../Using Moodle|Using Moodle]]&lt;br /&gt;
&lt;br /&gt;
===Other topics===&lt;br /&gt;
* [[Lesson]]&lt;br /&gt;
&lt;br /&gt;
===Student FAQ===&lt;br /&gt;
Some most asked student FAQs include:&lt;br /&gt;
* [[Edit profile]]&lt;br /&gt;
* [[Jump to]] (make students aware of this navigation feature)&lt;br /&gt;
* [[Navigation bar]] (for usability -&amp;gt; hide Resources / Activities?? I&#039;m not so sure)&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
===Sample Moodle site===&lt;br /&gt;
* [http://learnonline.canberra.edu.au/course/view.php?id=219 learnonline219]&lt;br /&gt;
===General===&lt;br /&gt;
* http://moodle.org&lt;br /&gt;
* https://docs.moodle.org&lt;/div&gt;</summary>
		<author><name>Minhtam</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/501/en/index.php?title=User:James_Neill/Training_notes&amp;diff=44010</id>
		<title>User:James Neill/Training notes</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/501/en/index.php?title=User:James_Neill/Training_notes&amp;diff=44010"/>
		<updated>2008-09-19T04:14:08Z</updated>

		<summary type="html">&lt;p&gt;Minhtam: /* Help (staff) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
&amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;[http://learnonline.canberra.edu.au UC Moodle] &#039;&#039;&#039;training notes&#039;&#039;&#039;  by [[User:James Neill|James Neill]] during 2-day training at [[University of Canberra]] by [http://www.linkedin.com/in/drechslerm Mark Drechsler] ([[Netspot]]), September 16-17, 2008. &#039;&#039;&#039;Feel free to edit&#039;&#039;&#039;.&amp;lt;br&amp;gt;&#039;&#039;To be sorted later.&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
==Adding Content==&lt;br /&gt;
===[[Label|Insert label]]===&lt;br /&gt;
* Adds information to a topic (or week)&lt;br /&gt;
* Good for a brief summary; but will add to length of site homepage, so keep it simple&lt;br /&gt;
* Can use html, images, etc.&lt;br /&gt;
* Can&#039;t add a heading for a topic when in Weekly mode&lt;br /&gt;
===Add [[Web page|web page]]===&lt;br /&gt;
* Adds a link on the homepage to a webpage&lt;br /&gt;
* Summary&lt;br /&gt;
** Isn&#039;t often displayed - (it does display on resource page but whether &amp;quot;resource&amp;quot; shows in the navigation bar is configurable at admin level and is sometimes/often switched off)&lt;br /&gt;
* Page content can be &#039;anything&#039; e.g., can embedded multimedia (e.g., add a youtube video) (using object or iframe html code)&lt;br /&gt;
&lt;br /&gt;
===[[Breadcrumbs]]/Navigation bar===&lt;br /&gt;
* Resources/Activities breadcrumb can switched on/off globally, but not site-specifically.&lt;br /&gt;
&lt;br /&gt;
===[[Files]]===&lt;br /&gt;
* It seems there is no restriction on file type :)&lt;br /&gt;
* Uploading mp3, swf, wma, wmv, etc. will automatically be recognised, with relevant icons added, etc. - where&#039;s the list of such recognised file types?&lt;br /&gt;
&lt;br /&gt;
===[[LaTeX]]===&lt;br /&gt;
* LaTeX code works for mathematical expressions (and much more) - start with $$ - can also use equation editor&lt;br /&gt;
&lt;br /&gt;
===[[Help]]===&lt;br /&gt;
* (i) yellow links to [[MoodleDocs]]&lt;br /&gt;
* (?) blue links to help info (opens pop-up)&lt;br /&gt;
&lt;br /&gt;
===[[Sideblocks]]===&lt;br /&gt;
* Sideblocks are fixed width (not%)&lt;br /&gt;
&lt;br /&gt;
===[[Resources]]===&lt;br /&gt;
====[[Book]]====&lt;br /&gt;
* Gathers together a group of [[Web page|web page]]s (essentially a book is a link structure; must be web pages - not other stuff unless embeddedded in web pages)&lt;br /&gt;
* WimbaCreate can also do something similar (can import a whole book); currently Book can only import only headings&lt;br /&gt;
* Can have sub-chapters&lt;br /&gt;
* Students can download a book&lt;br /&gt;
&lt;br /&gt;
====[[SCORM]]====&lt;br /&gt;
* [[SCORM]] - standard format for importing/exporting between [[Learning Management System]]s.&lt;br /&gt;
** Includes traceability e.g., [[assessment]]s&lt;br /&gt;
&lt;br /&gt;
===[[File]] storage===&lt;br /&gt;
* General Moodle files are stored at a global level e.g., logo&lt;br /&gt;
* Site files are stored locally within a site&lt;br /&gt;
* Eventually UC will use [[Equella]] - [http://www.thelearningedge.com.au/products.php Equella]&lt;br /&gt;
* e.g.,&lt;br /&gt;
** Algebra&lt;br /&gt;
*** Notes&lt;br /&gt;
** Images&lt;br /&gt;
* Moving - goes to clipboard, then go to Folder&lt;br /&gt;
* Bulk actions vs. single file actions&lt;br /&gt;
* Pop-ups (consider - because of pop-up blockers)&lt;br /&gt;
&lt;br /&gt;
===External content creators===&lt;br /&gt;
Moodle is not a high-end content-creation tool (e.g., to convert ppt, etc. and export to swf or html or other more playable etc. formats)&lt;br /&gt;
* Articulate $$ (e.g., ArticulateEngage)&lt;br /&gt;
** Several products, e.g., &lt;br /&gt;
** PPT to flash converter (advantages of flash)&lt;br /&gt;
*** Smaller file size&lt;br /&gt;
*** More accessible format&lt;br /&gt;
*** 99% of browsers have flash presenter&lt;br /&gt;
** Wimba Create $&lt;br /&gt;
*** Good for converting .doc to .html&lt;br /&gt;
** Adobe Captivate $$$&lt;br /&gt;
** Camtasia&lt;br /&gt;
*** Screen recording&lt;br /&gt;
*** Annotate powerpoint&lt;br /&gt;
*** Zoom in on stuff&lt;br /&gt;
*** MoodleTraining site vides (UC) done this way&lt;br /&gt;
** Powerconverter&lt;br /&gt;
** eXelearning.org (free)&lt;br /&gt;
** Courselab (free; Russian; obscure&lt;br /&gt;
** FreeMind (free)&lt;br /&gt;
* Conversion to html will be to something like index.html, default.html, &amp;lt;filename&amp;gt;.html plus folders such as /CSS, /XML, /FLV, /SWF, etc. - all of this would need to brought into Moodle&lt;br /&gt;
* ZIP and then upload, unzip OR use [[WebDAV]]&lt;br /&gt;
* Dilemma - new window uses pop-up but as a page includes top nav-frame (which varies browser to browser) -&amp;gt; another option it to use iframe&lt;br /&gt;
&lt;br /&gt;
===iFrame===&lt;br /&gt;
A way of embedding local pages or external content within a webpage:&lt;br /&gt;
* [http://en.wikipedia.org/wiki/IFrame IFrame] (Wikipedia)&lt;br /&gt;
  &amp;lt;iframe src=&amp;quot;http://example.com&amp;quot; height=&amp;quot;200&amp;quot;&amp;gt;Alt text&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&amp;lt;!-- (Hey! nowiki doesn&#039;t work!? But iFrame does!) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==[[Groups]]==&lt;br /&gt;
* [[Social constructivism]] background - some aspects about this are good; others not so good&lt;br /&gt;
* [[Roles]]&lt;br /&gt;
*# Lecturer&lt;br /&gt;
*# Tutor&lt;br /&gt;
*# Guest&lt;br /&gt;
*# Auditing Student&lt;br /&gt;
*# Auditing Staff&lt;br /&gt;
* &amp;quot;Student&amp;quot; roles will be auto-populated from Callista&lt;br /&gt;
* One extreme - no groups - everyone sees/can do everything&lt;br /&gt;
* Other extreme - separate groups - separate groups cannot see the conduct of other groups or be aware that they existed&lt;br /&gt;
* Groups separate by activities&lt;br /&gt;
* Groups see the same content and assignments&lt;br /&gt;
* But they see different discussion fora&lt;br /&gt;
* Middle option - Visible groups - can see other groups, but can&#039;t post to them&lt;br /&gt;
* Each of these is true for tutors and students&lt;br /&gt;
* Various ways of allocating groups e.g., random allocation&lt;br /&gt;
* If making a forum posting (as a lecturer/teacher), make sure to select which groups can reply to the post.&lt;br /&gt;
* Could set up for student to self-subscribe to groups (with [[Enrolment key]])&lt;br /&gt;
&lt;br /&gt;
==[[Groupings]]==&lt;br /&gt;
* Must have Groups - then use Groupings tab&lt;br /&gt;
* e.g., &amp;quot;Honours Group&amp;quot; and &amp;quot;Remedial Group&amp;quot; - then the Grouping is set (e.g., only Group A belongs to Honours Grouping and Group C belongs to Remedial Grouping) (can add/remove Groups to Groupings - any combination possible)&lt;br /&gt;
* Can then see Activity allocations to a Grouping&lt;br /&gt;
* For an [[activity]] or [[resource]], in common module settings, can allocate to a Grouping (not a Group)&lt;br /&gt;
&lt;br /&gt;
==[[Forums]]==&lt;br /&gt;
* Most utilised collaboration tool in Moodle.&lt;br /&gt;
* Setting up an announcements-only forced subscription&lt;br /&gt;
** All students automatically subscribed to announcements forum (one-way) forum - initial discussion seems to be around support for this as a part of the initial site template for UC&lt;br /&gt;
* 30 minutes editing&lt;br /&gt;
** e.g., watch out - can change a post and make someone&#039;s reply look &#039;silly&#039;&lt;br /&gt;
** Pedagogical implications of this feature warrant further discussion and investigation&lt;br /&gt;
* Edit [[Profile]] - settings - choose no email, digest, or email per message&lt;br /&gt;
&lt;br /&gt;
==[[Enrolment|Enrolling]]==&lt;br /&gt;
* Go to the URL - ID and then join (depends on default config for enrollability and whether an enrollment key is used)&lt;br /&gt;
* How can one [[Unenrolling|unenrol]]?&lt;br /&gt;
&lt;br /&gt;
==[[Glossary]]==&lt;br /&gt;
* In general there are Resources or Activities - glossary seems to straddle these&lt;br /&gt;
&lt;br /&gt;
==Archiving==&lt;br /&gt;
* TBD&lt;br /&gt;
&lt;br /&gt;
==UC==&lt;br /&gt;
===Help (staff)===&lt;br /&gt;
* learnonline.support@canberra.edu.au (goes to NetSpot LearnOnline Help Desk)&lt;br /&gt;
* learnonline.admin@canberra.edu.au (lola@canberra.edu.au  - UC LearnOnline Admin)&lt;br /&gt;
* learnonline.training@canberra.edu.au (lolt@canberra.edu.au  - UC LearnOnline Training)&lt;br /&gt;
&lt;br /&gt;
===IT===&lt;br /&gt;
* Disk image needs to allow pop-ups from learnonline.canberra.edu.au&lt;br /&gt;
&lt;br /&gt;
==[[Database]]s==&lt;br /&gt;
* e.g., see work by [http://www.google.com/search?q=Julian+Ridden Julian Ridden] (Moodle guru) - pre-packaged database structures&lt;br /&gt;
&lt;br /&gt;
==[[Collaboration]]==&lt;br /&gt;
* [[Forums]] are most common&lt;br /&gt;
* [[Constructivism|Constructivist philosophy]] - but implementation of this to date is so-so&lt;br /&gt;
* Possible tools/functions to consider:&lt;br /&gt;
*# Forums - good e.g., ratings, etc. -&amp;gt; [[Gradebook]] (Pretty good)&lt;br /&gt;
*# Databases and [[Glossary|Glossaries]] -&amp;gt; [[Gradebook]] (OK-ish/Pretty good)&lt;br /&gt;
*#* e.g., must submit one entry before seeing other databases&lt;br /&gt;
*# [[Wikis]] - nWiki (not the default/original one ([[Erfurt]]) but will be the one used for v.2 - simple, OK, but not as powerful as [[MediaWiki]])&lt;br /&gt;
*# [[Blogs|Blogging]] - student blogs are whole-of-moodle (only way to make specific to a site is to add tags which make specific)&lt;br /&gt;
*# [[E-portfolios]] (-&amp;gt; social constructivist POV is to allow students to publish publically - Moodle core doesn&#039;t allow this) - integration now written with [[Mahara]]&lt;br /&gt;
## [[Journals]]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=102212 Using Google Docs with Moodle]&lt;br /&gt;
&lt;br /&gt;
==[[Assignments]]==&lt;br /&gt;
There are 4 types of assignments:&lt;br /&gt;
(&#039;&#039;Note: Hardest part is creating an appropriate question so that students know what to do / what buttons to click&#039;&#039;)&lt;br /&gt;
# &#039;&#039;&#039;[[Online text assignment|Online text]]&#039;&#039;&#039;: Text area submission (lecturer receives email)&lt;br /&gt;
# &#039;&#039;&#039;[[Upload a single file assignment|Upload a single file]]&#039;&#039;&#039; (simple; file upload; no comments, etc.)&lt;br /&gt;
# &#039;&#039;&#039;[[Advanced uploading of files assignment|Advanced uploading of files]]&#039;&#039;&#039; (upload bunch of files, with comments, etc.)&lt;br /&gt;
# &#039;&#039;&#039;[[Offline activity assignment|Offline Activity]]&#039;&#039;&#039; (student can&#039;t do anything with it e.g., a practical session -&amp;gt; but we still want it in the Gradebook - manually add grades or bulk upload grades from a spreadsheet)&lt;br /&gt;
&lt;br /&gt;
===Dates===&lt;br /&gt;
* Available from&lt;br /&gt;
* Due by&lt;br /&gt;
* Prevent late submissions&lt;br /&gt;
&lt;br /&gt;
===Online text===&lt;br /&gt;
* Allow resubmitting (e.g., drafts/feedback/resubmit)&lt;br /&gt;
* Email alerts to teachers&lt;br /&gt;
* Comment inline (teacher&#039;s commented text)&lt;br /&gt;
&lt;br /&gt;
===Common module settings===&lt;br /&gt;
* Group mode&lt;br /&gt;
* Grouping&lt;br /&gt;
* Available for group members only&lt;br /&gt;
* Visible&lt;br /&gt;
* ID number&lt;br /&gt;
* Grade category&lt;br /&gt;
&lt;br /&gt;
===Report -&amp;gt; Grading===&lt;br /&gt;
* Comments - could be extensions in here (students can see) - using quick grading&lt;br /&gt;
&lt;br /&gt;
==[[Quizzes]]==&lt;br /&gt;
===[[Quiz categories]]===&lt;br /&gt;
* Can be site-specific, discipline-specific, or whole-installation (e.g., student evaluation questions)&lt;br /&gt;
&lt;br /&gt;
===[[Quiz import]]===&lt;br /&gt;
* Can important many types&lt;br /&gt;
&lt;br /&gt;
===[[Quiz question types]]===&lt;br /&gt;
* Calculated&lt;br /&gt;
** e.g., allows use of a formula for determing the answer (can have a range)&lt;br /&gt;
* Description&lt;br /&gt;
* Essay&lt;br /&gt;
** e.g., write a paragraph on X - the only type which is not auto-marked&lt;br /&gt;
* Matching&lt;br /&gt;
* [[Embedded Answers (Cloze) question type|Embedded answers (cloze)]]&lt;br /&gt;
** Requires markup&lt;br /&gt;
* Multiple choice&lt;br /&gt;
* Short answer&lt;br /&gt;
** Must match a pre-canned words/phrased (not a &amp;quot;long&amp;quot; short answer)&lt;br /&gt;
* Numerical (can accept range)&lt;br /&gt;
* Random short-answer matching&lt;br /&gt;
** Choose a combination of short-answer choices&lt;br /&gt;
* True/False&lt;br /&gt;
See also: [[:Category:Question types]]&lt;br /&gt;
&lt;br /&gt;
===Quiz fields===&lt;br /&gt;
&lt;br /&gt;
====Time====&lt;br /&gt;
* Open time &amp;amp; close time&lt;br /&gt;
* Time limit&lt;br /&gt;
* Time delay b/w first and second attempt&lt;br /&gt;
* Time delay b/w later attempts&lt;br /&gt;
&lt;br /&gt;
====Display====&lt;br /&gt;
* Questions per page&lt;br /&gt;
* Shuffle questions&lt;br /&gt;
* Shuffle within questions&lt;br /&gt;
&lt;br /&gt;
====Attempts====&lt;br /&gt;
&#039;&#039;Relates to multiple attempts&#039;&#039;&lt;br /&gt;
* Attempts allowed&lt;br /&gt;
* Each attempt builds on the last&lt;br /&gt;
* Adaptive mode&lt;br /&gt;
&lt;br /&gt;
====Grades====&lt;br /&gt;
* Grading method&lt;br /&gt;
* Apply penalties&lt;br /&gt;
** Toggle on/off&lt;br /&gt;
** Only applies if multiple attempts&lt;br /&gt;
* Decimal digits in grades&lt;br /&gt;
&lt;br /&gt;
====Review options====&lt;br /&gt;
# Immediately after the attempt&lt;br /&gt;
# Later, while the quiz is till open&lt;br /&gt;
# After the quiz is closed&lt;br /&gt;
* Responses&lt;br /&gt;
* Answers&lt;br /&gt;
* Feedback&lt;br /&gt;
* General feedback&lt;br /&gt;
* Scores&lt;br /&gt;
* Overall feedback&lt;br /&gt;
&lt;br /&gt;
====Security====&lt;br /&gt;
* Secure (pop-up window) - not that &#039;secure&#039;?&lt;br /&gt;
* Require password&lt;br /&gt;
* Require network address - e.g., proctored exam&lt;br /&gt;
&lt;br /&gt;
====Common module settings====&lt;br /&gt;
* Group mode&lt;br /&gt;
* Visible&lt;br /&gt;
* ID number&lt;br /&gt;
** unique identifier for that quiz - can be used later to call up that quiz&lt;br /&gt;
&lt;br /&gt;
====Overall feedback====&lt;br /&gt;
&#039;&#039;Responses based on their overall marks&#039;&#039;&lt;br /&gt;
* Note that can only seen own results (in a quiz and a gradebook)&lt;br /&gt;
&lt;br /&gt;
===Question admin===&lt;br /&gt;
* Question bank&lt;br /&gt;
* Questions in this quiz&lt;br /&gt;
** Could be random&lt;br /&gt;
** Adds default grade per questions (can override the default at this point)&lt;br /&gt;
** Shows total (e.g., 8) -&amp;gt; can be expanded to a Max. grade for the gradebook (e.g., 10)&lt;br /&gt;
* There are no conditional activities within quizzes&lt;br /&gt;
&lt;br /&gt;
===Question fields===&lt;br /&gt;
* Question name&lt;br /&gt;
** Display of this are configurable&lt;br /&gt;
* Weighting&lt;br /&gt;
* Penalty&lt;br /&gt;
** e.g., can have another go, but if wrong, receive penalty e.g., if weight 1 is penalty is .1 they can have 10 gos&lt;br /&gt;
* Feedback&lt;br /&gt;
** General (always)&lt;br /&gt;
** For each option&lt;br /&gt;
* For simple questions, a correct answer gets 100% for that question&lt;br /&gt;
&lt;br /&gt;
===Quiz sideblock===&lt;br /&gt;
* Can be added to show top/bottom results by name, ID, or anonymously&lt;br /&gt;
* Probably need to upload class feedback separately (unlike WebCT, can&#039;t see class graph)&lt;br /&gt;
&lt;br /&gt;
==[[Lesson]]==&lt;br /&gt;
* Complex&lt;br /&gt;
* Add Activity - Lesson&lt;br /&gt;
* Conditional pathways (branches) for content.&lt;br /&gt;
* Can be exploratory, or can have quiz-type graded questions&lt;br /&gt;
* Can take any &#039;html&#039; content&lt;br /&gt;
&lt;br /&gt;
==[[Gradebook]]==&lt;br /&gt;
* Turn editing on&lt;br /&gt;
* Admin - Grades&lt;br /&gt;
* Add category e.g., Total?&lt;br /&gt;
* [[Grade calculations]]&lt;br /&gt;
* Looks like its best to set up assessment items to be weighted out of 100, e.g., essay 20, exam 50, participation 30, then use a a calculation to total to 100&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
&#039;&#039;Stuff to follow-up&#039;&#039;:&lt;br /&gt;
* How to find lecturer contact details? (A: via Participants)&lt;br /&gt;
* [[Email preferences]]&lt;br /&gt;
* [[Messaging]] &amp;amp; [[Contacts]]&lt;br /&gt;
* Why is http://learnonline.canberra.edu.au (sometimes) so slow? e.g., when logging in/out in UC computer lab? Mostly, it is smooth, but on logging in/logging out, it took me in the order of 5-10 minutes sometimes&lt;br /&gt;
* Dummy students - how to create these? (e.g., to input responses such as too quizzes and student-view output check output, messaging, feedback, etc.)&lt;br /&gt;
&lt;br /&gt;
==UC-specific: Psychology==&lt;br /&gt;
* Get staff to login - creates a login&lt;br /&gt;
* Then do a course request for a sandbook&lt;br /&gt;
* James to list all units (check with staff) to be requested for bulk migration&lt;br /&gt;
&lt;br /&gt;
==Reports==&lt;br /&gt;
* Admin - Reports - various ways to explore activities by activity and/or by user&lt;br /&gt;
&lt;br /&gt;
==Communication==&lt;br /&gt;
* Contacting with one another?&lt;br /&gt;
* Can select students by amount of activity&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
===General===&lt;br /&gt;
* [[../Using Moodle|Using Moodle]]&lt;br /&gt;
&lt;br /&gt;
===Other topics===&lt;br /&gt;
* [[Lesson]]&lt;br /&gt;
&lt;br /&gt;
===Student FAQ===&lt;br /&gt;
Some most asked student FAQs include:&lt;br /&gt;
* [[Edit profile]]&lt;br /&gt;
* [[Jump to]] (make students aware of this navigation feature)&lt;br /&gt;
* [[Navigation bar]] (for usability -&amp;gt; hide Resources / Activities?? I&#039;m not so sure)&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
===Sample Moodle site===&lt;br /&gt;
* [http://learnonline.canberra.edu.au/course/view.php?id=219 learnonline219]&lt;br /&gt;
===General===&lt;br /&gt;
* http://moodle.org&lt;br /&gt;
* https://docs.moodle.org&lt;/div&gt;</summary>
		<author><name>Minhtam</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/501/en/index.php?title=User:James_Neill/Training_notes&amp;diff=44009</id>
		<title>User:James Neill/Training notes</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/501/en/index.php?title=User:James_Neill/Training_notes&amp;diff=44009"/>
		<updated>2008-09-19T04:13:44Z</updated>

		<summary type="html">&lt;p&gt;Minhtam: /* Help (staff) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
&amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;[http://learnonline.canberra.edu.au UC Moodle] &#039;&#039;&#039;training notes&#039;&#039;&#039;  by [[User:James Neill|James Neill]] during 2-day training at [[University of Canberra]] by [http://www.linkedin.com/in/drechslerm Mark Drechsler] ([[Netspot]]), September 16-17, 2008. &#039;&#039;&#039;Feel free to edit&#039;&#039;&#039;.&amp;lt;br&amp;gt;&#039;&#039;To be sorted later.&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
==Adding Content==&lt;br /&gt;
===[[Label|Insert label]]===&lt;br /&gt;
* Adds information to a topic (or week)&lt;br /&gt;
* Good for a brief summary; but will add to length of site homepage, so keep it simple&lt;br /&gt;
* Can use html, images, etc.&lt;br /&gt;
* Can&#039;t add a heading for a topic when in Weekly mode&lt;br /&gt;
===Add [[Web page|web page]]===&lt;br /&gt;
* Adds a link on the homepage to a webpage&lt;br /&gt;
* Summary&lt;br /&gt;
** Isn&#039;t often displayed - (it does display on resource page but whether &amp;quot;resource&amp;quot; shows in the navigation bar is configurable at admin level and is sometimes/often switched off)&lt;br /&gt;
* Page content can be &#039;anything&#039; e.g., can embedded multimedia (e.g., add a youtube video) (using object or iframe html code)&lt;br /&gt;
&lt;br /&gt;
===[[Breadcrumbs]]/Navigation bar===&lt;br /&gt;
* Resources/Activities breadcrumb can switched on/off globally, but not site-specifically.&lt;br /&gt;
&lt;br /&gt;
===[[Files]]===&lt;br /&gt;
* It seems there is no restriction on file type :)&lt;br /&gt;
* Uploading mp3, swf, wma, wmv, etc. will automatically be recognised, with relevant icons added, etc. - where&#039;s the list of such recognised file types?&lt;br /&gt;
&lt;br /&gt;
===[[LaTeX]]===&lt;br /&gt;
* LaTeX code works for mathematical expressions (and much more) - start with $$ - can also use equation editor&lt;br /&gt;
&lt;br /&gt;
===[[Help]]===&lt;br /&gt;
* (i) yellow links to [[MoodleDocs]]&lt;br /&gt;
* (?) blue links to help info (opens pop-up)&lt;br /&gt;
&lt;br /&gt;
===[[Sideblocks]]===&lt;br /&gt;
* Sideblocks are fixed width (not%)&lt;br /&gt;
&lt;br /&gt;
===[[Resources]]===&lt;br /&gt;
====[[Book]]====&lt;br /&gt;
* Gathers together a group of [[Web page|web page]]s (essentially a book is a link structure; must be web pages - not other stuff unless embeddedded in web pages)&lt;br /&gt;
* WimbaCreate can also do something similar (can import a whole book); currently Book can only import only headings&lt;br /&gt;
* Can have sub-chapters&lt;br /&gt;
* Students can download a book&lt;br /&gt;
&lt;br /&gt;
====[[SCORM]]====&lt;br /&gt;
* [[SCORM]] - standard format for importing/exporting between [[Learning Management System]]s.&lt;br /&gt;
** Includes traceability e.g., [[assessment]]s&lt;br /&gt;
&lt;br /&gt;
===[[File]] storage===&lt;br /&gt;
* General Moodle files are stored at a global level e.g., logo&lt;br /&gt;
* Site files are stored locally within a site&lt;br /&gt;
* Eventually UC will use [[Equella]] - [http://www.thelearningedge.com.au/products.php Equella]&lt;br /&gt;
* e.g.,&lt;br /&gt;
** Algebra&lt;br /&gt;
*** Notes&lt;br /&gt;
** Images&lt;br /&gt;
* Moving - goes to clipboard, then go to Folder&lt;br /&gt;
* Bulk actions vs. single file actions&lt;br /&gt;
* Pop-ups (consider - because of pop-up blockers)&lt;br /&gt;
&lt;br /&gt;
===External content creators===&lt;br /&gt;
Moodle is not a high-end content-creation tool (e.g., to convert ppt, etc. and export to swf or html or other more playable etc. formats)&lt;br /&gt;
* Articulate $$ (e.g., ArticulateEngage)&lt;br /&gt;
** Several products, e.g., &lt;br /&gt;
** PPT to flash converter (advantages of flash)&lt;br /&gt;
*** Smaller file size&lt;br /&gt;
*** More accessible format&lt;br /&gt;
*** 99% of browsers have flash presenter&lt;br /&gt;
** Wimba Create $&lt;br /&gt;
*** Good for converting .doc to .html&lt;br /&gt;
** Adobe Captivate $$$&lt;br /&gt;
** Camtasia&lt;br /&gt;
*** Screen recording&lt;br /&gt;
*** Annotate powerpoint&lt;br /&gt;
*** Zoom in on stuff&lt;br /&gt;
*** MoodleTraining site vides (UC) done this way&lt;br /&gt;
** Powerconverter&lt;br /&gt;
** eXelearning.org (free)&lt;br /&gt;
** Courselab (free; Russian; obscure&lt;br /&gt;
** FreeMind (free)&lt;br /&gt;
* Conversion to html will be to something like index.html, default.html, &amp;lt;filename&amp;gt;.html plus folders such as /CSS, /XML, /FLV, /SWF, etc. - all of this would need to brought into Moodle&lt;br /&gt;
* ZIP and then upload, unzip OR use [[WebDAV]]&lt;br /&gt;
* Dilemma - new window uses pop-up but as a page includes top nav-frame (which varies browser to browser) -&amp;gt; another option it to use iframe&lt;br /&gt;
&lt;br /&gt;
===iFrame===&lt;br /&gt;
A way of embedding local pages or external content within a webpage:&lt;br /&gt;
* [http://en.wikipedia.org/wiki/IFrame IFrame] (Wikipedia)&lt;br /&gt;
  &amp;lt;iframe src=&amp;quot;http://example.com&amp;quot; height=&amp;quot;200&amp;quot;&amp;gt;Alt text&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&amp;lt;!-- (Hey! nowiki doesn&#039;t work!? But iFrame does!) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==[[Groups]]==&lt;br /&gt;
* [[Social constructivism]] background - some aspects about this are good; others not so good&lt;br /&gt;
* [[Roles]]&lt;br /&gt;
*# Lecturer&lt;br /&gt;
*# Tutor&lt;br /&gt;
*# Guest&lt;br /&gt;
*# Auditing Student&lt;br /&gt;
*# Auditing Staff&lt;br /&gt;
* &amp;quot;Student&amp;quot; roles will be auto-populated from Callista&lt;br /&gt;
* One extreme - no groups - everyone sees/can do everything&lt;br /&gt;
* Other extreme - separate groups - separate groups cannot see the conduct of other groups or be aware that they existed&lt;br /&gt;
* Groups separate by activities&lt;br /&gt;
* Groups see the same content and assignments&lt;br /&gt;
* But they see different discussion fora&lt;br /&gt;
* Middle option - Visible groups - can see other groups, but can&#039;t post to them&lt;br /&gt;
* Each of these is true for tutors and students&lt;br /&gt;
* Various ways of allocating groups e.g., random allocation&lt;br /&gt;
* If making a forum posting (as a lecturer/teacher), make sure to select which groups can reply to the post.&lt;br /&gt;
* Could set up for student to self-subscribe to groups (with [[Enrolment key]])&lt;br /&gt;
&lt;br /&gt;
==[[Groupings]]==&lt;br /&gt;
* Must have Groups - then use Groupings tab&lt;br /&gt;
* e.g., &amp;quot;Honours Group&amp;quot; and &amp;quot;Remedial Group&amp;quot; - then the Grouping is set (e.g., only Group A belongs to Honours Grouping and Group C belongs to Remedial Grouping) (can add/remove Groups to Groupings - any combination possible)&lt;br /&gt;
* Can then see Activity allocations to a Grouping&lt;br /&gt;
* For an [[activity]] or [[resource]], in common module settings, can allocate to a Grouping (not a Group)&lt;br /&gt;
&lt;br /&gt;
==[[Forums]]==&lt;br /&gt;
* Most utilised collaboration tool in Moodle.&lt;br /&gt;
* Setting up an announcements-only forced subscription&lt;br /&gt;
** All students automatically subscribed to announcements forum (one-way) forum - initial discussion seems to be around support for this as a part of the initial site template for UC&lt;br /&gt;
* 30 minutes editing&lt;br /&gt;
** e.g., watch out - can change a post and make someone&#039;s reply look &#039;silly&#039;&lt;br /&gt;
** Pedagogical implications of this feature warrant further discussion and investigation&lt;br /&gt;
* Edit [[Profile]] - settings - choose no email, digest, or email per message&lt;br /&gt;
&lt;br /&gt;
==[[Enrolment|Enrolling]]==&lt;br /&gt;
* Go to the URL - ID and then join (depends on default config for enrollability and whether an enrollment key is used)&lt;br /&gt;
* How can one [[Unenrolling|unenrol]]?&lt;br /&gt;
&lt;br /&gt;
==[[Glossary]]==&lt;br /&gt;
* In general there are Resources or Activities - glossary seems to straddle these&lt;br /&gt;
&lt;br /&gt;
==Archiving==&lt;br /&gt;
* TBD&lt;br /&gt;
&lt;br /&gt;
==UC==&lt;br /&gt;
===Help (staff)===&lt;br /&gt;
* learnonline.support@canberra.edu.au (goes to NetSpot)&lt;br /&gt;
* learnonline.admin@canberra.edu.au (lola@canberra.edu.au  - UC LearnOnline Admin)&lt;br /&gt;
* learnonline.training@canberra.edu.au (lolt@canberra.edu.au  - UC LearnOnline Training)&lt;br /&gt;
&lt;br /&gt;
===IT===&lt;br /&gt;
* Disk image needs to allow pop-ups from learnonline.canberra.edu.au&lt;br /&gt;
&lt;br /&gt;
==[[Database]]s==&lt;br /&gt;
* e.g., see work by [http://www.google.com/search?q=Julian+Ridden Julian Ridden] (Moodle guru) - pre-packaged database structures&lt;br /&gt;
&lt;br /&gt;
==[[Collaboration]]==&lt;br /&gt;
* [[Forums]] are most common&lt;br /&gt;
* [[Constructivism|Constructivist philosophy]] - but implementation of this to date is so-so&lt;br /&gt;
* Possible tools/functions to consider:&lt;br /&gt;
*# Forums - good e.g., ratings, etc. -&amp;gt; [[Gradebook]] (Pretty good)&lt;br /&gt;
*# Databases and [[Glossary|Glossaries]] -&amp;gt; [[Gradebook]] (OK-ish/Pretty good)&lt;br /&gt;
*#* e.g., must submit one entry before seeing other databases&lt;br /&gt;
*# [[Wikis]] - nWiki (not the default/original one ([[Erfurt]]) but will be the one used for v.2 - simple, OK, but not as powerful as [[MediaWiki]])&lt;br /&gt;
*# [[Blogs|Blogging]] - student blogs are whole-of-moodle (only way to make specific to a site is to add tags which make specific)&lt;br /&gt;
*# [[E-portfolios]] (-&amp;gt; social constructivist POV is to allow students to publish publically - Moodle core doesn&#039;t allow this) - integration now written with [[Mahara]]&lt;br /&gt;
## [[Journals]]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=102212 Using Google Docs with Moodle]&lt;br /&gt;
&lt;br /&gt;
==[[Assignments]]==&lt;br /&gt;
There are 4 types of assignments:&lt;br /&gt;
(&#039;&#039;Note: Hardest part is creating an appropriate question so that students know what to do / what buttons to click&#039;&#039;)&lt;br /&gt;
# &#039;&#039;&#039;[[Online text assignment|Online text]]&#039;&#039;&#039;: Text area submission (lecturer receives email)&lt;br /&gt;
# &#039;&#039;&#039;[[Upload a single file assignment|Upload a single file]]&#039;&#039;&#039; (simple; file upload; no comments, etc.)&lt;br /&gt;
# &#039;&#039;&#039;[[Advanced uploading of files assignment|Advanced uploading of files]]&#039;&#039;&#039; (upload bunch of files, with comments, etc.)&lt;br /&gt;
# &#039;&#039;&#039;[[Offline activity assignment|Offline Activity]]&#039;&#039;&#039; (student can&#039;t do anything with it e.g., a practical session -&amp;gt; but we still want it in the Gradebook - manually add grades or bulk upload grades from a spreadsheet)&lt;br /&gt;
&lt;br /&gt;
===Dates===&lt;br /&gt;
* Available from&lt;br /&gt;
* Due by&lt;br /&gt;
* Prevent late submissions&lt;br /&gt;
&lt;br /&gt;
===Online text===&lt;br /&gt;
* Allow resubmitting (e.g., drafts/feedback/resubmit)&lt;br /&gt;
* Email alerts to teachers&lt;br /&gt;
* Comment inline (teacher&#039;s commented text)&lt;br /&gt;
&lt;br /&gt;
===Common module settings===&lt;br /&gt;
* Group mode&lt;br /&gt;
* Grouping&lt;br /&gt;
* Available for group members only&lt;br /&gt;
* Visible&lt;br /&gt;
* ID number&lt;br /&gt;
* Grade category&lt;br /&gt;
&lt;br /&gt;
===Report -&amp;gt; Grading===&lt;br /&gt;
* Comments - could be extensions in here (students can see) - using quick grading&lt;br /&gt;
&lt;br /&gt;
==[[Quizzes]]==&lt;br /&gt;
===[[Quiz categories]]===&lt;br /&gt;
* Can be site-specific, discipline-specific, or whole-installation (e.g., student evaluation questions)&lt;br /&gt;
&lt;br /&gt;
===[[Quiz import]]===&lt;br /&gt;
* Can important many types&lt;br /&gt;
&lt;br /&gt;
===[[Quiz question types]]===&lt;br /&gt;
* Calculated&lt;br /&gt;
** e.g., allows use of a formula for determing the answer (can have a range)&lt;br /&gt;
* Description&lt;br /&gt;
* Essay&lt;br /&gt;
** e.g., write a paragraph on X - the only type which is not auto-marked&lt;br /&gt;
* Matching&lt;br /&gt;
* [[Embedded Answers (Cloze) question type|Embedded answers (cloze)]]&lt;br /&gt;
** Requires markup&lt;br /&gt;
* Multiple choice&lt;br /&gt;
* Short answer&lt;br /&gt;
** Must match a pre-canned words/phrased (not a &amp;quot;long&amp;quot; short answer)&lt;br /&gt;
* Numerical (can accept range)&lt;br /&gt;
* Random short-answer matching&lt;br /&gt;
** Choose a combination of short-answer choices&lt;br /&gt;
* True/False&lt;br /&gt;
See also: [[:Category:Question types]]&lt;br /&gt;
&lt;br /&gt;
===Quiz fields===&lt;br /&gt;
&lt;br /&gt;
====Time====&lt;br /&gt;
* Open time &amp;amp; close time&lt;br /&gt;
* Time limit&lt;br /&gt;
* Time delay b/w first and second attempt&lt;br /&gt;
* Time delay b/w later attempts&lt;br /&gt;
&lt;br /&gt;
====Display====&lt;br /&gt;
* Questions per page&lt;br /&gt;
* Shuffle questions&lt;br /&gt;
* Shuffle within questions&lt;br /&gt;
&lt;br /&gt;
====Attempts====&lt;br /&gt;
&#039;&#039;Relates to multiple attempts&#039;&#039;&lt;br /&gt;
* Attempts allowed&lt;br /&gt;
* Each attempt builds on the last&lt;br /&gt;
* Adaptive mode&lt;br /&gt;
&lt;br /&gt;
====Grades====&lt;br /&gt;
* Grading method&lt;br /&gt;
* Apply penalties&lt;br /&gt;
** Toggle on/off&lt;br /&gt;
** Only applies if multiple attempts&lt;br /&gt;
* Decimal digits in grades&lt;br /&gt;
&lt;br /&gt;
====Review options====&lt;br /&gt;
# Immediately after the attempt&lt;br /&gt;
# Later, while the quiz is till open&lt;br /&gt;
# After the quiz is closed&lt;br /&gt;
* Responses&lt;br /&gt;
* Answers&lt;br /&gt;
* Feedback&lt;br /&gt;
* General feedback&lt;br /&gt;
* Scores&lt;br /&gt;
* Overall feedback&lt;br /&gt;
&lt;br /&gt;
====Security====&lt;br /&gt;
* Secure (pop-up window) - not that &#039;secure&#039;?&lt;br /&gt;
* Require password&lt;br /&gt;
* Require network address - e.g., proctored exam&lt;br /&gt;
&lt;br /&gt;
====Common module settings====&lt;br /&gt;
* Group mode&lt;br /&gt;
* Visible&lt;br /&gt;
* ID number&lt;br /&gt;
** unique identifier for that quiz - can be used later to call up that quiz&lt;br /&gt;
&lt;br /&gt;
====Overall feedback====&lt;br /&gt;
&#039;&#039;Responses based on their overall marks&#039;&#039;&lt;br /&gt;
* Note that can only seen own results (in a quiz and a gradebook)&lt;br /&gt;
&lt;br /&gt;
===Question admin===&lt;br /&gt;
* Question bank&lt;br /&gt;
* Questions in this quiz&lt;br /&gt;
** Could be random&lt;br /&gt;
** Adds default grade per questions (can override the default at this point)&lt;br /&gt;
** Shows total (e.g., 8) -&amp;gt; can be expanded to a Max. grade for the gradebook (e.g., 10)&lt;br /&gt;
* There are no conditional activities within quizzes&lt;br /&gt;
&lt;br /&gt;
===Question fields===&lt;br /&gt;
* Question name&lt;br /&gt;
** Display of this are configurable&lt;br /&gt;
* Weighting&lt;br /&gt;
* Penalty&lt;br /&gt;
** e.g., can have another go, but if wrong, receive penalty e.g., if weight 1 is penalty is .1 they can have 10 gos&lt;br /&gt;
* Feedback&lt;br /&gt;
** General (always)&lt;br /&gt;
** For each option&lt;br /&gt;
* For simple questions, a correct answer gets 100% for that question&lt;br /&gt;
&lt;br /&gt;
===Quiz sideblock===&lt;br /&gt;
* Can be added to show top/bottom results by name, ID, or anonymously&lt;br /&gt;
* Probably need to upload class feedback separately (unlike WebCT, can&#039;t see class graph)&lt;br /&gt;
&lt;br /&gt;
==[[Lesson]]==&lt;br /&gt;
* Complex&lt;br /&gt;
* Add Activity - Lesson&lt;br /&gt;
* Conditional pathways (branches) for content.&lt;br /&gt;
* Can be exploratory, or can have quiz-type graded questions&lt;br /&gt;
* Can take any &#039;html&#039; content&lt;br /&gt;
&lt;br /&gt;
==[[Gradebook]]==&lt;br /&gt;
* Turn editing on&lt;br /&gt;
* Admin - Grades&lt;br /&gt;
* Add category e.g., Total?&lt;br /&gt;
* [[Grade calculations]]&lt;br /&gt;
* Looks like its best to set up assessment items to be weighted out of 100, e.g., essay 20, exam 50, participation 30, then use a a calculation to total to 100&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
&#039;&#039;Stuff to follow-up&#039;&#039;:&lt;br /&gt;
* How to find lecturer contact details? (A: via Participants)&lt;br /&gt;
* [[Email preferences]]&lt;br /&gt;
* [[Messaging]] &amp;amp; [[Contacts]]&lt;br /&gt;
* Why is http://learnonline.canberra.edu.au (sometimes) so slow? e.g., when logging in/out in UC computer lab? Mostly, it is smooth, but on logging in/logging out, it took me in the order of 5-10 minutes sometimes&lt;br /&gt;
* Dummy students - how to create these? (e.g., to input responses such as too quizzes and student-view output check output, messaging, feedback, etc.)&lt;br /&gt;
&lt;br /&gt;
==UC-specific: Psychology==&lt;br /&gt;
* Get staff to login - creates a login&lt;br /&gt;
* Then do a course request for a sandbook&lt;br /&gt;
* James to list all units (check with staff) to be requested for bulk migration&lt;br /&gt;
&lt;br /&gt;
==Reports==&lt;br /&gt;
* Admin - Reports - various ways to explore activities by activity and/or by user&lt;br /&gt;
&lt;br /&gt;
==Communication==&lt;br /&gt;
* Contacting with one another?&lt;br /&gt;
* Can select students by amount of activity&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
===General===&lt;br /&gt;
* [[../Using Moodle|Using Moodle]]&lt;br /&gt;
&lt;br /&gt;
===Other topics===&lt;br /&gt;
* [[Lesson]]&lt;br /&gt;
&lt;br /&gt;
===Student FAQ===&lt;br /&gt;
Some most asked student FAQs include:&lt;br /&gt;
* [[Edit profile]]&lt;br /&gt;
* [[Jump to]] (make students aware of this navigation feature)&lt;br /&gt;
* [[Navigation bar]] (for usability -&amp;gt; hide Resources / Activities?? I&#039;m not so sure)&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
===Sample Moodle site===&lt;br /&gt;
* [http://learnonline.canberra.edu.au/course/view.php?id=219 learnonline219]&lt;br /&gt;
===General===&lt;br /&gt;
* http://moodle.org&lt;br /&gt;
* https://docs.moodle.org&lt;/div&gt;</summary>
		<author><name>Minhtam</name></author>
	</entry>
</feed>