Diferencia entre revisiones de «dev/App para móvil»

De MoodleDocs
(tidy up)
(tidy up)
Línea 100: Línea 100:


* [[:dev:Moodle Mobile|Moodle Mobile developer docs]]
* [[:dev:Moodle Mobile|Moodle Mobile developer docs]]
* [https://docs.moodle.org/25/en/Mobile_web_services Mobile web services] (en inglés)
* [[Servicios web móviles]]  


[[ja:モバイルアプリ]]
[[ja:モバイルアプリ]]
[[de:Mobile App]]
[[de:Mobile App]]
[[en:Mobile app]]
[[en:Mobile app]]

Revisión del 21:46 24 jul 2014

Nota: Pendiente de Traducir. ¡Anímese a traducir esta página!.     ( y otras páginas pendientes)

Mobile app latest: The Moodle Mobile app (developed on HTML5 and Phonegap) replaces the old mobile app for iPhone, My Moodle. It requires Moodle 2.4 or above.

Moodle Mobile is the Moodle official mobile application for Android and iOs. It's available in Google Play and Apple Market.

  • 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
  • Record a video 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 course resources
  • Quick access to your course contents
  • View calendar events
  • Mobile Push notifications
  • Remote layout/style customization (see below)
  • * Support for sites using CAS or Shibboleth as auth methods
  • * View all your past private messages and notifications
  • * View your activity grades in a course

Nota: Todas las características marcadas con (*) requieren que esté instalado el plugin de Características adicionales de Moodle Mobile.

Notice that Moodle Mobile is not a replacement of the MyMobile or Bootstrap/Simple theme. Moodle Mobile offers offline contents, camera & audio features and Push notifications connected to the user messaging preferences. You can use Moodle Mobile app in combination with a Mobile theme.

Pantallazos

Teléfono moodlemobile01.jpg moodlemobile02.jpg moodlemobile03.jpg moodlemobile04.jpg moodlemobile05.jpg


Tableta moodlemobileipad01.jpg moodlemobileipad02.jpg


Personalización del estilo

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 CSS should be placed inside your Moodle installation (in your custom theme or inside a local plugin)

Once the user is logged in the app, there is a periodical process that retrieves your remote CSS files for applying your custom styles.

Notice that on the first time a user opens the app, he will see the default "orange" style. Your custom styles will be applied once the user has added a site in the app.

See https://docs.moodle.org/dev/Moodle_Mobile_Themes for documentation.

Notificaciones

The app can receive notifications from your Moodle site, but you have to configure it. See Mobile app Notificaciones Push

Los sitios Moodle deben de estar habilitados para que los accese la App

Moodle 2.4 or above is mandatory.

The administrator of your Moodle site must enable mobile access as follows:

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

Instalación del App móvil (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/app/moodle-mobile/id633359593?mt=8

Prueba de la App en un sitio demostrativo

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.

Caché

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.

You can refresh the contents of the Mobile app using the refresh button (top right in the left orange menu)

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

Cómo reportar un problema

  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)

Reportar un problema por Emaill

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.

Vea también