Diferencia entre revisiones de «36/Moodle app guía para administradores»

De MoodleDocs
(tidy up)
(tidy up)
Línea 39: Línea 39:
If you want your own custom branding for your organization, Moodle offers the The Branded Moodle Mobile app service, please visit https://moodle.com/mobileapp/ for more information.
If you want your own custom branding for your organization, Moodle offers the The Branded Moodle Mobile app service, please visit https://moodle.com/mobileapp/ for more information.


== Moodle Mobile additional features plugin for old Moodle sites ==
== Plugin de carcaterísticas adicionales de Moodle Mobile para sitios Moodle antiguos ==


For old Moodle sites it is recommended to install the [[Características adicionales de Moodle Mobile]] plugin.
Para sitios Moodle antiguos se recomienda instalar el plugin de [[Características adicionales de Moodle Mobile]].


== Notificaciones ==
== Notificaciones ==
Línea 51: Línea 51:
An access key can be obtained via Administration > Site administration > Plugins > Message outputs > Mobile Notifications.
An access key can be obtained via Administration > Site administration > Plugins > Message outputs > Mobile Notifications.


The full guide on enabling push notifications can be found here: [[Mobile app notifications]]
The full guide on enabling push notifications can be found here: [[Notificaciones de Moodle Mobile]]


== Smart app banners ==
== Smart app banners ==

Revisión del 16:47 3 ago 2017

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

note icon.png Existe documentación diferente para varias versiones de Moodle: Esta documentación es para Moodle 3.3. Existe además documentación para 3.2 y para 3.1


Habilite 'mobile services' en su sitio

Su sitio necesita tener habilitado el acceso móvil (mobile access = enabled) para que los usuarios puedan usar la aplicación móvil

Para sitios que usan https, el acceso móvil esta habilitado por defecto en las nuevas instalaciones de Moodle 3.0 en adelante

Para los sitios http, el acceso móvil puede ser habilitado por un administrador de la siguiente manera:

  1. In Administration > Site administration > Mobile app > Mobile settings tick the 'Enable web services for mobile devices' checkbox
  2. En Administración> Administración del sitio> Aplicación móvil> Configuración móvil marque la casilla de verificación 'Habilitar servicios web para dispositivos móviles'
  1. Click the button to save changes.
  2. Haga clic en el botón para guardar los cambios.

Si su sitio utiliza un certificado SSL debe ser un certificado de confianza. Por razones de seguridad, la aplicación no funciona con certificados autofirmados.

Por favor, compruebe que su certificado es válido a través de: https://www.geocerts.com/ssl_checker (no debería ver ninguna advertencia).

Si su sitio tiene protegido el directorio / login (hecho con frecuencia cuando se utiliza el método de autenticación Shibboleth), debe habilitar el acceso al script login/token.php.

Si sus sitios utilizan un método SSO (CAS, Shibboleth, LDAP SSO, OAuth ...), debe instalar y configurar el complemento Características adicionales de Moodle Móvil. Para Moodle 3.2 puede configurar esto sin complementos adicionales a través de la configuración de autenticación de Móvil.

Personalización del tema (theme) de la app

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

Go to Administration > Site administration > Mobile app > appearance 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, remote CSS files for applying your custom styles are regularly retrieved.

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.

For further information, see the dev docs Moodle Mobile Themes.

If you want your own custom branding for your organization, Moodle offers the The Branded Moodle Mobile app service, please visit https://moodle.com/mobileapp/ for more information.

Plugin de carcaterísticas adicionales de Moodle Mobile para sitios Moodle antiguos

Para sitios Moodle antiguos se recomienda instalar el plugin de Características adicionales de Moodle Mobile.

Notificaciones

You might find them annoying but push notifications keeps you and your users informed and updated on everything about the app. Moodle only send useful and important notifications such as new features or service disruptions.

Enabling push notifications is easy! An administrator can enable it by connecting their Moodle site/s to our free Notifications server available (only) for registered Moodle sites.

An access key can be obtained via Administration > Site administration > Plugins > Message outputs > Mobile Notifications.

The full guide on enabling push notifications can be found here: Notificaciones de Moodle Mobile

Smart app banners

A smart app banner on your Moodle site/s (when viewed in iOS only) lets your users know that there is a mobile app for this site and they can download it to access their learning environments on mobile devices.

This saves you time and resources to communicate that there is Moodle Mobile App available to your users.

To enable smart banners, please complete the following within your Moodle site: Administration > Site administration > Mobile app > appearance'

Configuración de la App desde su sitio

Plantilla:New featuresMoodle 3.3 or with the Moodle Mobile additional features plugin new settings in the Site administration enable admins to configure the app.

  • In Moodle 3.3 go to Site administration > Mobile features
  • In sites with the Moodle Mobile additional features plugin installed, go to Site administration > Plugins > Local plugins > Mobile additional features

Forzar salida del sitio

Replace the Change site option to "Log out" so that users must enter their credentials on their next access. This is useful for custom mobile apps, as there is no reason for users wanting to switch to a different site.

Características deshabilitadas

Disable app functionalities for your site. If there's a feature you don't want to make available via the app you can disable it here.

Ítems de menú personalizados

Additional items can be added to the app main menu (the side menu), such as a link to a different grade book. If an item doesn't appear in the app main menu, please re-check that the item is correctly formatted.

Cadenas de texto del idioma personalizadas

Palabras y frases mostradas en la App pueden ser persnalizadas mediante la configuración "Cadenas de caracteres del idioma personalizado" (customlangstrings).

Ingrese cada cadena de caracteres de idioma personalizada en una línea nueva con el formato: identificador_de_la_cadena, cadena_de_idioma_personalizada y código_del_idioma, separados por el caracter de barra vertical | . Por ejemplo:

mm.user.student|Learner|en
mm.user.student|Aprendiz|es

La lista completa de identificadores de cadenas de caracteres está enlistada en https://raw.githubusercontent.com/moodlehq/moodlemobile-phonegapbuild/master/build/lang/en.json. El identificador de cadena está antes del caracter de los dos puntos.

Por ejemplo:

Mobile string identifiers list examples.png

significa que la cadena "Student" tiene el identificador_de_cadena "mm.user.student".

Vea también