Created
June 6, 2012 20:21
-
-
Save brent20/2884505 to your computer and use it in GitHub Desktop.
BLTI Navigation External tool for Panopto+Instructure Canvas - Brent Saltzman, Creighton University
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
| <?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>Panopto</blti:title> | |
| <blti:description>Provides Panopto access via navigation BBS</blti:description> | |
| <blti:extensions platform="canvas.instructure.com"> | |
| <lticm:property name="privacy_level">public</lticm:property> | |
| <lticm:property name="domain">server.panopto.com</lticm:property> | |
| <lticm:options name="course_navigation"> | |
| <lticm:property name="url">http://server.panopto.com/Panopto/BasicLTI/BasicLTILanding.aspx</lticm:property> | |
| <lticm:property name="text">Panopto</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