<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Moodle_app_SCORM_player</id>
	<title>Moodle app SCORM player - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Moodle_app_SCORM_player"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Moodle_app_SCORM_player&amp;action=history"/>
	<updated>2026-05-06T19:45:11Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Moodle_app_SCORM_player&amp;diff=4193&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Moodle_app_SCORM_player&amp;diff=4193&amp;oldid=prev"/>
		<updated>2024-10-18T06:42:56Z</updated>

		<summary type="html">&lt;p&gt;1 версия импортирована&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Предыдущая версия&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Версия от 06:42, 18 октября 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Олег Давидович</name></author>
	</entry>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Moodle_app_SCORM_player&amp;diff=4192&amp;oldid=prev</id>
		<title>1&gt;Jleyva: /* Tips for Moodle app friendly SCORM packages */</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Moodle_app_SCORM_player&amp;diff=4192&amp;oldid=prev"/>
		<updated>2024-04-09T07:48:03Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Tips for Moodle app friendly SCORM packages&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Mobile}}&lt;br /&gt;
==Features==&lt;br /&gt;
The Moodle app SCORM player enables the playing of SCORM 1.2 packages online and offline.&lt;br /&gt;
&lt;br /&gt;
When a user loses connectivity, offline mode is enabled automatically and all interactions that are tracked by the SCORM package are saved.&lt;br /&gt;
&lt;br /&gt;
When a user is online again, the offline attempt is synchronised back to the Moodle site, either merging it with other incomplete attempts on the site or saving it as a new attempt.&lt;br /&gt;
== Requirements ==&lt;br /&gt;
The Moodle app SCORM player requires Moodle 3.0 onwards. In &amp;#039;&amp;#039;Site administration &amp;gt; Plugins &amp;gt; Activity Modules &amp;gt; SCORM Package&amp;#039;&amp;#039; the setting &amp;#039;Protect package downloads&amp;#039; should be disabled (default setting).&lt;br /&gt;
&lt;br /&gt;
The Moodle app SCORM player may be used on sites running Moodle 2.6 to Moodle 2.9 if the [[Moodle app additional features]] plugin is installed.&lt;br /&gt;
&lt;br /&gt;
If the playing of SCORM packages offline is not desired, the setting &amp;#039;Protect package downloads&amp;#039; may be enabled. If the Moodle app additional features plugin is being used, the setting can be found in &amp;#039;&amp;#039;Site administration &amp;gt; Plugins &amp;gt; Local plugins &amp;gt; Moodle Mobile additional features&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
The ZIP file containing the SCORM contents should not be Windows specific. If your SCORM package contains directories using the inverted path separator &amp;quot;\&amp;quot; they won&amp;#039;t work in Android.&lt;br /&gt;
== Technical details ==&lt;br /&gt;
The Moodle app SCORM player provides support for:&lt;br /&gt;
* SCORM 1.2 packages&lt;br /&gt;
* Objectives, interactions and prerequisites&lt;br /&gt;
* SCO navigation via nav.event&lt;br /&gt;
* Uploaded packages, remote zip packages and zip packages in any type of repository supported by Moodle&lt;br /&gt;
The Moodle app SCORM player does not currently support:&lt;br /&gt;
* Remote imsmanifest.xml packages or file system repository unzipped SCORMS&lt;br /&gt;
* Opening of packages outside the app e.g. in a new browser window&lt;br /&gt;
* JavaScript pop-ups via window.open (Mobile device limitation)&lt;br /&gt;
==Tips for Moodle app friendly SCORM packages ==&lt;br /&gt;
* Try to reduce the size of the images and use mobile-compatible formats e.g. png&lt;br /&gt;
* Try to reduce the size of videos and use mobile-compatible formats e.g. mp4&lt;br /&gt;
* Avoid using Flash or FLV&lt;br /&gt;
* Avoid using images, files or media on remote sites&lt;br /&gt;
* Avoid using pop-ups&lt;br /&gt;
* Avoid using advanced HTML5 features, as they may not be supported by old devices&lt;br /&gt;
* Avoid having a left navigation menu as part of the SCORM package, as this reduces the space available for the package content&lt;br /&gt;
* If you want to display your SCORM package in semi full-screen mode (it will just remove the app bottom menu), you have to configure it in Moodle so it will open in &amp;quot;New window&amp;quot; via the SCORM module Appearance settings.&lt;br /&gt;
[[Category:SCORM]]&lt;br /&gt;
[[es:Reproductor SCORM Moodle Mobile]]&lt;br /&gt;
[[de:Moodle App - SCORM Player]]&lt;br /&gt;
&lt;br /&gt;
== Known issues ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Large videos stored within the package do not play in iOS devices when using Video.js:&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
This is caused by the following Video.js bug, see https://github.com/videojs/video.js/issues/7557&lt;/div&gt;</summary>
		<author><name>1&gt;Jleyva</name></author>
	</entry>
</feed>