Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.41 KB

LTI.md

File metadata and controls

61 lines (38 loc) · 1.41 KB

Learning Tools Interoperability (LTI)

LTI

Read more about IMS Global defined interface for tools like our VideoConference system integration with Learning Management Systems(LMS) (e.g. moodle). See: IMS Global Learning Tool Interoperability

We implemented LTI interface version 1.0/1.1

Server config auth section LTI settings

Set in server configuration a random key and secret

auth :
    {
        lti :
        {
            consumerKey    : 'key',
            consumerSecret : 'secret'
        },
    }

Configure your LMS system with secret and key settings above

Auth tool URL

Set tool URL to your server with path /auth/lti

https://mm.example.com/auth/lti

In moodle find external tool plugin setting and external tool action

See: moodle external tool settings

Add and activity

Add external tool

Setup Activity

Activity setup basic form

Open fully the settings Click on show more!! Add external tool config

Empty full form

Opened external tool config

Filled out form

Filled out external tool config

moodle plugin

Alternatively you can use edumeet moodle plugin: https://github.com/edumeet/moodle-mod_edumeet