<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/21/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Danmarsden</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/21/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Danmarsden"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/Special:Contributions/Danmarsden"/>
	<updated>2026-04-14T10:38:15Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=File:UrkundAssignmentSettings.png&amp;diff=96312</id>
		<title>File:UrkundAssignmentSettings.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=File:UrkundAssignmentSettings.png&amp;diff=96312"/>
		<updated>2016-04-17T02:49:24Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: Danmarsden uploaded a new version of File:UrkundAssignmentSettings.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Settings displayed to a teacher when creating a Module that allows URKUND&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=SCORM_FAQ&amp;diff=96185</id>
		<title>SCORM FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=SCORM_FAQ&amp;diff=96185"/>
		<updated>2013-05-08T01:14:16Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* Supported Versions */  SCORM 2004 no longer being supported/developed further.&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.htm&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 supported in Moodle. Parts of the API have been implemented, but others such as Navigation and Sequencing have not. Development on native SCORM 2004 support in Moodle [https://moodle.org/mod/forum/discuss.php?d=227906 has stopped]. If you require a fully certified SCORM 2004 Player in Moodle, [http://www.scorm.com Rustici Software] have a [http://support.scorm.com/entries/20394726-scorm-cloud-moodle-module 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;
&lt;br /&gt;
* AICC objects are supported in Moodle 2.1 and higher.&lt;br /&gt;
&lt;br /&gt;
* Moodle does not support Tin Can 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;
&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;
&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;
&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;
&lt;br /&gt;
* Run your problematic SCORM package through &#039;&#039;&#039;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;
&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]&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 obects 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/health.php page is also made to see if slasharguments is supported - visit http://yourmoodlesite/admin/health.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/health.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;
===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;
==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;
 &lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[de:Lernpaket FAQ]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=IMS_Enterprise&amp;diff=96179</id>
		<title>IMS Enterprise</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=IMS_Enterprise&amp;diff=96179"/>
		<updated>2013-04-24T01:47:22Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* Format overview */ fix url&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Enrolment}}&lt;br /&gt;
Location: IMS Enterprise file edit settings link in &#039;&#039;Site administration &amp;gt; Plugins &amp;gt; Enrolments &amp;gt; Manage enrol plugins&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMS Enterprise&#039;&#039;&#039; is an international standard XML file format which may be used to specify enrolments/unenrolments in courses, as well as course information and user information.&lt;br /&gt;
&lt;br /&gt;
==Format overview==&lt;br /&gt;
&lt;br /&gt;
Below is a simple guide to the basic structure of a typical IMS Enterprise data file. Much more information is available on the [http://www.imsglobal.org/enterprise/ IMS Enterprise official website].&lt;br /&gt;
&lt;br /&gt;
You may like to read the [https://github.com/moodle/moodle/blob/master/enrol/imsenterprise/entv1p1_conformance_summary.html conformance summary] which describes which IMS data elements this plugin can process.&lt;br /&gt;
&lt;br /&gt;
==Basic guide to IMS Enterprise file format==&lt;br /&gt;
&lt;br /&gt;
For any IMS-style enrolment you need a &amp;lt;group&amp;gt; tag which specifies the course, a &amp;lt;person&amp;gt; tag which specifies the user account, and a &amp;lt;membership&amp;gt; tag containing &amp;lt;member&amp;gt; tags which specify a person&#039;s role within a given course.&lt;br /&gt;
&lt;br /&gt;
Remember that the numeric keys used in the Moodle databases are not the interoperable data - a student data system is never going to know in advance that Joe is the 20th user added to the Moodle database - so those aren&#039;t the keys exchanged in this type of data.&lt;br /&gt;
&lt;br /&gt;
Typically a course would have a reference code as well as a name, so let&#039;s assume its code is MOODLE101. To define your course you could use&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;group&amp;gt;&lt;br /&gt;
    &amp;lt;sourcedid&amp;gt;&lt;br /&gt;
      &amp;lt;source&amp;gt;MyDataSystem&amp;lt;/source&amp;gt;&lt;br /&gt;
      &amp;lt;id&amp;gt;MOODLE101&amp;lt;/id&amp;gt;&lt;br /&gt;
    &amp;lt;/sourcedid&amp;gt;&lt;br /&gt;
    &amp;lt;description&amp;gt;&lt;br /&gt;
      &amp;lt;short&amp;gt;Moodle 101&amp;lt;/short&amp;gt;&lt;br /&gt;
    &amp;lt;/description&amp;gt;&lt;br /&gt;
  &amp;lt;/group&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The enrolment script will look for a course with code MOODLE101, and (optionally) create it if it doesn&#039;t exist. Similarly for the person - let&#039;s assume it&#039;s &amp;quot;jmoodle&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;person&amp;gt;&lt;br /&gt;
    &amp;lt;sourcedid&amp;gt;&lt;br /&gt;
      &amp;lt;source&amp;gt;MyDataSystem&amp;lt;/source&amp;gt;&lt;br /&gt;
      &amp;lt;id&amp;gt;jmoodle&amp;lt;/id&amp;gt;&lt;br /&gt;
    &amp;lt;/sourcedid&amp;gt;&lt;br /&gt;
    &amp;lt;userid&amp;gt;jmoodle&amp;lt;/userid&amp;gt;&lt;br /&gt;
    &amp;lt;name&amp;gt;&lt;br /&gt;
      &amp;lt;fn&amp;gt;Joe Moodle&amp;lt;/fn&amp;gt;&lt;br /&gt;
      &amp;lt;n&amp;gt;&lt;br /&gt;
        &amp;lt;family&amp;gt;MOODLE&amp;lt;/family&amp;gt;&lt;br /&gt;
        &amp;lt;given&amp;gt;JOE&amp;lt;/given&amp;gt;&lt;br /&gt;
      &amp;lt;/n&amp;gt;&lt;br /&gt;
    &amp;lt;/name&amp;gt;&lt;br /&gt;
  &amp;lt;/person&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If Joe doesn&#039;t already have an account, the script can (optionally) create an account for him.&lt;br /&gt;
&lt;br /&gt;
Let&#039;s now look at the membership, adding the person to the course:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;membership&amp;gt;&lt;br /&gt;
    &amp;lt;sourcedid&amp;gt;&lt;br /&gt;
      &amp;lt;source&amp;gt;MyDataSystem&amp;lt;/source&amp;gt;&lt;br /&gt;
      &amp;lt;id&amp;gt;MOODLE101&amp;lt;/id&amp;gt;&lt;br /&gt;
    &amp;lt;/sourcedid&amp;gt;&lt;br /&gt;
    &amp;lt;member&amp;gt;&lt;br /&gt;
      &amp;lt;sourcedid&amp;gt;&lt;br /&gt;
        &amp;lt;source&amp;gt;MyDataSystem&amp;lt;/source&amp;gt;&lt;br /&gt;
        &amp;lt;id&amp;gt;jmoodle&amp;lt;/id&amp;gt;&lt;br /&gt;
      &amp;lt;/sourcedid&amp;gt;&lt;br /&gt;
      &amp;lt;role roletype=&amp;quot;01&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;status&amp;gt;1&amp;lt;/status&amp;gt;&lt;br /&gt;
        &amp;lt;extension&amp;gt;&amp;lt;cohort&amp;gt;unit 2&amp;lt;/cohort&amp;gt;&amp;lt;/extension&amp;gt;&lt;br /&gt;
      &amp;lt;/role&amp;gt;&lt;br /&gt;
    &amp;lt;/member&amp;gt;&lt;br /&gt;
  &amp;lt;/membership&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The IMS Enterprise specification does offer a facility for specifying start/end dates for enrolments, so those can be included using the &amp;lt;timeframe&amp;gt; tag if needed.&lt;br /&gt;
&lt;br /&gt;
If a person is already added to a group within the course, the script won&#039;t actually modify that. If they are not grouped, however, then the specified grouping will be applied.&lt;br /&gt;
&lt;br /&gt;
==Automatic creation of new courses==&lt;br /&gt;
&lt;br /&gt;
If required, the IMS Enterprise enrolment plugin can create new courses for any it finds in the IMS data but not in Moodle&#039;s database.&lt;br /&gt;
&lt;br /&gt;
Courses are first queried by their &amp;quot;idnumber&amp;quot; - an alphanumeric field in Moodle&#039;s course table, which can specify the code used to identify the course in the Student Information System (for example). If that is not found, the course table is searched for the &amp;quot;short description&amp;quot;, which in Moodle is the short course identifier as displayed in the breadcrumbs etc. (In some systems these two fields may well be identical.) Only when that search has failed can the plugin optionally create new courses.&lt;br /&gt;
&lt;br /&gt;
Any newly-generated courses are HIDDEN when created. This is to prevent the possibility of students wandering into completely empty courses that the teacher may be unaware of.&lt;br /&gt;
&lt;br /&gt;
==Unenrolling students/teachers==&lt;br /&gt;
&lt;br /&gt;
If required, the Enterprise data can add as well as remove course enrolments - for students and for teachers. If this setting is turned on, then Moodle will carry out unenrolments when specified in the data.&lt;br /&gt;
&lt;br /&gt;
There are three ways of unenrolling students within the IMS data:&lt;br /&gt;
&lt;br /&gt;
* A &amp;lt;member&amp;gt; element which specifies the given student and course, and with the &amp;quot;recstatus&amp;quot; attribute of the &amp;lt;role&amp;gt; element set to 3 (which means &amp;quot;delete&amp;quot;). THIS IS NOT YET IMPLEMENTED IN THE MOODLE PLUGIN.&lt;br /&gt;
* A &amp;lt;member&amp;gt; element which specifies the given student and course, and with the &amp;lt;status&amp;gt; element set to 0 (which means &amp;quot;inactive&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
The third method is slightly different. It does not require this config setting to be activated, and can be specified well in advance of the unenrolment date:&lt;br /&gt;
&lt;br /&gt;
* A &amp;lt;member&amp;gt; element which specifies a &amp;lt;timeframe&amp;gt; for the enrolment can specify the begin and/or end dates for enrolment of this particular student. These dates are loaded into Moodle&#039;s enrolment data table if present, and so after the end-date, a student will no longer be able to access that particular course.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [http://www.imsglobal.org/enterprise/ IMS Enterprise specification] - the official site&lt;br /&gt;
* [http://cvs.moodle.org/contrib/plugins/enrol/imsenterprise/entv1p1_conformance_summary.html?view=co Conformance summary] - summarises the parts of the specification which Moodle makes use of&lt;br /&gt;
* [https://studydirect.sussex.ac.uk/downloads/imsenterprise.php Minted IMS Enterprise enrolment plugin] - An extension of the ims enterprise enrolment plugin developed in the [http://www.sussex.ac.uk/minted minted project]&lt;br /&gt;
&lt;br /&gt;
[[fr:Fichier IMS Enterprise]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=SCORM_FAQ&amp;diff=96136</id>
		<title>SCORM FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=SCORM_FAQ&amp;diff=96136"/>
		<updated>2012-11-28T07:46:58Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* Handling of Multiple Attempts */  add information about &amp;#039;failed&amp;#039; lesson_status&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.htm&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://support.scorm.com/entries/20394726-scorm-cloud-moodle-module 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;
&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;
&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;
&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;
&lt;br /&gt;
* Run your problematic SCORM package through &#039;&#039;&#039;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;
&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]&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 obects 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/health.php page is also made to see if slasharguments is supported - visit http://yourmoodlesite/admin/health.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/health.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;
===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;
==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;
 &lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[de:Lernpaket FAQ]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=SCORM_settings&amp;diff=96089</id>
		<title>SCORM settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=SCORM_settings&amp;diff=96089"/>
		<updated>2012-10-02T00:18:32Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* Other Important Settings */  typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Improve}}&lt;br /&gt;
{{SCORM}}&lt;br /&gt;
&lt;br /&gt;
To add a SCORM package to a course, or to edit the SCORM activity settings, turn on the course edit mode as a teacher with editing privileges. &lt;br /&gt;
&lt;br /&gt;
The SCORM activity can also be used to add AICC content running using AICC HACP (HTTP AICC Communication Protocol &amp;quot;Appendix A&amp;quot;), see CMI001 - AICC/CMI Guidelines For Interoperability [http://www.aicc.org/pages/down-docs-index.htm#cmi001]&lt;br /&gt;
&lt;br /&gt;
==Creating==&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. See [[Tools for creating SCORM content]]&lt;br /&gt;
&lt;br /&gt;
==Adding== &lt;br /&gt;
# While logged in as a teacher, select [[Image:Turn edit on button.JPG]] at the top right of a course homepage or in the course admin menu. See [[Turn_editing_on]].&lt;br /&gt;
# in one of the &#039;&#039;&#039;Add an activity...&#039;&#039;&#039; drop down menus that appear, select &#039;&#039;&#039;SCORM package&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Editing==&lt;br /&gt;
If the SCORM/AICC package has already been added, you can edit it by clicking the edit icon (pen) in the resource/activity list on front page of the course. If you are in the SCORM page, you can click the &#039;&#039;&#039;Update this SCORM&#039;&#039;&#039; button. Both these methods bring you to the settings page.&lt;br /&gt;
 &lt;br /&gt;
==Settings==&lt;br /&gt;
On the Setting page, the teacher can view the 3 settings areas, along with the save options buttons.&lt;br /&gt;
[[Image:M2-blank-settings.png|thumb|400px|center|Moodle 2.0 SCORM Setting Page ]] &lt;br /&gt;
&lt;br /&gt;
===General settings===&lt;br /&gt;
*&#039;&#039;&#039;Name&#039;&#039;&#039; field records the short name of the activity. This appears in the navigation breadcrumb.&lt;br /&gt;
*&#039;&#039;&#039;Description&#039;&#039;&#039; text is only seen after the name in the list shown when you choose &amp;quot;activities &amp;gt; Scorm&amp;quot;&lt;br /&gt;
*&#039;&#039;&#039;Package file&#039;&#039;&#039; setting determines what SCORM package is used by this SCORM activity. To select the SCORM package, first select the &#039;&#039;&#039;Choose&#039;&#039;&#039; button to launch the file picker.&lt;br /&gt;
[[Image:M2-scorm-settings.png|thumb|400px|center|Launch file picker]]&lt;br /&gt;
With the file picker launched, you can navigate to an existing file, or select the &#039;&#039;&#039;Choose&#039;&#039;&#039; button in the file picker to upload a new file.&lt;br /&gt;
[[Image:M2-scorm-file-picker-choose.png|thumb|400px|center|Launch file picker]]&lt;br /&gt;
Browse to the new SCORM package on your local machine and select it. When you are returned to the file picker, select &#039;&#039;&#039;Upload&#039;&#039;&#039;.&lt;br /&gt;
[[Image:M2-scorm-upload-file-to-site.png|thumb|400px|center|Launch file picker]]&lt;br /&gt;
If selecting files is difficult, you might want to learn more about the [[File picker]].&lt;br /&gt;
 &lt;br /&gt;
:&#039;&#039;Tip:&#039;&#039; Additional &#039;&#039;&#039;Package file&#039;&#039;&#039; settings are available when configured globally. See &#039;&#039;&#039;Admin settings&#039;&#039;&#039; below.&lt;br /&gt;
&lt;br /&gt;
===Other settings===&lt;br /&gt;
Pressing the advance button will reveal all the choices below. &lt;br /&gt;
[[Image:SCORM_settings_other_19.png|thumb|300px|right|Moodle 1.9 SCORM Other Settings block - advanced  shown ]]&lt;br /&gt;
*&#039;&#039;&#039;Grading method&#039;&#039;&#039;&lt;br /&gt;
** Learning Objects - This mode shows the number of completed/passed Learning Objects for the activity. The max value is the number of Package&#039;s Learning Objects. &#039;&#039;Tip:&#039;&#039; If your SCORM package does report cmi.core.lesson_status, and does not report cmi.core.score.raw, then you should use this setting. &lt;br /&gt;
** Highest grade - The grade page will display the highest score obtained by users in all passed Learning Objects. &#039;&#039;Tip:&#039;&#039; If your SCORM package does report cmi.core.score.raw, and does not report cmi.core.lesson_status, then you should use this setting, Average grade, or Sum grade. &lt;br /&gt;
** Average grade - If you choose this mode Moodle will calculate the average of all scores.&lt;br /&gt;
**Sum grade - With this mode all the scores will be added.&lt;br /&gt;
*&#039;&#039;&#039;Maximum grade&#039;&#039;&#039; - Not applicable if Grading Method is Learning objects. Usual setting is 100. If your SCO &#039;s high score is something other than 100, you should adjust this value appropriately. When grading Method is one of the score settings, then the gradebook grade is package score divided by this number. &lt;br /&gt;
*&#039;&#039;&#039;Number of attempts&#039;&#039;&#039; - Defines the number of attempts permitted to users. It works only with SCORM 1.2 and AICC packages. SCORM2004 has its own max attempts definition. &lt;br /&gt;
** The option to start a new attempt is provided by a checkbox above the &#039;&#039;&#039;Enter&#039;&#039;&#039; button on the content structure page, so be sure you&#039;re providing access to that page if you want to allow more than one attempt.&lt;br /&gt;
** An attempt is not complete until the cmi.core.lesson_status for the attempt is set to either &#039;completed&#039; or &#039;passed&#039;. After that, the &#039;&#039;&#039;Start new attempt&#039;&#039;&#039; checkbox is available to the learner.  &lt;br /&gt;
*&#039;&#039;&#039;Attempts grading&#039;&#039;&#039; - When you permit multiple attempts for students, you can choose how to record the result in gradebook by first, last, average or highest settings.&lt;br /&gt;
*&#039;&#039;&#039;Width&#039;&#039;&#039; - Stage size width as a css value, either % or pixels. Default is 100%. You can change to a different percentage by putting a % symbol after the number (ex. 80%). You can also set to a pixels value by entering a number higher than 100 (ex. 800). &lt;br /&gt;
*&#039;&#039;&#039;Height&#039;&#039;&#039; - Stage size height as a css value, either % or pixels. Default is 500 pixels. You can change to a percentage by putting a % symbol after the number (ex. 80%). You can also set to a pixels value by entering a number higher than 100 (ex. 800). &lt;br /&gt;
*&#039;&#039;&#039;Display package&#039;&#039;&#039; - in current or new window &lt;br /&gt;
*&#039;&#039;&#039;Options&#039;&#039;&#039; - There are a series of check boxes for:Allow the window to be resized ad scrolled, displaying directory links, location bar, menu bar, toolbar and/or status.&lt;br /&gt;
*&#039;&#039;&#039;Student skip content structure page&#039;&#039;&#039; - never, first access, always&lt;br /&gt;
*&#039;&#039;&#039;Disable preview mode&#039;&#039;&#039; - If this option is set to Yes, the Preview button in the view page of a SCORM/AICC Package activity will be hidden. The student can choose to preview (browse mode) the activity or attempt it in the normal mode. When a Learning Object is completed in preview (browse) mode, it&#039;s marked with browsed icon&lt;br /&gt;
*&#039;&#039;&#039;Course structure display&#039;&#039;&#039; - Table of Contents display&lt;br /&gt;
*&#039;&#039;&#039;Hide navigation buttons&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;Auto-Continue&#039;&#039;&#039; - If Auto-continue is set to Yes, when a Learning Object calls the &amp;quot;close communication&amp;quot; method, the next available Learning Object is launched automatically.If it is set to No, the users must use the &amp;quot;Continue&amp;quot; button to go on.&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; Auto-Continue will only to move from one SCORM to the next in the same topic. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Display package&#039;&#039;&#039; - Allow the window to be resized, Allow the window to be scrolled, Show the directory links, Show the location bar, Show the menu bar, Show the toolbar, Show the status bar.&lt;br /&gt;
* Display attempt status&lt;br /&gt;
* Display course structure&lt;br /&gt;
* Force completed&lt;br /&gt;
* Force new attempt&lt;br /&gt;
* Lock after final attempt&lt;br /&gt;
&lt;br /&gt;
===Common module settings===&lt;br /&gt;
See [[Common module settings]]&lt;br /&gt;
&lt;br /&gt;
===Save settings===&lt;br /&gt;
As in most activities there are 3 save button choices. &#039;&#039;&#039;Cancel&#039;&#039;&#039;, &#039;&#039;&#039;Save and return to course&#039;&#039;&#039; and &#039;&#039;&#039;Save changes&#039;&#039;&#039; buttons.  The Save changes button will take the teacher back to the SCORM &amp;quot;stage&amp;quot; page.&lt;br /&gt;
&lt;br /&gt;
==Site administration settings==&lt;br /&gt;
[[Image:M2-scorm-admin-nav.png|thumb|163px|right|Moodle 2.0 SCORM Admin Settings]]&lt;br /&gt;
These options are available to the site admin in the &#039;&#039;&#039;Settings&#039;&#039;&#039; menu: &#039;&#039;Site administration &amp;gt; Plugins &amp;gt; Activity Modules &amp;gt; SCORM Package&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
===Default Value Settings===&lt;br /&gt;
Many of the settings available in the SCORM Package administration simply set the default value for the SCORM activity module setup options provided within courses. Edit these settings to save yourself time when adding large numbers of packages, or to establish a standard for presentation across the site.&lt;br /&gt;
&lt;br /&gt;
===Other Important Settings===&lt;br /&gt;
The following options provided which &#039;&#039;&#039;do not&#039;&#039;&#039; simply set a default value for the SCORM activity editing page view. &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Synchronization time:&#039;&#039;&#039; For SCORM packages that have the auto-update setting to &#039;Every Day&#039; this defines what time the process should run.&lt;br /&gt;
* &#039;&#039;&#039;Enable external package type:&#039;&#039;&#039; If selected, presents a text field to paste a URL to a remote imsmanifest.xml (in an unzipped remote SCORM package), as well as the file picker option provided by default. Note that the content is played from the designated location, and not unpacked into the Moodle file system. So any reporting data will not be saved via the SCORM API in to Moodle.&lt;br /&gt;
* &#039;&#039;&#039;Enable downloaded package type:&#039;&#039;&#039; If selected, presents a text field to paste a URL to a remote package.zip SCORM package. Package is downloaded and unzipped into the Moodle file system. &lt;br /&gt;
* &#039;&#039;&#039;Enable IMS package type:&#039;&#039;&#039; Enables a package to be selected from within an IMS repository&lt;br /&gt;
* &#039;&#039;&#039;Force users to enable JavaScript:&#039;&#039;&#039; Since the SCORM API uses JavaScript to save data to Moodle, this is a great idea!&lt;br /&gt;
* &#039;&#039;&#039;Activate API debug and tracing (set the capture mask with apidebugmask):&#039;&#039;&#039; Turns on debugging for SCORM activities. In Moodle 2 you no longer have to also turn on debugging in the developer options. &lt;br /&gt;
* &#039;&#039;&#039;API debug capture mask - use a simple regex on &amp;lt;username&amp;gt;:&amp;lt;activityname&amp;gt; e.g. admin:.* will debug for admin user only:&#039;&#039;&#039; 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: &#039;&#039;&#039;admin.*&#039;&#039;&#039; Users not logged in as admin will not see the debugging log. The &amp;quot;Default&amp;quot; api mask is &#039;&#039;&#039;.*&#039;&#039;&#039; which translates roughly to &#039;&#039;&#039;everybody&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[:dev:SCORM_schema |SCORM Schema]] for developers&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:SCORM]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Ajouter/modifier un SCORM]]&lt;br /&gt;
[[ja:SCORMを追加/編集する]]&lt;br /&gt;
[[de:Lernpaket anlegen]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=SCORM_settings&amp;diff=96085</id>
		<title>SCORM settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=SCORM_settings&amp;diff=96085"/>
		<updated>2012-09-14T07:52:36Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* Creating */  remove link to scorm repo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Improve}}&lt;br /&gt;
{{SCORM}}&lt;br /&gt;
&lt;br /&gt;
To add a SCORM package to a course, or to edit the SCORM activity settings, turn on the course edit mode as a teacher with editing privileges. &lt;br /&gt;
&lt;br /&gt;
The SCORM activity can also be used to add AICC content running using AICC HACP (HTTP AICC Communication Protocol &amp;quot;Appendix A&amp;quot;), see CMI001 - AICC/CMI Guidelines For Interoperability [http://www.aicc.org/pages/down-docs-index.htm#cmi001]&lt;br /&gt;
&lt;br /&gt;
==Creating==&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. See [[Tools for creating SCORM content]]&lt;br /&gt;
&lt;br /&gt;
==Adding== &lt;br /&gt;
# While logged in as a teacher, select [[Image:Turn edit on button.JPG]] at the top right of a course homepage or in the course admin menu. See [[Turn_editing_on]].&lt;br /&gt;
# in one of the &#039;&#039;&#039;Add an activity...&#039;&#039;&#039; drop down menus that appear, select &#039;&#039;&#039;SCORM package&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Editing==&lt;br /&gt;
If the SCORM/AICC package has already been added, you can edit it by clicking the edit icon (pen) in the resource/activity list on front page of the course. If you are in the SCORM page, you can click the &#039;&#039;&#039;Update this SCORM&#039;&#039;&#039; button. Both these methods bring you to the settings page.&lt;br /&gt;
 &lt;br /&gt;
==Settings==&lt;br /&gt;
On the Setting page, the teacher can view the 3 settings areas, along with the save options buttons.&lt;br /&gt;
[[Image:M2-blank-settings.png|thumb|400px|center|Moodle 2.0 SCORM Setting Page ]] &lt;br /&gt;
&lt;br /&gt;
===General settings===&lt;br /&gt;
*&#039;&#039;&#039;Name&#039;&#039;&#039; field records the short name of the activity. This appears in the navigation breadcrumb.&lt;br /&gt;
*&#039;&#039;&#039;Description&#039;&#039;&#039; text is only seen after the name in the list shown when you choose &amp;quot;activities &amp;gt; Scorm&amp;quot;&lt;br /&gt;
*&#039;&#039;&#039;Package file&#039;&#039;&#039; setting determines what SCORM package is used by this SCORM activity. To select the SCORM package, first select the &#039;&#039;&#039;Choose&#039;&#039;&#039; button to launch the file picker.&lt;br /&gt;
[[Image:M2-scorm-settings.png|thumb|400px|center|Launch file picker]]&lt;br /&gt;
With the file picker launched, you can navigate to an existing file, or select the &#039;&#039;&#039;Choose&#039;&#039;&#039; button in the file picker to upload a new file.&lt;br /&gt;
[[Image:M2-scorm-file-picker-choose.png|thumb|400px|center|Launch file picker]]&lt;br /&gt;
Browse to the new SCORM package on your local machine and select it. When you are returned to the file picker, select &#039;&#039;&#039;Upload&#039;&#039;&#039;.&lt;br /&gt;
[[Image:M2-scorm-upload-file-to-site.png|thumb|400px|center|Launch file picker]]&lt;br /&gt;
If selecting files is difficult, you might want to learn more about the [[File picker]].&lt;br /&gt;
 &lt;br /&gt;
:&#039;&#039;Tip:&#039;&#039; Additional &#039;&#039;&#039;Package file&#039;&#039;&#039; settings are available when configured globally. See &#039;&#039;&#039;Admin settings&#039;&#039;&#039; below.&lt;br /&gt;
&lt;br /&gt;
===Other settings===&lt;br /&gt;
Pressing the advance button will reveal all the choices below. &lt;br /&gt;
[[Image:SCORM_settings_other_19.png|thumb|300px|right|Moodle 1.9 SCORM Other Settings block - advanced  shown ]]&lt;br /&gt;
*&#039;&#039;&#039;Grading method&#039;&#039;&#039;&lt;br /&gt;
** Learning Objects - This mode shows the number of completed/passed Learning Objects for the activity. The max value is the number of Package&#039;s Learning Objects. &#039;&#039;Tip:&#039;&#039; If your SCORM package does report cmi.core.lesson_status, and does not report cmi.core.score.raw, then you should use this setting. &lt;br /&gt;
** Highest grade - The grade page will display the highest score obtained by users in all passed Learning Objects. &#039;&#039;Tip:&#039;&#039; If your SCORM package does report cmi.core.score.raw, and does not report cmi.core.lesson_status, then you should use this setting, Average grade, or Sum grade. &lt;br /&gt;
** Average grade - If you choose this mode Moodle will calculate the average of all scores.&lt;br /&gt;
**Sum grade - With this mode all the scores will be added.&lt;br /&gt;
*&#039;&#039;&#039;Maximum grade&#039;&#039;&#039; - Not applicable if Grading Method is Learning objects. Usual setting is 100. If your SCO &#039;s high score is something other than 100, you should adjust this value appropriately. When grading Method is one of the score settings, then the gradebook grade is package score divided by this number. &lt;br /&gt;
*&#039;&#039;&#039;Number of attempts&#039;&#039;&#039; - Defines the number of attempts permitted to users. It works only with SCORM 1.2 and AICC packages. SCORM2004 has its own max attempts definition. &lt;br /&gt;
** The option to start a new attempt is provided by a checkbox above the &#039;&#039;&#039;Enter&#039;&#039;&#039; button on the content structure page, so be sure you&#039;re providing access to that page if you want to allow more than one attempt.&lt;br /&gt;
** An attempt is not complete until the cmi.core.lesson_status for the attempt is set to either &#039;completed&#039; or &#039;passed&#039;. After that, the &#039;&#039;&#039;Start new attempt&#039;&#039;&#039; checkbox is available to the learner.  &lt;br /&gt;
*&#039;&#039;&#039;Attempts grading&#039;&#039;&#039; - When you permit multiple attempts for students, you can choose how to record the result in gradebook by first, last, average or highest settings.&lt;br /&gt;
*&#039;&#039;&#039;Width&#039;&#039;&#039; - Stage size width as a css value, either % or pixels. Default is 100%. You can change to a different percentage by putting a % symbol after the number (ex. 80%). You can also set to a pixels value by entering a number higher than 100 (ex. 800). &lt;br /&gt;
*&#039;&#039;&#039;Height&#039;&#039;&#039; - Stage size height as a css value, either % or pixels. Default is 500 pixels. You can change to a percentage by putting a % symbol after the number (ex. 80%). You can also set to a pixels value by entering a number higher than 100 (ex. 800). &lt;br /&gt;
*&#039;&#039;&#039;Display package&#039;&#039;&#039; - in current or new window &lt;br /&gt;
*&#039;&#039;&#039;Options&#039;&#039;&#039; - There are a series of check boxes for:Allow the window to be resized ad scrolled, displaying directory links, location bar, menu bar, toolbar and/or status.&lt;br /&gt;
*&#039;&#039;&#039;Student skip content structure page&#039;&#039;&#039; - never, first access, always&lt;br /&gt;
*&#039;&#039;&#039;Disable preview mode&#039;&#039;&#039; - If this option is set to Yes, the Preview button in the view page of a SCORM/AICC Package activity will be hidden. The student can choose to preview (browse mode) the activity or attempt it in the normal mode. When a Learning Object is completed in preview (browse) mode, it&#039;s marked with browsed icon&lt;br /&gt;
*&#039;&#039;&#039;Course structure display&#039;&#039;&#039; - Table of Contents display&lt;br /&gt;
*&#039;&#039;&#039;Hide navigation buttons&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;Auto-Continue&#039;&#039;&#039; - If Auto-continue is set to Yes, when a Learning Object calls the &amp;quot;close communication&amp;quot; method, the next available Learning Object is launched automatically.If it is set to No, the users must use the &amp;quot;Continue&amp;quot; button to go on.&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; Auto-Continue will only to move from one SCORM to the next in the same topic. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Display package&#039;&#039;&#039; - Allow the window to be resized, Allow the window to be scrolled, Show the directory links, Show the location bar, Show the menu bar, Show the toolbar, Show the status bar.&lt;br /&gt;
* Display attempt status&lt;br /&gt;
* Display course structure&lt;br /&gt;
* Force completed&lt;br /&gt;
* Force new attempt&lt;br /&gt;
* Lock after final attempt&lt;br /&gt;
&lt;br /&gt;
===Common module settings===&lt;br /&gt;
See [[Common module settings]]&lt;br /&gt;
&lt;br /&gt;
===Save settings===&lt;br /&gt;
As in most activities there are 3 save button choices. &#039;&#039;&#039;Cancel&#039;&#039;&#039;, &#039;&#039;&#039;Save and return to course&#039;&#039;&#039; and &#039;&#039;&#039;Save changes&#039;&#039;&#039; buttons.  The Save changes button will take the teacher back to the SCORM &amp;quot;stage&amp;quot; page.&lt;br /&gt;
&lt;br /&gt;
==Site administration settings==&lt;br /&gt;
[[Image:M2-scorm-admin-nav.png|thumb|163px|right|Moodle 2.0 SCORM Admin Settings]]&lt;br /&gt;
These options are available to the site admin in the &#039;&#039;&#039;Settings&#039;&#039;&#039; menu: &#039;&#039;Site administration &amp;gt; Plugins &amp;gt; Activity Modules &amp;gt; SCORM Package&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
===Default Value Settings===&lt;br /&gt;
Many of the settings available in the SCORM Package administration simply set the default value for the SCORM activity module setup options provided within courses. Edit these settings to save yourself time when adding large numbers of packages, or to establish a standard for presentation across the site.&lt;br /&gt;
&lt;br /&gt;
===Other Important Settings===&lt;br /&gt;
The following options provided which &#039;&#039;&#039;do not&#039;&#039;&#039; simply set a default value for the SCORM activity editing page view. &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Synchronization time:&#039;&#039;&#039; For SCORM packages that have the auto-update setting to &#039;Every Day&#039; this defines what time the process should run.&lt;br /&gt;
* &#039;&#039;&#039;Enable external package type:&#039;&#039;&#039; If selected, presents a text field to paste a URL to a remote imsmanifest.xml (in an unzipped remote SCORM package), as well as the file picker option provided by default. Note that the content is played from the designated location, and not unpacked into the Moodle file system. So any reporting data will not be saved via the SCORM API in to Moodle.&lt;br /&gt;
* &#039;&#039;&#039;Enable downloaded package type:&#039;&#039;&#039; If selected, presents a text field to paste a URL to a remove package.zip SCORM package. Package is downloaded and unzipped into the Moodle file system. &lt;br /&gt;
* &#039;&#039;&#039;Enable IMS package type:&#039;&#039;&#039; Enables a package to be selected from within an IMS repository&lt;br /&gt;
* &#039;&#039;&#039;Force users to enable JavaScript:&#039;&#039;&#039; Since the SCORM API uses JavaScript to save data to Moodle, this is a great idea!&lt;br /&gt;
* &#039;&#039;&#039;Activate API debug and tracing (set the capture mask with apidebugmask):&#039;&#039;&#039; Turns on debugging for SCORM activities. In Moodle 2 you no longer have to also turn on debugging in the developer options. &lt;br /&gt;
* &#039;&#039;&#039;API debug capture mask - use a simple regex on &amp;lt;username&amp;gt;:&amp;lt;activityname&amp;gt; e.g. admin:.* will debug for admin user only:&#039;&#039;&#039; 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: &#039;&#039;&#039;admin.*&#039;&#039;&#039; Users not logged in as admin will not see the debugging log. The &amp;quot;Default&amp;quot; api mask is &#039;&#039;&#039;.*&#039;&#039;&#039; which translates roughly to &#039;&#039;&#039;everybody&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[:dev:SCORM_schema |SCORM Schema]] for developers&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:SCORM]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Ajouter/modifier un SCORM]]&lt;br /&gt;
[[ja:SCORMを追加/編集する]]&lt;br /&gt;
[[de:Lernpaket anlegen]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=SCORM_FAQ&amp;diff=96084</id>
		<title>SCORM FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=SCORM_FAQ&amp;diff=96084"/>
		<updated>2012-09-14T07:43:32Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: deprecate reference to scorm repository - use a file hosting service instead&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.htm&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://support.scorm.com/entries/20394726-scorm-cloud-moodle-module 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;
&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;
&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;
&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;
&lt;br /&gt;
* Run your problematic SCORM package through &#039;&#039;&#039;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;
&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]&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 obects 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/health.php page is also made to see if slasharguments is supported - visit http://yourmoodlesite/admin/health.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/health.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;
===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 either &#039;completed&#039; or &#039;passed&#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 not set to &#039;completed&#039; or &#039;passed&#039; the learner can only 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 deafult 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 are graded - It&#039;s important to note each time a learner enters a single SCORM attempt they can achieve a grade, but only the final grade achieved after cmi.core_lesson_status is set to &#039;completed&#039; or &#039;passed&#039; will be kept and used in the 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;
==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;
 &lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[de:Lernpaket FAQ]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=SCORM_FAQ&amp;diff=96072</id>
		<title>SCORM FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=SCORM_FAQ&amp;diff=96072"/>
		<updated>2012-08-08T22:51:42Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: add links to my scorm doesn&amp;#039;t work blog post&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.htm&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;
* Post a copy of your SCORM object in the [http://moodle.org/mod/data/view.php?d=50 SCORM Repository] 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://support.scorm.com/entries/20394726-scorm-cloud-moodle-module 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 - unfortunately the availability of publicly accessible AICC objects is limited, so testing has been rather difficult. If you have any AICC objects you are willing to share, please upload them to the [http://moodle.org/mod/data/view.php?d=50 SCORM Repository]&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;
&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;
&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;
&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;
&lt;br /&gt;
* Run your problematic SCORM package through &#039;&#039;&#039;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;
&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]&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 obects 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/health.php page is also made to see if slasharguments is supported - visit http://yourmoodlesite/admin/health.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/health.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;
===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 either &#039;completed&#039; or &#039;passed&#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 not set to &#039;completed&#039; or &#039;passed&#039; the learner can only 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 deafult 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 are graded - It&#039;s important to note each time a learner enters a single SCORM attempt they can achieve a grade, but only the final grade achieved after cmi.core_lesson_status is set to &#039;completed&#039; or &#039;passed&#039; will be kept and used in the 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;
==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;
* [http://moodle.org/mod/data/view.php?id=7198 SCORM Repository] - allows uploading/downloading shared Objects&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;
 &lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[de:Lernpaket FAQ]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=SCORM_FAQ&amp;diff=96059</id>
		<title>SCORM FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=SCORM_FAQ&amp;diff=96059"/>
		<updated>2012-07-24T21:58:22Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* Handling of Multiple Attempts */ rewrite faq to give more detail&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.htm&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;
* Post a copy of your SCORM object in the [http://moodle.org/mod/data/view.php?d=50 SCORM Repository] 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;
&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://support.scorm.com/entries/20394726-scorm-cloud-moodle-module 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 - unfortunately the availability of publicly accessible AICC objects is limited, so testing has been rather difficult. If you have any AICC objects you are willing to share, please upload them to the [http://moodle.org/mod/data/view.php?d=50 SCORM Repository]&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;
&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;
&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;
&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;
&lt;br /&gt;
* Run your problematic SCORM package through &#039;&#039;&#039;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;
&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]&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 obects 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/health.php page is also made to see if slasharguments is supported - visit http://yourmoodlesite/admin/health.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/health.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;
===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 either &#039;completed&#039; or &#039;passed&#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 not set to &#039;completed&#039; or &#039;passed&#039; the learner can only 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 deafult 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 are graded - It&#039;s important to note each time a learner enters a single SCORM attempt they can achieve a grade, but only the final grade achieved after cmi.core_lesson_status is set to &#039;completed&#039; or &#039;passed&#039; will be kept and used in the 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;
==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/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;
* [http://moodle.org/mod/data/view.php?id=7198 SCORM Repository] - allows uploading/downloading shared Objects&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;
 &lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[de:Lernpaket FAQ]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_Turnitin&amp;diff=95996</id>
		<title>Plagiarism Prevention Turnitin</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_Turnitin&amp;diff=95996"/>
		<updated>2012-06-04T02:00:46Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* Plagiarism Plugin */  add deprecated info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Plagiarism prevention}}&lt;br /&gt;
Turnitin is a commercial plagiarism detection system which requires a paid subscription to use - there are currently 3 different options available to use Turnitin in Moodle 2.0.&lt;br /&gt;
&lt;br /&gt;
===Plagiarism Plugin===&lt;br /&gt;
A [[Plagiarism Prevention]] plugin written by [http://moodle.org/user/view.php?id=21591&amp;amp;course=5 Dan Marsden] from [http://www.catalyst.net.nz Catalyst IT] which allows existing Modules to &amp;quot;call&amp;quot; the plagiarism service. It has been added to the upload and uploadsingle assignment types, but eventually support will be added to other Moodle modules. This is a generic plugin system and other Plagiarism products are also available preventing an institution from being &amp;quot;locked in&amp;quot; to a Plagiarism Tool vendor.&lt;br /&gt;
* &#039;&#039;&#039; NOTE: this plugin will be deprecated by a new plugin currently under development - see [http://danmarsden.com/blog/2012/03/06/future-of-moodle-turnitin-plugins future-of-moodle-turnitin-plugins]&#039;&#039;&#039;&lt;br /&gt;
*[[Plagiarism Prevention Turnitin Settings|Turnitin Installation and Settings]]&lt;br /&gt;
&lt;br /&gt;
===Moodle Direct Plugin===&lt;br /&gt;
The [[Turnitin&#039;s Moodle Direct Integration|Moodle Direct Integration]] was developed by [http://www.nlearning.co.uk nlearning Ltd] (now iParadigms Europe Ltd) - This is a standalone Moodle module that is similar to the advanced assignment type, however it adds a range of Turnitin specific functionality. The current version is available from [[http://www.moodle.org/modules Modules and Plugins]]. The key aim of the development is to represent all features of Turnitin within the Moodle workflow as and when they become exposed through the Turnitin API. &lt;br /&gt;
&lt;br /&gt;
The Direct Plugin works on the principle of mapping a Turnitin Assignment in Moodle with an assignment in Turnitin, once mapped all submissions made on either side are synchronised reflecting any changes on both platforms. It is therefore possible to access the assignments created using the plugin by logging in to either system. There is the option to disable emails sent out to students which means login details and welcome emails are not sent which encourages students to submit only through Moodle. GradeMark grades are represented in the Moodle gradebook and originality scores are displayed in the Moodle Turnitin Assignment Inbox.&lt;br /&gt;
&lt;br /&gt;
For more detail see: http://moodle.org/mod/forum/discuss.php?d=149575&lt;br /&gt;
&lt;br /&gt;
===Moodle Basic Plugin===&lt;br /&gt;
This is an assignment type plugin (support for this may be dropped in 2.3 as the assignment module is planned for a rewrite) it just provides Single Sign on to the turnitin.com website keeping moodle in a frame at the top.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [https://docs.moodle.org/19/en/Turnitin Turnitin Plugins for older Moodle versions]&lt;br /&gt;
* [https://docs.moodle.org/dev/en/Turnitin_errors Turnitin Error states]&lt;br /&gt;
&lt;br /&gt;
[[Category:Turnitin]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=SCORM_FAQ&amp;diff=95375</id>
		<title>SCORM FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=SCORM_FAQ&amp;diff=95375"/>
		<updated>2012-03-07T08:40:59Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* Unzip issues */ update details related to php zip&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.htm&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;
* Post a copy of your SCORM object in the [http://moodle.org/mod/data/view.php?d=50 SCORM Repository] 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;
&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;
* Moodle 1.9.5 is certified SCORM 1.2 compliant.  &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://support.scorm.com/entries/20394726-scorm-cloud-moodle-module 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 - unfortunately the availability of publicly accessible AICC objects is limited, so testing has been rather difficult. If you have any AICC objects you are willing to share, please upload them to the [http://moodle.org/mod/data/view.php?d=50 SCORM Repository]&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;
&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;
&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;
&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;
&lt;br /&gt;
* Run your problematic SCORM package through &#039;&#039;&#039;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;
&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]&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;
Beginning in Moodle 2.0 there are new site administration options which impact the setup options available to SCORM activities in Moodle courses. These options are accessed as an admin user, in the &#039;&#039;&#039;Settings&#039;&#039;&#039; menu: Site Administration &amp;gt; Plugins &amp;gt; Activity Modules &amp;gt; SCORM Package. &lt;br /&gt;
&lt;br /&gt;
Many of the settings available here simply set the default value for the SCORM activity module setup options provided within courses. This page will cover the options provided which &#039;&#039;&#039;do not&#039;&#039;&#039; simply set a default value for the SCORM activity editing page view. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Enable external package type:&#039;&#039;&#039; If selected, presents a text field to paste a URL to a remote imsmanifest.xml (in an unzipped remote SCORM package), as well as the file picker option provided by default. Note that the content is played from the designated location, and not unpacked into the Moodle file system. So any reporting data will not be saved via the SCORM API in to Moodle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Enable downloaded package type:&#039;&#039;&#039; If selected, presents a text field to paste a URL to a remove package.zip SCORM package. Package is downloaded and unzipped into the Moodle file system. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Enable IMS package type:&#039;&#039;&#039; Enables a package to be selected from within an IMS repository&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Force users to enable JavaScript:&#039;&#039;&#039; Since the SCORM API uses JavaScript to save data to Moodle, this is a great idea!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Activate API debug and tracing (set the capture mask with apidebugmask):&#039;&#039;&#039; Turns on debugging for SCORM activities. In Moodle 2 you no longer have to also turn on debugging in the developer options. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;API debug capture mask - use a simple regex on &amp;lt;username&amp;gt;:&amp;lt;activityname&amp;gt; e.g. admin:.* will debug for admin user only:&#039;&#039;&#039; 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: &#039;&#039;&#039;admin.*&#039;&#039;&#039; Users not logged in as admin will not see the debugging log. The &amp;quot;Default&amp;quot; api mask is &#039;&#039;&#039;.*&#039;&#039;&#039; which translates roughly to &#039;&#039;&#039;everybody&#039;&#039;&#039;.&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 obects 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/health.php page is also made to see if slasharguments is supported - visit http://yourmoodlesite/admin/health.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/health.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;
===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;
* The option to start a new attempt is provided by a checkbox above the &#039;&#039;&#039;Enter&#039;&#039;&#039; button on the content structure page, so be sure you&#039;re providing access to that page if you want to allow more than one attempt.&lt;br /&gt;
* An attempt is not defined until the cmi.core.lesson_status for the attempt is set to either &#039;completed&#039; or &#039;passed&#039;. After that, the &#039;&#039;&#039;Start new attempt&#039;&#039;&#039; checkbox is available to the learner.&lt;br /&gt;
* Some scorm packages are intelligent about new attempts, 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, even though the attempt was &#039;completed&#039; or &#039;passed&#039;. &lt;br /&gt;
* SCORM content created with Adobe Captivate has been observed to overwrite these values, though it was not determined whether Captivate provides a publishing setting to override this.&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;
==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/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;
* [http://moodle.org/mod/data/view.php?id=7198 SCORM Repository] - allows uploading/downloading shared Objects&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;
 &lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[de:Lernpaket FAQ]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=How_to_rebuild_context_paths&amp;diff=95049</id>
		<title>How to rebuild context paths</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=How_to_rebuild_context_paths&amp;diff=95049"/>
		<updated>2012-01-23T01:44:24Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* Step A: Create the script */ remove old 1.9 code references.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Performance}}{{Update}}&lt;br /&gt;
&lt;br /&gt;
Sometimes, if something has gone wrong in your database, you will get an error like:&lt;br /&gt;
&lt;br /&gt;
 [Thu Jan 15 16:20:59 2009] [error] [client 144.32.148.21] &lt;br /&gt;
 PHP Notice:  Context id 113 does not have valid path, please use build_context_path()&lt;br /&gt;
  line 375 of lib/accesslib.php: call to debugging()&lt;br /&gt;
  line 125 of mod/forum/index.php: call to has_capability()&lt;br /&gt;
  in /lib/weblib.php on line 6923, referer: mod/forum/index.php?id=2&lt;br /&gt;
&lt;br /&gt;
This page explains how to follow the instruction to &amp;quot;please use build_context_path&amp;quot;. You will need to create a simple PHP script to do this, then run it.&lt;br /&gt;
&lt;br /&gt;
== Before you start==&lt;br /&gt;
&lt;br /&gt;
This error should never happen, so the fact that it has may be a symptom of something more serious being wrong. If you are paranoid, you may wish to [[How to check your database for corruption|check your database for corruption]] before running the repair script below.&lt;br /&gt;
&lt;br /&gt;
On the other hand, sometimes these things happens, so you could just run the script below then forget about it.&lt;br /&gt;
&lt;br /&gt;
== Step A: Create the script ==&lt;br /&gt;
&lt;br /&gt;
On your server, create a file in the &#039;&#039;&#039;/admin&#039;&#039;&#039; folder called &#039;&#039;&#039;rebuildcontextpaths.php&#039;&#039;&#039; with the following content:&lt;br /&gt;
&amp;lt;code php&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
require_once(dirname(__FILE__) . &#039;/../config.php&#039;);&lt;br /&gt;
&lt;br /&gt;
require_login();&lt;br /&gt;
require_capability(&#039;moodle/site:config&#039;, get_context_instance(CONTEXT_SYSTEM));&lt;br /&gt;
&lt;br /&gt;
$strRebuildContextPath = &amp;quot;Rebuild Context Path&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
$PAGE-&amp;gt;set_url(&#039;/admin/rebuildcontexpath.php&#039;);&lt;br /&gt;
$PAGE-&amp;gt;set_title($strRebuildContextPath);&lt;br /&gt;
$PAGE-&amp;gt;set_heading($strRebuildContextPath);&lt;br /&gt;
$PAGE-&amp;gt;navbar-&amp;gt;add($strRebuildContextPath);&lt;br /&gt;
&lt;br /&gt;
echo $OUTPUT-&amp;gt;header();&lt;br /&gt;
echo &#039;&amp;lt;p&amp;gt;Rebuilding context paths ...&amp;lt;/p&amp;gt;&#039;;&lt;br /&gt;
build_context_path(true);&lt;br /&gt;
echo &#039;&amp;lt;p&amp;gt;Done&amp;lt;/p&amp;gt;&#039;;&lt;br /&gt;
echo $OUTPUT-&amp;gt;footer();&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(You can either create this file on your own computer using a text editor like Notepad, then upload it to Moodle&#039;s /admin folder. Or you can edit the file directly on the server. It does not matter how you do it, just that you end up with the file there, with those contents.)&lt;br /&gt;
&lt;br /&gt;
== Step B: Run the script ==&lt;br /&gt;
&lt;br /&gt;
Go to the URL .../admin/rebuildcontextpaths.php in your web browser (for example, if your Moodle site is at &amp;lt;nowiki&amp;gt;http://example.com/moodle/, then go to the URL http://example.com/moodle/admin/rebuildcontextpaths.php&amp;lt;/nowiki&amp;gt;). You need to log in as an administrator. The script will run, and immediately print &#039;Rebuilding context paths ...&#039;. Some time later (depending on how big your Moodle site is) it will print &#039;Done&#039;.&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_Turnitin_Settings&amp;diff=94873</id>
		<title>Plagiarism Prevention Turnitin Settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_Turnitin_Settings&amp;diff=94873"/>
		<updated>2012-01-04T22:53:26Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: move content to latest wiki only.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Plagiarism prevention}}&lt;br /&gt;
The up-to-date information for configuring Dan Marsden&#039;s Turnitin plugin is available in the latest Moodle Docs wiki: [[:en:Plagiarism_Prevention_Turnitin_Settings]]&lt;br /&gt;
[[Category:Turnitin]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_Turnitin_Settings&amp;diff=94872</id>
		<title>Plagiarism Prevention Turnitin Settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_Turnitin_Settings&amp;diff=94872"/>
		<updated>2012-01-04T20:44:08Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* Activation of your Turnitin Account */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Plagiarism prevention}}&lt;br /&gt;
[[Image:Turnitin_admin.gif|thumb|Turnitin administration]]&lt;br /&gt;
&lt;br /&gt;
==Activation of your Turnitin Account==&lt;br /&gt;
# obtain a Turnitin Subscription from [http://www.turnitin.com www.turnitin.com]&lt;br /&gt;
# Email your Turnitin Account rep or the Turnitin helpdesk and paste this text into the e-mail:&lt;br /&gt;
  Please manually enable our Turnitin account to use the integration SRC=14 to allow the use of the Turnitin Plagiarism plugin &lt;br /&gt;
  for Moodle 2.0 written by Dan Marsden from Catalyst IT.&lt;br /&gt;
  &lt;br /&gt;
 We are aware of the Turnitin Basic and Turnitin Direct plugins but wish to trial the plug-in provided from Dan Marsden/Catalyst IT.&lt;br /&gt;
If you have seen previous Turnitin integrations/plugins you will know that there is an interface that allows you to enable the Open API, Basic, Direct API plugins for Moodle in your Turnitin Administration screen - unfortunately none of these options work with the new Plagiarism plugin for Moodle 2.0&lt;br /&gt;
&lt;br /&gt;
==Installation of the plugin ==&lt;br /&gt;
=== Installation using Git ===&lt;br /&gt;
from the root of your install:&lt;br /&gt;
  git clone git://github.com/danmarsden/moodle-plagiarism_turnitin.git plagiarism/turnitin&lt;br /&gt;
then add plagairism/turnitin to your .gitignore&lt;br /&gt;
Visit the Admin &amp;gt; Notifications page in Moodle to trigger the upgrade scripts&lt;br /&gt;
=== Installation using a Zip file ===&lt;br /&gt;
Download the zip:&lt;br /&gt;
https://github.com/danmarsden/moodle-plagiarism_turnitin/zipball/master&lt;br /&gt;
or the tar.gz:&lt;br /&gt;
https://github.com/danmarsden/moodle-plagiarism_turnitin/tarball/master&lt;br /&gt;
&lt;br /&gt;
Then Extract these files into a new folder under /plagiarism/turnitin and visit the Admin &amp;gt; Notifications page in Moodle to trigger the upgrade scripts&lt;br /&gt;
==Global Configuration of Turnitin==&lt;br /&gt;
# Ensure Admin &amp;gt; Server &amp;gt; Environment indicates you have curl installed&lt;br /&gt;
# Go to Admin &amp;gt; Advanced Features find the setting “Enable plagiarism plugins” - make sure the box is ticked.&lt;br /&gt;
# In the page &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Plugins &amp;gt; Plagiarism Prevention &amp;gt; Turnitin&#039;&#039;&lt;br /&gt;
 set the following:&lt;br /&gt;
## Tick the box &amp;quot;Use Turnitin Submission&amp;quot;&lt;br /&gt;
## Enter your Turnitin Account ID &lt;br /&gt;
## Enter your Turnitin Secret Key as obtained from your Turnitin Account Rep&lt;br /&gt;
## Elect whether to send students an e-mail to allow them to login to the turnitin.com site to view their submissions (this isn&#039;t necessary, and will likely cause your students more confusion, as all the information available in the website is available from your moodle site.) - even if no e-mail is sent, students can visit turnitin.com and use the forgotten password functionality on the turnitin site to get their password sent via e-mail. Admins can disable this by adding a prefix to all email accounts created - see below for details.&lt;br /&gt;
## Set the Student Disclosure statement. - this is displayed to all students on the upload screen to notify them that the Turnitin system is in use.&lt;br /&gt;
&lt;br /&gt;
==Configuration of Turnitin inside Moodle Activity Modules==&lt;br /&gt;
===Assignment Module===&lt;br /&gt;
(currently only available with the advanced file upload and single upload types)&lt;br /&gt;
* Create a new Assignment within your course.&lt;br /&gt;
* Enable Turnitin Submission&lt;br /&gt;
&lt;br /&gt;
==Advanced Configuration==&lt;br /&gt;
The ability to enable/disable Turnitin within a Moodle module such as an assignment is managed using a capability that is by default given to all managers and editing teachers on the site. If you want to force all assignments on your site to use Turnitin and prevent your teachers from changing these settings you can set the defaults above and then remove the capability “moodle/plagiarism_turnitin:enable” from your teacher roles.&lt;br /&gt;
&lt;br /&gt;
You can also use this capability to selectively allow certain teachers to use Turnitin by setting the default above “Enable Turnitin” to “No” - and giving the capabiltiy “moodle/plagiarism_urkund:enable” only to the teachers you want to be able to use Turnitin &lt;br /&gt;
&lt;br /&gt;
==Debugging==&lt;br /&gt;
* when testing the turnitin integration you should make sure debugging is turned on, as it will provide information regarding the process.&lt;br /&gt;
* error codes recieved from the turnitin API are also logged in the mdl_tii_files table, so you can view issues with a production system.&lt;br /&gt;
* each file that is going to be submitted to turnitin is added to the table mdl_tii_files - the field tiicode gives the &amp;quot;status&amp;quot; of the file, - there are 3 &amp;quot;good&amp;quot; states for this field:&lt;br /&gt;
# &amp;quot;pending&amp;quot; - this is a new file that has been uploaded to an activity module, and needs to be submitted to Turnitin (will happen next time cron runs)&lt;br /&gt;
# &amp;quot;51&amp;quot; - this is the turnitin API code for Successful upload - this means the file has been uploaded to Turnitin and we are waiting on an originality score,&lt;br /&gt;
# &amp;quot;success&amp;quot; - this is a file that has been submitted, and a score has been provided for it.&lt;br /&gt;
Any other response code in this field indicates an error state, see the [[Turnitin errors]] page for a complete list of codes.&lt;br /&gt;
&amp;lt;math&amp;gt;Insert formula here&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Turnitin]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=SCORM_module&amp;diff=90184</id>
		<title>SCORM module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=SCORM_module&amp;diff=90184"/>
		<updated>2011-09-23T23:53:10Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: add back short note about supported SCORM versions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Activities}}&lt;br /&gt;
The SCORM module enables you (the teacher) to upload any SCORM or AICC package to include in your course.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SCORM 1.2 is supported in Moodle but SCORM 2004 is not - see [[SCORM_FAQ#Supported_Versions|supported versions]] in the SCORM FAQ for more information.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
SCORM (Sharable Content Object Reference Model) is a collection of specifications that enable interoperability, accessibility and reusability of web-based learning content. SCORM content can be delivered to learners via any SCORM-compliant Learning Management System (LMS) using the same version of SCORM.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[SCORM settings]]&lt;br /&gt;
* [[Using SCORM]]&lt;br /&gt;
* [[Creating SCORM Content]]&lt;br /&gt;
* [[SCORM FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[Image:SCORM_activity_homepage_student_19.png|thumb|center|300px|Student view of SCORM activity 1.9]]&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;
&lt;br /&gt;
[[es:SCORM]]&lt;br /&gt;
[[fr:SCORM]]&lt;br /&gt;
[[ja:SCORM]]&lt;br /&gt;
[[de:Lernpaket (SCORM)]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_Turnitin&amp;diff=89344</id>
		<title>Plagiarism Prevention Turnitin</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_Turnitin&amp;diff=89344"/>
		<updated>2011-09-08T21:37:32Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Copyright and plagiarism}}&lt;br /&gt;
&lt;br /&gt;
==Turnitin==&lt;br /&gt;
Turnitin is a commercial plagiarism detection system which requires a paid subscription to use - there are currently 3 different options available to use Turnitin in Moodle 2.0.&lt;br /&gt;
&lt;br /&gt;
===Plagiarism Plugin===&lt;br /&gt;
A [[Plagiarism Prevention]] plugin written by [http://moodle.org/user/view.php?id=21591&amp;amp;course=5 Dan Marsden] from [http://www.catalyst.net.nz Catalyst IT] which allows existing Modules to &amp;quot;call&amp;quot; the plagiarism service. It has been added to the upload and uploadsingle assignment types, but eventually support will be added to other Moodle modules. This is a generic plugin system and other Plagiarism products are also available preventing an institution from being &amp;quot;locked in&amp;quot; to a Plagiarism Tool vendor.&lt;br /&gt;
*[[Plagiarism Prevention Turnitin Settings|Turnitin Installation and Settings]]&lt;br /&gt;
*[[Plagiarism Prevention Using Turnitin|Using Turnitin]]&lt;br /&gt;
&lt;br /&gt;
===Moodle Direct Plugin===&lt;br /&gt;
The [[Turnitin&#039;s Moodle Direct Integration|Moodle Direct Integration]] was developed by [http://www.nlearning.co.uk nlearning Ltd] (now iParadigms Europe Ltd) - This is a standalone Moodle module that is similar to the advanced assignment type, however it adds a range of Turnitin specific functionality. The current version is available from [[http://www.moodle.org/modules Modules and Plugins]]. The key aim of the development is to represent all features of Turnitin within the Moodle workflow as and when they become exposed through the Turnitin API. &lt;br /&gt;
&lt;br /&gt;
The Direct Plugin works on the principle of mapping a Turnitin Assignment in Moodle with an assignment in Turnitin, once mapped all submissions made on either side are synchronised reflecting any changes on both platforms. It is therefore possible to access the assignments created using the plugin by logging in to either system. There is the option to disable emails sent out to students which means login details and welcome emails are not sent which encourages students to submit only through Moodle. GradeMark grades are represented in the Moodle gradebook and originality scores are displayed in the Moodle Turnitin Assignment Inbox.&lt;br /&gt;
&lt;br /&gt;
For more detail see: http://moodle.org/mod/forum/discuss.php?d=149575&lt;br /&gt;
&lt;br /&gt;
===Moodle Basic Plugin===&lt;br /&gt;
This is an assignment type plugin (support for this may be dropped in 2.3 as the assignment module is planned for a rewrite) it just provides Single Sign on to the turnitin.com website keeping moodle in a frame at the top.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [https://docs.moodle.org/19/en/Turnitin Turnitin Plugins for older Moodle versions]&lt;br /&gt;
* [https://docs.moodle.org/dev/en/Turnitin_errors Turnitin Error states]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_Turnitin_Settings&amp;diff=89174</id>
		<title>Plagiarism Prevention Turnitin Settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_Turnitin_Settings&amp;diff=89174"/>
		<updated>2011-09-04T08:10:12Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* Activation of your Turnitin Account */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Copyright and plagiarism}}&lt;br /&gt;
[[Image:Turnitin_admin.gif|thumb|Turnitin administration]]&lt;br /&gt;
Location: &#039;&#039;Administration &amp;gt; Plugins &amp;gt; Plagiarism Prevention &amp;gt; Turnitin&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Activation of your Turnitin Account==&lt;br /&gt;
# obtain a Turnitin Subscription from [http://www.turnitin.com www.turnitin.com]&lt;br /&gt;
# Email your Turnitin Account rep or the Turnitin helpdesk and paste this text into the e-mail:&lt;br /&gt;
  Please manually enable our Turnitin account to use the integration SRC=14 to allow the use of the Turnitin Plagiarism plugin &lt;br /&gt;
  for Moodle 2.0 written by Dan Marsden from Catalyst IT.&lt;br /&gt;
  &lt;br /&gt;
  We are aware of the Turnitin Basic and Turnitin Direct(Nlearning Module) plugins but wish to trial the other plug-in provided from Catalyst IT.&lt;br /&gt;
If you have seen previous Turnitin integrations/plugins you will know that there is an interface that allows you to enable the Open API, Basic, Direct API plugins for Moodle in your Turnitin Administration screen - unfortunately none of these options work with the new Plagiarism plugin for Moodle 2.0&lt;br /&gt;
&lt;br /&gt;
==Installation of the plugin ==&lt;br /&gt;
=== Installation using Git ===&lt;br /&gt;
from the root of your install:&lt;br /&gt;
  git clone git://github.com/danmarsden/moodle-plagiarism_turnitin.git plagiarism/turnitin&lt;br /&gt;
then add plagairism/turnitin to your .gitignore&lt;br /&gt;
Visit the Admin &amp;gt; Notifications page in Moodle to trigger the upgrade scripts&lt;br /&gt;
=== Installation using a Zip file ===&lt;br /&gt;
Download the zip:&lt;br /&gt;
https://github.com/danmarsden/moodle-plagiarism_turnitin/zipball/master&lt;br /&gt;
or the tar.gz:&lt;br /&gt;
https://github.com/danmarsden/moodle-plagiarism_turnitin/tarball/master&lt;br /&gt;
&lt;br /&gt;
Then Extract these files into a new folder under /plagiarism/turnitin and visit the Admin &amp;gt; Notifications page in Moodle to trigger the upgrade scripts&lt;br /&gt;
==Global Configuration of Turnitin==&lt;br /&gt;
# Ensure Admin &amp;gt; Server &amp;gt; Environment indicates you have curl installed&lt;br /&gt;
# Go to Admin &amp;gt; Advanced Features find the setting “Enable plagiarism plugins” - make sure the box is ticked. [[File:Enableplagiarism.png]]&lt;br /&gt;
# in the page Admin &amp;gt; Modules &amp;gt; Activities &amp;gt; Turnitin set the following:&lt;br /&gt;
## Tick the box &amp;quot;Use Turnitin Submission&amp;quot;&lt;br /&gt;
## Enter your Turnitin Account ID &lt;br /&gt;
## Enter your Turnitin Secret Key as obtained from your Turnitin Account Rep&lt;br /&gt;
## Elect whether to send students an e-mail to allow them to login to the turnitin.com site to view their submissions (this isn&#039;t necessary, and will likely cause your students more confusion, as all the information available in the website is available from your moodle site.) - even if no e-mail is sent, students can visit turnitin.com and use the forgotten password functionality on the turnitin site to get their password sent via e-mail. Admins can disable this by adding a prefix to all email accounts created - see below for details.&lt;br /&gt;
## Set the Student Disclosure statement. - this is displayed to all students on the upload screen to notify them that the Turnitin system is in use.&lt;br /&gt;
&lt;br /&gt;
==Configuration of Turnitin inside Moodle Activity Modules==&lt;br /&gt;
===Assignment Module===&lt;br /&gt;
(currently only available with the advanced file upload and single upload types)&lt;br /&gt;
* Create a new Assignment within your course.&lt;br /&gt;
* Enable Turnitin Submission&lt;br /&gt;
&lt;br /&gt;
==Advanced Configuration==&lt;br /&gt;
The ability to enable/disable Turnitin within a Moodle module such as an assignment is managed using a capability that is by default given to all managers and editing teachers on the site. If you want to force all assignments on your site to use Turnitin and prevent your teachers from changing these settings you can set the defaults above and then remove the capability “moodle/plagiarism_turnitin:enable” from your teacher roles.&lt;br /&gt;
&lt;br /&gt;
You can also use this capability to selectively allow certain teachers to use Turnitin by setting the default above “Enable Turnitin” to “No” - and giving the capabiltiy “moodle/plagiarism_urkund:enable” only to the teachers you want to be able to use Turnitin &lt;br /&gt;
&lt;br /&gt;
==Debugging==&lt;br /&gt;
* when testing the turnitin integration you should make sure debugging is turned on, as it will provide information regarding the process.&lt;br /&gt;
* error codes recieved from the turnitin API are also logged in the mdl_tii_files table, so you can view issues with a production system.&lt;br /&gt;
* each file that is going to be submitted to turnitin is added to the table mdl_tii_files - the field tiicode gives the &amp;quot;status&amp;quot; of the file, - there are 3 &amp;quot;good&amp;quot; states for this field:&lt;br /&gt;
# &amp;quot;pending&amp;quot; - this is a new file that has been uploaded to an activity module, and needs to be submitted to Turnitin (will happen next time cron runs)&lt;br /&gt;
# &amp;quot;51&amp;quot; - this is the turnitin API code for Successful upload - this means the file has been uploaded to Turnitin and we are waiting on an originality score,&lt;br /&gt;
# &amp;quot;success&amp;quot; - this is a file that has been submitted, and a score has been provided for it.&lt;br /&gt;
Any other response code in this field indicates an error state, see the [[Turnitin errors]] page for a complete list of codes.&lt;br /&gt;
&amp;lt;math&amp;gt;Insert formula here&amp;lt;/math&amp;gt;&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Plagiarism_prevention&amp;diff=88684</id>
		<title>Plagiarism prevention</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Plagiarism_prevention&amp;diff=88684"/>
		<updated>2011-08-28T21:02:02Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* Plagiarism prevention plugins */ typo (administration -&amp;gt; administrator)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Copyright and plagiarism}}Plagiarism prevention is a method that tries to detect when users cheat by submitting content they have copied instead of writing it themselves.&lt;br /&gt;
&lt;br /&gt;
==Enabling plagiarism prevention==&lt;br /&gt;
&lt;br /&gt;
To make use of plagiarism prevention, the feature must be enabled by an administrator by checking the enable plagiarism plugins box in &#039;&#039;Site administration &amp;gt; [[Advanced features]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:Enableplagiarism.png]]&lt;br /&gt;
&lt;br /&gt;
==Plagiarism prevention plugins==&lt;br /&gt;
&lt;br /&gt;
Moodle doesn&#039;t come with pre-installed Plagiarism plugins but they are very easy to install, Plagiarism Prevention plugins currently include:&lt;br /&gt;
&lt;br /&gt;
*[[Plagiarism Prevention Crot 2.0|Crot]] - Open source tool&lt;br /&gt;
*[[Plagiarism Prevention Turnitin|Turnitin]] - Commercial tool requires subscription&lt;br /&gt;
*[[Plagiarism Prevention URKUND|URKUND]] - Commercial tool requires subscription&lt;br /&gt;
&lt;br /&gt;
A site administrator can configure installed plagiarism prevention plugins in &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Plugins &amp;gt; Plagiarism prevention &amp;gt; Plagiarism settings&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Development:Plagiarism API]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Site administration]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=SCORM_FAQ&amp;diff=87830</id>
		<title>SCORM FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=SCORM_FAQ&amp;diff=87830"/>
		<updated>2011-08-16T05:35:53Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* Asking for Help in the SCORM Forum */  re-order items - make scorm version first point.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SCORM}}&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;
* Post a copy of your SCORM object in the [http://moodle.org/mod/data/view.php?d=50 SCORM Repository] 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;
&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;
* Moodle 1.9.5 is certified SCORM 1.2 compliant.&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.zendesk.com/forums/52358/entries/72650 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 - unfortunately the availability of publicly accessible AICC objects is limited, so testing has been rather difficult. If you have any AICC objects you are willing to share, please upload them to the [http://moodle.org/mod/data/view.php?d=50 SCORM Repository]&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;
&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;
&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;
&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;
&lt;br /&gt;
* Run your problematic SCORM package through &#039;&#039;&#039;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;
&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]&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;
Beginning in Moodle 2.0 there are new site administration options which impact the setup options available to SCORM activities in Moodle courses. These options are accessed as an admin user, in the &#039;&#039;&#039;Settings&#039;&#039;&#039; menu: Site Administration &amp;gt; Plugins &amp;gt; Activity Modules &amp;gt; SCORM Package. &lt;br /&gt;
&lt;br /&gt;
Many of the settings available here simply set the default value for the SCORM activity module setup options provided within courses. This page will cover the options provided which &#039;&#039;&#039;do not&#039;&#039;&#039; simply set a default value for the SCORM activity editing page view. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Enable external package type:&#039;&#039;&#039; If selected, presents a text field to paste a URL to a remote imsmanifest.xml (in an unzipped remote SCORM package), as well as the file picker option provided by default. Note that the content is played from the designated location, and not unpacked into the Moodle file system. So any reporting data will not be saved via the SCORM API in to Moodle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Enable downloaded package type:&#039;&#039;&#039; If selected, presents a text field to paste a URL to a remove package.zip SCORM package. Package is downloaded and unzipped into the Moodle file system. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Enable IMS package type:&#039;&#039;&#039; Enables a package to be selected from within an IMS repository&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Force users to enable JavaScript:&#039;&#039;&#039; Since the SCORM API uses JavaScript to save data to Moodle, this is a great idea!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Activate API debug and tracing (set the capture mask with apidebugmask):&#039;&#039;&#039; Turns on debugging for SCORM activities. In Moodle 2 you no longer have to also turn on debugging in the developer options. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;API debug capture mask - use a simple regex on &amp;lt;username&amp;gt;:&amp;lt;activityname&amp;gt; e.g. admin:.* will debug for admin user only:&#039;&#039;&#039; 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: &#039;&#039;&#039;admin.*&#039;&#039;&#039; Users not logged in as admin will not see the debugging log. The &amp;quot;Default&amp;quot; api mask is &#039;&#039;&#039;.*&#039;&#039;&#039; which translates roughly to &#039;&#039;&#039;everybody&#039;&#039;&#039;.&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 obects 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/health.php page is also made to see if slasharguments is supported - visit http://yourmoodlesite/admin/health.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/health.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;
===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 that the file you are trying to upload is too big for the php zip library to handle - you must use external zip/unzip binaries &amp;lt;p&amp;gt;For help setting the zip and unzip system paths, see here: https://docs.moodle.org/en/System_paths#Path_to_zip&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;For discussion of this issue: http://moodle.org/mod/forum/discuss.php?d=119194#p522513&amp;lt;/p&amp;gt;&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;
* The option to start a new attempt is provided by a checkbox above the &#039;&#039;&#039;Enter&#039;&#039;&#039; button on the content structure page, so be sure you&#039;re providing access to that page if you want to allow more than one attempt.&lt;br /&gt;
* An attempt is not defined until the cmi.core.lesson_status for the attempt is set to either &#039;completed&#039; or &#039;passed&#039;. After that, the &#039;&#039;&#039;Start new attempt&#039;&#039;&#039; checkbox is available to the learner.&lt;br /&gt;
* Some scorm packages are intelligent about new attempts, 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, even though the attempt was &#039;completed&#039; or &#039;passed&#039;. &lt;br /&gt;
* SCORM content created with Adobe Captivate has been observed to overwrite these values, though it was not determined whether Captivate provides a publishing setting to override this.&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;
==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/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;
&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;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[de:Lernpaket FAQ]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=IMS_content_package&amp;diff=86978</id>
		<title>IMS content package</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=IMS_content_package&amp;diff=86978"/>
		<updated>2011-08-04T21:37:42Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* IMS content package repository */  no longer supported directly in 2.0&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Resources}}&lt;br /&gt;
&lt;br /&gt;
IMS is a body which helps define technical standards for various things, including e-learning material. The [http://www.imsglobal.org/content/packaging/ IMS Content Packaging specification] makes it possible to store chunks of material in a standard format which can be re-used in different systems, without having to convert the material into new formats.&lt;br /&gt;
&lt;br /&gt;
The IMS content package in Moodle 1.6 enables such content packages to be uploaded and included in Moodle courses. There are various options for displaying content in a pop-up window, with a navigation menu or buttons etc. In addition, the resource type supports an optional repository, enabling content packages to be shared between courses.&lt;br /&gt;
&lt;br /&gt;
==IMS content package repository==&lt;br /&gt;
&lt;br /&gt;
1.9 contained a feature called the IMS Repository - this feature had a range of bugs and has not been ported to Moodle 2.0 at this stage.&lt;br /&gt;
&lt;br /&gt;
For more details see MDL-28579&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [http://www.nln.ac.uk/?p=Moodle NLN Materials - Support: Using the NLN Materials in Moodle]&lt;br /&gt;
&lt;br /&gt;
Using Moodle forum discussions:&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=31011 New resource type: IMS CP]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=86101 What is an IMS package?]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=48684 Trying to add NLN Materials via IMS CP]&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Resource]]&lt;br /&gt;
&lt;br /&gt;
[[de:IMS-Paket]]&lt;br /&gt;
[[eu:Baliabidea:IMS]]&lt;br /&gt;
[[es:Recurso: IMS]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=SCORM_FAQ&amp;diff=86792</id>
		<title>SCORM FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=SCORM_FAQ&amp;diff=86792"/>
		<updated>2011-08-02T21:15:02Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* SCORM Administration Options */  remove old setting (sync time)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SCORM}}&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;
* Post a copy of your SCORM object in the [http://moodle.org/mod/data/view.php?d=50 SCORM Repository] 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;
&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;
* Moodle 1.9.5 is certified SCORM 1.2 compliant.&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.zendesk.com/forums/52358/entries/72650 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 - unfortunately the availability of publicly accessible AICC objects is limited, so testing has been rather difficult. If you have any AICC objects you are willing to share, please upload them to the [http://moodle.org/mod/data/view.php?d=50 SCORM Repository]&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;
&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;
&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;
&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;
&lt;br /&gt;
* Run your problematic SCORM package through &#039;&#039;&#039;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;
&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]&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;
Beginning in Moodle 2.0 there are new site administration options which impact the setup options available to SCORM activities in Moodle courses. These options are accessed as an admin user, in the &#039;&#039;&#039;Settings&#039;&#039;&#039; menu: Site Administration &amp;gt; Plugins &amp;gt; Activity Modules &amp;gt; SCORM Package. &lt;br /&gt;
&lt;br /&gt;
Many of the settings available here simply set the default value for the SCORM activity module setup options provided within courses. This page will cover the options provided which &#039;&#039;&#039;do not&#039;&#039;&#039; simply set a default value for the SCORM activity editing page view. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Enable external package type:&#039;&#039;&#039; If selected, presents a text field to paste a URL to a remote imsmanifest.xml (in an unzipped remote SCORM package), as well as the file picker option provided by default. Note that the content is played from the designated location, and not unpacked into the Moodle file system. So any reporting data will not be saved via the SCORM API in to Moodle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Enable downloaded package type:&#039;&#039;&#039; If selected, presents a text field to paste a URL to a remove package.zip SCORM package. Package is downloaded and unzipped into the Moodle file system. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Enable IMS package type:&#039;&#039;&#039; Enables a package to be selected from within an IMS repository&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Force users to enable JavaScript:&#039;&#039;&#039; Since the SCORM API uses JavaScript to save data to Moodle, this is a great idea!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Activate API debug and tracing (set the capture mask with apidebugmask):&#039;&#039;&#039; Turns on debugging for SCORM activities. In Moodle 2 you no longer have to also turn on debugging in the developer options. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;API debug capture mask - use a simple regex on &amp;lt;username&amp;gt;:&amp;lt;activityname&amp;gt; e.g. admin:.* will debug for admin user only:&#039;&#039;&#039; 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: &#039;&#039;&#039;admin.*&#039;&#039;&#039; Users not logged in as admin will not see the debugging log. The &amp;quot;Default&amp;quot; api mask is &#039;&#039;&#039;.*&#039;&#039;&#039; which translates roughly to &#039;&#039;&#039;everybody&#039;&#039;&#039;.&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 obects 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/health.php page is also made to see if slasharguments is supported - visit http://yourmoodlesite/admin/health.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/health.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;
===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 that the file you are trying to upload is too big for the php zip library to handle - you must use external zip/unzip binaries &amp;lt;p&amp;gt;For help setting the zip and unzip system paths, see here: https://docs.moodle.org/en/System_paths#Path_to_zip&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;For discussion of this issue: http://moodle.org/mod/forum/discuss.php?d=119194#p522513&amp;lt;/p&amp;gt;&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;
* The option to start a new attempt is provided by a checkbox above the &#039;&#039;&#039;Enter&#039;&#039;&#039; button on the content structure page, so be sure you&#039;re providing access to that page if you want to allow more than one attempt.&lt;br /&gt;
* An attempt is not defined until the cmi.core.lesson_status for the attempt is set to either &#039;completed&#039; or &#039;passed&#039;. After that, the &#039;&#039;&#039;Start new attempt&#039;&#039;&#039; checkbox is available to the learner.&lt;br /&gt;
* Some scorm packages are intelligent about new attempts, 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, even though the attempt was &#039;completed&#039; or &#039;passed&#039;. &lt;br /&gt;
* SCORM content created with Adobe Captivate has been observed to overwrite these values, though it was not determined whether Captivate provides a publishing setting to override this.&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;
==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/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;
&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.docebo.org/doceboCms/page/29/Scorm_standard_tutorial_elearning.html Scorm tutorial and samples]&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;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[de:Lernpaket FAQ]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_Using_URKUND&amp;diff=86773</id>
		<title>Plagiarism Prevention Using URKUND</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_Using_URKUND&amp;diff=86773"/>
		<updated>2011-08-02T11:21:33Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* Creating a Moodle Assignment */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Copyright and plagiarism}}&lt;br /&gt;
