Created
September 10, 2012 17:48
-
-
Save brent20/3692482 to your computer and use it in GitHub Desktop.
BLTI Navigation External tool- External Link inside of Instructure Canvas - Brent Saltzman, Creighton University
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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>External non-BLTI URL</blti:title> | |
<blti:description>This tool adds a Course Navigation item to a URL specified in the URL tag, after configuration it can be found under the navigation settings</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://www.google.com</lticm:property> | |
<lticm:property name="text">Navigation Item Title</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