[ARCHIVED] In Course LTI app creation, the Paste XML section option's property enabled is not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the following XML configuration the option's enabled property false value does not hide the section.
<?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:launch_url>https://www.mydomain.tv</blti:launch_url>
<blti:title>MyApp</blti:title>
<blti:description>VoD and Live streaming</blti:description>
<blti:extensions platform="canvas.instructure.com">
<lticm:property name="tool_id">ResourceSelection</lticm:property>
<lticm:property name="domain">mydomain.tv</lticm:property>
<lticm:property name="privacy_level">public</lticm:property>
<lticm:options name="course_navigation">
<lticm:property name="url">https://www.mydomain.tv/ltilanding.aspx</lticm:property>
<lticm:property name="enabled">false</lticm:property>
</lticm:options>
<lticm:property name="icon_url">https://content.mydomain.tv/Content/images/V1/favicon.jpg</lticm:property>
</blti:extensions>
</cartridge_basiclti_link>
Thanks in advance.
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.