Learn how to complete this LTI 1.1 connection.
Instructions for Canvas Admin
Instructions for Canvas Instructor
Appendix A: XML Configuration
Edlink LTI Connection
Instructions for Canvas Admin
1. First create your integration with Edlink
a. Step by Step Instructions:
https://ed.link/help/onboarding-canvas-districts-and-schools/
b. QuantHub Integration link (referenced in above instructions):
https://ed.link/integrate/e31db860-547c-46cb-b523-36a006cedbb6
2. In Canvas, select your school from the admin menu.
3. Next, select Settings from the sidebar.
4. Select Apps from the header and add an external app.
5. Choose Paste XML from the drop-down menu.
6. Enter the name of the app, the Consumer Key, Shared Secret, and XML Configuration.
a. Name: QuantHub Upskill
b. Consumer Key: Provided by QuantHub for your integration
c. Shared Secret: Provided by QuantHub for your integration
d. XML Configuration: Included in the XML Configuration Appendix 1
Instructions for Canvas Instructor
Before starting these instructions please confirm that the Canvas Admin has completed their
1. Log in to Canvas. First, select your course.
2. Next, select Settings from the sidebar.
3. Select the Navigation tab.
4. Find "QuantHub Upskill" in the list. Drag the app to the enabled course navigation
options. This will enable the QuantHub Upskill app in the navigation sidebar for everyone
in the course.
5. The app is also available to select as an External Tool in Assignments and Modules.
Appendix A: XML Configuration
<?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:launch_url>https://ed.link/api/authentication/lti/e31db860-547c-46cb-b523-36a006cedbb6
</blti:launch_url>
<blti:title>QuantHub Upskill</blti:title>
<blti:description>QuantHub helps teachers and professors teach data science skills in the
education environment from middle school to college, using a hyper-tailored micro-learning
approach that delivers differentiated instruction in a wide range of data literacy topics in only 10
minutes a day and without the headache of lesson planning.</blti:description>
<blti:extensions platform="canvas.instructure.com">
<lticm:property name="privacy_level">public</lticm:property>
<lticm:options name="course_navigation">
<lticm:property
name="url">https://ed.link/api/authentication/lti/e31db860-547c-46cb-b523-36a006cedbb6</lti
cm:property>
<lticm:property name="enabled">true</lticm:property>
<lticm:property name="default">disabled</lticm:property>
<lticm:property name="windowTarget">_blank</lticm:property>
</lticm:options>
</blti:extensions>
</cartridge_basiclti_link>