Note: You are currently viewing documentation for Moodle 3.7. Up-to-date documentation for the latest stable version of Moodle may be available here: Moodle app.

Moodle app: Difference between revisions

From MoodleDocs
(copied from 2.4 docs)
Line 3: Line 3:


== Features ==
== Features ==
* upload a picture into your private file area
* Responsive design for phone and tablets
* record an audio file and upload it into your private file area
* Upload a picture into your private file area
* send a private message to a course participant (can be done offline)
* Record an audio file and upload it into your private file area
* take a personal note about a course participant (can be done offline)
* Send a private message to a course participant (can be done offline)
* add a course participant to your phone contact
* Take a personal note about a course participant (can be done offline)
* call a course participant touching the phone number
* Add a course participant to your phone contact
* locate a course participant address on Google map
* Call a course participant touching the phone number
* download and view some resources
* Locate a course participant address on Google map
* quick access to your course contents
* Download and view some resources
* Quick access to your course contents
* Remote translation (see bellow)
* Remote layout/style customization (see bellow)
 
=== Screenshots ===
 
'''Phone'''
[[File:moodlemobile01.jpg]] [[File:moodlemobile02.jpg]] [[File:moodlemobile03.jpg]] [[File:moodlemobile04.jpg]] [[File:moodlemobile05.jpg]]
 
 
'''Tablet'''
[[File:moodlemobileipad01.jpg]] [[File:moodlemobileipad02.jpg]]
 
 
=== Translation ===
 
The app synchronizes the translation from your Moodle site. Upload to your lang/en folder (or to your moodledata/lang/mylang folder) a valid mobile.php file containing your translation, an example can be found [http://jsfiddle.net/jleyva/9AFKN/2/embedded/result/ here]
 
=== Style customization ===
 
The app can also retrieve your custom styles from your Moodle site. Since the app is a HTML5 app, you can apply safely any CSS, CSS2 and CSS3 style.
 
In your Moodle installation go to Plugins / Web services / Mobile and enter in the mobilecssurl field a valid URL pointing to a CSS file containing your custom styles. The original styles to override can be found here: https://github.com/moodlehq/moodlemobile/tree/master/css
 
The CSS should be placed inside your Moodle installation (in your custom theme or inside a local plugin)


==Moodle sites must be enabled for the app to access them==
==Moodle sites must be enabled for the app to access them==
Line 20: Line 45:


==Installing the mobile app==
==Installing the mobile app==
Apps are available in Google Play and also Apple Store. You can install the app directly from your Mobile device, search for "Moodle Mobile" the author/owner must be "Moodle Pty Ltd"


Android:  https://play.google.com/store/apps/details?id=com.moodle.moodlemobile
Android:  https://play.google.com/store/apps/details?id=com.moodle.moodlemobile


iOS:  Coming soon
iOS:  https://itunes.apple.com/es/app/moodle-mobile/id633359593
 
You can find the app build for other Mobile OS (not supported officially) here:
 
https://build.phonegap.com/apps/314601/builds


==Testing the app on a demo site==
==Testing the app on a demo site==
Line 31: Line 62:
== Cache ==
== Cache ==
If you connect to your Moodle site and update/create/delete anything, and then go to your mobile app, the content will not be displayed. You will have to wait a couple of minutes. The cache time for the app is currently 5 minutes.
If you connect to your Moodle site and update/create/delete anything, and then go to your mobile app, the content will not be displayed. You will have to wait a couple of minutes. The cache time for the app is currently 5 minutes.
There are developer options for purging the cache at any time (Settings -> Development)


==How to report a bug==
==How to report a bug==

Revision as of 10:07, 19 April 2013

Mobile app latest: The Moodle Mobile app (developed on HTML5 and Phonegap) is replacing the old mobile app for iPhone, My Moodle.

Features

  • Responsive design for phone and tablets
  • Upload a picture into your private file area
  • Record an audio file and upload it into your private file area
  • Send a private message to a course participant (can be done offline)
  • Take a personal note about a course participant (can be done offline)
  • Add a course participant to your phone contact
  • Call a course participant touching the phone number
  • Locate a course participant address on Google map
  • Download and view some resources
  • Quick access to your course contents
  • Remote translation (see bellow)
  • Remote layout/style customization (see bellow)

Screenshots

Phone moodlemobile01.jpg moodlemobile02.jpg moodlemobile03.jpg moodlemobile04.jpg moodlemobile05.jpg


Tablet moodlemobileipad01.jpg moodlemobileipad02.jpg


Translation

The app synchronizes the translation from your Moodle site. Upload to your lang/en folder (or to your moodledata/lang/mylang folder) a valid mobile.php file containing your translation, an example can be found here

Style customization

The app can also retrieve your custom styles from your Moodle site. Since the app is a HTML5 app, you can apply safely any CSS, CSS2 and CSS3 style.

In your Moodle installation go to Plugins / Web services / Mobile and enter in the mobilecssurl field a valid URL pointing to a CSS file containing your custom styles. The original styles to override can be found here: https://github.com/moodlehq/moodlemobile/tree/master/css

The CSS should be placed inside your Moodle installation (in your custom theme or inside a local plugin)

Moodle sites must be enabled for the app to access them

The administrator of your Moodle site (which must be version 2.4 or later) must enable mobile access as follows:

  • In Site administration > Plugins > Web services > Mobile tick the 'Enable web services for mobile devices' checkbox, then click the button to save changes.

Installing the mobile app

Apps are available in Google Play and also Apple Store. You can install the app directly from your Mobile device, search for "Moodle Mobile" the author/owner must be "Moodle Pty Ltd"

Android: https://play.google.com/store/apps/details?id=com.moodle.moodlemobile

iOS: https://itunes.apple.com/es/app/moodle-mobile/id633359593

You can find the app build for other Mobile OS (not supported officially) here:

https://build.phonegap.com/apps/314601/builds

Testing the app on a demo site

In the login screen, type "teacher" or "student" in the Username field and click the Add button. You will be logged automatically to a Moodle demo site for testing the app.

Cache

If you connect to your Moodle site and update/create/delete anything, and then go to your mobile app, the content will not be displayed. You will have to wait a couple of minutes. The cache time for the app is currently 5 minutes.

There are developer options for purging the cache at any time (Settings -> Development)

How to report a bug

  1. Log in to the Moodle Mobile tracker https://tracker.moodle.org/browse/MOBILE (you'll need to create a tracker account if you've not done so previously)
  2. Check whether the issue has already been reported by searching all the issues
  3. If not, report the bug by clicking the 'Create Issue' link at the top right of the page, selecting 'Moodle Mobile' as the project
  4. Add a detailed description then click the Create button
  5. Attach the following files to the issue by selecting 'Attach Files' in the 'More actions' dropdown menu:
    • 'Device information' - this can be found in the app (Settings -> Development -> Device info, you can send yourself this information by email using the e-mail button at the bottom)
    • App Log (Settings -> Development -> Show Log, again you can send yourself this information by email)

Report a bug by email

You can send us the same report by email using Settings -> Report a bug. As the report is sent by email to mobile@moodle.com, the report will take more time to be filed in the tracker.

See also