💥 Integrate with LTI 1.1
If you've successfully configured an LTI 1.1 integration, you can now add training scenarios to your LMS.
Take the following steps:
Navigate to the Trainees page, and select Integrations. Here you’ll find the LMS integration that is configured for your workspace.
Select the right LTI integration.
Here you’ll find the General credentials and the scenario specific urls of all published scenarios.
The following information is needed: ⬇️
Consumer key
Shared secret
Scenario specific URL
The next step to configure your LMS. This can work a bit different for each LMS. Because the key and secret are the same for each scenario, most LMS systems allow you to configure an LTI Tool Provider. With your LMS configured, VR scenarios can now be added to a course with just the unique URL. Please contact us in case you need help with setting up your LMS.
Are you using Canvas with LTI 1.1, some specific XML needs to be configured:
Enter Consumer Key and Shared Secret from the Studio integration
Select for configuration type “Paste XML” and enter the following XML:
After the tool has been configured, in the assignment the specific LTI URL for the scenario should be used.
Interested in more?
➡️ Learn about advanced LMS & LXP integrations.
1️⃣ Get LTI credentials from Warp Studio
Take the following steps:
Navigate to the Trainees page, and select Integrations. Here you’ll find the LMS integration that is configured for your workspace.
Select the right LTI integration.
Here you’ll find the General credentials and the scenario specific urls of all published scenarios.
The following information is needed: ⬇️
Consumer key
Shared secret
Scenario specific URL
2️⃣ Configure your LMS
The next step to configure your LMS. This can work a bit different for each LMS. Because the key and secret are the same for each scenario, most LMS systems allow you to configure an LTI Tool Provider. With your LMS configured, VR scenarios can now be added to a course with just the unique URL. Please contact us in case you need help with setting up your LMS.
🔩 Configure with Canvas
Are you using Canvas with LTI 1.1, some specific XML needs to be configured:
Enter Consumer Key and Shared Secret from the Studio integration
Select for configuration type “Paste XML” and enter the following XML:
<?xml version="1.0" encoding="UTF-8"?>
<cartridge_basiclti_link xmlns="http://www.imsglobal.org/xsd/imslticc_v1p0" xmlns:blti = "http://www.imsglobal.org/xsd/imsbasiclti_v1p0" xmlns:lticm ="http://www.imsglobal.org/xsd/imslticm_v1p0" xmlns:lticp ="http://www.imsglobal.org/xsd/imslticp_v1p0" xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation = "http://www.imsglobal.org/xsd/imslticc_v1p0 http://www.imsglobal.org/xsd/lti/ltiv1p0/imslticc_v1p0.xsd http://www.imsglobal.org/xsd/imsbasiclti_v1p0 http://www.imsglobal.org/xsd/lti/ltiv1p0/imsbasiclti_v1p0.xsd http://www.imsglobal.org/xsd/imslticm_v1p0 http://www.imsglobal.org/xsd/lti/ltiv1p0/imslticm_v1p0.xsd http://www.imsglobal.org/xsd/imslticp_v1p0 http://www.imsglobal.org/xsd/lti/ltiv1p0/imslticp_v1p0.xsd">
<blti:title>Warp VR</blti:title>
<blti:description>Warp VR provides non-linear interactive learning scenarios</blti:description>
<blti:launch_url>https://app.warp.studio/lti</blti:launch_url>
<blti:extensions platform="canvas.instructure.com">
<lticm:property name="domain">app.warp.studio</lticm:property>
<lticm:property name="oauth_compliant">true</lticm:property>
<lticm:property name="privacy_level">public</lticm:property>
<lticm:options name="course_navigation">
<lticm:property name="enabled">false</lticm:property>
</lticm:options>
</blti:extensions>
</cartridge_basiclti_link>
After the tool has been configured, in the assignment the specific LTI URL for the scenario should be used.
Interested in more?
➡️ Learn about advanced LMS & LXP integrations.
Updated on: 28/09/2024
Thank you!