Created
December 31, 2012 03:25
-
-
Save brent20/4417182 to your computer and use it in GitHub Desktop.
Canvas LTI URL External tool - BBS
This file contains hidden or 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>**INSERT TITLE FOR TOOL HERE**</blti:title> | |
| <blti:description>This tool adds a navigation item that opens a link within Canvas- BBS</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">**INSERT URL HERE**</lticm:property> | |
| <lticm:property name="text">**INSERT TEXT FOR NAVIGATION ITEM HERE**</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