Note: You are currently viewing documentation for Moodle 3.1. Up-to-date documentation for the latest stable version of Moodle is probably available here: Creating Moodle Mobile friendly sites.

Creating Moodle Mobile friendly sites: Difference between revisions

From MoodleDocs
m (Added link to spanish translation of page)
(rewording)
Line 1: Line 1:
{{Mobile}}
{{Mobile}}
== CONTENTS ==
=== Tips for sites ===
=== Tips for sites ===
==== Install the “Moodle additional features plugin” ====
==== Install the “Moodle additional features plugin” ====
Line 10: Line 9:
* Extra features: Support for sites using SSO authentication methods (Shibboleth and CAS)
* Extra features: Support for sites using SSO authentication methods (Shibboleth and CAS)
* A new Moodle Mobile major version requires to upgrade this plugin in your Moodle installation.
* A new Moodle Mobile major version requires to upgrade this plugin in your Moodle installation.
* [https://docs.moodle.org/Moodle_Mobile_additional_features https://docs.moodle.org/Moodle_Mobile_additional_features]
* [[Moodle Mobile additional features]]


==== Enable Push notifications ====
==== Enable Push notifications ====
Line 24: Line 23:
* Explain how the offline mode works (you should download your contents first).
* Explain how the offline mode works (you should download your contents first).
* Explain how to configure your messaging settings for receiving mobile notifications.
* Explain how to configure your messaging settings for receiving mobile notifications.
==== Create a custom theme for your site ====
==== Create a custom theme for your site ====
[[File:moodlemobile_custom_theme.png]]
[[File:moodlemobile_custom_theme.png]]
==== Do not use frontpage courses or activities ====
==== Do not use frontpage courses or activities ====
[[File:moodlemobile_dont_use_frontpage.png]] Place those pages in a global course where all the users are enrolled via cohorts, meta-course enrollments
[[File:moodlemobile_dont_use_frontpage.png]] Place those pages in a global course where all the users are enrolled via cohorts, meta-course enrolments.
==== Enroll all the users in that course via the db plugin ====
 
==== Enrol all the users in that course via the db plugin ====
[[File:moodlemobile_enroll_via_db_plugin.png]]
[[File:moodlemobile_enroll_via_db_plugin.png]]


Line 38: Line 40:
[[File:moodlemobile_avoid_orphaned.png]]
[[File:moodlemobile_avoid_orphaned.png]]


==== Install the Moodle Mobile_availability plugin ====
==== Install the Moodle Mobile availability plugin ====


With this plugin you can choose if an activity, resource or a complete section is (or is not) visible for users accessing the course via the Mobile app.
With this plugin you can choose if an activity, resource or a complete section is (or is not) visible for users accessing the course via the Mobile app.
Line 44: Line 46:
Once installed you can create Moodle Mobile friendly courses just replacing resources currently not supported by the app, like the Book module, with Mobile friendly resources (like an HTML version of the book module).
Once installed you can create Moodle Mobile friendly courses just replacing resources currently not supported by the app, like the Book module, with Mobile friendly resources (like an HTML version of the book module).


See the [[Moodle_Mobile_availability_plugin]] page for additional information.
See the [[Moodle Mobile availability plugin]] page for additional information.


==== Labels are initially collapsed, use a short text as introduction of what is inside ====
==== Labels are initially collapsed, use a short text as introduction of what is inside ====
Line 52: Line 54:
[[File:moodlemobile_responsive_html.png]]
[[File:moodlemobile_responsive_html.png]]


==== Youtube or maps links (URL resource) opens automatically the system app ====
==== YouTube or map links (URL resource) open automatically in the system app ====
[[File:moodlemobile_youtube_maps_links.png]]
[[File:moodlemobile_youtube_maps_links.png]]


Line 60: Line 62:
* Same for SCORM without API tracking
* Same for SCORM without API tracking
* Not all the video formats are supported by all mobile devices, upload the same video in different formats in a directory resource
* Not all the video formats are supported by all mobile devices, upload the same video in different formats in a directory resource
=== See also ===
You have more information here:
* [[Mobile app]]
* [[Moodle Mobile additional features]]
* [http://docs.moodle.org/dev/Moodle_Mobile http://docs.moodle.org/dev/Moodle_Mobile]
* [https://tracker.moodle.org/browse/MOBILE https://tracker.moodle.org/browse/MOBILE]


[[es:Crear sitios amistosos para Moodle Mobile]]
[[es:Crear sitios amistosos para Moodle Mobile]]

Revision as of 10:43, 11 November 2015

Tips for sites

Install the “Moodle additional features plugin”

  • Local plugin for adding new features to the current Moodle Mobile app
  • This add-on provides new features and also web services which are currently only available in the latest Moodle version
  • A Moodle 2.4 installation with the plugin has the same Mobile features available than a Moodle 2.8 installation

Moodle additional features plugin

  • Extra features: Support for sites using SSO authentication methods (Shibboleth and CAS)
  • A new Moodle Mobile major version requires to upgrade this plugin in your Moodle installation.
  • Moodle Mobile additional features

Enable Push notifications

  • The site must be registered in moodle.org
  • Administration / Plugins / Message outputs / Mobile notifications
  • User must enable in their profile to receive Mobile notifications
  • Notifications are connected to the Moodle messaging system
  • A bulk message to all the users in a course will send a Push notification to the user mobile phone (Remember, the user must enable to receive Mobile notifications)

Upload a detailed guide of how to use Moodle Mobile including:

  • Download links to the different platforms/stores.
  • Explain the different possibilities and limitations of the app.
  • Explain how the offline mode works (you should download your contents first).
  • Explain how to configure your messaging settings for receiving mobile notifications.

Create a custom theme for your site

moodlemobile custom theme.png

Do not use frontpage courses or activities

moodlemobile dont use frontpage.png Place those pages in a global course where all the users are enrolled via cohorts, meta-course enrolments.

Enrol all the users in that course via the db plugin

moodlemobile enroll via db plugin.png

Tips for courses

Use the topics or weeks course format

moodlemobile topicsorweeks.png

Avoid orphaned activities or direct links to activities

moodlemobile avoid orphaned.png

Install the Moodle Mobile availability plugin

With this plugin you can choose if an activity, resource or a complete section is (or is not) visible for users accessing the course via the Mobile app.

Once installed you can create Moodle Mobile friendly courses just replacing resources currently not supported by the app, like the Book module, with Mobile friendly resources (like an HTML version of the book module).

See the Moodle Mobile availability plugin page for additional information.

Labels are initially collapsed, use a short text as introduction of what is inside

moodlemobile short text intro.png

Use responsive HTML in pages or mini-sites

moodlemobile responsive html.png

YouTube or map links (URL resource) open automatically in the system app

moodlemobile youtube maps links.png

Find alternatives to unsupported activities or resources

  • Book module: Publish an “accessible” version of the Book resource using the export to HTML feature
  • IMS CP: Instead using the IMS CP resource, unzip the file and add it as a resource (mini-site)
  • Same for SCORM without API tracking
  • Not all the video formats are supported by all mobile devices, upload the same video in different formats in a directory resource