311/Publicar como herramienta LTI

De MoodleDocs

¡Nueva característica
en Moodle 3.1!

note icon.png Existe documentación diferente para varias versiones de Moodle: En Moodle 3.0 y anteriores esto se llamaba Herramienta externa compartida y existe documentación anterior al respecto


==Moodle como un proveedor LTI==

Esta página necesita actualizarse con la información existente en la documentación vigente/moderna/actualizada en el idioma inglés original para Moodle. Se le sugiere al lector que consulte la página original en idioma inglés cuyo enlace está al fondo de esta página. y que, por favor, actualice esta información y quite la plantilla {{Actualizar}} cuando haya terminado.     (otras páginas pendientes de actualizar)


El plugin de inscripción ' Publicar como herramienta LTI', en conjunto con el plugin de Autenticación LTI, permite a los usuarios remotos en un sitio diferente (conocido como un consumidor LTI) acceder a cursos y actividades selectos. En otras palabras, Moodle funciona como un proveedor de herramienta LTI. Las calificaciones se envían de regreso al sistema remoto.

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


Habilitando 'Publicar como herramienta LTI' a nivel del sitio

Un administrador puede habilitar 'Publicar como herramienta LTI' para usarse en todo el sitio.

  1. Go to Site administration > Plugins > Authentication > Manage authentication and enable LTI
  2. Go to Site administration > Plugins > Enrolments > Manage enrol plugins and enable 'Publish as LTI tool'

It is recommended that the site administration setting 'Allow frame embedding' is enabled (in "Site Administration > Security > HTTP security") so that tools are displayed within a frame rather than in a new window.

Compartiendo el acceso a un curso o a una actividad

  1. Go to the course and in Course administration > Users > Enrolment methods add 'Publish as LTI tool' as an enrolment method
  2. In 'Tool to be provided' select the course or activity to be shared
  3. Click the 'Add method' button
  4. Go to Course administration > Published as LTI tools and make a note of the URL and secret for the LTI consumer site. The URL will be of the form: .../enrol/lti/...
  5. You will also need to give the LTI consumer site a consumer key - this can be anything you want.

The LTI consumer can be another Moodle site or any other LTI-consumer-compliant LMS, such as Sakai.

La sincronización de usuario y calificación (si se necesitara) son hechas mediante las tareas agendadas 'Publish as LTI tool grade sync' (sincronizar calificación en publicar como herramienta LTI) y 'Publish as LTI tool users sync' (sincronizar usuarios en publicar como herramienta LTI) , que corren por defecto cada 30 minutos.

If user synchronisation is set to yes, enrolled users in the remote system are synchronised with enrolments in the course, with an account created for each remote user as necessary, and the user enrolled or unenrolled as required. If set to no, at the moment when a remote user accesses the tool, an account will be created for them and they will be automatically enrolled

En el sitio del consumidor LTI (Vea MDL-53977)

  1. Visit a course.
  2. Add a LTI activity and use the URL and secret from the LTI provider site and enter any consumer key you want.
  3. Log in as a student.
  4. Visit the course and click on the LTI activity.
  5. Check the activity displays as expected.

Vea también