LTI Canvas Documentation
This document will help you integrate Big Interview as an external app in Canvas using LTI.
To integrate Big Interview in Canvas we will provide a CONSUMER_KEY and a SHARED_SECRET. In order to add Big Interview as an external application in Canvas please follow these steps:
- Please go to Settings in Canvas and open the Apps Tab.
- Click on View App Configurations and then on the Add New App button.
- We will use the ‘Paste XML’ option. The XML is different for every integration and will be provided by us together with the CONSUMER_KEY and SHARED_SECRET. For this configuration we will use an XML sample.
``<?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>Big Interview</blti:title>
<blti:description>Use Big Interview to learn and practice your interview skills, whether you’re interviewing for a job or graduate school.</blti:description>
<blti:icon></blti:icon> <blti:launch_url>https://app.biginterview.com/lti/launch</blti:launch_url>
<blti:extensions platform="canvas.instructure.com">
<lticm:property name="tool_id">biginterview</lticm:property>
<lticm:property name="privacy_level">public</lticm:property>
<lticm:property name="domain">https://vistacollege.biginterview.com</lticm:property>
</blti:extensions>
<cartridge_bundle identifierref="BLTI001_Bundle"/>
<cartridge_icon identifierref="BLTI001_Icon"/>
</cartridge_basiclti_link><?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>Big Interview</blti:title>
<blti:description>Use Big Interview to learn and practice your interview skills, whether you’re interviewing for a job or graduate school.</blti:description>
<blti:icon></blti:icon> <blti:launch_url>https://app.biginterview.com/lti/launch</blti:launch_url>
<blti:extensions platform="canvas.instructure.com">
<lticm:property name="tool_id">biginterview</lticm:property>
<lticm:property name="privacy_level">public</lticm:property>
<lticm:property name="domain">https://vistacollege.biginterview.com</lticm:property>
</blti:extensions>
<cartridge_bundle identifierref="BLTI001_Bundle"/>
<cartridge_icon identifierref="BLTI001_Icon"/>
</cartridge_basiclti_link>``
- Make sure the Privacy option is set to Public and the custom fields are there. These should be automatically pulled from the XML configuration, but double-check just to make sure they are correct.
- After you add Big Interview to a module, you have to select “Load in a new tab”, .
Everything should be ready to go now and the Big Interview app should open in a new tab. Thank you.
Updated on: 24/09/2025
Thank you!