The Urkund Plagiarism Plugin for Moodle 2.0 currently only supports the Moodle Assignment&lt;br /&gt;
Module – support for further Moodle modules may be added in future.&lt;br /&gt;
&lt;br /&gt;
==Creating a Moodle Assignment==&lt;br /&gt;
#Turn editing on inside your course: https://docs.moodle.org/20/en/Turn_editing_on&lt;br /&gt;
#in the drop lists provided select either the “upload a single file” or “Advanced uploading of files” assignment types. For more information on the generic settings of this page please see: https://docs.moodle.org/20/en/Assignment_settings&lt;br /&gt;
# Configure Urkund settings for this assignment using the receiver address provided by URKUND and setting other options as required and save the assignment.&lt;br /&gt;
[[File:UrkundAssignmentSettings.png]]&lt;br /&gt;
&lt;br /&gt;
==Viewing the URKUND generated reports==&lt;br /&gt;
After a student has uploaded a file to Moodle, the file is passed to URKUND behind the scenes and&lt;br /&gt;
it can take some time before a report is available.&lt;br /&gt;
# click on the link to view submitted assignments [[File:ViewSubmittedAssignments.png]]&lt;br /&gt;
# on the submissions page all the students are listed – beside each file is the response from URKUND [[File:UrkundSubmissions.png]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_Using_URKUND&amp;diff=86772</id>
		<title>Plagiarism Prevention Using URKUND</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_Using_URKUND&amp;diff=86772"/>
		<updated>2011-08-02T11:21:13Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* Creating a Moodle Assignment */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Copyright and plagiarism}}&lt;br /&gt;
The Urkund Plagiarism Plugin for Moodle 2.0 currently only supports the Moodle Assignment&lt;br /&gt;
Module – support for further Moodle modules may be added in future.&lt;br /&gt;
&lt;br /&gt;
==Creating a Moodle Assignment==&lt;br /&gt;
#Turn editing on inside your course: https://docs.moodle.org/20/en/Turn_editing_on&lt;br /&gt;
#in the drop lists provided select either the “upload a single file” or “Advanced uploading of files” assignment types. For more information on the generic settings of this page please see: https://docs.moodle.org/20/en/Assignment_settings&lt;br /&gt;
# Configure Urkund settings for this assignment using the receiver address provided by URKUND and setting other options as required and save the assignment.&lt;br /&gt;
 [[File:UrkundAssignmentSettings.png]]&lt;br /&gt;
&lt;br /&gt;
==Viewing the URKUND generated reports==&lt;br /&gt;
After a student has uploaded a file to Moodle, the file is passed to URKUND behind the scenes and&lt;br /&gt;
it can take some time before a report is available.&lt;br /&gt;
# click on the link to view submitted assignments [[File:ViewSubmittedAssignments.png]]&lt;br /&gt;
# on the submissions page all the students are listed – beside each file is the response from URKUND [[File:UrkundSubmissions.png]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=File:UrkundAssignmentSettings.png&amp;diff=86770</id>
		<title>File:UrkundAssignmentSettings.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=File:UrkundAssignmentSettings.png&amp;diff=86770"/>
		<updated>2011-08-02T11:19:52Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: uploaded a new version of &amp;amp;quot;File:UrkundAssignmentSettings.png&amp;amp;quot;: change default drop list options to &amp;quot;never&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Settings displayed to a teacher when creating a Module that allows URKUND&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=File:Urkunddefaults.png&amp;diff=86769</id>
		<title>File:Urkunddefaults.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=File:Urkunddefaults.png&amp;diff=86769"/>
		<updated>2011-08-02T11:16:03Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: uploaded a new version of &amp;amp;quot;File:Urkunddefaults.png&amp;amp;quot;: change default drop list values to &amp;quot;never&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Defaults settings page for URKUND&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_URKUND_Settings&amp;diff=86713</id>
		<title>Plagiarism Prevention URKUND Settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_URKUND_Settings&amp;diff=86713"/>
		<updated>2011-08-01T09:32:37Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* Global Configuration of URKUND */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Copyright and plagiarism}}&lt;br /&gt;
Location: &#039;&#039;Administration &amp;gt; Plugins &amp;gt; Plagiarism Prevention &amp;gt; URKUND&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Activation of your URKUND Account==&lt;br /&gt;
# obtain a URKUND Subscription from [http://www.urkund.com www.urkund.com]&lt;br /&gt;
&lt;br /&gt;
==Installation of the plugin ==&lt;br /&gt;
=== Installation using Git ===&lt;br /&gt;
from the root of your install:&lt;br /&gt;
  git clone git://github.com/danmarsden/moodle-plagiarism_urkund.git plagiarism/urkund&lt;br /&gt;
then add plagairism/urkund to your .gitignore&lt;br /&gt;
Visit the Admin &amp;gt; Notifications page in Moodle to trigger the upgrade scripts&lt;br /&gt;
=== Installation using a Zip file ===&lt;br /&gt;
Download the zip:&lt;br /&gt;
https://github.com/danmarsden/moodle-plagiarism_urkund/zipball/master&lt;br /&gt;
or the tar.gz:&lt;br /&gt;
https://github.com/danmarsden/moodle-plagiarism_urkund/tarball/master&lt;br /&gt;
&lt;br /&gt;
Then Extract these files into a new folder under /plagiarism/urkund and visit the Admin &amp;gt; Notifications page in Moodle to trigger the upgrade scripts&lt;br /&gt;
==Global Configuration of URKUND==&lt;br /&gt;
# Go to Admin &amp;gt; Advanced Features find the setting “Enable plagiarism plugins” - make sure the box is ticked.[[File:Enableplagiarism.png]]&lt;br /&gt;
# Go to Admin &amp;gt; Modules &amp;gt; Activities &amp;gt; URKUND [[File:UrkundAdminsetting.png]]&lt;br /&gt;
#  set the following:&lt;br /&gt;
## Tick the box &amp;quot;Use URKUND&amp;quot;&lt;br /&gt;
## Enter your URKUND UIS username &lt;br /&gt;
## Enter your URKUND UIS password&lt;br /&gt;
## Set the Student Disclosure statement. - this is displayed to all students on the upload screen to notify them that the URKUND system is in use. [[File:Urkundsettings.png]]&lt;br /&gt;
# in the page Admin &amp;gt; Modules &amp;gt; Activities &amp;gt; URKUND click on the tab &amp;quot;URKUND Defaults&amp;quot;&lt;br /&gt;
## Configure the default settings to be used inside a Moodle module when creating/editing a new module. [[File:Urkunddefaults.png]]&lt;br /&gt;
&lt;br /&gt;
==Advanced Configuration==&lt;br /&gt;
The ability to enable/disable URKUND within a Moodle module such as an assignment is managed using a capability that is by default given to all managers and editing teachers on the site.&lt;br /&gt;
If you want to force all assignments on your site to use URKUND and prevent your teachers from changing these settings you can set the defaults above and then remove the capability “moodle/plagiarism_urkund:enable” from your teacher roles.&lt;br /&gt;
&lt;br /&gt;
You can also use this capability to selectively allow certain teachers to use URKUND by setting the default above “Enable URKUND” to “No” - and giving the capabiltiy “moodle/plagiarism_urkund:enable”  only to the teachers you want to be able to use URKUND&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Tools_for_creating_SCORM_content&amp;diff=86636</id>
		<title>Tools for creating SCORM content</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Tools_for_creating_SCORM_content&amp;diff=86636"/>
		<updated>2011-07-28T20:26:16Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: Redirected page to Creating SCORM Content&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#Redirect[[Creating SCORM Content]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=SCORM_settings&amp;diff=86479</id>
		<title>SCORM settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=SCORM_settings&amp;diff=86479"/>
		<updated>2011-07-27T04:51:15Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* Other settings */  - remove 2.0 text - still needs updating&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SCORM}}&lt;br /&gt;
&amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;&#039;&#039;&#039;Please refer to [[TOC_with_notes#SCORM|these notes]] before editing this page.&#039;&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
To add a SCORM package to a course, or to edit the SCORM activity settings, turn on the course edit mode as a teacher with editing privileges. &lt;br /&gt;
&lt;br /&gt;
The SCORM activity can also be used to add AICC content running using AICC HACP (HTTP AICC Communication Protocol &amp;quot;Appendix A&amp;quot;), see CMI001 - AICC/CMI Guidelines For Interoperability [http://www.aicc.org/pages/down-docs-index.htm#cmi001]&lt;br /&gt;
&lt;br /&gt;
==Creating==&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. See the [http://moodle.org/mod/data/view.php?id=7198 SCORM Repository] for a list of existing SCORM packages or [[Tools for creating SCORM content]]&lt;br /&gt;
&lt;br /&gt;
==Adding== &lt;br /&gt;
# While logged in as a teacher, select [[Image:Turn edit on button.JPG]] at the top right of a course homepage or in the course admin menu. See [[Turn_editing_on]].&lt;br /&gt;
# in one of the &#039;&#039;&#039;Add an activity...&#039;&#039;&#039; drop down menus that appear, select &#039;&#039;&#039;SCORM package&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Editing==&lt;br /&gt;
If the SCORM/AICC package has already been added, you can edit it by clicking the edit icon (pen) in the resource/activity list on front page of the course. If you are in the SCORM page, you can click the &#039;&#039;&#039;Update this SCORM&#039;&#039;&#039; button. Both these methods bring you to the settings page.&lt;br /&gt;
 &lt;br /&gt;
==Settings==&lt;br /&gt;
On the Setting page, the teacher can view the 3 settings areas, along with the save options buttons.&lt;br /&gt;
[[Image:M2-blank-settings.png|thumb|400px|center|Moodle 2.0 SCORM Setting Page ]] &lt;br /&gt;
&lt;br /&gt;
===General settings===&lt;br /&gt;
*&#039;&#039;&#039;Name&#039;&#039;&#039; field records the short name of the activity. This appears in the navigation breadcrumb.&lt;br /&gt;
*&#039;&#039;&#039;Description&#039;&#039;&#039; text is only seen after the name in the list shown when you choose &amp;quot;activities &amp;gt; Scorm&amp;quot;&lt;br /&gt;
*&#039;&#039;&#039;Package file&#039;&#039;&#039; setting determines what SCORM package is used by this SCORM activity. To select the SCORM package, first select the &#039;&#039;&#039;Choose&#039;&#039;&#039; button to launch the file picker.&lt;br /&gt;
[[Image:M2-scorm-settings.png|thumb|400px|center|Launch file picker]]&lt;br /&gt;
With the file picker launched, you can navigate to an existing file, or select the &#039;&#039;&#039;Choose&#039;&#039;&#039; button in the file picker to upload a new file.&lt;br /&gt;
[[Image:M2-scorm-file-picker-choose.png|thumb|400px|center|Launch file picker]]&lt;br /&gt;
Browse to the new SCORM package on your local machine and select it. When you are returned to the file picker, select &#039;&#039;&#039;Upload&#039;&#039;&#039;.&lt;br /&gt;
[[Image:M2-scorm-upload-file-to-site.png|thumb|400px|center|Launch file picker]]&lt;br /&gt;
If selecting files is difficult, you might want to learn more about the [[File picker]].&lt;br /&gt;
 &lt;br /&gt;
:&#039;&#039;Tip:&#039;&#039; Additional &#039;&#039;&#039;Package file&#039;&#039;&#039; settings are available when configured globally. See &#039;&#039;&#039;Admin settings&#039;&#039;&#039; below.&lt;br /&gt;
&lt;br /&gt;
===Other settings===&lt;br /&gt;
Pressing the advance button will reveal all the choices below. &lt;br /&gt;
[[Image:SCORM_settings_other_19.png|thumb|300px|right|Moodle 1.9 SCORM Other Settings block - advanced  shown ]]&lt;br /&gt;
*&#039;&#039;&#039;Grading method&#039;&#039;&#039;&lt;br /&gt;
** Learning Objects - This mode shows the number of completed/passed Learning Objects for the activity. The max value is the number of Package&#039;s Learning Objects. &#039;&#039;Tip:&#039;&#039; If your SCORM package does report cmi.core.lesson_status, and does not report cmi.core.score.raw, then you should use this setting. &lt;br /&gt;
** Highest grade - The grade page will display the highest score obtained by users in all passed Learning Objects. &#039;&#039;Tip:&#039;&#039; If your SCORM package does report cmi.core.score.raw, and does not report cmi.core.lesson_status, then you should use this setting, Average grade, or Sum grade. &lt;br /&gt;
** Average grade - If you choose this mode Moodle will calculate the average of all scores.&lt;br /&gt;
**Sum grade - With this mode all the scores will be added.&lt;br /&gt;
*&#039;&#039;&#039;Maximum grade&#039;&#039;&#039; - Not applicable if Grading Method is Learning objects. Usual setting is 100. If your SCO &#039;s high score is something other than 100, you should adjust this value appropriately. When grading Method is one of the score settings, then the gradebook grade is package score divided by this number. &lt;br /&gt;
*&#039;&#039;&#039;Number of attempts&#039;&#039;&#039; - Defines the number of attempts permitted to users. It works only with SCORM 1.2 and AICC packages. SCORM2004 has its own max attempts definition. &lt;br /&gt;
** The option to start a new attempt is provided by a checkbox above the &#039;&#039;&#039;Enter&#039;&#039;&#039; button on the content structure page, so be sure you&#039;re providing access to that page if you want to allow more than one attempt.&lt;br /&gt;
** An attempt is not complete until the cmi.core.lesson_status for the attempt is set to either &#039;completed&#039; or &#039;passed&#039;. After that, the &#039;&#039;&#039;Start new attempt&#039;&#039;&#039; checkbox is available to the learner.  &lt;br /&gt;
*&#039;&#039;&#039;Attempts grading&#039;&#039;&#039; - When you permit multiple attempts for students, you can choose how to record the result in gradebook by first, last, average or highest settings.&lt;br /&gt;
*&#039;&#039;&#039;Width&#039;&#039;&#039; - Stage size width as a css value, either % or pixels. Default is 100%. You can change to a different percentage by putting a % symbol after the number (ex. 80%). You can also set to a pixels value by entering a number higher than 100 (ex. 800). &lt;br /&gt;
*&#039;&#039;&#039;Height&#039;&#039;&#039; - Stage size height as a css value, either % or pixels. Default is 500 pixels. You can change to a percentage by putting a % symbol after the number (ex. 80%). You can also set to a pixels value by entering a number higher than 100 (ex. 800). &lt;br /&gt;
*&#039;&#039;&#039;Display package&#039;&#039;&#039; - in current or new window &lt;br /&gt;
*&#039;&#039;&#039;Options&#039;&#039;&#039; - There are a series of check boxes for:Allow the window to be resized ad scrolled, displaying directory links, location bar, menu bar, toolbar and/or status.&lt;br /&gt;
*&#039;&#039;&#039;Student skip content structure page&#039;&#039;&#039; - never, first access, always&lt;br /&gt;
*&#039;&#039;&#039;Disable preview mode&#039;&#039;&#039; - If this option is set to Yes, the Preview button in the view page of a SCORM/AICC Package activity will be hidden. The student can choose to preview (browse mode) the activity or attempt it in the normal mode. When a Learning Object is completed in preview (browse) mode, it&#039;s marked with browsed icon&lt;br /&gt;
*&#039;&#039;&#039;Course structure display&#039;&#039;&#039; - Table of Contents display&lt;br /&gt;
*&#039;&#039;&#039;Hide navigation buttons&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;Auto-Continue&#039;&#039;&#039; - If Auto-continue is set to Yes, when a Learning Object calls the &amp;quot;close communication&amp;quot; method, the next available Learning Object is launched automatically.If it is set to No, the users must use the &amp;quot;Continue&amp;quot; button to go on.&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; Auto-Continue will only to move from one SCORM to the next in the same topic. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Display package&#039;&#039;&#039; - Allow the window to be resized, Allow the window to be scrolled, Show the directory links, Show the location bar, Show the menu bar, Show the toolbar, Show the status bar.&lt;br /&gt;
* Display attempt status&lt;br /&gt;
* Display course structure&lt;br /&gt;
* Force completed&lt;br /&gt;
* Force new attempt&lt;br /&gt;
* Lock after final attempt&lt;br /&gt;
&lt;br /&gt;
===Common module settings===&lt;br /&gt;
See [[Common module settings]]&lt;br /&gt;
&lt;br /&gt;
===Save settings===&lt;br /&gt;
As in most activities there are 3 save button choices. &#039;&#039;&#039;Cancel&#039;&#039;&#039;, &#039;&#039;&#039;Save and return to course&#039;&#039;&#039; and &#039;&#039;&#039;Save changes&#039;&#039;&#039; buttons.  The Save changes button will take the teacher back to the SCORM &amp;quot;stage&amp;quot; page.&lt;br /&gt;
&lt;br /&gt;
==Admin Settings==&lt;br /&gt;
[[Image:M2-scorm-admin-nav.png|thumb|163px|right|Moodle 2.0 SCORM Admin Settings]]&lt;br /&gt;
These options are available to the site admin in the &#039;&#039;&#039;Settings&#039;&#039;&#039; menu: Site Administration &amp;gt; Plugins &amp;gt; Activity Modules &amp;gt; SCORM Package. &lt;br /&gt;
&lt;br /&gt;
===Default Value Settings===&lt;br /&gt;
Many of the settings available in the SCORM Package administration simply set the default value for the SCORM activity module setup options provided within courses. Edit these settings to save yourself time when adding large numbers of packages, or to establish a standard for presentation across the site.&lt;br /&gt;
&lt;br /&gt;
===Other Important Settings===&lt;br /&gt;
The following options provided which &#039;&#039;&#039;do not&#039;&#039;&#039; simply set a default value for the SCORM activity editing page view. &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Synchronization time:&#039;&#039;&#039; For SCORM packages that have the auto-update setting to &#039;Every Day&#039; this defines what time the process should run.&lt;br /&gt;
* &#039;&#039;&#039;Enable external package type:&#039;&#039;&#039; If selected, presents a text field to paste a URL to a remote imsmanifest.xml (in an unzipped remote SCORM package), as well as the file picker option provided by default. Note that the content is played from the designated location, and not unpacked into the Moodle file system. So any reporting data will not be saved via the SCORM API in to Moodle.&lt;br /&gt;
* &#039;&#039;&#039;Enable downloaded package type:&#039;&#039;&#039; If selected, presents a text field to paste a URL to a remove package.zip SCORM package. Package is downloaded and unzipped into the Moodle file system. &lt;br /&gt;
* &#039;&#039;&#039;Enable IMS package type:&#039;&#039;&#039; Enables a package to be selected from within an IMS repository&lt;br /&gt;
* &#039;&#039;&#039;Force users to enable JavaScript:&#039;&#039;&#039; Since the SCORM API uses JavaScript to save data to Moodle, this is a great idea!&lt;br /&gt;
* &#039;&#039;&#039;Activate API debug and tracing (set the capture mask with apidebugmask):&#039;&#039;&#039; Turns on debugging for SCORM activities. In Moodle 2 you no longer have to also turn on debugging in the developer options. &lt;br /&gt;
* &#039;&#039;&#039;API debug capture mask - use a simple regex on &amp;lt;username&amp;gt;:&amp;lt;activityname&amp;gt; e.g. admin:.* will debug for admin user only:&#039;&#039;&#039; 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: &#039;&#039;&#039;admin.*&#039;&#039;&#039; Users not logged in as admin will not see the debugging log. The &amp;quot;Default&amp;quot; api mask is &#039;&#039;&#039;.*&#039;&#039;&#039; which translates roughly to &#039;&#039;&#039;everybody&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
[https://docs.moodle.org/dev/SCORM_schema SCORM Schema]&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:SCORM]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Ajouter/modifier un SCORM]]&lt;br /&gt;
[[ja:SCORMを追加/編集する]]&lt;br /&gt;
[[de:Lernpaket anlegen]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=SCORM_FAQ&amp;diff=86476</id>
		<title>SCORM FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=SCORM_FAQ&amp;diff=86476"/>
		<updated>2011-07-27T04:39:11Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* See also */  add link to scorm schema&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SCORM}}&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;
* Post a copy of your SCORM object in the [http://moodle.org/mod/data/view.php?d=50 SCORM Repository] 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;
&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;
* Moodle 1.9.5 is certified SCORM 1.2 compliant.&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.zendesk.com/forums/52358/entries/72650 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 - unfortunately the availability of publicly accessible AICC objects is limited, so testing has been rather difficult. If you have any AICC objects you are willing to share, please upload them to the [http://moodle.org/mod/data/view.php?d=50 SCORM Repository]&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;
&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;
&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;
&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;
&lt;br /&gt;
* Run your problematic SCORM package through &#039;&#039;&#039;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;
&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]&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;
Beginning in Moodle 2.0 there are new site administration options which impact the setup options available to SCORM activities in Moodle courses. These options are accessed as an admin user, in the &#039;&#039;&#039;Settings&#039;&#039;&#039; menu: Site Administration &amp;gt; Plugins &amp;gt; Activity Modules &amp;gt; SCORM Package. &lt;br /&gt;
&lt;br /&gt;
Many of the settings available here simply set the default value for the SCORM activity module setup options provided within courses. This page will cover the options provided which &#039;&#039;&#039;do not&#039;&#039;&#039; simply set a default value for the SCORM activity editing page view. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Synchronization time:&#039;&#039;&#039; [TODO]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Enable external package type:&#039;&#039;&#039; If selected, presents a text field to paste a URL to a remote imsmanifest.xml (in an unzipped remote SCORM package), as well as the file picker option provided by default. Note that the content is played from the designated location, and not unpacked into the Moodle file system. So any reporting data will not be saved via the SCORM API in to Moodle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Enable downloaded package type:&#039;&#039;&#039; If selected, presents a text field to paste a URL to a remove package.zip SCORM package. Package is downloaded and unzipped into the Moodle file system. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Enable IMS package type:&#039;&#039;&#039; Enables a package to be selected from within an IMS repository&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Force users to enable JavaScript:&#039;&#039;&#039; Since the SCORM API uses JavaScript to save data to Moodle, this is a great idea!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Activate API debug and tracing (set the capture mask with apidebugmask):&#039;&#039;&#039; Turns on debugging for SCORM activities. In Moodle 2 you no longer have to also turn on debugging in the developer options. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;API debug capture mask - use a simple regex on &amp;lt;username&amp;gt;:&amp;lt;activityname&amp;gt; e.g. admin:.* will debug for admin user only:&#039;&#039;&#039; 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: &#039;&#039;&#039;admin.*&#039;&#039;&#039; Users not logged in as admin will not see the debugging log. The &amp;quot;Default&amp;quot; api mask is &#039;&#039;&#039;.*&#039;&#039;&#039; which translates roughly to &#039;&#039;&#039;everybody&#039;&#039;&#039;.&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 obects 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/health.php page is also made to see if slasharguments is supported - visit http://yourmoodlesite/admin/health.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/health.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;
===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 that the file you are trying to upload is too big for the php zip library to handle - you must use external zip/unzip binaries &amp;lt;p&amp;gt;For help setting the zip and unzip system paths, see here: https://docs.moodle.org/en/System_paths#Path_to_zip&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;For discussion of this issue: http://moodle.org/mod/forum/discuss.php?d=119194#p522513&amp;lt;/p&amp;gt;&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;
* The option to start a new attempt is provided by a checkbox above the &#039;&#039;&#039;Enter&#039;&#039;&#039; button on the content structure page, so be sure you&#039;re providing access to that page if you want to allow more than one attempt.&lt;br /&gt;
* An attempt is not defined until the cmi.core.lesson_status for the attempt is set to either &#039;completed&#039; or &#039;passed&#039;. After that, the &#039;&#039;&#039;Start new attempt&#039;&#039;&#039; checkbox is available to the learner.&lt;br /&gt;
* Some scorm packages are intelligent about new attempts, 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, even though the attempt was &#039;completed&#039; or &#039;passed&#039;. &lt;br /&gt;
* SCORM content created with Adobe Captivate has been observed to overwrite these values, though it was not determined whether Captivate provides a publishing setting to override this.&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;
==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/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;
&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.docebo.org/doceboCms/page/29/Scorm_standard_tutorial_elearning.html Scorm tutorial and samples]&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;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[de:Lernpaket FAQ]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=SCORM_module&amp;diff=86475</id>
		<title>SCORM module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=SCORM_module&amp;diff=86475"/>
		<updated>2011-07-27T04:38:41Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* See also */  add link to scorm schema&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SCORM}}&lt;br /&gt;
&amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;&#039;&#039;&#039;Please refer to [[TOC_with_notes#SCORM|these notes]] before editing this page.&#039;&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;SCORM/AICC&#039;&#039;&#039; module is a course [[Teacher_documentation#Activity_modules|activity]] which allows you (the teacher) to upload any SCORM or AICC package to include in your course.&lt;br /&gt;
&lt;br /&gt;
SCORM (Sharable Content Object Reference Model) is a collection of specifications that enable interoperability, accessibility and reusability of web-based learning content. SCORM content can be delivered to learners via any SCORM-compliant Learning Management System (LMS) using the same version of SCORM.&lt;br /&gt;
&lt;br /&gt;
==What is SCORM==&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.htm&lt;br /&gt;
&lt;br /&gt;
==Compatibility with Moodle==&lt;br /&gt;
SCORM 1.2 is supported in Moodle 1.9.3(or higher) and Moodle 1.8.7(or higher) and passes all the tests in the ADL Conformance test suite 1.2..7 for SCORM 1.2. Moodle 1.9.5 is certified SCORM 1.2 compliant. &lt;br /&gt;
&lt;br /&gt;
SCORM 2004 is not completely supported in Moodle Core 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.zendesk.com/forums/52358/entries/72650 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;
&lt;br /&gt;
[[Image:SCORM_activity_homepage_student_19.png|thumb|center|300px|Student view of SCORM activity 1.9]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://moodle.org/mod/data/view.php?id=7198 SCORM Repository] - allows uploading/downloading shared Objects&lt;br /&gt;
* The official standard: [http://www.adlnet.gov/Technologies/scorm/default.aspx Advanced Distributed Learning - SCORM]&lt;br /&gt;
* [https://docs.moodle.org/dev/SCORM_schema Internal SCORM Schema]&lt;br /&gt;
&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;
&lt;br /&gt;
[[Category:Modules]]&lt;br /&gt;
&lt;br /&gt;
[[es:SCORM]]&lt;br /&gt;
[[fr:SCORM]]&lt;br /&gt;
[[ja:SCORM]]&lt;br /&gt;
[[de:Lernpaket (SCORM)]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=SCORM_settings&amp;diff=86474</id>
		<title>SCORM settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=SCORM_settings&amp;diff=86474"/>
		<updated>2011-07-27T04:37:32Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: add link to scorm schema&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SCORM}}&lt;br /&gt;
&amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;&#039;&#039;&#039;Please refer to [[TOC_with_notes#SCORM|these notes]] before editing this page.&#039;&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
To add a SCORM package to a course, or to edit the SCORM activity settings, turn on the course edit mode as a teacher with editing privileges. &lt;br /&gt;
&lt;br /&gt;
The SCORM activity can also be used to add AICC content running using AICC HACP (HTTP AICC Communication Protocol &amp;quot;Appendix A&amp;quot;), see CMI001 - AICC/CMI Guidelines For Interoperability [http://www.aicc.org/pages/down-docs-index.htm#cmi001]&lt;br /&gt;
&lt;br /&gt;
==Creating==&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. See the [http://moodle.org/mod/data/view.php?id=7198 SCORM Repository] for a list of existing SCORM packages or [[Tools for creating SCORM content]]&lt;br /&gt;
&lt;br /&gt;
==Adding== &lt;br /&gt;
# While logged in as a teacher, select [[Image:Turn edit on button.JPG]] at the top right of a course homepage or in the course admin menu. See [[Turn_editing_on]].&lt;br /&gt;
# in one of the &#039;&#039;&#039;Add an activity...&#039;&#039;&#039; drop down menus that appear, select &#039;&#039;&#039;SCORM package&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Editing==&lt;br /&gt;
If the SCORM/AICC package has already been added, you can edit it by clicking the edit icon (pen) in the resource/activity list on front page of the course. If you are in the SCORM page, you can click the &#039;&#039;&#039;Update this SCORM&#039;&#039;&#039; button. Both these methods bring you to the settings page.&lt;br /&gt;
 &lt;br /&gt;
==Settings==&lt;br /&gt;
On the Setting page, the teacher can view the 3 settings areas, along with the save options buttons.&lt;br /&gt;
[[Image:M2-blank-settings.png|thumb|400px|center|Moodle 2.0 SCORM Setting Page ]] &lt;br /&gt;
&lt;br /&gt;
===General settings===&lt;br /&gt;
*&#039;&#039;&#039;Name&#039;&#039;&#039; field records the short name of the activity. This appears in the navigation breadcrumb.&lt;br /&gt;
*&#039;&#039;&#039;Description&#039;&#039;&#039; text is only seen after the name in the list shown when you choose &amp;quot;activities &amp;gt; Scorm&amp;quot;&lt;br /&gt;
*&#039;&#039;&#039;Package file&#039;&#039;&#039; setting determines what SCORM package is used by this SCORM activity. To select the SCORM package, first select the &#039;&#039;&#039;Choose&#039;&#039;&#039; button to launch the file picker.&lt;br /&gt;
[[Image:M2-scorm-settings.png|thumb|400px|center|Launch file picker]]&lt;br /&gt;
With the file picker launched, you can navigate to an existing file, or select the &#039;&#039;&#039;Choose&#039;&#039;&#039; button in the file picker to upload a new file.&lt;br /&gt;
[[Image:M2-scorm-file-picker-choose.png|thumb|400px|center|Launch file picker]]&lt;br /&gt;
Browse to the new SCORM package on your local machine and select it. When you are returned to the file picker, select &#039;&#039;&#039;Upload&#039;&#039;&#039;.&lt;br /&gt;
[[Image:M2-scorm-upload-file-to-site.png|thumb|400px|center|Launch file picker]]&lt;br /&gt;
If selecting files is difficult, you might want to learn more about the [[File picker]].&lt;br /&gt;
 &lt;br /&gt;
:&#039;&#039;Tip:&#039;&#039; Additional &#039;&#039;&#039;Package file&#039;&#039;&#039; settings are available when configured globally. See &#039;&#039;&#039;Admin settings&#039;&#039;&#039; below.&lt;br /&gt;
&lt;br /&gt;
===Other settings===&lt;br /&gt;
Pressing the advance button will reveal all the choices below. &lt;br /&gt;
[[Image:SCORM_settings_other_19.png|thumb|300px|right|Moodle 1.9 SCORM Other Settings block - advanced  shown ]]&lt;br /&gt;
*&#039;&#039;&#039;Grading method&#039;&#039;&#039;&lt;br /&gt;
** Learning Objects - This mode shows the number of completed/passed Learning Objects for the activity. The max value is the number of Package&#039;s Learning Objects. &#039;&#039;Tip:&#039;&#039; If your SCORM package does report cmi.core.lesson_status, and does not report cmi.core.score.raw, then you should use this setting. &lt;br /&gt;
** Highest grade - The grade page will display the highest score obtained by users in all passed Learning Objects. &#039;&#039;Tip:&#039;&#039; If your SCORM package does report cmi.core.score.raw, and does not report cmi.core.lesson_status, then you should use this setting, Average grade, or Sum grade. &lt;br /&gt;
** Average grade - If you choose this mode Moodle will calculate the average of all scores.&lt;br /&gt;
**Sum grade - With this mode all the scores will be added.&lt;br /&gt;
*&#039;&#039;&#039;Maximum grade&#039;&#039;&#039; - Not applicable if Grading Method is Learning objects. Usual setting is 100. If your SCO &#039;s high score is something other than 100, you should adjust this value appropriately. When grading Method is one of the score settings, then the gradebook grade is package score divided by this number. &lt;br /&gt;
*&#039;&#039;&#039;Number of attempts&#039;&#039;&#039; - Defines the number of attempts permitted to users. It works only with SCORM 1.2 and AICC packages. SCORM2004 has its own max attempts definition. &lt;br /&gt;
** The option to start a new attempt is provided by a checkbox above the &#039;&#039;&#039;Enter&#039;&#039;&#039; button on the content structure page, so be sure you&#039;re providing access to that page if you want to allow more than one attempt.&lt;br /&gt;
** An attempt is not complete until the cmi.core.lesson_status for the attempt is set to either &#039;completed&#039; or &#039;passed&#039;. After that, the &#039;&#039;&#039;Start new attempt&#039;&#039;&#039; checkbox is available to the learner.  &lt;br /&gt;
*&#039;&#039;&#039;Attempts grading&#039;&#039;&#039; - When you permit multiple attempts for students, you can choose how to record the result in gradebook by first, last, average or highest settings.&lt;br /&gt;
*&#039;&#039;&#039;Width&#039;&#039;&#039; - Stage size width as a css value, either % or pixels. Default is 100%. You can change to a different percentage by putting a % symbol after the number (ex. 80%). You can also set to a pixels value by entering a number higher than 100 (ex. 800). &lt;br /&gt;
*&#039;&#039;&#039;Height&#039;&#039;&#039; - Stage size height as a css value, either % or pixels. Default is 500 pixels. You can change to a percentage by putting a % symbol after the number (ex. 80%). You can also set to a pixels value by entering a number higher than 100 (ex. 800). &lt;br /&gt;
*&#039;&#039;&#039;Display package&#039;&#039;&#039; - in current or new window &lt;br /&gt;
*&#039;&#039;&#039;Options&#039;&#039;&#039; - There are a series of check boxes for:Allow the window to be resized ad scrolled, displaying directory links, location bar, menu bar, toolbar and/or status.&lt;br /&gt;
*&#039;&#039;&#039;Student skip content structure page&#039;&#039;&#039; - never, first access, always&lt;br /&gt;
*&#039;&#039;&#039;Disable preview mode&#039;&#039;&#039; - If this option is set to Yes, the Preview button in the view page of a SCORM/AICC Package activity will be hidden. The student can choose to preview (browse mode) the activity or attempt it in the normal mode. When a Learning Object is completed in preview (browse) mode, it&#039;s marked with browsed icon&lt;br /&gt;
*&#039;&#039;&#039;Course structure display&#039;&#039;&#039; - Table of Contents display&lt;br /&gt;
*&#039;&#039;&#039;Hide navigation buttons&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;Auto-Continue&#039;&#039;&#039; - If Auto-continue is set to Yes, when a Learning Object calls the &amp;quot;close communication&amp;quot; method, the next available Learning Object is launched automatically.If it is set to No, the users must use the &amp;quot;Continue&amp;quot; button to go on.&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; Auto-Continue will only to move from one SCORM to the next in the same topic. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Display package&#039;&#039;&#039; - Allow the window to be resized, Allow the window to be scrolled, Show the directory links, Show the location bar, Show the menu bar, Show the toolbar, Show the status bar.&lt;br /&gt;
&lt;br /&gt;
{{Moodle 2.0}}In Moodle 2.0 onwards, the following additional settings influencing player/package interaction are available:&lt;br /&gt;
* Display attempt status&lt;br /&gt;
* Display course structure&lt;br /&gt;
* Force completed&lt;br /&gt;
* Force new attempt&lt;br /&gt;
* Lock after final attempt&lt;br /&gt;
&lt;br /&gt;
===Common module settings===&lt;br /&gt;
See [[Common module settings]]&lt;br /&gt;
&lt;br /&gt;
===Save settings===&lt;br /&gt;
As in most activities there are 3 save button choices. &#039;&#039;&#039;Cancel&#039;&#039;&#039;, &#039;&#039;&#039;Save and return to course&#039;&#039;&#039; and &#039;&#039;&#039;Save changes&#039;&#039;&#039; buttons.  The Save changes button will take the teacher back to the SCORM &amp;quot;stage&amp;quot; page.&lt;br /&gt;
&lt;br /&gt;
==Admin Settings==&lt;br /&gt;
[[Image:M2-scorm-admin-nav.png|thumb|163px|right|Moodle 2.0 SCORM Admin Settings]]&lt;br /&gt;
These options are available to the site admin in the &#039;&#039;&#039;Settings&#039;&#039;&#039; menu: Site Administration &amp;gt; Plugins &amp;gt; Activity Modules &amp;gt; SCORM Package. &lt;br /&gt;
&lt;br /&gt;
===Default Value Settings===&lt;br /&gt;
Many of the settings available in the SCORM Package administration simply set the default value for the SCORM activity module setup options provided within courses. Edit these settings to save yourself time when adding large numbers of packages, or to establish a standard for presentation across the site.&lt;br /&gt;
&lt;br /&gt;
===Other Important Settings===&lt;br /&gt;
The following options provided which &#039;&#039;&#039;do not&#039;&#039;&#039; simply set a default value for the SCORM activity editing page view. &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Synchronization time:&#039;&#039;&#039; For SCORM packages that have the auto-update setting to &#039;Every Day&#039; this defines what time the process should run.&lt;br /&gt;
* &#039;&#039;&#039;Enable external package type:&#039;&#039;&#039; If selected, presents a text field to paste a URL to a remote imsmanifest.xml (in an unzipped remote SCORM package), as well as the file picker option provided by default. Note that the content is played from the designated location, and not unpacked into the Moodle file system. So any reporting data will not be saved via the SCORM API in to Moodle.&lt;br /&gt;
* &#039;&#039;&#039;Enable downloaded package type:&#039;&#039;&#039; If selected, presents a text field to paste a URL to a remove package.zip SCORM package. Package is downloaded and unzipped into the Moodle file system. &lt;br /&gt;
* &#039;&#039;&#039;Enable IMS package type:&#039;&#039;&#039; Enables a package to be selected from within an IMS repository&lt;br /&gt;
* &#039;&#039;&#039;Force users to enable JavaScript:&#039;&#039;&#039; Since the SCORM API uses JavaScript to save data to Moodle, this is a great idea!&lt;br /&gt;
* &#039;&#039;&#039;Activate API debug and tracing (set the capture mask with apidebugmask):&#039;&#039;&#039; Turns on debugging for SCORM activities. In Moodle 2 you no longer have to also turn on debugging in the developer options. &lt;br /&gt;
* &#039;&#039;&#039;API debug capture mask - use a simple regex on &amp;lt;username&amp;gt;:&amp;lt;activityname&amp;gt; e.g. admin:.* will debug for admin user only:&#039;&#039;&#039; 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: &#039;&#039;&#039;admin.*&#039;&#039;&#039; Users not logged in as admin will not see the debugging log. The &amp;quot;Default&amp;quot; api mask is &#039;&#039;&#039;.*&#039;&#039;&#039; which translates roughly to &#039;&#039;&#039;everybody&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
[https://docs.moodle.org/dev/SCORM_schema SCORM Schema]&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:SCORM]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Ajouter/modifier un SCORM]]&lt;br /&gt;
[[ja:SCORMを追加/編集する]]&lt;br /&gt;
[[de:Lernpaket anlegen]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=SCORM_settings&amp;diff=86472</id>
		<title>SCORM settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=SCORM_settings&amp;diff=86472"/>
		<updated>2011-07-27T04:33:18Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: add details about creating SCORM content&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SCORM}}&lt;br /&gt;
&amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;&#039;&#039;&#039;Please refer to [[TOC_with_notes#SCORM|these notes]] before editing this page.&#039;&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
To add a SCORM package to a course, or to edit the SCORM activity settings, turn on the course edit mode as a teacher with editing privileges. &lt;br /&gt;
&lt;br /&gt;
The SCORM activity can also be used to add AICC content running using AICC HACP (HTTP AICC Communication Protocol &amp;quot;Appendix A&amp;quot;), see CMI001 - AICC/CMI Guidelines For Interoperability [http://www.aicc.org/pages/down-docs-index.htm#cmi001]&lt;br /&gt;
&lt;br /&gt;
==Creating==&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. See the [http://moodle.org/mod/data/view.php?id=7198 SCORM Repository] for a list of existing SCORM packages or [[Tools for creating SCORM content]]&lt;br /&gt;
&lt;br /&gt;
==Adding== &lt;br /&gt;
# While logged in as a teacher, select [[Image:Turn edit on button.JPG]] at the top right of a course homepage or in the course admin menu. See [[Turn_editing_on]].&lt;br /&gt;
# in one of the &#039;&#039;&#039;Add an activity...&#039;&#039;&#039; drop down menus that appear, select &#039;&#039;&#039;SCORM package&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Editing==&lt;br /&gt;
If the SCORM/AICC package has already been added, you can edit it by clicking the edit icon (pen) in the resource/activity list on front page of the course. If you are in the SCORM page, you can click the &#039;&#039;&#039;Update this SCORM&#039;&#039;&#039; button. Both these methods bring you to the settings page.&lt;br /&gt;
 &lt;br /&gt;
==Settings==&lt;br /&gt;
On the Setting page, the teacher can view the 3 settings areas, along with the save options buttons.&lt;br /&gt;
[[Image:M2-blank-settings.png|thumb|400px|center|Moodle 2.0 SCORM Setting Page ]] &lt;br /&gt;
&lt;br /&gt;
===General settings===&lt;br /&gt;
*&#039;&#039;&#039;Name&#039;&#039;&#039; field records the short name of the activity. This appears in the navigation breadcrumb.&lt;br /&gt;
*&#039;&#039;&#039;Description&#039;&#039;&#039; text is only seen after the name in the list shown when you choose &amp;quot;activities &amp;gt; Scorm&amp;quot;&lt;br /&gt;
*&#039;&#039;&#039;Package file&#039;&#039;&#039; setting determines what SCORM package is used by this SCORM activity. To select the SCORM package, first select the &#039;&#039;&#039;Choose&#039;&#039;&#039; button to launch the file picker.&lt;br /&gt;
[[Image:M2-scorm-settings.png|thumb|400px|center|Launch file picker]]&lt;br /&gt;
With the file picker launched, you can navigate to an existing file, or select the &#039;&#039;&#039;Choose&#039;&#039;&#039; button in the file picker to upload a new file.&lt;br /&gt;
[[Image:M2-scorm-file-picker-choose.png|thumb|400px|center|Launch file picker]]&lt;br /&gt;
Browse to the new SCORM package on your local machine and select it. When you are returned to the file picker, select &#039;&#039;&#039;Upload&#039;&#039;&#039;.&lt;br /&gt;
[[Image:M2-scorm-upload-file-to-site.png|thumb|400px|center|Launch file picker]]&lt;br /&gt;
If selecting files is difficult, you might want to learn more about the [[File picker]].&lt;br /&gt;
 &lt;br /&gt;
:&#039;&#039;Tip:&#039;&#039; Additional &#039;&#039;&#039;Package file&#039;&#039;&#039; settings are available when configured globally. See &#039;&#039;&#039;Admin settings&#039;&#039;&#039; below.&lt;br /&gt;
&lt;br /&gt;
===Other settings===&lt;br /&gt;
Pressing the advance button will reveal all the choices below. &lt;br /&gt;
[[Image:SCORM_settings_other_19.png|thumb|300px|right|Moodle 1.9 SCORM Other Settings block - advanced  shown ]]&lt;br /&gt;
*&#039;&#039;&#039;Grading method&#039;&#039;&#039;&lt;br /&gt;
** Learning Objects - This mode shows the number of completed/passed Learning Objects for the activity. The max value is the number of Package&#039;s Learning Objects. &#039;&#039;Tip:&#039;&#039; If your SCORM package does report cmi.core.lesson_status, and does not report cmi.core.score.raw, then you should use this setting. &lt;br /&gt;
** Highest grade - The grade page will display the highest score obtained by users in all passed Learning Objects. &#039;&#039;Tip:&#039;&#039; If your SCORM package does report cmi.core.score.raw, and does not report cmi.core.lesson_status, then you should use this setting, Average grade, or Sum grade. &lt;br /&gt;
** Average grade - If you choose this mode Moodle will calculate the average of all scores.&lt;br /&gt;
**Sum grade - With this mode all the scores will be added.&lt;br /&gt;
*&#039;&#039;&#039;Maximum grade&#039;&#039;&#039; - Not applicable if Grading Method is Learning objects. Usual setting is 100. If your SCO &#039;s high score is something other than 100, you should adjust this value appropriately. When grading Method is one of the score settings, then the gradebook grade is package score divided by this number. &lt;br /&gt;
*&#039;&#039;&#039;Number of attempts&#039;&#039;&#039; - Defines the number of attempts permitted to users. It works only with SCORM 1.2 and AICC packages. SCORM2004 has its own max attempts definition. &lt;br /&gt;
** The option to start a new attempt is provided by a checkbox above the &#039;&#039;&#039;Enter&#039;&#039;&#039; button on the content structure page, so be sure you&#039;re providing access to that page if you want to allow more than one attempt.&lt;br /&gt;
** An attempt is not complete until the cmi.core.lesson_status for the attempt is set to either &#039;completed&#039; or &#039;passed&#039;. After that, the &#039;&#039;&#039;Start new attempt&#039;&#039;&#039; checkbox is available to the learner.  &lt;br /&gt;
*&#039;&#039;&#039;Attempts grading&#039;&#039;&#039; - When you permit multiple attempts for students, you can choose how to record the result in gradebook by first, last, average or highest settings.&lt;br /&gt;
*&#039;&#039;&#039;Width&#039;&#039;&#039; - Stage size width as a css value, either % or pixels. Default is 100%. You can change to a different percentage by putting a % symbol after the number (ex. 80%). You can also set to a pixels value by entering a number higher than 100 (ex. 800). &lt;br /&gt;
*&#039;&#039;&#039;Height&#039;&#039;&#039; - Stage size height as a css value, either % or pixels. Default is 500 pixels. You can change to a percentage by putting a % symbol after the number (ex. 80%). You can also set to a pixels value by entering a number higher than 100 (ex. 800). &lt;br /&gt;
*&#039;&#039;&#039;Display package&#039;&#039;&#039; - in current or new window &lt;br /&gt;
*&#039;&#039;&#039;Options&#039;&#039;&#039; - There are a series of check boxes for:Allow the window to be resized ad scrolled, displaying directory links, location bar, menu bar, toolbar and/or status.&lt;br /&gt;
*&#039;&#039;&#039;Student skip content structure page&#039;&#039;&#039; - never, first access, always&lt;br /&gt;
*&#039;&#039;&#039;Disable preview mode&#039;&#039;&#039; - If this option is set to Yes, the Preview button in the view page of a SCORM/AICC Package activity will be hidden. The student can choose to preview (browse mode) the activity or attempt it in the normal mode. When a Learning Object is completed in preview (browse) mode, it&#039;s marked with browsed icon&lt;br /&gt;
*&#039;&#039;&#039;Course structure display&#039;&#039;&#039; - Table of Contents display&lt;br /&gt;
*&#039;&#039;&#039;Hide navigation buttons&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;Auto-Continue&#039;&#039;&#039; - If Auto-continue is set to Yes, when a Learning Object calls the &amp;quot;close communication&amp;quot; method, the next available Learning Object is launched automatically.If it is set to No, the users must use the &amp;quot;Continue&amp;quot; button to go on.&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; Auto-Continue will only to move from one SCORM to the next in the same topic. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Display package&#039;&#039;&#039; - Allow the window to be resized, Allow the window to be scrolled, Show the directory links, Show the location bar, Show the menu bar, Show the toolbar, Show the status bar.&lt;br /&gt;
&lt;br /&gt;
{{Moodle 2.0}}In Moodle 2.0 onwards, the following additional settings influencing player/package interaction are available:&lt;br /&gt;
* Display attempt status&lt;br /&gt;
* Display course structure&lt;br /&gt;
* Force completed&lt;br /&gt;
* Force new attempt&lt;br /&gt;
* Lock after final attempt&lt;br /&gt;
&lt;br /&gt;
===Common module settings===&lt;br /&gt;
See [[Common module settings]]&lt;br /&gt;
&lt;br /&gt;
===Save settings===&lt;br /&gt;
As in most activities there are 3 save button choices. &#039;&#039;&#039;Cancel&#039;&#039;&#039;, &#039;&#039;&#039;Save and return to course&#039;&#039;&#039; and &#039;&#039;&#039;Save changes&#039;&#039;&#039; buttons.  The Save changes button will take the teacher back to the SCORM &amp;quot;stage&amp;quot; page.&lt;br /&gt;
&lt;br /&gt;
==Admin Settings==&lt;br /&gt;
[[Image:M2-scorm-admin-nav.png|thumb|163px|right|Moodle 2.0 SCORM Admin Settings]]&lt;br /&gt;
These options are available to the site admin in the &#039;&#039;&#039;Settings&#039;&#039;&#039; menu: Site Administration &amp;gt; Plugins &amp;gt; Activity Modules &amp;gt; SCORM Package. &lt;br /&gt;
&lt;br /&gt;
===Default Value Settings===&lt;br /&gt;
Many of the settings available in the SCORM Package administration simply set the default value for the SCORM activity module setup options provided within courses. Edit these settings to save yourself time when adding large numbers of packages, or to establish a standard for presentation across the site.&lt;br /&gt;
&lt;br /&gt;
===Other Important Settings===&lt;br /&gt;
The following options provided which &#039;&#039;&#039;do not&#039;&#039;&#039; simply set a default value for the SCORM activity editing page view. &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Synchronization time:&#039;&#039;&#039; For SCORM packages that have the auto-update setting to &#039;Every Day&#039; this defines what time the process should run.&lt;br /&gt;
* &#039;&#039;&#039;Enable external package type:&#039;&#039;&#039; If selected, presents a text field to paste a URL to a remote imsmanifest.xml (in an unzipped remote SCORM package), as well as the file picker option provided by default. Note that the content is played from the designated location, and not unpacked into the Moodle file system. So any reporting data will not be saved via the SCORM API in to Moodle.&lt;br /&gt;
* &#039;&#039;&#039;Enable downloaded package type:&#039;&#039;&#039; If selected, presents a text field to paste a URL to a remove package.zip SCORM package. Package is downloaded and unzipped into the Moodle file system. &lt;br /&gt;
* &#039;&#039;&#039;Enable IMS package type:&#039;&#039;&#039; Enables a package to be selected from within an IMS repository&lt;br /&gt;
* &#039;&#039;&#039;Force users to enable JavaScript:&#039;&#039;&#039; Since the SCORM API uses JavaScript to save data to Moodle, this is a great idea!&lt;br /&gt;
* &#039;&#039;&#039;Activate API debug and tracing (set the capture mask with apidebugmask):&#039;&#039;&#039; Turns on debugging for SCORM activities. In Moodle 2 you no longer have to also turn on debugging in the developer options. &lt;br /&gt;
* &#039;&#039;&#039;API debug capture mask - use a simple regex on &amp;lt;username&amp;gt;:&amp;lt;activityname&amp;gt; e.g. admin:.* will debug for admin user only:&#039;&#039;&#039; 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: &#039;&#039;&#039;admin.*&#039;&#039;&#039; Users not logged in as admin will not see the debugging log. The &amp;quot;Default&amp;quot; api mask is &#039;&#039;&#039;.*&#039;&#039;&#039; which translates roughly to &#039;&#039;&#039;everybody&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:SCORM]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Ajouter/modifier un SCORM]]&lt;br /&gt;
[[ja:SCORMを追加/編集する]]&lt;br /&gt;
[[de:Lernpaket anlegen]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Creating_SCORM_Content&amp;diff=86471</id>
		<title>Creating SCORM Content</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Creating_SCORM_Content&amp;diff=86471"/>
		<updated>2011-07-27T04:26:09Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: remove link to notes page as it isn&amp;#039;t needed anymore - this page has been tidied up! :-)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SCORM}}&lt;br /&gt;
&lt;br /&gt;
==Creating SCORM Content==&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;
Some people hand-code SCORM objects using HTML, JavaScript, and sometimes SWF files. There are some templates provided by ADL and by others, which make this process easier. &lt;br /&gt;
&lt;br /&gt;
Others use SCORM authoring software to generate SCORM packages. This process is easier for non-technical users, but not as foolproof.&lt;br /&gt;
&lt;br /&gt;
==Find existing SCORM packages==&lt;br /&gt;
There is a [http://moodle.org/mod/data/view.php?id=7198 SCORM Repository] which allows sharing of SCORM packages - this repository is moderated however the quality of packages is varied; some make correct use of the SCORM API and others may not perform as expected.&lt;br /&gt;
&lt;br /&gt;
==Before Investing in SCORM Authoring Software==&lt;br /&gt;
Please be aware that vendors can edit entries on this wiki page. No SCORM authoring software is without bugs, and some have significant issues when used with Moodle. Just because products are listed on this page does not mean that Moodle.org either supports or endorses them. Be sure to test all products extensively before purchase, and be sure that the built-in Moodle authoring tools will not meet your needs. Also take the time to search for past issues with a particular product in the Using Moodle SCORM forum, and read the rest of the Moodle SCORM documentation.&lt;br /&gt;
&lt;br /&gt;
Many of these products piggyback on Powerpoint&amp;amp;reg;, or present talking head video to a learner. Powerpoint presentations and talking heads do not promote social learning. It is valuable to consider, before embarking upon SCORM development, whether your organization wants to limit itself to the pedagogical approaches provided by the SCORM API.&lt;br /&gt;
&lt;br /&gt;
It is also important to know that one does not need to purchase or obtain any product in order to produce SCORM content. SCORM content is a collection of HTML, JavaScript, and multimedia files, all of which can be produced by regular humans. Humans are, in addition, capable of testing your content in your LMS and writing code which addresses the nuances of your LMS, a valuable service which authorware does not provide. &lt;br /&gt;
&lt;br /&gt;
In addition, an authorware production model, in which non-programmers produce content using graphical user interfaces, can present issues because non-programmers do not understand some of the basic tenets of the Web. It is a good idea to educate authorware users about best practices with regard to issues such as file size, file naming conventions, how to publish images for the Web, and so forth, before turning them loose with an authorware product.&lt;br /&gt;
&lt;br /&gt;
==Tools for Authoring==&lt;br /&gt;
Here is a list of tools to create SCORM packages, both open source and commercial.  Moodle is a modular authoring tool for courses but at this time does not create SCORM packages.&lt;br /&gt;
&lt;br /&gt;
==Free OpenSource==&lt;br /&gt;
=== eXe OPEN SOURCE SCORM Development Package ===&lt;br /&gt;
The eXe project is developing a freely available Open Source authoring application to assist teachers and academics in the publishing of web content without the need to become proficient in HTML or XML markup. Resources authored in eXe can be exported in IMS Content Package, SCORM 1.2, or IMS Common Cartridge formats or as simple self-contained web pages.&lt;br /&gt;
&lt;br /&gt;
http://exelearning.org/&lt;br /&gt;
&lt;br /&gt;
=== ScenariChain Opale / OpaleSup ===&lt;br /&gt;
Website and community : http://scenari-platform.org/projects/scenari/en/pres/co/&lt;br /&gt;
&lt;br /&gt;
=== Xerte OPEN SOURCE SCORM Development Package ===&lt;br /&gt;
The Xerte Project provides a full suite of open source tools for elearning developers and content authors producing interactive learning materials.&lt;br /&gt;
&lt;br /&gt;
Standalone tool: Xerte http://www.nottingham.ac.uk/xerte/&lt;br /&gt;
&lt;br /&gt;
Online tool: Toolkits http://www.nottingham.ac.uk/xerte/toolkits.htm&lt;br /&gt;
&lt;br /&gt;
==Freeware not OpenSource==&lt;br /&gt;
=== Content Shaper Authoring Tool===&lt;br /&gt;
Content Shaper - free authoring tool oriented at assembly, updates and &lt;br /&gt;
maintenance of learning content across it&#039;s lifecycle.&lt;br /&gt;
&lt;br /&gt;
Content Sharer utilizes a separation of content and presentation idiom, so &lt;br /&gt;
it&#039;s suitable for adaptive learning, different delivery formats, content re-purposing.  &lt;br /&gt;
&lt;br /&gt;
http://www.c-shaper.com/&lt;br /&gt;
&lt;br /&gt;
=== Courselab ===&lt;br /&gt;
CourseLab is a free program but is not open source.  Feb 2009 current version is 2.4.  Received an eLearnings Best of 2007 award.&lt;br /&gt;
&lt;br /&gt;
CourseLab version 2.4 has a few bugs. First is with audio. Sometimes (for some reason not known to CourseLab) the audio will restart, creating an echo effect. You will need to un-check the &amp;quot;autostart&amp;quot; mark of the Video object (vidoe object is used to insert audio too)and then define an action on some event that fits the case (for example on the slide&#039;s afterdisplay event) choose METHOD (yourvideoobject, PLAY. this will play the audio after the slide is displayed.&lt;br /&gt;
&lt;br /&gt;
Another issue is with FireFox browsers displaying graphics with CourseLab. It is stated in user&#039;s manual that some objects utilize Explorer-specific features and author should avoid using them, if he wants to use the course in multi-browser environment. These are: Gradient Box and all AutoShapes. AutoShapes are VML-objects and VML (Vector Markup Language) is not supported by FireFox. SVG (Scalable Vector Graphics - another vector format) could be the good alternative, but there are still problems with displaying inline SVG-objects in both Gecko-family and IE. (from CourseLab Support)&lt;br /&gt;
&lt;br /&gt;
If these FireFox/Image display problems are not an issue then be sure to install the latest browser plug-ins. If you present content to non-IE users, do not use this authoring package.&lt;br /&gt;
&lt;br /&gt;
There are some problems with Moodle configuration see http://moodle.org/mod/forum/discuss.php?d=96338#p425335&lt;br /&gt;
&lt;br /&gt;
[http://www.courselab.com/  CourseLab home page]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== iSpring Free ===&lt;br /&gt;
[[Image:Ispring-free-toolbar.jpg|thumb|iSpring PowerPoint add-in]]&lt;br /&gt;
&lt;br /&gt;
iSpring Free is freeware for creating SCORM-compliant e-learning courses that can be integrated with Moodle CMS. Being a very handy e-learning authoring tool, iSpring Free works as a PowerPoint add-in, accurately converting PowerPoint presentations into Flash courses.&lt;br /&gt;
&lt;br /&gt;
Along with supporting virtually all PowerPoint animations and transitions, iSpring Free preserves PowerPoint’s most advanced effects like trigger animations and hyperlinks. Additionally iSpring Free provides an opportunity to enrich the course with Flash objects and YouTube videos.&lt;br /&gt;
&lt;br /&gt;
iSpring Free with its ease of use, conversion accuracy and established SCORM 2004 r3 compliance appears to be a great choice considering that it can be used free of charge for all commercial and non-commercial use.&lt;br /&gt;
&lt;br /&gt;
[[Image:ispring-free.jpg‎ |thumb|iSpring Free publish window]]&lt;br /&gt;
&lt;br /&gt;
iSpring Free is compatible with PowerPoint 2003/2007/2010 (32/64-bit) and comes in both 32 and 64-bit versions.  The freeware can be downloaded on [http://free.ispringsolutions.com/  iSpring website].&lt;br /&gt;
&lt;br /&gt;
See how easily iSpring Free produced courses are [http://free.ispringsolutions.com/articles/ispring_free_and_moodle.html uploaded to Moodle].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== MOS Solo ===&lt;br /&gt;
SCORM 2004 authoring tool. Entirely free.&lt;br /&gt;
&lt;br /&gt;
http://www.mindonsite.com/en/produits/mos-solo/&lt;br /&gt;
&lt;br /&gt;
=== MyUdutu ===&lt;br /&gt;
Free software for creating elearning courses with flash interactivity. Website here: http://www.udutu.com/ and an explanatory video here: http://www.udutu.com/my_udutu_video.html It is free to sign up and make the courses - there are many customisable templates enabling users to import images/video/audio/etc and incorporate them into scored questions of varying formats. The finished course can be exported as SCORM 2004 or SCORM 1.2 compliant -again for free and then hosted on a Moodle or other site. (The courses can also be hosted on the udutu site, either for free but with a watermark or for a fee) Quite intuitive to use and offering many features, it is however dependent on good connection to the site as it is created online. Also doesn&#039;t seem to like working in Opera.&lt;br /&gt;
&lt;br /&gt;
=== Reload ===&lt;br /&gt;
Reusable eLearning Object Authoring and Delivery - NB it is rather technical and may only be suitable for those with an understanding of HTML and the underlying SCORM specification.&lt;br /&gt;
&lt;br /&gt;
One problem with Reload is that it sometimes places the imsmanifest file 2 directories deep in the published SCORM package. For the solution to this issue, see https://docs.moodle.org/en/SCORM_FAQ#Manifest_not_found_error &lt;br /&gt;
&lt;br /&gt;
http://www.reload.ac.uk/&lt;br /&gt;
&lt;br /&gt;
==Commercial==&lt;br /&gt;
===ActivePresenter===&lt;br /&gt;
ActivePresenter is a useful tool supports for IT training operation, software demonstration, creating software manual. Notable outputs are Ajax Simulation and Flash Simulation. ActivePresenter supports both SCORM 1.2 and SCORM 2004.&lt;br /&gt;
More information can be found at http://www.atomisystems.com.&lt;br /&gt;
&lt;br /&gt;
===Articulate===&lt;br /&gt;
Articulate Presenter &#039;09, coupled with Articulate Quizmaker &#039;09, is a solution in developing SCORM content for Moodle. Both Articulate Presenter &#039;09 and Articulate Quizmaker &#039;09 are SCORM certified by an independent ADL certification expert (both SCORM 1.2 AND SCORM 2004). This means that Articulate Presenter &#039;09 and Quizmaker &#039;09 will seamlessly report results to Moodle by uploading the published project as a SCORM package. With the complete suite of products from Articulate, you&#039;ll be able to quickly create e-learning courses from PowerPoint and develop interactive content, quizzes, assessments, and surveys.&lt;br /&gt;
&lt;br /&gt;
Here is a screencast [http://screenr.com/RON] to show you how to upload and track from Articulate Quizmaker &#039;09 in Moodle.&lt;br /&gt;
&lt;br /&gt;
To learn more about the products from Articulate, go to http://www.articulate.com and download a 30 day trial of any of the products including: Articulate Presenter &#039;09, Articulate Quizmaker &#039;09, Articulate Engage &#039;09, and Articulate Video Encoder &#039;09.&lt;br /&gt;
&lt;br /&gt;
===Atlantic Link===&lt;br /&gt;
The Atlantic Link product suite is a rapid, collaborative eLearning tool that creates Flash based eLearning content. This can export SCORM compliant modules which will run smoothly within moodle. It allows the creation of quizes, slideshows and software emulation.&lt;br /&gt;
&lt;br /&gt;
You can find out more information about the Atlantic Link products at http://www.atlanticlinkglobal.com/&lt;br /&gt;
&lt;br /&gt;
===Camtasia===&lt;br /&gt;
This is a commercial screen-recording product for producing demonstrations and tutorials.  It has SCORM compliant output as an option, and permits quizzing and branching.  The SCORM output option creates a single .zip file that is appropriate for uploading into a SCORM activity for Moodle.  Retail price for Camtasia is US$299, but non-profit educational discounts of about 50% are offered.  30 day trials are also available.&lt;br /&gt;
&lt;br /&gt;
More information can be found at http://www.techsmith.com/products.asp&lt;br /&gt;
&lt;br /&gt;
=== Captivate ===&lt;br /&gt;
Adobe&#039;s Captivate software allows you to create fully functioning interactive lessons with quizzes, scoring, and integration (via SCORM) with Moodle. You can create anything from a simple slide show, to a complete branching software simulation or evaluation, all delivered via Flash without learning any code. It is the most straight-forward package and makes it a lot of fun to work with - even adding closed-captioning is really easy! Adobe have a page on Captivate here: [http://www.adobe.com/products/captivate/] - the latest version is Captivate 4.&lt;br /&gt;
&lt;br /&gt;
One difficulty with Captivate is that it tends to save important reporting values to a string in suspend_data, rather than in lesson_status, lesson_location, and the like. This makes it more difficult to write custom reports, or to debug interactions.&lt;br /&gt;
&lt;br /&gt;
===Composica===&lt;br /&gt;
Composica is a social e-learning authoring system that offers real-time collaboration among team members and provides a powerful programming- free WYSIWYG environment to create and deliver high-quality interactive e-learning content with embedded social media.&lt;br /&gt;
&lt;br /&gt;
Composica offers extensive multimedia support, including central repository, thousands of media files, customizable media player, built-in audio recording, automatic narration synchronization and mashups with leading external services such as YouTube, Google, Twitter, Facebook and more.&lt;br /&gt;
&lt;br /&gt;
The system provides large variety of fully customizable e-Learning interactions which can be integrated into a test or a game and communicated to the LMS via SCORM 1.2  / 2004.&lt;br /&gt;
&lt;br /&gt;
Composica encourages authoring teams to share knowledge and remove development bottle-necks through a unique groupware environment, powerful tasks system and task reports, project blog, comments, community dashboards and built-in chats.&lt;br /&gt;
&lt;br /&gt;
In addition, Composica includes Social Media tools, to create a real learning community around each course - learners can share knowledge with others, learn from each other, comment on anything, rate everything and more.&lt;br /&gt;
For more information see: http://www.composica.com/features/&lt;br /&gt;
&lt;br /&gt;
=== ContentGenerator.net SCORM functionality ===&lt;br /&gt;
Software was successfully used at the CambsMoodle.org conference on July 10th 2008 - every teacher at the workshop was able to get their SCORM game uploaded and working.  The software doesn&#039;t create extensive courses, but instead trackable interactive Flash games such as Fling the Teacher and Teacher Invaders.&lt;br /&gt;
&lt;br /&gt;
* Free software (+ some pay for) at http://www.contentgenerator.net/ - need to register on forum, but downloads free from there.&lt;br /&gt;
* Select SCORM option within software&lt;br /&gt;
* Generates single .zip file&lt;br /&gt;
* Select &#039;Add SCORM / AICC&#039; from add resource option in your course&lt;br /&gt;
* Edit SCORM settings - copy settings from &amp;lt;nowiki&amp;gt;http://www.contentgenerator.net/images/scorm/16_settings_mostimportant.png&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Some overly detailed instructions available here: http://www.contentgenerator.net/scorm/&lt;br /&gt;
&lt;br /&gt;
===Coral Presenter===&lt;br /&gt;
With Coral Presenter, a plugin for PowerPoint, users can easily add audio and video files, as well as quizzes to create more engaging and interactive e-learning presentations. A ribbon menu, slide-level call-outs, attachments and links, custom tabs and one-click publishing are just some of the unique features of Coral Presenter. Coral will convert your content to Flash format and bundle all neccessary files and data for publishing to Moodle or any other SCORM 1.2 compliant LMS. Completion tracking can be set either by number of slides viewed or by quiz scores. &lt;br /&gt;
&lt;br /&gt;
Coral Presenter was developed to work with Microsoft PowerPoint 2007, PowerPoint XP and PowerPoint 2003. Download a free trial at http://www.coral-learning.com/downloads.&lt;br /&gt;
&lt;br /&gt;
=== DemoCreator ===&lt;br /&gt;
DemoCreator is a Flash-based screen recording software which allows users to generate screencast by recording computer screen. It&#039;s mainly used to create desktop tutorials and Web-based presentation for distance learning and training. The SCORM or AICC output package for LMS is also available. More information can be found at http://www.sameshow.com/demo-creator.html.&lt;br /&gt;
&lt;br /&gt;
===Helius Presenter===&lt;br /&gt;
Helius Presenter (previously PointeCast Publisher) is a PowerPoint plug-in that automatically converts your PowerPoint XP/2002, 2003 and 2007 presentations into a highly compressed Flash presentation. The Pro version allows you to import and edit audio, import video, and create quizzes and surveys.  It&#039;s SCORM 1.2 or 2004 compatible.  It seems close to Articulate Presenter in terms of functionality but at considerably less cost. Free 15 day trial available from site:&lt;br /&gt;
http://www.helius.com/products/scorm.php&lt;br /&gt;
&lt;br /&gt;
=== iSpring PRESENTER ===&lt;br /&gt;
[[Image:Elearning_course_sample.jpg|thumb|Sample iSpring-created Flash course]]&lt;br /&gt;
&lt;br /&gt;
iSpring Presenter is a professional software for streamlied e-learning content authoring. It works as a PowerPoint 2003/2007/2010 add-in and transforms regular PowerPoint presentations into SCORM-compliant Flash courses ready for integrating with Moodle CMS. iSpring Presenter is super easy-to-use that allows to stay focused on content creation instead of software mastery. &lt;br /&gt;
&lt;br /&gt;
iSpring Presenter produces quality Flash courses that preserve the most advanced effects and interactivity of your original PowerPoint presentations like action buttons and trigger animations. &lt;br /&gt;
&lt;br /&gt;
iSpring Presenter features a built-in quiz authoring tool iSpring QuizMaker to enhance a course with interactive quizzes with multimedia (10 question types). Plus, iSpring Presenter provides unique Flash content protection feature that includes adding watermark to slides, password protection and Flash course playback restriction on set domains only. Engage learners with quizzes, presenter video, audio narrations, fully customized player navigation and look-and-feel. &lt;br /&gt;
&lt;br /&gt;
[[Image:ispring_presenter_toolbar.jpg|thumb|iSpring Presenter toolbar]]&lt;br /&gt;
&lt;br /&gt;
iSpring Presenter transforms PowerPoint into an e-learning authoring wizard.&lt;br /&gt;
&lt;br /&gt;
Visit [http://www.ispringsolutions.com/products/ispring_presenter.html iSpring website] to learn more about iSpring Presenter, view demo courses and download a 30-day fully functional trial version.&lt;br /&gt;
&lt;br /&gt;
Here is a [http://www.ispringsolutions.com/articles/presenter/upload_to_moodle.html step-by-step instruction] on how to integrate iSpring-made Flash courses to Moodle CMS.&lt;br /&gt;
&lt;br /&gt;
=== iSpring QuizMaker ===&lt;br /&gt;
[[Image:ispring_quizmaker.jpg|thumb|iSpring QuizMaker main window]]&lt;br /&gt;
&lt;br /&gt;
Whether you are experienced or new to quiz creation, with iSpring QuizMaker you&#039;ll find it easy to create captivating Flash-based quizzes. Creating quizzes of 10 question types are as easy as filling out the form. It&#039;s possible to accompany quiz question with image, audio and video. The question answers can be randomized, and questions can be delivered in a different order for each quiz taker. You can check your work instanty with a live preview option and publish your quiz into SCORM-compliant package ready to be uploaded and tracked with Moodle CMS. &lt;br /&gt;
&lt;br /&gt;
* Accompany quiz questions with images, audio and video&lt;br /&gt;
* Organize questions in question pools&lt;br /&gt;
* Randomize answers and questions in a quiz&lt;br /&gt;
* Set specific feedback based on user&#039;s result&lt;br /&gt;
* Control testing time and number of attempts&lt;br /&gt;
* Choose player color scheme and customize text labels&lt;br /&gt;
[[Image:ispring_made_quiz.jpg|thumb|Sample Flash quiz‎ created with iSpring QuizMaker]]&lt;br /&gt;
* Preview a question and an entire quiz&lt;br /&gt;
* Have a single Flash (.SWF) file for each quiz&lt;br /&gt;
* Receive quiz results via email or web server&lt;br /&gt;
* Upload your quiz to any SCORM 1.2, SCORM 2004 or AICC LMS&lt;br /&gt;
&lt;br /&gt;
Even though iSpring QuizMaker has a lot to offer, all its features are intuitively designed into a single window for your hassle-free quiz authoring experience.&lt;br /&gt;
&lt;br /&gt;
To learn more about iSpring QuizMaker and test drive a full-functional 30-day trial, visit http://www.ispringsolutions.com/products/ispring_quizmaker.html.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Knowledge Anywhere&#039;s ICE Tool - Instructional Content Editor Tool ===&lt;br /&gt;
Create and publish SCORM-compliant courses with WYSIWYG tool, that are ready to be uploaded into any LMS.&lt;br /&gt;
The Instructional Content Editor Tool offers many features including streaming video, pre-made page templates, storyboard export to Word function, language translation and many more. Anyone can create a high quality learning course easily. Learn more at http://www.knowledgeanywhere.com/ShowPage.aspx?pkContentID=102&lt;br /&gt;
--------------------------&lt;br /&gt;
&lt;br /&gt;
=== Learning Essentials 2.0 for Microsoft Office ===&lt;br /&gt;
Works with licensed Microsoft Office and is a free add on, last upgraded 2007.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;With Learning Essentials, educators and students can get started, stay organized, and successfully complete high-quality work. Educators can create effective instructional resources, complete administrative tasks, and implement new teaching strategies. Using the Content Development Kit, educators can create additional templates and tutorials that integrate with familiar Microsoft Office applications. And students can use templates with project assistance to coach them through a variety of assignments. &lt;br /&gt;
&lt;br /&gt;
&amp;quot;The English, French, German, Italian, Norwegian, and Spanish versions of Learning Essentials also support SCORM standards. SCORM Tools seamlessly convert Microsoft Office documents into standards-based e-learning content that can be managed and reused by any SCORM-conformant learning management system. &lt;br /&gt;
&lt;br /&gt;
&amp;quot;Learning Essentials is a free download for schools that license Microsoft Office.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
:Note, someone with personal experience should update the overview to explain how this tool really works)&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/downloads/details.aspx?FamilyID=e5f4f9c7-1a6a-484b-99fd-c231442deaa4&amp;amp;displaylang=en Microsoft&#039;s Learning Essentials homepage]&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Learning Development System ===&lt;br /&gt;
Free tool from Microsoft that allows you to create SCORM resources using drag and drop.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The LCDS is a free tool that enables the Microsoft Learning community to create high-quality, interactive, online courses. The LCDS allows anyone in the Microsoft Learning community to publish e-learning courses by completing the easy-to-use LCDS forms that seamlessly generate highly customized content, interactive activities, quizzes, games, assessments, animations, demos, and other multimedia.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This is an internal Microsoft tool.  Has a few bugs and can crash.&lt;br /&gt;
&lt;br /&gt;
NOTE READ the Help info. To upload to Moodle you will need to zip up your working directory then upload using the &#039;Add SCORM / AICC&#039; from add resource option in your course &lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/learning/tools/lcds/default.mspx Microsoft&#039;s page for LCDS updated to 2.2 on Jan 2009]&lt;br /&gt;
&lt;br /&gt;
===PowerPointForce===&lt;br /&gt;
PowerpointForce is a MS windows program, which converts PowerPoint(2003/2007) slides into flash with different additional features and brings to you professional rapid flash-based presentations in the matter of minutes.&lt;br /&gt;
SCORM 1.2 or 2004 compatible. Free 14 days trial, tutorials, examples are available from site:&lt;br /&gt;
http://www.elearningforce.com/products/Pages/PowerPointForce.aspx&lt;br /&gt;
&lt;br /&gt;
=== PowerQuizPoint - Quiz Creator ===&lt;br /&gt;
Create a Flash-Based Quiz from PowerPoint in two steps. PowerQuizPoint easily create interactive Macromedia Flash Quizzes from within PowerPoint. PowerQuizPoint is a convergence of power features in PowerPoint and Macromedia Flash. Flash Quizzes created with PowerQuizPoint is web ready. Insert interactive Quiz slides directly into PowerPoint presentations and Publish them to Macromedia Flash format.&lt;br /&gt;
&lt;br /&gt;
[[Image:powerquizpoint-question.jpg|thumb|PowerQuizPoint question]]&lt;br /&gt;
&lt;br /&gt;
PowerQuizPoint PowerPoint Quiz Maker provides options like insert your questions with up to 4 choices per Questions, Separate slides for correct and incorrect answers and Question Bank facility.&lt;br /&gt;
&lt;br /&gt;
[http://www.digitalofficepro.com/powerpoint/quiz-creator.html www.digitalofficepro.com/powerpoint/quiz-creator.html]&lt;br /&gt;
&lt;br /&gt;
=== QuizCreator ===&lt;br /&gt;
QuizCreator is a powerful Flash quiz maker that enables trainers and educators  to easily create SCORM compliant Flash quizzes with images, sounds, narrations and Flash animations to engage learners through the learning process and offers flexible results tracking and score reporting toolkit. &lt;br /&gt;
&lt;br /&gt;
It supports 9 question types:True/ False, Multiple Choice, Multiple Response,Fill in the Blank, Drag and Drop-Matching,Drag and Drop-Sequences,Word Bank,Click Map and Essay. You could publish you quiz for Flash, Word, Excel or LMS.&lt;br /&gt;
&lt;br /&gt;
[http://www.quiz-creator.com/ QuizCreator]&lt;br /&gt;
[[Image:Quizcreator.png|thumb|QuizCreator]]&lt;br /&gt;
&lt;br /&gt;
===QuizForce===&lt;br /&gt;
QuizForce is a MS Windows program that provides a comprehensive but easy-to-use set of tools for creating highly customized Flash-based quizzes and surveys for non-programmers.&lt;br /&gt;
SCORM 1.2 or 2004 compatible. Free 14 days trial, tutorials, examples are available from site:&lt;br /&gt;
http://www.elearningforce.com/products/Pages/Quizforce.aspx&lt;br /&gt;
&lt;br /&gt;
=== STT Trainer===&lt;br /&gt;
STT Trainer from Kaplan IT Learning is a complete solution for creating software simulations, electronic user performance support, and documentation to train employees on critical web-, windows, and java-based business software. It can create SCORM compliant packages that can be used withing the moodle system.&lt;br /&gt;
&lt;br /&gt;
You can find out more details about STT Trainer at http://www.stt-trainer.com/&lt;br /&gt;
&lt;br /&gt;
=== ToolBook ===&lt;br /&gt;
[Moodle 1.9 / ToolBook Instructor 9.01] Tracking and bookmarking work well.  The content should be exported using the SCORM 1.2 option; AICC and SCORM 2004 do not seem to work properly.  Scoring works and is viewable within the tracking details, but does not transfer correctly into the Gradebook.  see http://www.toolbook.com&lt;br /&gt;
&lt;br /&gt;
=== TutorAuthor NG ===&lt;br /&gt;
TutorPro&#039;s TutorAuthor NG is a professional software application for quickly creating interactive lessons, training, demonstrations, and simulations. Anyone who needs to develop online product demonstrations, software simulations for e-learning, or online tutorials for user support will find TutorAuthor NG an ideal solution. TutorAuthor NG includes everything you need to capture actions in any application and instantly create a 3D life like simulation. The application is equally at home creating &#039;soft-skill&#039; tutorials such as new employee introductions, company policy, in fact anything that can be taught electronically.&lt;br /&gt;
&lt;br /&gt;
If you use TutorAuthor NG to create e-learning content, you can add realistic, fully interactive question slides, buttons, click boxes, and text entry boxes, and much more. TutorAuthor NG is SCORM 1.2, SCORM 2004, and AICC compliant, allowing effortless integration with any compliant Learning Management System (LMS). &lt;br /&gt;
&lt;br /&gt;
More information can be found at http://www.tutorpro.com/Products/TutorAuthor_Next_Generation_&lt;br /&gt;
&lt;br /&gt;
=== ViewletBuilder Enterprise ===&lt;br /&gt;
Qarbon&#039;s ViewletBuilder is cost-effective, comparatively easy to learn, and used by many thousands of corporate, educational, and government professionals since 1999.  On Mac OSx and Windows PCs, it is used to create compelling, interactive online tutorials for distance learning and user support.   ViewletBuilder Enterprise includes ViewletQuiz, for creating interactive assessments and surveys.&lt;br /&gt;
&lt;br /&gt;
ViewletBuilder Pro, ViewletQuiz, and ViewletBuilder Enterprise are fully SCORM 1.2, SCORM 2004, and AICC compliant.&lt;br /&gt;
&lt;br /&gt;
Qarbon.com provides the highest level of support and training for its customers.&lt;br /&gt;
&lt;br /&gt;
More information and fully functional evaluation downloads are available at:&lt;br /&gt;
http://forum.qarbon.com/viewtopic.php?f=3&amp;amp;t=1007&amp;amp;p=3118#p3118&lt;br /&gt;
&lt;br /&gt;
=== Wimba Create (formerly Course Genie) ===&lt;br /&gt;
A commercial tool allowing you to convert Word  documents into CMS ready content. It&#039;s particularly suited for non-technical teachers who have large  documents to display on Moodle and allows embedding of video, sound etc. When downloaded to your computer it generates a toolbar in Word giving options to enable  easy conversion of the file to clean html pages which include navigation and interactive features. It claims to work on Windows 2000, Windows XP or Windows Vista&lt;br /&gt;
Word 2000, XP, 2003 or 2007 and the official site is: http://www.wimba.com/products/wimbacreate/  .  &lt;br /&gt;
&lt;br /&gt;
Wimba Create documentation can be found at: http://www.wimba.com/services/support/documentation#wCr&lt;br /&gt;
&lt;br /&gt;
=== Wondershare PPT2Flash Professional ===&lt;br /&gt;
Convert PowerPoint to Flash and upload the courses to Moodle. &lt;br /&gt;
Note that this is not a free tool, rather there is a free &#039;&#039;&#039;trial&#039;&#039;&#039; version of the full software. Output from the trial version has a watermark on it.&lt;br /&gt;
* Download the trial version of the software from http://www.sameshow.com/powerpoint-to-flash-pro.html&lt;br /&gt;
* There is a plug-in menu in PowerPoint, click &amp;quot;Publish&amp;quot; button and select &amp;quot;LMS&amp;quot;&lt;br /&gt;
* Select &amp;quot;SCORM 1.2&amp;quot; or &amp;quot;SCORM 2004&amp;quot;&lt;br /&gt;
* Click &amp;quot;Convert&amp;quot; button&lt;br /&gt;
* Select &amp;quot;Open output folder&amp;quot; after conversion is completed&lt;br /&gt;
* Choose the output .zip file and upload to Moodle&lt;br /&gt;
* Done! &lt;br /&gt;
&lt;br /&gt;
Some overly detailed instructions available here: http://www.sameshow.com/powerpoint-to-flash/howto3.html&lt;br /&gt;
&lt;br /&gt;
===WordForce===&lt;br /&gt;
WordForce is a MS Windows program. The main feature of the program is the conversion of MS Word (2007/2003) documents into web sites.&lt;br /&gt;
SCORM 1.2 or 2004 compatible. Free 14 days trial, tutorials, examples are available from site:&lt;br /&gt;
http://www.elearningforce.com/products/Pages/Wordforce.aspx&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=57059 Are there any sugestions for scorm authoring with Microsoft (MS-M$) word / or any other easy (maybe free) scorm authoring tool?] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[de:Autorenwerkzeuge]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Creating_SCORM_Content&amp;diff=86470</id>
		<title>Creating SCORM Content</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Creating_SCORM_Content&amp;diff=86470"/>
		<updated>2011-07-27T04:25:23Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: add details about repository&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SCORM}}&lt;br /&gt;
&amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;&#039;&#039;&#039;Please refer to [[TOC_with_notes#SCORM|these notes]] before editing this page.&#039;&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Creating SCORM Content==&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;
Some people hand-code SCORM objects using HTML, JavaScript, and sometimes SWF files. There are some templates provided by ADL and by others, which make this process easier. &lt;br /&gt;
&lt;br /&gt;
Others use SCORM authoring software to generate SCORM packages. This process is easier for non-technical users, but not as foolproof.&lt;br /&gt;
&lt;br /&gt;
==Find existing SCORM packages==&lt;br /&gt;
There is a [http://moodle.org/mod/data/view.php?id=7198 SCORM Repository] which allows sharing of SCORM packages - this repository is moderated however the quality of packages is varied; some make correct use of the SCORM API and others may not perform as expected.&lt;br /&gt;
&lt;br /&gt;
==Before Investing in SCORM Authoring Software==&lt;br /&gt;
Please be aware that vendors can edit entries on this wiki page. No SCORM authoring software is without bugs, and some have significant issues when used with Moodle. Just because products are listed on this page does not mean that Moodle.org either supports or endorses them. Be sure to test all products extensively before purchase, and be sure that the built-in Moodle authoring tools will not meet your needs. Also take the time to search for past issues with a particular product in the Using Moodle SCORM forum, and read the rest of the Moodle SCORM documentation.&lt;br /&gt;
&lt;br /&gt;
Many of these products piggyback on Powerpoint&amp;amp;reg;, or present talking head video to a learner. Powerpoint presentations and talking heads do not promote social learning. It is valuable to consider, before embarking upon SCORM development, whether your organization wants to limit itself to the pedagogical approaches provided by the SCORM API.&lt;br /&gt;
&lt;br /&gt;
It is also important to know that one does not need to purchase or obtain any product in order to produce SCORM content. SCORM content is a collection of HTML, JavaScript, and multimedia files, all of which can be produced by regular humans. Humans are, in addition, capable of testing your content in your LMS and writing code which addresses the nuances of your LMS, a valuable service which authorware does not provide. &lt;br /&gt;
&lt;br /&gt;
In addition, an authorware production model, in which non-programmers produce content using graphical user interfaces, can present issues because non-programmers do not understand some of the basic tenets of the Web. It is a good idea to educate authorware users about best practices with regard to issues such as file size, file naming conventions, how to publish images for the Web, and so forth, before turning them loose with an authorware product.&lt;br /&gt;
&lt;br /&gt;
==Tools for Authoring==&lt;br /&gt;
Here is a list of tools to create SCORM packages, both open source and commercial.  Moodle is a modular authoring tool for courses but at this time does not create SCORM packages.&lt;br /&gt;
&lt;br /&gt;
==Free OpenSource==&lt;br /&gt;
=== eXe OPEN SOURCE SCORM Development Package ===&lt;br /&gt;
The eXe project is developing a freely available Open Source authoring application to assist teachers and academics in the publishing of web content without the need to become proficient in HTML or XML markup. Resources authored in eXe can be exported in IMS Content Package, SCORM 1.2, or IMS Common Cartridge formats or as simple self-contained web pages.&lt;br /&gt;
&lt;br /&gt;
http://exelearning.org/&lt;br /&gt;
&lt;br /&gt;
=== ScenariChain Opale / OpaleSup ===&lt;br /&gt;
Website and community : http://scenari-platform.org/projects/scenari/en/pres/co/&lt;br /&gt;
&lt;br /&gt;
=== Xerte OPEN SOURCE SCORM Development Package ===&lt;br /&gt;
The Xerte Project provides a full suite of open source tools for elearning developers and content authors producing interactive learning materials.&lt;br /&gt;
&lt;br /&gt;
Standalone tool: Xerte http://www.nottingham.ac.uk/xerte/&lt;br /&gt;
&lt;br /&gt;
Online tool: Toolkits http://www.nottingham.ac.uk/xerte/toolkits.htm&lt;br /&gt;
&lt;br /&gt;
==Freeware not OpenSource==&lt;br /&gt;
=== Content Shaper Authoring Tool===&lt;br /&gt;
Content Shaper - free authoring tool oriented at assembly, updates and &lt;br /&gt;
maintenance of learning content across it&#039;s lifecycle.&lt;br /&gt;
&lt;br /&gt;
Content Sharer utilizes a separation of content and presentation idiom, so &lt;br /&gt;
it&#039;s suitable for adaptive learning, different delivery formats, content re-purposing.  &lt;br /&gt;
&lt;br /&gt;
http://www.c-shaper.com/&lt;br /&gt;
&lt;br /&gt;
=== Courselab ===&lt;br /&gt;
CourseLab is a free program but is not open source.  Feb 2009 current version is 2.4.  Received an eLearnings Best of 2007 award.&lt;br /&gt;
&lt;br /&gt;
CourseLab version 2.4 has a few bugs. First is with audio. Sometimes (for some reason not known to CourseLab) the audio will restart, creating an echo effect. You will need to un-check the &amp;quot;autostart&amp;quot; mark of the Video object (vidoe object is used to insert audio too)and then define an action on some event that fits the case (for example on the slide&#039;s afterdisplay event) choose METHOD (yourvideoobject, PLAY. this will play the audio after the slide is displayed.&lt;br /&gt;
&lt;br /&gt;
Another issue is with FireFox browsers displaying graphics with CourseLab. It is stated in user&#039;s manual that some objects utilize Explorer-specific features and author should avoid using them, if he wants to use the course in multi-browser environment. These are: Gradient Box and all AutoShapes. AutoShapes are VML-objects and VML (Vector Markup Language) is not supported by FireFox. SVG (Scalable Vector Graphics - another vector format) could be the good alternative, but there are still problems with displaying inline SVG-objects in both Gecko-family and IE. (from CourseLab Support)&lt;br /&gt;
&lt;br /&gt;
If these FireFox/Image display problems are not an issue then be sure to install the latest browser plug-ins. If you present content to non-IE users, do not use this authoring package.&lt;br /&gt;
&lt;br /&gt;
There are some problems with Moodle configuration see http://moodle.org/mod/forum/discuss.php?d=96338#p425335&lt;br /&gt;
&lt;br /&gt;
[http://www.courselab.com/  CourseLab home page]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== iSpring Free ===&lt;br /&gt;
[[Image:Ispring-free-toolbar.jpg|thumb|iSpring PowerPoint add-in]]&lt;br /&gt;
&lt;br /&gt;
iSpring Free is freeware for creating SCORM-compliant e-learning courses that can be integrated with Moodle CMS. Being a very handy e-learning authoring tool, iSpring Free works as a PowerPoint add-in, accurately converting PowerPoint presentations into Flash courses.&lt;br /&gt;
&lt;br /&gt;
Along with supporting virtually all PowerPoint animations and transitions, iSpring Free preserves PowerPoint’s most advanced effects like trigger animations and hyperlinks. Additionally iSpring Free provides an opportunity to enrich the course with Flash objects and YouTube videos.&lt;br /&gt;
&lt;br /&gt;
iSpring Free with its ease of use, conversion accuracy and established SCORM 2004 r3 compliance appears to be a great choice considering that it can be used free of charge for all commercial and non-commercial use.&lt;br /&gt;
&lt;br /&gt;
[[Image:ispring-free.jpg‎ |thumb|iSpring Free publish window]]&lt;br /&gt;
&lt;br /&gt;
iSpring Free is compatible with PowerPoint 2003/2007/2010 (32/64-bit) and comes in both 32 and 64-bit versions.  The freeware can be downloaded on [http://free.ispringsolutions.com/  iSpring website].&lt;br /&gt;
&lt;br /&gt;
See how easily iSpring Free produced courses are [http://free.ispringsolutions.com/articles/ispring_free_and_moodle.html uploaded to Moodle].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== MOS Solo ===&lt;br /&gt;
SCORM 2004 authoring tool. Entirely free.&lt;br /&gt;
&lt;br /&gt;
http://www.mindonsite.com/en/produits/mos-solo/&lt;br /&gt;
&lt;br /&gt;
=== MyUdutu ===&lt;br /&gt;
Free software for creating elearning courses with flash interactivity. Website here: http://www.udutu.com/ and an explanatory video here: http://www.udutu.com/my_udutu_video.html It is free to sign up and make the courses - there are many customisable templates enabling users to import images/video/audio/etc and incorporate them into scored questions of varying formats. The finished course can be exported as SCORM 2004 or SCORM 1.2 compliant -again for free and then hosted on a Moodle or other site. (The courses can also be hosted on the udutu site, either for free but with a watermark or for a fee) Quite intuitive to use and offering many features, it is however dependent on good connection to the site as it is created online. Also doesn&#039;t seem to like working in Opera.&lt;br /&gt;
&lt;br /&gt;
=== Reload ===&lt;br /&gt;
Reusable eLearning Object Authoring and Delivery - NB it is rather technical and may only be suitable for those with an understanding of HTML and the underlying SCORM specification.&lt;br /&gt;
&lt;br /&gt;
One problem with Reload is that it sometimes places the imsmanifest file 2 directories deep in the published SCORM package. For the solution to this issue, see https://docs.moodle.org/en/SCORM_FAQ#Manifest_not_found_error &lt;br /&gt;
&lt;br /&gt;
http://www.reload.ac.uk/&lt;br /&gt;
&lt;br /&gt;
==Commercial==&lt;br /&gt;
===ActivePresenter===&lt;br /&gt;
ActivePresenter is a useful tool supports for IT training operation, software demonstration, creating software manual. Notable outputs are Ajax Simulation and Flash Simulation. ActivePresenter supports both SCORM 1.2 and SCORM 2004.&lt;br /&gt;
More information can be found at http://www.atomisystems.com.&lt;br /&gt;
&lt;br /&gt;
===Articulate===&lt;br /&gt;
Articulate Presenter &#039;09, coupled with Articulate Quizmaker &#039;09, is a solution in developing SCORM content for Moodle. Both Articulate Presenter &#039;09 and Articulate Quizmaker &#039;09 are SCORM certified by an independent ADL certification expert (both SCORM 1.2 AND SCORM 2004). This means that Articulate Presenter &#039;09 and Quizmaker &#039;09 will seamlessly report results to Moodle by uploading the published project as a SCORM package. With the complete suite of products from Articulate, you&#039;ll be able to quickly create e-learning courses from PowerPoint and develop interactive content, quizzes, assessments, and surveys.&lt;br /&gt;
&lt;br /&gt;
Here is a screencast [http://screenr.com/RON] to show you how to upload and track from Articulate Quizmaker &#039;09 in Moodle.&lt;br /&gt;
&lt;br /&gt;
To learn more about the products from Articulate, go to http://www.articulate.com and download a 30 day trial of any of the products including: Articulate Presenter &#039;09, Articulate Quizmaker &#039;09, Articulate Engage &#039;09, and Articulate Video Encoder &#039;09.&lt;br /&gt;
&lt;br /&gt;
===Atlantic Link===&lt;br /&gt;
The Atlantic Link product suite is a rapid, collaborative eLearning tool that creates Flash based eLearning content. This can export SCORM compliant modules which will run smoothly within moodle. It allows the creation of quizes, slideshows and software emulation.&lt;br /&gt;
&lt;br /&gt;
You can find out more information about the Atlantic Link products at http://www.atlanticlinkglobal.com/&lt;br /&gt;
&lt;br /&gt;
===Camtasia===&lt;br /&gt;
This is a commercial screen-recording product for producing demonstrations and tutorials.  It has SCORM compliant output as an option, and permits quizzing and branching.  The SCORM output option creates a single .zip file that is appropriate for uploading into a SCORM activity for Moodle.  Retail price for Camtasia is US$299, but non-profit educational discounts of about 50% are offered.  30 day trials are also available.&lt;br /&gt;
&lt;br /&gt;
More information can be found at http://www.techsmith.com/products.asp&lt;br /&gt;
&lt;br /&gt;
=== Captivate ===&lt;br /&gt;
Adobe&#039;s Captivate software allows you to create fully functioning interactive lessons with quizzes, scoring, and integration (via SCORM) with Moodle. You can create anything from a simple slide show, to a complete branching software simulation or evaluation, all delivered via Flash without learning any code. It is the most straight-forward package and makes it a lot of fun to work with - even adding closed-captioning is really easy! Adobe have a page on Captivate here: [http://www.adobe.com/products/captivate/] - the latest version is Captivate 4.&lt;br /&gt;
&lt;br /&gt;
One difficulty with Captivate is that it tends to save important reporting values to a string in suspend_data, rather than in lesson_status, lesson_location, and the like. This makes it more difficult to write custom reports, or to debug interactions.&lt;br /&gt;
&lt;br /&gt;
===Composica===&lt;br /&gt;
Composica is a social e-learning authoring system that offers real-time collaboration among team members and provides a powerful programming- free WYSIWYG environment to create and deliver high-quality interactive e-learning content with embedded social media.&lt;br /&gt;
&lt;br /&gt;
Composica offers extensive multimedia support, including central repository, thousands of media files, customizable media player, built-in audio recording, automatic narration synchronization and mashups with leading external services such as YouTube, Google, Twitter, Facebook and more.&lt;br /&gt;
&lt;br /&gt;
The system provides large variety of fully customizable e-Learning interactions which can be integrated into a test or a game and communicated to the LMS via SCORM 1.2  / 2004.&lt;br /&gt;
&lt;br /&gt;
Composica encourages authoring teams to share knowledge and remove development bottle-necks through a unique groupware environment, powerful tasks system and task reports, project blog, comments, community dashboards and built-in chats.&lt;br /&gt;
&lt;br /&gt;
In addition, Composica includes Social Media tools, to create a real learning community around each course - learners can share knowledge with others, learn from each other, comment on anything, rate everything and more.&lt;br /&gt;
For more information see: http://www.composica.com/features/&lt;br /&gt;
&lt;br /&gt;
=== ContentGenerator.net SCORM functionality ===&lt;br /&gt;
Software was successfully used at the CambsMoodle.org conference on July 10th 2008 - every teacher at the workshop was able to get their SCORM game uploaded and working.  The software doesn&#039;t create extensive courses, but instead trackable interactive Flash games such as Fling the Teacher and Teacher Invaders.&lt;br /&gt;
&lt;br /&gt;
* Free software (+ some pay for) at http://www.contentgenerator.net/ - need to register on forum, but downloads free from there.&lt;br /&gt;
* Select SCORM option within software&lt;br /&gt;
* Generates single .zip file&lt;br /&gt;
* Select &#039;Add SCORM / AICC&#039; from add resource option in your course&lt;br /&gt;
* Edit SCORM settings - copy settings from &amp;lt;nowiki&amp;gt;http://www.contentgenerator.net/images/scorm/16_settings_mostimportant.png&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Some overly detailed instructions available here: http://www.contentgenerator.net/scorm/&lt;br /&gt;
&lt;br /&gt;
===Coral Presenter===&lt;br /&gt;
With Coral Presenter, a plugin for PowerPoint, users can easily add audio and video files, as well as quizzes to create more engaging and interactive e-learning presentations. A ribbon menu, slide-level call-outs, attachments and links, custom tabs and one-click publishing are just some of the unique features of Coral Presenter. Coral will convert your content to Flash format and bundle all neccessary files and data for publishing to Moodle or any other SCORM 1.2 compliant LMS. Completion tracking can be set either by number of slides viewed or by quiz scores. &lt;br /&gt;
&lt;br /&gt;
Coral Presenter was developed to work with Microsoft PowerPoint 2007, PowerPoint XP and PowerPoint 2003. Download a free trial at http://www.coral-learning.com/downloads.&lt;br /&gt;
&lt;br /&gt;
=== DemoCreator ===&lt;br /&gt;
DemoCreator is a Flash-based screen recording software which allows users to generate screencast by recording computer screen. It&#039;s mainly used to create desktop tutorials and Web-based presentation for distance learning and training. The SCORM or AICC output package for LMS is also available. More information can be found at http://www.sameshow.com/demo-creator.html.&lt;br /&gt;
&lt;br /&gt;
===Helius Presenter===&lt;br /&gt;
Helius Presenter (previously PointeCast Publisher) is a PowerPoint plug-in that automatically converts your PowerPoint XP/2002, 2003 and 2007 presentations into a highly compressed Flash presentation. The Pro version allows you to import and edit audio, import video, and create quizzes and surveys.  It&#039;s SCORM 1.2 or 2004 compatible.  It seems close to Articulate Presenter in terms of functionality but at considerably less cost. Free 15 day trial available from site:&lt;br /&gt;
http://www.helius.com/products/scorm.php&lt;br /&gt;
&lt;br /&gt;
=== iSpring PRESENTER ===&lt;br /&gt;
[[Image:Elearning_course_sample.jpg|thumb|Sample iSpring-created Flash course]]&lt;br /&gt;
&lt;br /&gt;
iSpring Presenter is a professional software for streamlied e-learning content authoring. It works as a PowerPoint 2003/2007/2010 add-in and transforms regular PowerPoint presentations into SCORM-compliant Flash courses ready for integrating with Moodle CMS. iSpring Presenter is super easy-to-use that allows to stay focused on content creation instead of software mastery. &lt;br /&gt;
&lt;br /&gt;
iSpring Presenter produces quality Flash courses that preserve the most advanced effects and interactivity of your original PowerPoint presentations like action buttons and trigger animations. &lt;br /&gt;
&lt;br /&gt;
iSpring Presenter features a built-in quiz authoring tool iSpring QuizMaker to enhance a course with interactive quizzes with multimedia (10 question types). Plus, iSpring Presenter provides unique Flash content protection feature that includes adding watermark to slides, password protection and Flash course playback restriction on set domains only. Engage learners with quizzes, presenter video, audio narrations, fully customized player navigation and look-and-feel. &lt;br /&gt;
&lt;br /&gt;
[[Image:ispring_presenter_toolbar.jpg|thumb|iSpring Presenter toolbar]]&lt;br /&gt;
&lt;br /&gt;
iSpring Presenter transforms PowerPoint into an e-learning authoring wizard.&lt;br /&gt;
&lt;br /&gt;
Visit [http://www.ispringsolutions.com/products/ispring_presenter.html iSpring website] to learn more about iSpring Presenter, view demo courses and download a 30-day fully functional trial version.&lt;br /&gt;
&lt;br /&gt;
Here is a [http://www.ispringsolutions.com/articles/presenter/upload_to_moodle.html step-by-step instruction] on how to integrate iSpring-made Flash courses to Moodle CMS.&lt;br /&gt;
&lt;br /&gt;
=== iSpring QuizMaker ===&lt;br /&gt;
[[Image:ispring_quizmaker.jpg|thumb|iSpring QuizMaker main window]]&lt;br /&gt;
&lt;br /&gt;
Whether you are experienced or new to quiz creation, with iSpring QuizMaker you&#039;ll find it easy to create captivating Flash-based quizzes. Creating quizzes of 10 question types are as easy as filling out the form. It&#039;s possible to accompany quiz question with image, audio and video. The question answers can be randomized, and questions can be delivered in a different order for each quiz taker. You can check your work instanty with a live preview option and publish your quiz into SCORM-compliant package ready to be uploaded and tracked with Moodle CMS. &lt;br /&gt;
&lt;br /&gt;
* Accompany quiz questions with images, audio and video&lt;br /&gt;
* Organize questions in question pools&lt;br /&gt;
* Randomize answers and questions in a quiz&lt;br /&gt;
* Set specific feedback based on user&#039;s result&lt;br /&gt;
* Control testing time and number of attempts&lt;br /&gt;
* Choose player color scheme and customize text labels&lt;br /&gt;
[[Image:ispring_made_quiz.jpg|thumb|Sample Flash quiz‎ created with iSpring QuizMaker]]&lt;br /&gt;
* Preview a question and an entire quiz&lt;br /&gt;
* Have a single Flash (.SWF) file for each quiz&lt;br /&gt;
* Receive quiz results via email or web server&lt;br /&gt;
* Upload your quiz to any SCORM 1.2, SCORM 2004 or AICC LMS&lt;br /&gt;
&lt;br /&gt;
Even though iSpring QuizMaker has a lot to offer, all its features are intuitively designed into a single window for your hassle-free quiz authoring experience.&lt;br /&gt;
&lt;br /&gt;
To learn more about iSpring QuizMaker and test drive a full-functional 30-day trial, visit http://www.ispringsolutions.com/products/ispring_quizmaker.html.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Knowledge Anywhere&#039;s ICE Tool - Instructional Content Editor Tool ===&lt;br /&gt;
Create and publish SCORM-compliant courses with WYSIWYG tool, that are ready to be uploaded into any LMS.&lt;br /&gt;
The Instructional Content Editor Tool offers many features including streaming video, pre-made page templates, storyboard export to Word function, language translation and many more. Anyone can create a high quality learning course easily. Learn more at http://www.knowledgeanywhere.com/ShowPage.aspx?pkContentID=102&lt;br /&gt;
--------------------------&lt;br /&gt;
&lt;br /&gt;
=== Learning Essentials 2.0 for Microsoft Office ===&lt;br /&gt;
Works with licensed Microsoft Office and is a free add on, last upgraded 2007.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;With Learning Essentials, educators and students can get started, stay organized, and successfully complete high-quality work. Educators can create effective instructional resources, complete administrative tasks, and implement new teaching strategies. Using the Content Development Kit, educators can create additional templates and tutorials that integrate with familiar Microsoft Office applications. And students can use templates with project assistance to coach them through a variety of assignments. &lt;br /&gt;
&lt;br /&gt;
&amp;quot;The English, French, German, Italian, Norwegian, and Spanish versions of Learning Essentials also support SCORM standards. SCORM Tools seamlessly convert Microsoft Office documents into standards-based e-learning content that can be managed and reused by any SCORM-conformant learning management system. &lt;br /&gt;
&lt;br /&gt;
&amp;quot;Learning Essentials is a free download for schools that license Microsoft Office.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
:Note, someone with personal experience should update the overview to explain how this tool really works)&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/downloads/details.aspx?FamilyID=e5f4f9c7-1a6a-484b-99fd-c231442deaa4&amp;amp;displaylang=en Microsoft&#039;s Learning Essentials homepage]&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Learning Development System ===&lt;br /&gt;
Free tool from Microsoft that allows you to create SCORM resources using drag and drop.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The LCDS is a free tool that enables the Microsoft Learning community to create high-quality, interactive, online courses. The LCDS allows anyone in the Microsoft Learning community to publish e-learning courses by completing the easy-to-use LCDS forms that seamlessly generate highly customized content, interactive activities, quizzes, games, assessments, animations, demos, and other multimedia.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This is an internal Microsoft tool.  Has a few bugs and can crash.&lt;br /&gt;
&lt;br /&gt;
NOTE READ the Help info. To upload to Moodle you will need to zip up your working directory then upload using the &#039;Add SCORM / AICC&#039; from add resource option in your course &lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/learning/tools/lcds/default.mspx Microsoft&#039;s page for LCDS updated to 2.2 on Jan 2009]&lt;br /&gt;
&lt;br /&gt;
===PowerPointForce===&lt;br /&gt;
PowerpointForce is a MS windows program, which converts PowerPoint(2003/2007) slides into flash with different additional features and brings to you professional rapid flash-based presentations in the matter of minutes.&lt;br /&gt;
SCORM 1.2 or 2004 compatible. Free 14 days trial, tutorials, examples are available from site:&lt;br /&gt;
http://www.elearningforce.com/products/Pages/PowerPointForce.aspx&lt;br /&gt;
&lt;br /&gt;
=== PowerQuizPoint - Quiz Creator ===&lt;br /&gt;
Create a Flash-Based Quiz from PowerPoint in two steps. PowerQuizPoint easily create interactive Macromedia Flash Quizzes from within PowerPoint. PowerQuizPoint is a convergence of power features in PowerPoint and Macromedia Flash. Flash Quizzes created with PowerQuizPoint is web ready. Insert interactive Quiz slides directly into PowerPoint presentations and Publish them to Macromedia Flash format.&lt;br /&gt;
&lt;br /&gt;
[[Image:powerquizpoint-question.jpg|thumb|PowerQuizPoint question]]&lt;br /&gt;
&lt;br /&gt;
PowerQuizPoint PowerPoint Quiz Maker provides options like insert your questions with up to 4 choices per Questions, Separate slides for correct and incorrect answers and Question Bank facility.&lt;br /&gt;
&lt;br /&gt;
[http://www.digitalofficepro.com/powerpoint/quiz-creator.html www.digitalofficepro.com/powerpoint/quiz-creator.html]&lt;br /&gt;
&lt;br /&gt;
=== QuizCreator ===&lt;br /&gt;
QuizCreator is a powerful Flash quiz maker that enables trainers and educators  to easily create SCORM compliant Flash quizzes with images, sounds, narrations and Flash animations to engage learners through the learning process and offers flexible results tracking and score reporting toolkit. &lt;br /&gt;
&lt;br /&gt;
It supports 9 question types:True/ False, Multiple Choice, Multiple Response,Fill in the Blank, Drag and Drop-Matching,Drag and Drop-Sequences,Word Bank,Click Map and Essay. You could publish you quiz for Flash, Word, Excel or LMS.&lt;br /&gt;
&lt;br /&gt;
[http://www.quiz-creator.com/ QuizCreator]&lt;br /&gt;
[[Image:Quizcreator.png|thumb|QuizCreator]]&lt;br /&gt;
&lt;br /&gt;
===QuizForce===&lt;br /&gt;
QuizForce is a MS Windows program that provides a comprehensive but easy-to-use set of tools for creating highly customized Flash-based quizzes and surveys for non-programmers.&lt;br /&gt;
SCORM 1.2 or 2004 compatible. Free 14 days trial, tutorials, examples are available from site:&lt;br /&gt;
http://www.elearningforce.com/products/Pages/Quizforce.aspx&lt;br /&gt;
&lt;br /&gt;
=== STT Trainer===&lt;br /&gt;
STT Trainer from Kaplan IT Learning is a complete solution for creating software simulations, electronic user performance support, and documentation to train employees on critical web-, windows, and java-based business software. It can create SCORM compliant packages that can be used withing the moodle system.&lt;br /&gt;
&lt;br /&gt;
You can find out more details about STT Trainer at http://www.stt-trainer.com/&lt;br /&gt;
&lt;br /&gt;
=== ToolBook ===&lt;br /&gt;
[Moodle 1.9 / ToolBook Instructor 9.01] Tracking and bookmarking work well.  The content should be exported using the SCORM 1.2 option; AICC and SCORM 2004 do not seem to work properly.  Scoring works and is viewable within the tracking details, but does not transfer correctly into the Gradebook.  see http://www.toolbook.com&lt;br /&gt;
&lt;br /&gt;
=== TutorAuthor NG ===&lt;br /&gt;
TutorPro&#039;s TutorAuthor NG is a professional software application for quickly creating interactive lessons, training, demonstrations, and simulations. Anyone who needs to develop online product demonstrations, software simulations for e-learning, or online tutorials for user support will find TutorAuthor NG an ideal solution. TutorAuthor NG includes everything you need to capture actions in any application and instantly create a 3D life like simulation. The application is equally at home creating &#039;soft-skill&#039; tutorials such as new employee introductions, company policy, in fact anything that can be taught electronically.&lt;br /&gt;
&lt;br /&gt;
If you use TutorAuthor NG to create e-learning content, you can add realistic, fully interactive question slides, buttons, click boxes, and text entry boxes, and much more. TutorAuthor NG is SCORM 1.2, SCORM 2004, and AICC compliant, allowing effortless integration with any compliant Learning Management System (LMS). &lt;br /&gt;
&lt;br /&gt;
More information can be found at http://www.tutorpro.com/Products/TutorAuthor_Next_Generation_&lt;br /&gt;
&lt;br /&gt;
=== ViewletBuilder Enterprise ===&lt;br /&gt;
Qarbon&#039;s ViewletBuilder is cost-effective, comparatively easy to learn, and used by many thousands of corporate, educational, and government professionals since 1999.  On Mac OSx and Windows PCs, it is used to create compelling, interactive online tutorials for distance learning and user support.   ViewletBuilder Enterprise includes ViewletQuiz, for creating interactive assessments and surveys.&lt;br /&gt;
&lt;br /&gt;
ViewletBuilder Pro, ViewletQuiz, and ViewletBuilder Enterprise are fully SCORM 1.2, SCORM 2004, and AICC compliant.&lt;br /&gt;
&lt;br /&gt;
Qarbon.com provides the highest level of support and training for its customers.&lt;br /&gt;
&lt;br /&gt;
More information and fully functional evaluation downloads are available at:&lt;br /&gt;
http://forum.qarbon.com/viewtopic.php?f=3&amp;amp;t=1007&amp;amp;p=3118#p3118&lt;br /&gt;
&lt;br /&gt;
=== Wimba Create (formerly Course Genie) ===&lt;br /&gt;
A commercial tool allowing you to convert Word  documents into CMS ready content. It&#039;s particularly suited for non-technical teachers who have large  documents to display on Moodle and allows embedding of video, sound etc. When downloaded to your computer it generates a toolbar in Word giving options to enable  easy conversion of the file to clean html pages which include navigation and interactive features. It claims to work on Windows 2000, Windows XP or Windows Vista&lt;br /&gt;
Word 2000, XP, 2003 or 2007 and the official site is: http://www.wimba.com/products/wimbacreate/  .  &lt;br /&gt;
&lt;br /&gt;
Wimba Create documentation can be found at: http://www.wimba.com/services/support/documentation#wCr&lt;br /&gt;
&lt;br /&gt;
=== Wondershare PPT2Flash Professional ===&lt;br /&gt;
Convert PowerPoint to Flash and upload the courses to Moodle. &lt;br /&gt;
Note that this is not a free tool, rather there is a free &#039;&#039;&#039;trial&#039;&#039;&#039; version of the full software. Output from the trial version has a watermark on it.&lt;br /&gt;
* Download the trial version of the software from http://www.sameshow.com/powerpoint-to-flash-pro.html&lt;br /&gt;
* There is a plug-in menu in PowerPoint, click &amp;quot;Publish&amp;quot; button and select &amp;quot;LMS&amp;quot;&lt;br /&gt;
* Select &amp;quot;SCORM 1.2&amp;quot; or &amp;quot;SCORM 2004&amp;quot;&lt;br /&gt;
* Click &amp;quot;Convert&amp;quot; button&lt;br /&gt;
* Select &amp;quot;Open output folder&amp;quot; after conversion is completed&lt;br /&gt;
* Choose the output .zip file and upload to Moodle&lt;br /&gt;
* Done! &lt;br /&gt;
&lt;br /&gt;
Some overly detailed instructions available here: http://www.sameshow.com/powerpoint-to-flash/howto3.html&lt;br /&gt;
&lt;br /&gt;
===WordForce===&lt;br /&gt;
WordForce is a MS Windows program. The main feature of the program is the conversion of MS Word (2007/2003) documents into web sites.&lt;br /&gt;
SCORM 1.2 or 2004 compatible. Free 14 days trial, tutorials, examples are available from site:&lt;br /&gt;
http://www.elearningforce.com/products/Pages/Wordforce.aspx&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=57059 Are there any sugestions for scorm authoring with Microsoft (MS-M$) word / or any other easy (maybe free) scorm authoring tool?] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[de:Autorenwerkzeuge]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=SCORM_reports&amp;diff=86468</id>
		<title>SCORM reports</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=SCORM_reports&amp;diff=86468"/>
		<updated>2011-07-27T03:36:55Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: Redirected page to SCORM module&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[SCORM module]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=SCORM_reports&amp;diff=86467</id>
		<title>SCORM reports</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=SCORM_reports&amp;diff=86467"/>
		<updated>2011-07-27T03:36:12Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: moved to Using SCORM page - thanks Amy&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SCORM}}&lt;br /&gt;
#redirect [[Using SCORM]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Plagiarism_prevention&amp;diff=86466</id>
		<title>Plagiarism prevention</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Plagiarism_prevention&amp;diff=86466"/>
		<updated>2011-07-27T03:27:34Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* Plagiarism Prevention Plugins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Copyright and plagiarism}}&lt;br /&gt;
&amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;&#039;&#039;&#039;Please refer to [[Page_notes#Plagiarism prevention|these notes]] before editing this page.&#039;&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Location: &#039;&#039;Administration &amp;gt; Plugins &amp;gt; Plagiarism prevention&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Plagiarism prevention is a method that tries to detect when users cheat by submitting content they have copied instead of writing it themselves.&lt;br /&gt;
&lt;br /&gt;
==Enabling plagiarism prevention==&lt;br /&gt;
&lt;br /&gt;
To make use of plagiarism prevention, the feature must be enabled by an administrator by checking the enable plagiarism plugins box in &#039;&#039;Site administration &amp;gt; [[Advanced features]]&#039;&#039;. [[File:Enableplagiarism.png]]&lt;br /&gt;
&lt;br /&gt;
==Plagiarism Prevention Plugins==&lt;br /&gt;
&lt;br /&gt;
Moodle doesn&#039;t come with pre-installed Plagiarism plugins but they are very easy to install, Plagiarism Prevention plugins currently include:&lt;br /&gt;
&lt;br /&gt;
*[[Plagiarism Prevention Crot 2.0|Crot]] - Open source tool&lt;br /&gt;
*[[Plagiarism Prevention Turnitin|Turnitin]] - Commercial tool requires subscription&lt;br /&gt;
*[[Plagiarism Prevention URKUND|URKUND]] - Commercial tool requires subscription&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Development:Plagiarism API]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Copyright_and_plagiarism&amp;diff=86465</id>
		<title>Copyright and plagiarism</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Copyright_and_plagiarism&amp;diff=86465"/>
		<updated>2011-07-27T03:24:00Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: some basic intro text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Copyright and plagiarism}}&lt;br /&gt;
&amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;&#039;&#039;&#039;Please refer to [[Page_notes#Copyright and plagiarism|these notes]] before editing this page.&#039;&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
Moodle offers a range of ways to manage copyright and plagiarism.&lt;br /&gt;
This section &#039;&#039;&#039;Copyright and plagiarism&#039;&#039;&#039; contains information and resources about:&lt;br /&gt;
:* [[Licences]] - types of Licences that you can [[Publish a course|publish your course]] with when using [[Community hubs]]&lt;br /&gt;
:* [[Plagiarism Prevention|Plagiarism prevention]] - a method that tries to detect when users cheat by submitting content they have copied instead of writing it themselves.&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Blackboard_migration&amp;diff=85965</id>
		<title>Blackboard migration</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Blackboard_migration&amp;diff=85965"/>
		<updated>2011-07-11T23:12:32Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* Moodle Course Restore */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Blackboard systems==&lt;br /&gt;
&lt;br /&gt;
The way [[Blackboard]] and [[WebCT]] named their products is confusing!&lt;br /&gt;
&lt;br /&gt;
For the purpose of migration to Moodle, Blackboard can be categorised into 3 different systems, each with a different migration procedure.&lt;br /&gt;
* CE 4.0/CE 4.1 (rebranded WebCT)&lt;br /&gt;
* Standard Blackboard (5.5, 6, 7, 8, 9, 9.1)&lt;br /&gt;
* Vista3/Vista4/Vista8 and CE 6/CE 8 (rebranded WebCT)&lt;br /&gt;
&lt;br /&gt;
==CE 4.0/CE 4.1==&lt;br /&gt;
CE 4.0, 4.1(rebranded WebCT) can use the webctimport tool with the &amp;quot;IMS Content Migration Utility&amp;quot; here:&lt;br /&gt;
https://docs.moodle.org/en/WebCT_migration - This tool has not been updated to work with 2.0, you must use it in a 1.9 site, backup the courses and restore the 1.9 Moodle backups on a Moodle 2.1 site (1.9 backups are not supported in 2.0)&lt;br /&gt;
&lt;br /&gt;
==Standard Blackboard==&lt;br /&gt;
* Moodle 1.9 (NOT SUPPORTED IN 2.0 YET) has a restore function built into the standard backup/restore process which will restore Blackboard Archive/Export files with mixed results&lt;br /&gt;
* An Alternative solution is to use the LSU converter here: http://moodleconverter.lsu.edu/ (code available here: https://xythos.lsu.edu/users/pcali1/moodlecct/index.html) see discussion here: http://moodle.org/mod/forum/discuss.php?d=147948#p647029 - This produces 1.9 Moodle backups which can be restored in 2.1(2.0 does not support restoring 1.9 backups)&lt;br /&gt;
** Note: Archive/Export files from Windows-based Blackboard servers are not handled correctly by MoodleConverter (see discussion here: http://moodle.org/mod/forum/discuss.php?d=147348) but the archives can be reformatted with minimal effort (more details will soon be posted or linked here, but the essence of the process is to unzip the archive file, rename certain files with Blackboard-encoded file names, and then zip the archive file on a Linux-style [forward-slash] file system)&lt;br /&gt;
* A new LSU Converter is available here: https://xythos.lsu.edu/users/rrusso/cct2.zip see discussion here: http://moodle.org/mod/forum/discuss.php?d=147948#p647029 - This produces 1.9 Moodle backups which can be restored in 2.1(2.0 does not support restoring 1.9 backups)&lt;br /&gt;
&lt;br /&gt;
==Moodle Course Restore==&lt;br /&gt;
&lt;br /&gt;
From Moodle 1.5- 1.9,(Not yet supported in 2.0) Moodle&#039;s &amp;quot;course restore&amp;quot; facility can import courses from Blackboard 5.5 and 6.0 -- you have to use the &#039;export&#039; facility in BB to get the files in the correct format from BB. For question pools, there is a dedicated import facility in the Quiz Module. &lt;br /&gt;
&lt;br /&gt;
There&#039;s a screen-by-screen walk-through by Matt Campbell - he says:&lt;br /&gt;
&lt;br /&gt;
:: We recently migrated about 200 courses from Blackboard 6 to Moodle 1.5+, and I made a [http://instructor.metrotech.org/~mcampbell/Converting%20Blackboard%20to%20Moodle.ppt PowerPoint] for this routine.  I&#039;ve been asked to make a Captivate just on the import routine and will work on that.&lt;br /&gt;
&lt;br /&gt;
For the above to work, you will need to have the XSLT and Sablotron extensions.&lt;br /&gt;
&lt;br /&gt;
Some question types are not supported by Moodle directly -- see below for contrib question types that add that support.&lt;br /&gt;
&lt;br /&gt;
For Moodle 1.4.x [http://moodle.org/mod/forum/discuss.php?d=32049 Blackboard content conversion tool] is available. It was designed to migrate Blackboard 6.1 to Moodle 1.4+ - it may be possible to make it work with other versions.&lt;br /&gt;
&lt;br /&gt;
According to Michael Penney in the forum discussion [http://moodle.org/mod/forum/discuss.php?d=1565 Migrating 10000 students from Blackboard to Moodle?] &lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&amp;quot;It works pretty well with a couple of caveats:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;1) It doesn&#039;t import all Blackboard question types: at CSU H, we wrote an essay question type and a &#039;rendered match&#039; question type and a BB pool importer, we&#039;d like to work with SF and others to get our qtype importer into theirs.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;2) SF&#039;s tool is designed to make you think about your course when you import it and redesign it. That is a nice idea, however it can be pretty time consuming when you have hundreds of documents in a course (&amp;lt;rant&amp;gt;Blackboard&#039;s poor content development tools encourage what I call the &#039;datadump&#039; course format, instead of delivering information in an effective elearning tool like Moodle&#039;s lesson, with BB folks tend to post hundreds of office documents and then massive quizzes about them&amp;lt;/rant&amp;gt;).&#039;&#039;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Example Migration of One Test Course===&lt;br /&gt;
&#039;&#039;&#039;by [[User:Jeffrey Silverman|Jeff Silverman]], The Johns Hopkins University&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;(Note: I am a novice Moodler. This is a description of what I did to move a single exported BlackBoard course to my out-of-the-box Moodle test installation.  I had a number of questions about the process and I hope this example helps answer them for someone else.)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
====When====&lt;br /&gt;
This test procedure was performed during the week of 20-Aug-2007&lt;br /&gt;
&lt;br /&gt;
====Versions====&lt;br /&gt;
* Moodle 1.8&lt;br /&gt;
* BlackBoard 7.1 &amp;quot;basic&amp;quot; (unconfirmed)&lt;br /&gt;
&lt;br /&gt;
====Procedure====&lt;br /&gt;
# Export course content from Bb. This step was done by someone else! I do not know how to do this, what options were chosen, etc.  I do know that I got a .zip file that I think is a &amp;quot;Course Archive&amp;quot;.&lt;br /&gt;
# Import course into Moodle. (Needs to be done by a user with the necessary privileges. I have only one user in my Moodle installation, the &amp;quot;Admin&amp;quot; user, and he (she?) is the &amp;quot;Site Administrator&amp;quot;).&lt;br /&gt;
## Create new course&lt;br /&gt;
## Go to &amp;quot;Restore&amp;quot; under the course administrative tools&lt;br /&gt;
## Choose a file to upload; upload the Bb .zip file&lt;br /&gt;
## Choose &amp;quot;Restore&amp;quot; (in the Action column) -- in another page or two you will get to say to restore this as a &amp;quot;New Course&amp;quot;&lt;br /&gt;
&lt;br /&gt;
====Questions====&lt;br /&gt;
Some of my questions were as follows:&lt;br /&gt;
&lt;br /&gt;
# Do you have to create a new course?&lt;br /&gt;
## Aparent answer: YES. Personally, I found this very counter-intuitive, as &amp;quot;importing a course&amp;quot; or &amp;quot;restore from backup&amp;quot; or other similar administrative tasks seem to me to be on a level outside a specific course.  For example, having the &amp;quot;Restore&amp;quot; feature only available in the admin tools for a particular course makes it seem like the restoration will only work for that course -- but that is not true.  You can use any course&#039;s &amp;quot;Restore&amp;quot; link in the admin tools and choose &amp;quot;Create a New Course&amp;quot; mid-way through the retoration procedure. But creating a new course from backup that has nothing to do with the course in which one has clicked the &amp;quot;Restore&amp;quot; link is, like I said, counter-intuitive. And, to top it off, I could find no mention of this until I had already clicked on &amp;quot;Restore&amp;quot;. Looks like I need to add some information to the &amp;quot;administrative tools&amp;quot; or &amp;quot;backup/restore&amp;quot; docs, hm? :)&lt;br /&gt;
# Is there a specific &amp;quot;Bb-to-Moodle&amp;quot; conversion tool?&lt;br /&gt;
## Answer: NO. Unlike the WebCT-to-Moodle conversion, [[http://moodle.org/mod/data/view.php?d=13&amp;amp;rid=94 which requires a specific add-on]], Bb conversion is now built in.&lt;br /&gt;
# What format does the Bb export have to be in?&lt;br /&gt;
##The Bb &amp;quot;export&amp;quot; should be an &#039;&#039;archive&#039;&#039; of the Bb course, rather than an export; otherwise you can&#039;t restore the course because it it missing a name (and possibly other fields).&lt;br /&gt;
# What versions of Bb and Moodle will this work for?&lt;br /&gt;
# There is a tool floating around called &amp;quot;[[http://moodle.org/mod/forum/discuss.php?d=32049 Blackboard Content Conversion Tool (CCT)]]&amp;quot; that sounds useful for converting Bb to Moodle. Do I need it?&lt;br /&gt;
## Answer: NO.  Actually, I had a bunch of questions about that tool, too, but ultimately I did not need it.&lt;br /&gt;
### Does the CCT run on the server where Bb is running?&lt;br /&gt;
### Does it interact, somehow, directly with the Bb instance?&lt;br /&gt;
### Or does it run on the Moodle server and do the import from Bb into Moodle?&lt;br /&gt;
&lt;br /&gt;
==Vista CE 6/CE 8==&lt;br /&gt;
Vista3/Vista4/Vista8 and CE 6/CE 8 unfortunately encrypt their backup files and there isn&#039;t currently any open source method to convert the full courses yourself.&lt;br /&gt;
* Learning Modules can be exported as IMS packages by going to Learning Modules and choosing Export in Bb Vista. However, Moodle does not recognize these via it&#039;s standard Resource &amp;gt; Add an IMS Package feature. The Bb Vista manifest must first be converted. [http://moodle.org/mod/forum/discuss.php?d=152587 John Tutchins has written an IMS converter] for this purpose in PHP. &lt;br /&gt;
&lt;br /&gt;
* Bb Vista IMS packages might be importable using the [http://moodle.org/mod/data/view.php?d=13&amp;amp;rid=94 WebCT CE 4 Import].&lt;br /&gt;
* Files for each course can be extracted as a zip then placed inside the new course, however they require manual re-linking (Another option would be to move to a digital repository, such as Equella, which can move the files from CE8 to Equella, and add links to the files into the Moodle courses) See videos on moving files here: Part 1 (files): [http://www.youtube.com/watch?v=-XX5beOLKKA]  Part 2: [http://www.youtube.com/watch?v=pWIFPVgKcb4]&lt;br /&gt;
* Quiz questions can be exported as IMS packages by going to Assessments in Bb Vista. They can also be extracted with Respondus and you can create an IMS QTI file to import into Moodle. &lt;br /&gt;
**If you use Respondus version 4 or later (download 30 day free demo here: [http://www.respondus.com/download/respondus.shtml], you can retrieve the quizzes and publish to Moodle directly from Respondus if the Moodle server has the &amp;quot;Respondus Web Service Extension for Moodle&amp;quot; (download here: [http://www.respondus.com/download/moodleserver.shtml]. See a video on how to do this here: [http://www.youtube.com/watch?v=VXG3BeyBQAI&amp;amp;feature=related] and here: [http://mygermanclass.blip.tv/file/3428598/]&lt;br /&gt;
* Newer versions have some useful Database views inside the Blackboard database that allow retrieving of some of the information. It&#039;s really easy to get course names/users/enrolments and grades directly out using the DB Views &amp;quot;RPT_PERSON&amp;quot;, &amp;quot;RPT_MEMBER&amp;quot;,&amp;quot;RPT_LEARNING_CONTEXT&amp;quot; and &amp;quot;RPT_GRADEBOOK&amp;quot;&lt;br /&gt;
doing it manually also gives you the forced opportunity for your lecturers/staff to clean things up a bit and learn a bit more about the differences between Blackboard and Moodle&lt;br /&gt;
*Assignments  can be set up manually, copied/pasted. Migrating assignments video: [http://www.youtube.com/watch?v=LwW778nF4iE&amp;amp;feature=related]&lt;br /&gt;
*Migrating a discussion topic video: [http://www.youtube.com/watch?v=EUlNASbGhww&amp;amp;feature=related]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[http://moodle.org/mod/data/view.php?d=19&amp;amp;rid=2531 Final 2009 Report of the University of North Carolina LMS Evaluation Committee] describing the results of an evaluative comparison of Moodle with the University’s current Blackboard system (Vista)&lt;br /&gt;
*[http://oscmoodlereport.wordpress.com The Open Source Collaborative: Moodle Assessment Report] This report is the accumulation of two years of experimentation and evaluation of Moodle by the North Carolina Community Colleges System.&lt;br /&gt;
*[http://www.move2moo.com/Webct-Moodle-Converter.aspx Blackboard CE8/Vista8 to Moodle 2 content conversion tool (Commercial)] This website provides a free preview of a Blackboard course conversion, good to get some ideas on where/how to move content.&lt;br /&gt;
*[http://moodle.org/mod/data/view.php?d=19&amp;amp;rid=2606 The Whole Kit and Caboodle on Moodle] presentation introducing Moodle and sharing experiences of migrating from Blackboard&lt;br /&gt;
*[http://moodle.org/mod/data/view.php?d=19&amp;amp;rid=2620 An LMS By Any Other Name...] presentation helping transition Blackboard users to Moodle terms&lt;br /&gt;
*[http://jsweetin.wordpress.com/resources/ Blackboard to Moodle resources] including a Blackboard 7.3 to Moodle 1.8 Cross-Reference&lt;br /&gt;
*[https://docs.moodle.org/en/Import_questions#Blackboard Import_questions: Blackboard format]&lt;br /&gt;
*[http://its2.unc.edu/tl/tli/bFree/ bFree - Blackboard™ Course Content Extractor] - extract selected content from Blackboard Archive/Export files into a local filesystem, allowing them to be cleaned, manipulated, zipped, and uploaded for use in Moodle. This does not create course objects but does transfer the documents and descriptions into a Moodle course&#039;s Files for creating resources. This is useful for those faculty who will be reorganizing their courses or for complex courses which don&#039;t convert well. &lt;br /&gt;
&lt;br /&gt;
===Using Moodle forum discussions:===&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=78521 Migrate a course from Blackboard to Moodle]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=92477 Moodle 1.9 Blackboard Import - contains some troubleshooting]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=48666 If you are having problems with Blackboard to Moodle read this]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=117876 Examview (Blackboard) Quiz Plugin]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=48666 Blackboard archive file name conversion] A thread which contains information on hexified Blackboard archive file names (BB archiving converts filenames to hex when they contain spaces)&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Developer]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Blackboard_migration&amp;diff=85964</id>
		<title>Blackboard migration</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Blackboard_migration&amp;diff=85964"/>
		<updated>2011-07-11T23:11:04Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* CE 4.0/CE 4.1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Blackboard systems==&lt;br /&gt;
&lt;br /&gt;
The way [[Blackboard]] and [[WebCT]] named their products is confusing!&lt;br /&gt;
&lt;br /&gt;
For the purpose of migration to Moodle, Blackboard can be categorised into 3 different systems, each with a different migration procedure.&lt;br /&gt;
* CE 4.0/CE 4.1 (rebranded WebCT)&lt;br /&gt;
* Standard Blackboard (5.5, 6, 7, 8, 9, 9.1)&lt;br /&gt;
* Vista3/Vista4/Vista8 and CE 6/CE 8 (rebranded WebCT)&lt;br /&gt;
&lt;br /&gt;
==CE 4.0/CE 4.1==&lt;br /&gt;
CE 4.0, 4.1(rebranded WebCT) can use the webctimport tool with the &amp;quot;IMS Content Migration Utility&amp;quot; here:&lt;br /&gt;
https://docs.moodle.org/en/WebCT_migration - This tool has not been updated to work with 2.0, you must use it in a 1.9 site, backup the courses and restore the 1.9 Moodle backups on a Moodle 2.1 site (1.9 backups are not supported in 2.0)&lt;br /&gt;
&lt;br /&gt;
==Standard Blackboard==&lt;br /&gt;
* Moodle 1.9 (NOT SUPPORTED IN 2.0 YET) has a restore function built into the standard backup/restore process which will restore Blackboard Archive/Export files with mixed results&lt;br /&gt;
* An Alternative solution is to use the LSU converter here: http://moodleconverter.lsu.edu/ (code available here: https://xythos.lsu.edu/users/pcali1/moodlecct/index.html) see discussion here: http://moodle.org/mod/forum/discuss.php?d=147948#p647029 - This produces 1.9 Moodle backups which can be restored in 2.1(2.0 does not support restoring 1.9 backups)&lt;br /&gt;
** Note: Archive/Export files from Windows-based Blackboard servers are not handled correctly by MoodleConverter (see discussion here: http://moodle.org/mod/forum/discuss.php?d=147348) but the archives can be reformatted with minimal effort (more details will soon be posted or linked here, but the essence of the process is to unzip the archive file, rename certain files with Blackboard-encoded file names, and then zip the archive file on a Linux-style [forward-slash] file system)&lt;br /&gt;
* A new LSU Converter is available here: https://xythos.lsu.edu/users/rrusso/cct2.zip see discussion here: http://moodle.org/mod/forum/discuss.php?d=147948#p647029 - This produces 1.9 Moodle backups which can be restored in 2.1(2.0 does not support restoring 1.9 backups)&lt;br /&gt;
&lt;br /&gt;
==Moodle Course Restore==&lt;br /&gt;
&lt;br /&gt;
From Moodle 1.5 onwards, Moodle&#039;s &amp;quot;course restore&amp;quot; facility can import courses from Blackboard 5.5 and 6.0 -- you have to use the &#039;export&#039; facility in BB to get the files in the correct format from BB. For question pools, there is a dedicated import facility in the Quiz Module. &lt;br /&gt;
&lt;br /&gt;
There&#039;s a screen-by-screen walk-through by Matt Campbell - he says:&lt;br /&gt;
&lt;br /&gt;
:: We recently migrated about 200 courses from Blackboard 6 to Moodle 1.5+, and I made a [http://instructor.metrotech.org/~mcampbell/Converting%20Blackboard%20to%20Moodle.ppt PowerPoint] for this routine.  I&#039;ve been asked to make a Captivate just on the import routine and will work on that.&lt;br /&gt;
&lt;br /&gt;
For the above to work, you will need to have the XSLT and Sablotron extensions.&lt;br /&gt;
&lt;br /&gt;
Some question types are not supported by Moodle directly -- see below for contrib question types that add that support.&lt;br /&gt;
&lt;br /&gt;
For Moodle 1.4.x [http://moodle.org/mod/forum/discuss.php?d=32049 Blackboard content conversion tool] is available. It was designed to migrate Blackboard 6.1 to Moodle 1.4+ - it may be possible to make it work with other versions.&lt;br /&gt;
&lt;br /&gt;
According to Michael Penney in the forum discussion [http://moodle.org/mod/forum/discuss.php?d=1565 Migrating 10000 students from Blackboard to Moodle?] &lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&amp;quot;It works pretty well with a couple of caveats:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;1) It doesn&#039;t import all Blackboard question types: at CSU H, we wrote an essay question type and a &#039;rendered match&#039; question type and a BB pool importer, we&#039;d like to work with SF and others to get our qtype importer into theirs.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;2) SF&#039;s tool is designed to make you think about your course when you import it and redesign it. That is a nice idea, however it can be pretty time consuming when you have hundreds of documents in a course (&amp;lt;rant&amp;gt;Blackboard&#039;s poor content development tools encourage what I call the &#039;datadump&#039; course format, instead of delivering information in an effective elearning tool like Moodle&#039;s lesson, with BB folks tend to post hundreds of office documents and then massive quizzes about them&amp;lt;/rant&amp;gt;).&#039;&#039;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Example Migration of One Test Course===&lt;br /&gt;
&#039;&#039;&#039;by [[User:Jeffrey Silverman|Jeff Silverman]], The Johns Hopkins University&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;(Note: I am a novice Moodler. This is a description of what I did to move a single exported BlackBoard course to my out-of-the-box Moodle test installation.  I had a number of questions about the process and I hope this example helps answer them for someone else.)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
====When====&lt;br /&gt;
This test procedure was performed during the week of 20-Aug-2007&lt;br /&gt;
&lt;br /&gt;
====Versions====&lt;br /&gt;
* Moodle 1.8&lt;br /&gt;
* BlackBoard 7.1 &amp;quot;basic&amp;quot; (unconfirmed)&lt;br /&gt;
&lt;br /&gt;
====Procedure====&lt;br /&gt;
# Export course content from Bb. This step was done by someone else! I do not know how to do this, what options were chosen, etc.  I do know that I got a .zip file that I think is a &amp;quot;Course Archive&amp;quot;.&lt;br /&gt;
# Import course into Moodle. (Needs to be done by a user with the necessary privileges. I have only one user in my Moodle installation, the &amp;quot;Admin&amp;quot; user, and he (she?) is the &amp;quot;Site Administrator&amp;quot;).&lt;br /&gt;
## Create new course&lt;br /&gt;
## Go to &amp;quot;Restore&amp;quot; under the course administrative tools&lt;br /&gt;
## Choose a file to upload; upload the Bb .zip file&lt;br /&gt;
## Choose &amp;quot;Restore&amp;quot; (in the Action column) -- in another page or two you will get to say to restore this as a &amp;quot;New Course&amp;quot;&lt;br /&gt;
&lt;br /&gt;
====Questions====&lt;br /&gt;
Some of my questions were as follows:&lt;br /&gt;
&lt;br /&gt;
# Do you have to create a new course?&lt;br /&gt;
## Aparent answer: YES. Personally, I found this very counter-intuitive, as &amp;quot;importing a course&amp;quot; or &amp;quot;restore from backup&amp;quot; or other similar administrative tasks seem to me to be on a level outside a specific course.  For example, having the &amp;quot;Restore&amp;quot; feature only available in the admin tools for a particular course makes it seem like the restoration will only work for that course -- but that is not true.  You can use any course&#039;s &amp;quot;Restore&amp;quot; link in the admin tools and choose &amp;quot;Create a New Course&amp;quot; mid-way through the retoration procedure. But creating a new course from backup that has nothing to do with the course in which one has clicked the &amp;quot;Restore&amp;quot; link is, like I said, counter-intuitive. And, to top it off, I could find no mention of this until I had already clicked on &amp;quot;Restore&amp;quot;. Looks like I need to add some information to the &amp;quot;administrative tools&amp;quot; or &amp;quot;backup/restore&amp;quot; docs, hm? :)&lt;br /&gt;
# Is there a specific &amp;quot;Bb-to-Moodle&amp;quot; conversion tool?&lt;br /&gt;
## Answer: NO. Unlike the WebCT-to-Moodle conversion, [[http://moodle.org/mod/data/view.php?d=13&amp;amp;rid=94 which requires a specific add-on]], Bb conversion is now built in.&lt;br /&gt;
# What format does the Bb export have to be in?&lt;br /&gt;
##The Bb &amp;quot;export&amp;quot; should be an &#039;&#039;archive&#039;&#039; of the Bb course, rather than an export; otherwise you can&#039;t restore the course because it it missing a name (and possibly other fields).&lt;br /&gt;
# What versions of Bb and Moodle will this work for?&lt;br /&gt;
# There is a tool floating around called &amp;quot;[[http://moodle.org/mod/forum/discuss.php?d=32049 Blackboard Content Conversion Tool (CCT)]]&amp;quot; that sounds useful for converting Bb to Moodle. Do I need it?&lt;br /&gt;
## Answer: NO.  Actually, I had a bunch of questions about that tool, too, but ultimately I did not need it.&lt;br /&gt;
### Does the CCT run on the server where Bb is running?&lt;br /&gt;
### Does it interact, somehow, directly with the Bb instance?&lt;br /&gt;
### Or does it run on the Moodle server and do the import from Bb into Moodle?&lt;br /&gt;
&lt;br /&gt;
==Vista CE 6/CE 8==&lt;br /&gt;
Vista3/Vista4/Vista8 and CE 6/CE 8 unfortunately encrypt their backup files and there isn&#039;t currently any open source method to convert the full courses yourself.&lt;br /&gt;
* Learning Modules can be exported as IMS packages by going to Learning Modules and choosing Export in Bb Vista. However, Moodle does not recognize these via it&#039;s standard Resource &amp;gt; Add an IMS Package feature. The Bb Vista manifest must first be converted. [http://moodle.org/mod/forum/discuss.php?d=152587 John Tutchins has written an IMS converter] for this purpose in PHP. &lt;br /&gt;
&lt;br /&gt;
* Bb Vista IMS packages might be importable using the [http://moodle.org/mod/data/view.php?d=13&amp;amp;rid=94 WebCT CE 4 Import].&lt;br /&gt;
* Files for each course can be extracted as a zip then placed inside the new course, however they require manual re-linking (Another option would be to move to a digital repository, such as Equella, which can move the files from CE8 to Equella, and add links to the files into the Moodle courses) See videos on moving files here: Part 1 (files): [http://www.youtube.com/watch?v=-XX5beOLKKA]  Part 2: [http://www.youtube.com/watch?v=pWIFPVgKcb4]&lt;br /&gt;
* Quiz questions can be exported as IMS packages by going to Assessments in Bb Vista. They can also be extracted with Respondus and you can create an IMS QTI file to import into Moodle. &lt;br /&gt;
**If you use Respondus version 4 or later (download 30 day free demo here: [http://www.respondus.com/download/respondus.shtml], you can retrieve the quizzes and publish to Moodle directly from Respondus if the Moodle server has the &amp;quot;Respondus Web Service Extension for Moodle&amp;quot; (download here: [http://www.respondus.com/download/moodleserver.shtml]. See a video on how to do this here: [http://www.youtube.com/watch?v=VXG3BeyBQAI&amp;amp;feature=related] and here: [http://mygermanclass.blip.tv/file/3428598/]&lt;br /&gt;
* Newer versions have some useful Database views inside the Blackboard database that allow retrieving of some of the information. It&#039;s really easy to get course names/users/enrolments and grades directly out using the DB Views &amp;quot;RPT_PERSON&amp;quot;, &amp;quot;RPT_MEMBER&amp;quot;,&amp;quot;RPT_LEARNING_CONTEXT&amp;quot; and &amp;quot;RPT_GRADEBOOK&amp;quot;&lt;br /&gt;
doing it manually also gives you the forced opportunity for your lecturers/staff to clean things up a bit and learn a bit more about the differences between Blackboard and Moodle&lt;br /&gt;
*Assignments  can be set up manually, copied/pasted. Migrating assignments video: [http://www.youtube.com/watch?v=LwW778nF4iE&amp;amp;feature=related]&lt;br /&gt;
*Migrating a discussion topic video: [http://www.youtube.com/watch?v=EUlNASbGhww&amp;amp;feature=related]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[http://moodle.org/mod/data/view.php?d=19&amp;amp;rid=2531 Final 2009 Report of the University of North Carolina LMS Evaluation Committee] describing the results of an evaluative comparison of Moodle with the University’s current Blackboard system (Vista)&lt;br /&gt;
*[http://oscmoodlereport.wordpress.com The Open Source Collaborative: Moodle Assessment Report] This report is the accumulation of two years of experimentation and evaluation of Moodle by the North Carolina Community Colleges System.&lt;br /&gt;
*[http://www.move2moo.com/Webct-Moodle-Converter.aspx Blackboard CE8/Vista8 to Moodle 2 content conversion tool (Commercial)] This website provides a free preview of a Blackboard course conversion, good to get some ideas on where/how to move content.&lt;br /&gt;
*[http://moodle.org/mod/data/view.php?d=19&amp;amp;rid=2606 The Whole Kit and Caboodle on Moodle] presentation introducing Moodle and sharing experiences of migrating from Blackboard&lt;br /&gt;
*[http://moodle.org/mod/data/view.php?d=19&amp;amp;rid=2620 An LMS By Any Other Name...] presentation helping transition Blackboard users to Moodle terms&lt;br /&gt;
*[http://jsweetin.wordpress.com/resources/ Blackboard to Moodle resources] including a Blackboard 7.3 to Moodle 1.8 Cross-Reference&lt;br /&gt;
*[https://docs.moodle.org/en/Import_questions#Blackboard Import_questions: Blackboard format]&lt;br /&gt;
*[http://its2.unc.edu/tl/tli/bFree/ bFree - Blackboard™ Course Content Extractor] - extract selected content from Blackboard Archive/Export files into a local filesystem, allowing them to be cleaned, manipulated, zipped, and uploaded for use in Moodle. This does not create course objects but does transfer the documents and descriptions into a Moodle course&#039;s Files for creating resources. This is useful for those faculty who will be reorganizing their courses or for complex courses which don&#039;t convert well. &lt;br /&gt;
&lt;br /&gt;
===Using Moodle forum discussions:===&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=78521 Migrate a course from Blackboard to Moodle]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=92477 Moodle 1.9 Blackboard Import - contains some troubleshooting]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=48666 If you are having problems with Blackboard to Moodle read this]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=117876 Examview (Blackboard) Quiz Plugin]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=48666 Blackboard archive file name conversion] A thread which contains information on hexified Blackboard archive file names (BB archiving converts filenames to hex when they contain spaces)&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Developer]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Blackboard_migration&amp;diff=85963</id>
		<title>Blackboard migration</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Blackboard_migration&amp;diff=85963"/>
		<updated>2011-07-11T23:09:45Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* Standard Blackboard */  add notes about 1.9/2.0&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Blackboard systems==&lt;br /&gt;
&lt;br /&gt;
The way [[Blackboard]] and [[WebCT]] named their products is confusing!&lt;br /&gt;
&lt;br /&gt;
For the purpose of migration to Moodle, Blackboard can be categorised into 3 different systems, each with a different migration procedure.&lt;br /&gt;
* CE 4.0/CE 4.1 (rebranded WebCT)&lt;br /&gt;
* Standard Blackboard (5.5, 6, 7, 8, 9, 9.1)&lt;br /&gt;
* Vista3/Vista4/Vista8 and CE 6/CE 8 (rebranded WebCT)&lt;br /&gt;
&lt;br /&gt;
==CE 4.0/CE 4.1==&lt;br /&gt;
CE 4.0, 4.1(rebranded WebCT) can use the webctimport tool with the &amp;quot;IMS Content Migration Utility&amp;quot; here:&lt;br /&gt;
https://docs.moodle.org/en/WebCT_migration&lt;br /&gt;
&lt;br /&gt;
==Standard Blackboard==&lt;br /&gt;
* Moodle 1.9 (NOT SUPPORTED IN 2.0 YET) has a restore function built into the standard backup/restore process which will restore Blackboard Archive/Export files with mixed results&lt;br /&gt;
* An Alternative solution is to use the LSU converter here: http://moodleconverter.lsu.edu/ (code available here: https://xythos.lsu.edu/users/pcali1/moodlecct/index.html) see discussion here: http://moodle.org/mod/forum/discuss.php?d=147948#p647029 - This produces 1.9 Moodle backups which can be restored in 2.1(2.0 does not support restoring 1.9 backups)&lt;br /&gt;
** Note: Archive/Export files from Windows-based Blackboard servers are not handled correctly by MoodleConverter (see discussion here: http://moodle.org/mod/forum/discuss.php?d=147348) but the archives can be reformatted with minimal effort (more details will soon be posted or linked here, but the essence of the process is to unzip the archive file, rename certain files with Blackboard-encoded file names, and then zip the archive file on a Linux-style [forward-slash] file system)&lt;br /&gt;
* A new LSU Converter is available here: https://xythos.lsu.edu/users/rrusso/cct2.zip see discussion here: http://moodle.org/mod/forum/discuss.php?d=147948#p647029 - This produces 1.9 Moodle backups which can be restored in 2.1(2.0 does not support restoring 1.9 backups)&lt;br /&gt;
&lt;br /&gt;
==Moodle Course Restore==&lt;br /&gt;
&lt;br /&gt;
From Moodle 1.5 onwards, Moodle&#039;s &amp;quot;course restore&amp;quot; facility can import courses from Blackboard 5.5 and 6.0 -- you have to use the &#039;export&#039; facility in BB to get the files in the correct format from BB. For question pools, there is a dedicated import facility in the Quiz Module. &lt;br /&gt;
&lt;br /&gt;
There&#039;s a screen-by-screen walk-through by Matt Campbell - he says:&lt;br /&gt;
&lt;br /&gt;
:: We recently migrated about 200 courses from Blackboard 6 to Moodle 1.5+, and I made a [http://instructor.metrotech.org/~mcampbell/Converting%20Blackboard%20to%20Moodle.ppt PowerPoint] for this routine.  I&#039;ve been asked to make a Captivate just on the import routine and will work on that.&lt;br /&gt;
&lt;br /&gt;
For the above to work, you will need to have the XSLT and Sablotron extensions.&lt;br /&gt;
&lt;br /&gt;
Some question types are not supported by Moodle directly -- see below for contrib question types that add that support.&lt;br /&gt;
&lt;br /&gt;
For Moodle 1.4.x [http://moodle.org/mod/forum/discuss.php?d=32049 Blackboard content conversion tool] is available. It was designed to migrate Blackboard 6.1 to Moodle 1.4+ - it may be possible to make it work with other versions.&lt;br /&gt;
&lt;br /&gt;
According to Michael Penney in the forum discussion [http://moodle.org/mod/forum/discuss.php?d=1565 Migrating 10000 students from Blackboard to Moodle?] &lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&amp;quot;It works pretty well with a couple of caveats:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;1) It doesn&#039;t import all Blackboard question types: at CSU H, we wrote an essay question type and a &#039;rendered match&#039; question type and a BB pool importer, we&#039;d like to work with SF and others to get our qtype importer into theirs.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;2) SF&#039;s tool is designed to make you think about your course when you import it and redesign it. That is a nice idea, however it can be pretty time consuming when you have hundreds of documents in a course (&amp;lt;rant&amp;gt;Blackboard&#039;s poor content development tools encourage what I call the &#039;datadump&#039; course format, instead of delivering information in an effective elearning tool like Moodle&#039;s lesson, with BB folks tend to post hundreds of office documents and then massive quizzes about them&amp;lt;/rant&amp;gt;).&#039;&#039;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Example Migration of One Test Course===&lt;br /&gt;
&#039;&#039;&#039;by [[User:Jeffrey Silverman|Jeff Silverman]], The Johns Hopkins University&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;(Note: I am a novice Moodler. This is a description of what I did to move a single exported BlackBoard course to my out-of-the-box Moodle test installation.  I had a number of questions about the process and I hope this example helps answer them for someone else.)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
====When====&lt;br /&gt;
This test procedure was performed during the week of 20-Aug-2007&lt;br /&gt;
&lt;br /&gt;
====Versions====&lt;br /&gt;
* Moodle 1.8&lt;br /&gt;
* BlackBoard 7.1 &amp;quot;basic&amp;quot; (unconfirmed)&lt;br /&gt;
&lt;br /&gt;
====Procedure====&lt;br /&gt;
# Export course content from Bb. This step was done by someone else! I do not know how to do this, what options were chosen, etc.  I do know that I got a .zip file that I think is a &amp;quot;Course Archive&amp;quot;.&lt;br /&gt;
# Import course into Moodle. (Needs to be done by a user with the necessary privileges. I have only one user in my Moodle installation, the &amp;quot;Admin&amp;quot; user, and he (she?) is the &amp;quot;Site Administrator&amp;quot;).&lt;br /&gt;
## Create new course&lt;br /&gt;
## Go to &amp;quot;Restore&amp;quot; under the course administrative tools&lt;br /&gt;
## Choose a file to upload; upload the Bb .zip file&lt;br /&gt;
## Choose &amp;quot;Restore&amp;quot; (in the Action column) -- in another page or two you will get to say to restore this as a &amp;quot;New Course&amp;quot;&lt;br /&gt;
&lt;br /&gt;
====Questions====&lt;br /&gt;
Some of my questions were as follows:&lt;br /&gt;
&lt;br /&gt;
# Do you have to create a new course?&lt;br /&gt;
## Aparent answer: YES. Personally, I found this very counter-intuitive, as &amp;quot;importing a course&amp;quot; or &amp;quot;restore from backup&amp;quot; or other similar administrative tasks seem to me to be on a level outside a specific course.  For example, having the &amp;quot;Restore&amp;quot; feature only available in the admin tools for a particular course makes it seem like the restoration will only work for that course -- but that is not true.  You can use any course&#039;s &amp;quot;Restore&amp;quot; link in the admin tools and choose &amp;quot;Create a New Course&amp;quot; mid-way through the retoration procedure. But creating a new course from backup that has nothing to do with the course in which one has clicked the &amp;quot;Restore&amp;quot; link is, like I said, counter-intuitive. And, to top it off, I could find no mention of this until I had already clicked on &amp;quot;Restore&amp;quot;. Looks like I need to add some information to the &amp;quot;administrative tools&amp;quot; or &amp;quot;backup/restore&amp;quot; docs, hm? :)&lt;br /&gt;
# Is there a specific &amp;quot;Bb-to-Moodle&amp;quot; conversion tool?&lt;br /&gt;
## Answer: NO. Unlike the WebCT-to-Moodle conversion, [[http://moodle.org/mod/data/view.php?d=13&amp;amp;rid=94 which requires a specific add-on]], Bb conversion is now built in.&lt;br /&gt;
# What format does the Bb export have to be in?&lt;br /&gt;
##The Bb &amp;quot;export&amp;quot; should be an &#039;&#039;archive&#039;&#039; of the Bb course, rather than an export; otherwise you can&#039;t restore the course because it it missing a name (and possibly other fields).&lt;br /&gt;
# What versions of Bb and Moodle will this work for?&lt;br /&gt;
# There is a tool floating around called &amp;quot;[[http://moodle.org/mod/forum/discuss.php?d=32049 Blackboard Content Conversion Tool (CCT)]]&amp;quot; that sounds useful for converting Bb to Moodle. Do I need it?&lt;br /&gt;
## Answer: NO.  Actually, I had a bunch of questions about that tool, too, but ultimately I did not need it.&lt;br /&gt;
### Does the CCT run on the server where Bb is running?&lt;br /&gt;
### Does it interact, somehow, directly with the Bb instance?&lt;br /&gt;
### Or does it run on the Moodle server and do the import from Bb into Moodle?&lt;br /&gt;
&lt;br /&gt;
==Vista CE 6/CE 8==&lt;br /&gt;
Vista3/Vista4/Vista8 and CE 6/CE 8 unfortunately encrypt their backup files and there isn&#039;t currently any open source method to convert the full courses yourself.&lt;br /&gt;
* Learning Modules can be exported as IMS packages by going to Learning Modules and choosing Export in Bb Vista. However, Moodle does not recognize these via it&#039;s standard Resource &amp;gt; Add an IMS Package feature. The Bb Vista manifest must first be converted. [http://moodle.org/mod/forum/discuss.php?d=152587 John Tutchins has written an IMS converter] for this purpose in PHP. &lt;br /&gt;
&lt;br /&gt;
* Bb Vista IMS packages might be importable using the [http://moodle.org/mod/data/view.php?d=13&amp;amp;rid=94 WebCT CE 4 Import].&lt;br /&gt;
* Files for each course can be extracted as a zip then placed inside the new course, however they require manual re-linking (Another option would be to move to a digital repository, such as Equella, which can move the files from CE8 to Equella, and add links to the files into the Moodle courses) See videos on moving files here: Part 1 (files): [http://www.youtube.com/watch?v=-XX5beOLKKA]  Part 2: [http://www.youtube.com/watch?v=pWIFPVgKcb4]&lt;br /&gt;
* Quiz questions can be exported as IMS packages by going to Assessments in Bb Vista. They can also be extracted with Respondus and you can create an IMS QTI file to import into Moodle. &lt;br /&gt;
**If you use Respondus version 4 or later (download 30 day free demo here: [http://www.respondus.com/download/respondus.shtml], you can retrieve the quizzes and publish to Moodle directly from Respondus if the Moodle server has the &amp;quot;Respondus Web Service Extension for Moodle&amp;quot; (download here: [http://www.respondus.com/download/moodleserver.shtml]. See a video on how to do this here: [http://www.youtube.com/watch?v=VXG3BeyBQAI&amp;amp;feature=related] and here: [http://mygermanclass.blip.tv/file/3428598/]&lt;br /&gt;
* Newer versions have some useful Database views inside the Blackboard database that allow retrieving of some of the information. It&#039;s really easy to get course names/users/enrolments and grades directly out using the DB Views &amp;quot;RPT_PERSON&amp;quot;, &amp;quot;RPT_MEMBER&amp;quot;,&amp;quot;RPT_LEARNING_CONTEXT&amp;quot; and &amp;quot;RPT_GRADEBOOK&amp;quot;&lt;br /&gt;
doing it manually also gives you the forced opportunity for your lecturers/staff to clean things up a bit and learn a bit more about the differences between Blackboard and Moodle&lt;br /&gt;
*Assignments  can be set up manually, copied/pasted. Migrating assignments video: [http://www.youtube.com/watch?v=LwW778nF4iE&amp;amp;feature=related]&lt;br /&gt;
*Migrating a discussion topic video: [http://www.youtube.com/watch?v=EUlNASbGhww&amp;amp;feature=related]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[http://moodle.org/mod/data/view.php?d=19&amp;amp;rid=2531 Final 2009 Report of the University of North Carolina LMS Evaluation Committee] describing the results of an evaluative comparison of Moodle with the University’s current Blackboard system (Vista)&lt;br /&gt;
*[http://oscmoodlereport.wordpress.com The Open Source Collaborative: Moodle Assessment Report] This report is the accumulation of two years of experimentation and evaluation of Moodle by the North Carolina Community Colleges System.&lt;br /&gt;
*[http://www.move2moo.com/Webct-Moodle-Converter.aspx Blackboard CE8/Vista8 to Moodle 2 content conversion tool (Commercial)] This website provides a free preview of a Blackboard course conversion, good to get some ideas on where/how to move content.&lt;br /&gt;
*[http://moodle.org/mod/data/view.php?d=19&amp;amp;rid=2606 The Whole Kit and Caboodle on Moodle] presentation introducing Moodle and sharing experiences of migrating from Blackboard&lt;br /&gt;
*[http://moodle.org/mod/data/view.php?d=19&amp;amp;rid=2620 An LMS By Any Other Name...] presentation helping transition Blackboard users to Moodle terms&lt;br /&gt;
*[http://jsweetin.wordpress.com/resources/ Blackboard to Moodle resources] including a Blackboard 7.3 to Moodle 1.8 Cross-Reference&lt;br /&gt;
*[https://docs.moodle.org/en/Import_questions#Blackboard Import_questions: Blackboard format]&lt;br /&gt;
*[http://its2.unc.edu/tl/tli/bFree/ bFree - Blackboard™ Course Content Extractor] - extract selected content from Blackboard Archive/Export files into a local filesystem, allowing them to be cleaned, manipulated, zipped, and uploaded for use in Moodle. This does not create course objects but does transfer the documents and descriptions into a Moodle course&#039;s Files for creating resources. This is useful for those faculty who will be reorganizing their courses or for complex courses which don&#039;t convert well. &lt;br /&gt;
&lt;br /&gt;
===Using Moodle forum discussions:===&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=78521 Migrate a course from Blackboard to Moodle]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=92477 Moodle 1.9 Blackboard Import - contains some troubleshooting]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=48666 If you are having problems with Blackboard to Moodle read this]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=117876 Examview (Blackboard) Quiz Plugin]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=48666 Blackboard archive file name conversion] A thread which contains information on hexified Blackboard archive file names (BB archiving converts filenames to hex when they contain spaces)&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Developer]]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_URKUND&amp;diff=85707</id>
		<title>Plagiarism Prevention URKUND</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_URKUND&amp;diff=85707"/>
		<updated>2011-07-06T03:25:31Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Copyright and plagiarism}}&lt;br /&gt;
&lt;br /&gt;
==URKUND==&lt;br /&gt;
URKUND is a commercial Plagiarism Prevention tool  [http://www.urkund.com www.urkund.com] It was developed in Sweden and is now used widely in Europe and other countries.&lt;br /&gt;
&lt;br /&gt;
*[[Plagiarism Prevention URKUND Settings|URKUND Installation and Settings]]&lt;br /&gt;
*[[Plagiarism Prevention Using URKUND|Using URKUND]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[http://www.urkund.com/int/en/support_manualer.asp URKUND documentation]&lt;br /&gt;
*[http://moodle.org/mod/data/view.php?d=13&amp;amp;rid=2420&amp;amp;filter=1 Moodle 1.9 Plugin]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_Turnitin&amp;diff=85706</id>
		<title>Plagiarism Prevention Turnitin</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_Turnitin&amp;diff=85706"/>
		<updated>2011-07-06T03:18:52Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* Moodle Direct Plugin */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Copyright and plagiarism}}&lt;br /&gt;
&lt;br /&gt;
==Turnitin==&lt;br /&gt;
Turnitin is a commercial plagiarism detection system which requires a paid subscription to use - there are currently 2 different options available to use Turnitin in Moodle 2.0.&lt;br /&gt;
&lt;br /&gt;
===Plagiarism Plugin===&lt;br /&gt;
A [[Plagiarism Prevention]] plugin written by [http://moodle.org/user/view.php?id=21591&amp;amp;course=5 Dan Marsden] from [http://www.catalyst.net.nz Catalyst IT] which allows existing Modules to &amp;quot;call&amp;quot; the plagiarism service. It has been added to the upload and uploadsingle assignment types, but eventually support will be added to other Moodle modules. This is a generic plugin system and other Plagiarism products are also available preventing an institution from being &amp;quot;locked in&amp;quot; to a Plagiarism Tool vendor.&lt;br /&gt;
*[[Plagiarism Prevention Turnitin Settings|Turnitin Installation and Settings]]&lt;br /&gt;
*[[Plagiarism Prevention Using Turnitin|Using Turnitin]]&lt;br /&gt;
&lt;br /&gt;
===Moodle Direct Plugin===&lt;br /&gt;
The [[Turnitin&#039;s Moodle Direct Integration|Moodle Direct Integration]] was developed by [http://www.nlearning.co.uk nlearning Ltd] (now iParadigms Europe Ltd) - This is a standalone Moodle module that is similar to the advanced assignment type, however it adds a range of Turnitin specific functionality. The current version is available from [[http://www.moodle.org/modules Modules and Plugins]]. The key aim of the development is to represent all features of Turnitin within the Moodle workflow as and when they become exposed through the Turnitin API. &lt;br /&gt;
&lt;br /&gt;
The Direct Plugin works on the principle of mapping a Turnitin Assignment in Moodle with an assignment in Turnitin, once mapped all submissions made on either side are synchronised reflecting any changes on both platforms. It is therefore possible to access the assignments created using the plugin by logging in to either system. There is the option to disable emails sent out to students which means login details and welcome emails are not sent which encourages students to submit only through Moodle. GradeMark grades are represented in the Moodle gradebook and originality scores are displayed in the Moodle Turnitin Assignment Inbox.&lt;br /&gt;
&lt;br /&gt;
For more detail see: http://moodle.org/mod/forum/discuss.php?d=149575&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [https://docs.moodle.org/19/en/Turnitin Turnitin Plugins for older Moodle versions]&lt;br /&gt;
* [https://docs.moodle.org/dev/en/Turnitin_errors Turnitin Error states]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_URKUND&amp;diff=85705</id>
		<title>Plagiarism Prevention URKUND</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_URKUND&amp;diff=85705"/>
		<updated>2011-07-06T03:13:12Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* URKUND */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Copyright and plagiarism}}&lt;br /&gt;
&lt;br /&gt;
==URKUND==&lt;br /&gt;
URKUND is a commercial Plagiarism Prevention tool  [http://www.urkund.com www.urkund.com] It was developed in Sweden and is now used widely in Europe and other countries.&lt;br /&gt;
&lt;br /&gt;
*[[Plagiarism Prevention URKUND Settings|URKUND Installation and Settings]]&lt;br /&gt;
*[[Plagiarism Prevention Using URKUND|Using URKUND]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[http://moodle.org/mod/data/view.php?d=13&amp;amp;rid=2420&amp;amp;filter=1 Moodle 1.9 Plugin]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_URKUND&amp;diff=85704</id>
		<title>Plagiarism Prevention URKUND</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_URKUND&amp;diff=85704"/>
		<updated>2011-07-06T03:13:01Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Copyright and plagiarism}}&lt;br /&gt;
&lt;br /&gt;
==URKUND==&lt;br /&gt;
URKUND is a commercial Plagiarism Prevention tool  [http://www.urkund.com www.urkund.com] It was developed in Sweden and is now used widely in Europe and other countries.&lt;br /&gt;
&lt;br /&gt;
*[[Plagiarism Prevention URKUND Settings|URKUND Installation and Settings]]&lt;br /&gt;
*[[Plagiarism Prevention Using URKUND|Using URKUND]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See Also&lt;br /&gt;
*[http://moodle.org/mod/data/view.php?d=13&amp;amp;rid=2420&amp;amp;filter=1 Moodle 1.9 Plugin]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_Crot_Settings&amp;diff=85703</id>
		<title>Plagiarism Prevention Crot Settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_Crot_Settings&amp;diff=85703"/>
		<updated>2011-07-06T03:07:17Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: /* Installation using a Zip file */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Copyright and plagiarism}}&lt;br /&gt;
Location: &#039;&#039;Administration &amp;gt; Plugins &amp;gt; Plagiarism Prevention &amp;gt; Crot&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==MS Application ID key==&lt;br /&gt;
You need to obtain the MS Application ID key from Microsoft to use the global search features.  &lt;br /&gt;
Open one of the following links to get the ID : &lt;br /&gt;
&lt;br /&gt;
http://msdn.microsoft.com/en-us/library/dd251020.aspx&lt;br /&gt;
or &lt;br /&gt;
http://www.bing.com/developers&lt;br /&gt;
&lt;br /&gt;
and follow the instructions to get the App ID.&lt;br /&gt;
&lt;br /&gt;
==Installation of the plugin ==&lt;br /&gt;
=== Installation using a Zip file ===&lt;br /&gt;
Download the zip: http://moodle.org/mod/data/view.php?d=13&amp;amp;rid=4655&amp;amp;filter=1&lt;br /&gt;
&lt;br /&gt;
Then Extract these files into a new folder under /plagiarism/crot and visit the Admin &amp;gt; Notifications page in Moodle to trigger the upgrade scripts&lt;br /&gt;
&lt;br /&gt;
==Global Configuration of Crot==&lt;br /&gt;
# Ensure Admin &amp;gt; Server &amp;gt; Environment indicates you have curl and SOAP installed&lt;br /&gt;
# Go to Admin &amp;gt; Advanced Features find the setting “Enable plagiarism plugins” - make sure the box is ticked.[[File:Enableplagiarism.png]]&lt;br /&gt;
# Go to Admin &amp;gt; Modules &amp;gt; Activities &amp;gt; Crot&lt;br /&gt;
#  set the following:&lt;br /&gt;
## Tick the box &amp;quot;Use Crot&amp;quot;&lt;br /&gt;
## Select Test global search to run a quick test of global search. If it works you will see results of test search query on the next step.&lt;br /&gt;
## We would really appreciate if you check Registration option and complete simple registration form. We are doing this continious survey to apply for funding to support project development. &lt;br /&gt;
## Click Save Changes button&lt;br /&gt;
===Other Settings===&lt;br /&gt;
# Student disclosure: This text will appear on the assignment submission page when student work will be uploaded to the system.&lt;br /&gt;
# Grammar size is size of text used to calculate one hash in document fingerprint. Recommended value is 30.&lt;br /&gt;
# Window size represents how granular tech search will be. Recommended value is 60.&lt;br /&gt;
# Colours are used for highlighting of similar text fragments in the side by side comparison of documents. But at the moment colouring function works only with the one colour (#FF0000).&lt;br /&gt;
# Max Distance between hashes in the text cluster: This parameter is used for allocation of hashes into text clusters in the colouring of similar text fragments. Recommended value is 100.&lt;br /&gt;
# Minimum cluster size is a minimum number of hashes in the text cluster used for colouring of similar text fragments. Recommended value is 2.&lt;br /&gt;
# Default Threshold: Assignments with similarity score less than threshold value are not displayed on Anti-Plagiarism - Assignments page.&lt;br /&gt;
# Global search threshold reserved for future development. Recommended value is 90.&lt;br /&gt;
# Global Search Query Size is the number of words in the query for global search. Recommended value is 7.&lt;br /&gt;
# Percentage of search queries for Web search is randomly selected percentage of queries from all search queries for Web search. Recommended value is 40.&lt;br /&gt;
# Number of web documents to be downloaded: How many web documents will be downloaded to your server from the list of possible sources on the web. Recommended value is 10.&lt;br /&gt;
# Culture info for global search: Culture information is used in queries for Bing search engine.&lt;br /&gt;
# Maximum file size: Files with the size more than this value are not downloaded from the internet. Recommended value is 1000000.&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_Crot_Settings&amp;diff=85702</id>
		<title>Plagiarism Prevention Crot Settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_Crot_Settings&amp;diff=85702"/>
		<updated>2011-07-06T03:06:14Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Copyright and plagiarism}}&lt;br /&gt;
Location: &#039;&#039;Administration &amp;gt; Plugins &amp;gt; Plagiarism Prevention &amp;gt; Crot&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==MS Application ID key==&lt;br /&gt;
You need to obtain the MS Application ID key from Microsoft to use the global search features.  &lt;br /&gt;
Open one of the following links to get the ID : &lt;br /&gt;
&lt;br /&gt;
http://msdn.microsoft.com/en-us/library/dd251020.aspx&lt;br /&gt;
or &lt;br /&gt;
http://www.bing.com/developers&lt;br /&gt;
&lt;br /&gt;
and follow the instructions to get the App ID.&lt;br /&gt;
&lt;br /&gt;
==Installation of the plugin ==&lt;br /&gt;
=== Installation using a Zip file ===&lt;br /&gt;
Download the zip:&lt;br /&gt;
&lt;br /&gt;
Then Extract these files into a new folder under /plagiarism/crot and visit the Admin &amp;gt; Notifications page in Moodle to trigger the upgrade scripts&lt;br /&gt;
==Global Configuration of Crot==&lt;br /&gt;
# Ensure Admin &amp;gt; Server &amp;gt; Environment indicates you have curl and SOAP installed&lt;br /&gt;
# Go to Admin &amp;gt; Advanced Features find the setting “Enable plagiarism plugins” - make sure the box is ticked.[[File:Enableplagiarism.png]]&lt;br /&gt;
# Go to Admin &amp;gt; Modules &amp;gt; Activities &amp;gt; Crot&lt;br /&gt;
#  set the following:&lt;br /&gt;
## Tick the box &amp;quot;Use Crot&amp;quot;&lt;br /&gt;
## Select Test global search to run a quick test of global search. If it works you will see results of test search query on the next step.&lt;br /&gt;
## We would really appreciate if you check Registration option and complete simple registration form. We are doing this continious survey to apply for funding to support project development. &lt;br /&gt;
## Click Save Changes button&lt;br /&gt;
===Other Settings===&lt;br /&gt;
# Student disclosure: This text will appear on the assignment submission page when student work will be uploaded to the system.&lt;br /&gt;
# Grammar size is size of text used to calculate one hash in document fingerprint. Recommended value is 30.&lt;br /&gt;
# Window size represents how granular tech search will be. Recommended value is 60.&lt;br /&gt;
# Colours are used for highlighting of similar text fragments in the side by side comparison of documents. But at the moment colouring function works only with the one colour (#FF0000).&lt;br /&gt;
# Max Distance between hashes in the text cluster: This parameter is used for allocation of hashes into text clusters in the colouring of similar text fragments. Recommended value is 100.&lt;br /&gt;
# Minimum cluster size is a minimum number of hashes in the text cluster used for colouring of similar text fragments. Recommended value is 2.&lt;br /&gt;
# Default Threshold: Assignments with similarity score less than threshold value are not displayed on Anti-Plagiarism - Assignments page.&lt;br /&gt;
# Global search threshold reserved for future development. Recommended value is 90.&lt;br /&gt;
# Global Search Query Size is the number of words in the query for global search. Recommended value is 7.&lt;br /&gt;
# Percentage of search queries for Web search is randomly selected percentage of queries from all search queries for Web search. Recommended value is 40.&lt;br /&gt;
# Number of web documents to be downloaded: How many web documents will be downloaded to your server from the list of possible sources on the web. Recommended value is 10.&lt;br /&gt;
# Culture info for global search: Culture information is used in queries for Bing search engine.&lt;br /&gt;
# Maximum file size: Files with the size more than this value are not downloaded from the internet. Recommended value is 1000000.&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_Crot_Settings&amp;diff=85701</id>
		<title>Plagiarism Prevention Crot Settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_Crot_Settings&amp;diff=85701"/>
		<updated>2011-07-06T03:01:03Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: Created page with &amp;quot;{{Copyright and plagiarism}} Location: &amp;#039;&amp;#039;Administration &amp;gt; Plugins &amp;gt; Plagiarism Prevention &amp;gt; Crot&amp;#039;&amp;#039;  ==Installation of the plugin == === Installation using a Zip file === Download...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Copyright and plagiarism}}&lt;br /&gt;
Location: &#039;&#039;Administration &amp;gt; Plugins &amp;gt; Plagiarism Prevention &amp;gt; Crot&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Installation of the plugin ==&lt;br /&gt;
=== Installation using a Zip file ===&lt;br /&gt;
Download the zip:&lt;br /&gt;
&lt;br /&gt;
Then Extract these files into a new folder under /plagiarism/crot and visit the Admin &amp;gt; Notifications page in Moodle to trigger the upgrade scripts&lt;br /&gt;
==Global Configuration of Crot==&lt;br /&gt;
# Ensure Admin &amp;gt; Server &amp;gt; Environment indicates you have curl installed&lt;br /&gt;
# Go to Admin &amp;gt; Advanced Features find the setting “Enable plagiarism plugins” - make sure the box is ticked.[[File:Enableplagiarism.png]]&lt;br /&gt;
# Go to Admin &amp;gt; Modules &amp;gt; Activities &amp;gt; Crot&lt;br /&gt;
#  set the following:&lt;br /&gt;
## Tick the box &amp;quot;Use Crot&amp;quot;&lt;br /&gt;
## Set the Student Disclosure statement. - this is displayed to all students on the upload screen to notify them that the Crot system is in use.&lt;br /&gt;
# in the page Admin &amp;gt; Modules &amp;gt; Activities &amp;gt; Crot click on the tab &amp;quot;Crot Defaults&amp;quot;&lt;br /&gt;
## Configure the default settings to be used inside a Moodle module when creating/editing a new module.&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_Crot_2.0&amp;diff=85700</id>
		<title>Plagiarism Prevention Crot 2.0</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_Crot_2.0&amp;diff=85700"/>
		<updated>2011-07-06T02:58:28Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Copyright and plagiarism}}&lt;br /&gt;
&lt;br /&gt;
==Crot==&lt;br /&gt;
Crot is a fully open source Plagiarism Prevention tool - it is available here: http://moodle.org/mod/data/view.php?d=13&amp;amp;rid=4655&amp;amp;filter=1&lt;br /&gt;
&lt;br /&gt;
*[[Plagiarism Prevention Crot Settings|Crot Installation and Settings]]&lt;br /&gt;
*[[Plagiarism Prevention Using Crot|Using Crot]]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [https://docs.moodle.org/19/en/Crot_1 Crot Plugin for older Moodle versions]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_Crot_2.0&amp;diff=85699</id>
		<title>Plagiarism Prevention Crot 2.0</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Plagiarism_Prevention_Crot_2.0&amp;diff=85699"/>
		<updated>2011-07-06T02:53:56Z</updated>

		<summary type="html">&lt;p&gt;Danmarsden: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Copyright and plagiarism}}&lt;br /&gt;
{{stub}}&lt;br /&gt;
The Crot plugin is available here: http://moodle.org/mod/data/view.php?d=13&amp;amp;rid=4655&amp;amp;filter=1&lt;br /&gt;
==See Also==&lt;br /&gt;
* [https://docs.moodle.org/19/en/Crot_1 Crot Plugin for older Moodle versions]&lt;/div&gt;</summary>
		<author><name>Danmarsden</name></author>
	</entry>
</feed>