Deployment Guide LTI 1.1
Overview
This document shows how to add Annoto as an LTI activity to your OpenEdx environment.
Enable LTI Consumer In Studio
You can enable the LTI xblock in studio through the advanced settings:
From the main page of a specific course, click Settings->Advanced Settings in the top menu.
Check for the Advanced Module List policy key, and add "lti_consumer" in the policy value list.
[
...
" lti_consumer",
...
]
3. In “LTI Passports “, Add value "annoto-auth:<annoto_client_id>:<annoto_client_secret>" to LTI Passports list, fill in “annoto-auth:” and then ClientID and Secret, separated by punctuation.
These ClientID and shared secret are provided by Annoto, If you do not have this information, please contact us at: support@annoto.net
[
...
"annoto-auth:<annoto_client_id>:<annoto_client_secret>",
...
]
For example:
[
"annoto-auth:eyJhbGciOiJIUzI1NiJ9.Mjc0NGJhODEtMWQ2OC00YWJkLTg4MGQtODc2MzM1MWRkYTg5.o_OLJJwbkvUhYumiFWf6TQXSvShVZRuzi2UbijAPMkc:72d6299b5a0d66106f824594a7943303540b15b8b859596d7af2a3ab4f89140a"
]
As seen in the image below:
4. Click on the Save changes button.
Adding ANNOTO LTI Activity
Once the lti_consumer module was added to the Course, it should be added to the course unit, using the following steps:
On the Course Outline page, open the unit in which you want to add Annoto:
2. Under Add New Component, click Advanced, and then select LTI Consumer.
3. Click Edit and then change LTI Consumer settings as you prefer:
Annoto LTI Activity Settings
Set the following fields as follows :
Display Name : Annoto LTI Activity (Or any name you like)
LTI ID : annoto-auth
LTI URL:
EU Deployment: https://auth.eu.annoto.net/lti/embed/launch
US Deployment: https://auth.us.annoto.net/lti/embed/launch
Note: If you are not sure what deployment to use please contact us at Annoto Support
Custom Parameters:
nn_ptype - Player type (vimeo, wistia, youtube, videojs, html5, jwplayer etc.)
nn_v - Video Source ID
Examples:
Youtube:
Link: https://www.youtube.com/watch?v=s7z91ePA8oo
nn_ptype=youtube
nn_v=s7z91ePA8oo
Wistia:
Inline Link: ....src="https://fast.wistia.net/embed/iframe/p0jkc3d9by"...
Popover embed: ...src="https://fast.wistia.com/embed/medias/p0jkc3d9by.jsonp"....
nn_ptype=wistia
nn_v=p0jkc3d9by
Vimeo:
Link: https://vimeo.com/253538285
nn_ptype=vimeo
nn_v=253538285
LTI Launch Target: Inline
Request user's email : True
Request user's username: True
Save the changes you made.
In order for the changes to go live, don’t forget to publish the unit:
Click on view live version:
Support
If you need any additional information or have any questions, please contact us at Annoto Support
Last but not least
To learn more about Annoto’s capabilities, visit our Annoto’s Guide.
Last updated