Skip to content

Instantly share code, notes, and snippets.

@brent20
Created August 15, 2014 17:34
Show Gist options
  • Save brent20/8ea989a278e98c66f6d8 to your computer and use it in GitHub Desktop.
Save brent20/8ea989a278e98c66f6d8 to your computer and use it in GitHub Desktop.
LTI Tool for external URL that is disabled by default.
<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>BlueCast Content</blti:title>
<blti:description>This item provides a link to the BlueCast homepage</blti:description>
<blti:launch_url>https://lti-examples.heroku.com/tool_redirect</blti:launch_url>
<blti:extensions platform="canvas.instructure.com">
<lticm:property name="tool_id">course_navigation</lticm:property>
<lticm:property name="privacy_level">anonymous</lticm:property>
<lticm:options name="course_navigation">
<lticm:property name="url">http://MyAwesomeWebsite.com/webpage.html</lticm:property>
<lticm:property name="text">Awesome Webpage</lticm:property>
<lticm:property name="default">disabled</lticm:property>
</lticm:options>
</blti:extensions>
<cartridge_bundle identifierref="BLTI001_Bundle"/>
<cartridge_icon identifierref="BLTI001_Icon"/>
</cartridge_basiclti_link>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment