311/Publicar como herramienta LTI

De MoodleDocs
Revisión del 13:30 2 sep 2016 de German Valero (discusión | contribs.) (Updated as per 3.1 page)

¡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

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

An administrator can enable the 'Publish as LTI tool' for use across the site:

  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 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 note of the URL and secret for the LTI consumer site
  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 e 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.

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